{
"name":"em",
"description":"This is my updated em class",
"version":"1.1.1",
"releaseDate":"2024-01-01T00:00:00Z",
"copyright":"Copyright 2024, Inalp Solutions Inc.",
"schema":{
"type":"object",
"title":"Energy Meter",
"description":"Schema for an energy meter",
"properties":{
"l1":{
"type":"object",
"title":"Line 1 (L1)",
"description":"Measurements of the first line (L1)",
"properties":{
"A":{
"type":"float",
"title":"L1 Current",
"description":"The current of L1",
"unit":"A"
},
"V":{
"type":"float",
"title":"L1 Current`",
"description":"The voltage of L1",
"unit":"V"
},
"kW":{
"type":"float",
"title":"L1 Power",
"description":"The momentary amount of power on L1",
"unit":"kW"
},
"kVA":{
"type":"float",
"title":"L1 Apparent Power`",
"description":"The momentary amount of apparent power on L1",
"unit":"kVA"
},
"kWh+":{
"type":"float",
"title":"L1 Consumed Energy",
"description":"The amount of energy consumed on L1",
"unit":"kWh"
},
"kWh-":{
"type":"float",
"title":"L1 Produced Energy",
"description":"The amount of energy produced on L1",
"unit":"kWh"
},
"kvar":{
"type":"float",
"title":"L1 Reactive Power",
"description":"The momentary amount of reactive power on L1",
"unit":"kvar"
},
"kVAh+":{
"type":"float",
"title":"L1 Apparent Energy Produced",
"description":"The amount of apparent energy produced on L1",
"unit":"kVAh"
},
"kVAh-":{
"type":"float",
"title":"L1 Apparent Energy Consumed",
"description":"The amount of apparent energy produced on L1",
"unit":"kVAh"
},
"kvarh+":{
"type":"float",
"title":"L1 Reactive Energy Consumed",
"description":"The amount of reactive energy consumed on L1",
"unit":"kVAR"
},
"kvarh-":{
"type":"float",
"title":"L1 Reactive Energy Produced",
"description":"The amount of reactive energy produced on L1",
"unit":"kVAR"
}
}
},
"l2":{
"type":"object",
"title":"Line 2 (L2)",
"description":"Measurements of the first line (L2)",
"properties":{
"A":{
"type":"float",
"title":"L2 Current",
"description":"The current of L2",
"unit":"A"
},
"V":{
"type":"float",
"title":"L2 Current`",
"description":"The voltage of L2",
"unit":"V"
},
"kW":{
"type":"float",
"title":"L2 Power",
"description":"The momentary amount of power on L2",
"unit":"kW"
},
"kVA":{
"type":"float",
"title":"L2 Apparent Power`",
"description":"The momentary amount of apparent power on L2",
"unit":"kVA"
},
"kWh+":{
"type":"float",
"title":"L2 Consumed Energy",
"description":"The amount of energy consumed on L2",
"unit":"kWh"
},
"kWh-":{
"type":"float",
"title":"L2 Produced Energy",
"description":"The amount of energy produced on L2",
"unit":"kWh"
},
"kvar":{
"type":"float",
"title":"L2 Reactive Power",
"description":"The momentary amount of reactive power on L2",
"unit":"kvar"
},
"kVAh+":{
"type":"float",
"title":"L2 Apparent Energy Produced",
"description":"The amount of apparent energy produced on L2",
"unit":"kVAh"
},
"kVAh-":{
"type":"float",
"title":"L2 Apparent Energy Consumed",
"description":"The amount of apparent energy produced on L2",
"unit":"kVAh"
},
"kvarh+":{
"type":"float",
"title":"L2 Reactive Energy Consumed",
"description":"The amount of reactive energy consumed on L2",
"unit":"kVAR"
},
"kvarh-":{
"type":"float",
"title":"L2 Reactive Energy Produced",
"description":"The amount of reactive energy produced on L2",
"unit":"kVAR"
}
}
},
"l3":{
"type":"object",
"title":"Line 1 (L3)",
"description":"Measurements of the first line (L3)",
"properties":{
"A":{
"type":"float",
"title":"L3 Current",
"description":"The current of L3",
"unit":"A"
},
"V":{
"type":"float",
"title":"L3 Current`",
"description":"The voltage of L3",
"unit":"V"
},
"kW":{
"type":"float",
"title":"L3 Power",
"description":"The momentary amount of power on L3",
"unit":"kW"
},
"kVA":{
"type":"float",
"title":"L3 Apparent Power`",
"description":"The momentary amount of apparent power on L3",
"unit":"kVA"
},
"kWh+":{
"type":"float",
"title":"L3 Consumed Energy",
"description":"The amount of energy consumed on L3",
"unit":"kWh"
},
"kWh-":{
"type":"float",
"title":"L3 Produced Energy",
"description":"The amount of energy produced on L3",
"unit":"kWh"
},
"kvar":{
"type":"float",
"title":"L3 Reactive Power",
"description":"The momentary amount of reactive power on L3",
"unit":"kvar"
},
"kVAh+":{
"type":"float",
"title":"L3 Apparent Energy Produced",
"description":"The amount of apparent energy produced on L3",
"unit":"kVAh"
},
"kVAh-":{
"type":"float",
"title":"L3 Apparent Energy Consumed",
"description":"The amount of apparent energy produced on L3",
"unit":"kVAh"
},
"kvarh+":{
"type":"float",
"title":"L3 Reactive Energy Consumed",
"description":"The amount of reactive energy consumed on L3",
"unit":"kVAR"
},
"kvarh-":{
"type":"float",
"title":"L3 Reactive Energy Produced",
"description":"The amount of reactive energy produced on L3",
"unit":"kVAR"
}
}
},
"sys":{
"type":"object",
"title":"All Lines Combined",
"description":"Measurements for the whole system (all phases combined)",
"required":true,
"properties":{
"Hz":{
"type":"float",
"title":"Frequency",
"description":"The net frequency",
"unit":"Hz"
},
"kW":{
"type":"float",
"title":"Power",
"description":"The momentary amount of power on the entire system",
"unit":"kW"
},
"kVA":{
"type":"float",
"title":"Apparent Power",
"description":"The momentary amount of apparent power on the entire system",
"unit":"kVA"
},
"kWh+":{
"type":"float",
"title":"Consumed Energy",
"description":"The amount of energy consumed on the entire system",
"unit":"kWh"
},
"kWh-":{
"type":"float",
"title":"Produced Energy",
"description":"The amount of energy produced on the entire system in",
"unit":"kWh"
},
"kvar":{
"type":"float",
"title":"Reactive Power",
"description":"The momentary amount of reactive power on the entire system",
"unit":"kvar"
},
"kVAh+":{
"type":"float",
"title":"Produced Apparent Energy",
"description":"The amount of apparent energy produced on the entire system",
"unit":"kVAh"
},
"kVAh-":{
"type":"float",
"title":"Consumed Apparent Energy",
"description":"The amount of apparent energy produced on the entire system",
"unit":"kVAh"
},
"kvarh+":{
"type":"float",
"title":"Consumed Reactive Energy",
"description":"The amount of reactive energy consumed on the entire system",
"unit":"kVAR"
},
"kvarh-":{
"type":"float",
"title":"Produced Reactive Energy",
"description":"The amount of reactive energy produced on the entire system",
"unit":"kVAR"
}
}
}
}
}
}