/meter/gridGET
The grid meter topic provides metering data at the grid connection point of a power-domain. In most scanarios it reflects the sum of all currents going into or out of the building. This contains the values of all fiscal meters.
voltage
- [float, float, float] - Per phase voltage in Vamperage
- [float, float, float] - Per phase amperage in Afrequency
- float - Current grid frequency in HzactivePower
- float - Current active power in WenergyImported
- float - Current grid meter value in kWh
Example Output
pulsatrix/secc/A0123B4567C8/meter/grid
{
"voltage":[237.108963,237.5346375,238.1289215],
"amperage":[-0.92169553,-1.035929203,1.823071599],
"frequency":50.05049896,
"activePower":17.33311272,
"energyImported":73245.30469
}