Energy and Utilities · Example Payload

Usage Point Electricity Residential Example

EnergyUtilitiesElectricityGridSmart MeterMeter DataGreen ButtonDemand ResponseDERMSEV ChargingISO/RTORenewable EnergySolarWindWeatherOpen Data

Usage Point Electricity Residential Example is an example object payload from Energy and Utilities, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

$schemaidexternalIdserviceCategorystatuscustomerpremiseutilitytariffmeterderproviderIdauthorizationId

Example Payload

Raw ↑
{
  "$schema": "../json-schema/energy-utilities-usage-point-schema.json",
  "id": "utilityapi:meter-512873",
  "externalId": "PGE-SA-1234567890",
  "serviceCategory": "electricity",
  "status": "active",
  "customer": {
    "id": "cust-abc-001",
    "type": "residential"
  },
  "premise": {
    "streetAddress": "1 Telegraph Hill Blvd",
    "city": "San Francisco",
    "region": "CA",
    "postalCode": "94133",
    "country": "US",
    "latitude": 37.8023,
    "longitude": -122.4058
  },
  "utility": {
    "id": "pge",
    "name": "Pacific Gas and Electric",
    "country": "US",
    "region": "CA"
  },
  "tariff": {
    "id": "E-TOU-C",
    "name": "Residential Time-of-Use Option C",
    "type": "time-of-use",
    "currency": "USD"
  },
  "meter": {
    "id": "smart-meter-512873",
    "serialNumber": "GE-I210+C-0089231",
    "manufacturer": "GE",
    "ami": true,
    "intervalSeconds": 900
  },
  "der": [
    {
      "id": "pv-001",
      "type": "solar-pv",
      "capacityKw": 6.4
    },
    {
      "id": "batt-001",
      "type": "battery-storage",
      "capacityKw": 5.0
    }
  ],
  "providerId": "utilityapi",
  "authorizationId": "auth-9c2f-7831"
}