GuidesAPI ReferenceChangelogDiscussions
Log In
Guides

Energy

Energy endpoints provide address-level P4 aggregates for electricity and gas at fixed resolutions. Use these when you need normalized premise-level series rather than device-specific meter detail.

Base path: /api/v2/addresses/:address_uuid
Permission: READ_ENERGY_DATA

What we provide

MethodPathPurpose
GET/electricity/p4/15minElectricity P4 at 15-minute resolution
GET/electricity/p4/1dayElectricity P4 at daily resolution
GET/electricity/p4/1monthElectricity P4 at monthly resolution
GET/gas/p4/15minGas P4 at 15-minute resolution
GET/gas/p4/1dayGas P4 at daily resolution
GET/gas/p4/1monthGas P4 at monthly resolution

Query parameters include date-range filters; see OpenAPI for the exact P4ReadingQuery shape per route.

When to use Energy vs Smart meters

NeedPrefer
Address-level standardized P4 reportingEnergy
Meter identity, EANs, raw/latest meter points, meter forecastsSmart meters
Device production (solar) or EV charge consumptionDevice-specific domains

Guidance

  • Choose the coarsest resolution that still answers the business question.
  • Keep date windows narrow for interactive dashboards; widen only in batch jobs.
  • Persist timezone handling explicitly in your analytics layer.
  • Combine with group address discovery when building portfolio reports.

Did this page help you?