Returns a paginated list of historical OCPP meter values for the specified charger.
Start date for the query. Format: Y-m-d H:i:s (e.g., 2025-01-01 00:00:00).
End date for the query. Format: Y-m-d H:i:s (e.g., 2025-12-31 23:59:59).
Filter by measurement context. One of Interruption.Begin, Interruption.End, Other, Sample.Clock, Sample.Periodic, Transaction.Begin, Transaction.End, or Trigger.
Filter by measurand type. One of Current.Export, Current.Import, Current.Offered, Energy.Active.Export.Register, Energy.Active.Import.Register, Energy.Reactive.Export.Register, Energy.Reactive.Import.Register, Energy.Active.Export.Interval, Energy.Active.Import.Interval, Energy.Reactive.Export.Interval, Energy.Reactive.Import.Interval, Frequency, Power.Active.Export, Power.Active.Import, Power.Factor, Power.Offered, Power.Reactive.Export, Power.Reactive.Import, RPM, SoC, Temperature, or Voltage.
Filter by phase. One of L1, L2, L3, N, L1-N, L2-N, L3-N, L1-L2, L2-L3, or L3-L1.
Filter by measurement location. One of Body, Inlet, Cable, Outlet, or EV.
Filter by unit. One of Wh, kWh, varh, kvarh, W, kW, VA, kVA, var, kvar, A, V, Celsius, Fahrenheit, K, or Percent.
Maximum number of results to return. Maximum 10,000.
Sort order. Either asc or desc.
Response
The meter value record ID.
Deprecated. Use connector_id instead.
The connector ID this meter value belongs to.
Deprecated. Use transaction_id instead.
The transaction ID this meter value belongs to. May be null.
ISO 8601 timestamp of the measurement.
The measured value as a string.
The context of the reading.
Deprecated. Always returns Raw.
The phase this value applies to. May be null.
The measurement location.