Docs · Data format
Explicit intervals. Verifiable energy.
Each row describes an interval boundary and energy quantity. Timestamps include a UTC offset so daylight-saving transitions remain auditable.
Minimal CSV
start_at,end_at,import_kwh,export_kwh,quality
2026-08-01T00:00:00+10:00,2026-08-01T00:30:00+10:00,0.214,0,actual
2026-08-01T00:30:00+10:00,2026-08-01T01:00:00+10:00,0.198,0,actual
Rules
- Supported interval lengths are 5, 15 and 30 minutes.
- Energy values are finite, non-negative kWh.
- Intervals use one resolution, remain ordered and do not overlap.
- The maximum input is 5 MiB, 10,000 intervals and 32 elapsed days.
qualityisactual,estimatedorsubstituted.
Structured JSON can declare Grid and Controlled Load Import/Export channels explicitly. It normalizes to the same Energy Bundle as equivalent CSV.