Submit cumulative meter records
Accepts array of meter records holding energy use as cumulative values.
- If you are metering a device, submit records under
device_id
. - If you are metering a location (i.e. main supply address meter), submit records under
location_id
.
Authorizations
Authenticate with bearer_token
you obtained from /login endpoint.
Body
FlatPeak location_id
that you are submitting metering records for.
FlatPeak device_id
you are submitting metering records for. If you provided both location_id
and device_id
your records will be attributed to device_id
.
A reference for a group of metering records, for example, a charging session ID.
Indicates metering direction. Set to IMPORT
or EXPORT
. Defaults to IMPORT
.
Indicates tariff direction. Set to IMPORT
, EXPORT
or LOCAL
. Defaults to match the direction
parameter.
Units of measure, supported values are WH
, KWH
.
Metering data array
Response
FlatPeak ID for this submission.
Object name, i.e. meter_batch
.
Number of received metering records.
Number of accepted metering records.
Number of processed metering records.
Returns details of any meter records that failed processing
Time when this object was created. In UTC.
FlatPeak account ID.
Was this page helpful?