Instantly calculate energy cost
Ingests a meter record and instantly returns import or export monetary value (cost) of energy.
- If you are metering a device, submit records using
device_id
parameter. - If you are metering a location (i.e. main supply address meter), submit records under
location_id
parameter.
Authorizations
Query Parameters
Set to true
if you want to include tariff data.
Set to true
if you want to include carbon intensity data.
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
Units of carbon emissions measure.
Currency code for cost of energy measure.
Value of energy object
Indicates energy direction. Possible values are IMPORT
or EXPORT
.
Units of energy measure.
FlatPeak meter record id.
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
FlatPeak object type, i.e. meter_record
.
Indicates tariff rate direction applied. Possible values are IMPORT
, EXPORT
or LOCAL
.
Time when this object was created. In UTC.
FlatPeak account ID.
Was this page helpful?