Energy and Utilities · Example Payload

Meter Reading Green Button Espi Example

EnergyUtilitiesElectricityGridSmart MeterMeter DataGreen ButtonDemand ResponseDERMSEV ChargingISO/RTORenewable EnergySolarWindWeatherOpen Data

Meter Reading Green Button Espi Example is an example object payload from Energy and Utilities, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

$schemaidusagePointIdreadingTypeintervalStartintervalLengthvalueunitqualitysourcepowerOfTenMultiplierproviderId

Example Payload

Raw ↑
{
  "$schema": "../json-schema/energy-utilities-meter-reading-schema.json",
  "id": "espi:RetailCustomer/9/UsagePoint/3/MeterReading/1/IntervalBlock/1/IntervalReading/0",
  "usagePointId": "espi:RetailCustomer/9/UsagePoint/3",
  "readingType": "electricity.delivered",
  "intervalStart": "2026-05-22T14:00:00Z",
  "intervalLength": 3600,
  "value": 1245,
  "unit": "Wh",
  "quality": "validated",
  "source": "green-button",
  "powerOfTenMultiplier": 0,
  "providerId": "green-button"
}