SmartMeterTelemetryType
Fields
Total energy consumed by the meter measured in Wh.
Energy consumption in Wh between the read_at and the next reading.
Energy cost excluding VAT for the consumption delta in pence.
Energy cost including VAT for the consumption delta in pence.
Energy being demanded by the meter measured in W.
Total energy exported by the meter measured in Wh.
The start_at time of the telemetry data. E.g if querying in 30 minute intervals the reading may have been taken anywhere between 00:00:00 and 00:29:59 and represents the maximum reading taken in the time period.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"consumption": "1.0",
"consumptionDelta": "1.0",
"costDelta": "1.0",
"costDeltaWithTax": "1.0",
"demand": "1.0",
"export": "1.0",
"readAt": "2013-01-23T12:12:41.236998+00:00"
}