Meters
GET /api/meters
/api/metersGet meter information.
[
{
"serial": "JBL12345Y1F01EsynchrometerY",
"short_id": "1234567-00-E--TG123456789A5M",
"type": "synchrometerY",
"cts": [
{
"type": "site",
"valid": [
true,
false,
false,
false
],
"inverted": [
false,
false,
false,
false
],
"real_power_scale_factor": 1
},
{
"type": "solar",
"valid": [
false,
true,
false,
false
],
"inverted": [
false,
false,
false,
false
],
"real_power_scale_factor": 2
}
]
},
{
"serial": "JBL12345Y1F01EsynchrometerX",
"short_id": "1234567-00-E--TG123456789A5M",
"type": "synchrometerX",
"cts": [
{
"type": "site",
"valid": [
true,
true,
false,
false
],
"inverted": [
false,
false,
false,
false
]
}
]
}
]GET /api/meters/aggregates
/api/meters/aggregatesGets current Solar, Battery, and House information. As well as all time site information.
GET /api/meters/readings
/api/meters/readingsGet current meter readings.
GET /api/meters/site
/api/meters/siteGet meters site information.
GET /api/meters/solar
/api/meters/solarGet meters solar information.
Last updated