Submit interval meter records
Accepts array of meter records holding energy use values for each period.
- 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
Body
Metering record end time. In RFC3339 format e.g. 2023-06-15T09:00:00Z
or with time-offset, e.g. 2023-06-15T08:00:00+01:00
.
FlatPeak location_id
that you are submitting metering records for.
Metering record start time. In RFC3339 format e.g. 2023-06-15T09:00:00Z
or with time-offset, e.g. 2023-06-15T08:00:00+01:00
.
Units of measure, supported values are W, KW, WH, KWH. When W or KW units are submitted, cost will be calculated using the constant power rate over the period.
Amount of energy measured.
Estimated confidence of data where '1' is 100% accurate and 0.1 is 10% accurate. Defaults to '1'. This parameter is in beta. Contact support to enable.
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
.
Indicates metering direction. Set to IMPORT
or EXPORT
. Defaults to IMPORT
.
Possible values are OFFERED
or TRANSFERRED
. Currently only TRANSFERRED
is supported.
A reference for this metering record, for example, meter log ID.
A reference for a group of metering records, for example, a charging session ID.
Indicates tariff direction. Set to IMPORT
, EXPORT
or LOCAL
. Defaults to match the direction
parameter.
Response
FlatPeak account ID.
Returns details of any meter records that failed processing
FlatPeak ID for this submission.
Object name, i.e. meter_batch
.
Number of accepted metering records.
Number of processed metering records.
Number of received metering records.
Time when this object was created. In UTC.
Was this page helpful?