MeterValues API
Summary
The MeterValue API returns different Meter Values from the charge station. Most common is kWh, A and V. It is a snapshot of the meter readings at that moment.
Link to MeterValues API
Flow
Pull
MeterValues is only available via PULL due to high data volume.
MeterValues can be pulled in batches of max 72h.
By default without setting further query parameters, it will be of the last 72h.
Request parameters
It is possible to define the Meter_type:
0: S0 - Charge station level
1: EVSE
Note, we currently don't fully support those query parameters.
0 - will return only S0 (no EVSE level)
1 - will return S0 and EVSE
{
"data": [
{
"meter_value_uid": "50eb22e3-429c-4f3a-b178-53276748a461",
"value": 0.0,
"unit": "A",
"evse_id": "NL-GFX-ENL-GFX-RDABC-1",
"charge_station_id": "NL-GFX-RDABC",
"location_id": "e649f5c0-a177-4ff1-a0c8-c4285ffc8aad",
"meter_type": "EVSE",
"created": "2022-09-19T07:18:33Z",
"timestamp": "2022-09-19T07:18:30Z",
"message_id": "5e90284ccc990L",
"session_id": "NLGFX637985930900393478-bac93",
"connector_id": 2,
"context": "SamplePeriodic",
"measurand": "CurrentImport",
"phase": "None",
"format": "Raw",
"location": "Outlet",
},
{
"meter_value_uid": "0704c4d8-791c-4a12-8de5-591746f17d20",
"value": 16.0,
"unit": "A",
"evse_id": "NL-GFX-ENL-GFX-RDABC-1",
"charge_station_id": "NL-GFX-RDABC",
"location_id": "e649f5c0-a177-4ff1-a0c8-c4285ffc8aad",
"meter_type": "EVSE",
"created": "2022-09-19T07:18:33Z",
"timestamp": "2022-09-19T07:18:30Z",
"message_id": "5e90284ccc990L",
"session_id": "NLGFX637985930900393478-bac93",
"connector_id": 2,
"context": "SamplePeriodic",
"measurand": "CurrentOffered",
"phase": "None",
"format": "Raw",
"location": "Outlet",
},
{
"meter_value_uid": "d0672042-b73f-42cc-a38f-1a0a3be2fd45",
"value": 55390.0,
"unit": "Wh",
"evse_id": "NL-GFX-ENL-GFX-RDABC-1",
"charge_station_id": "NL-GFX-RDABC",
"location_id": "e649f5c0-a177-4ff1-a0c8-c4285ffc8aad",
"meter_type": "EVSE",
"created": "2022-09-19T07:18:33Z",
"timestamp": "2022-09-19T07:18:30Z",
"message_id": "5e90284ccc990L",
"session_id": "NLGFX637985930900393478-bac93",
"connector_id": 2,
"context": "SamplePeriodic",
"measurand": "EnergyActiveImportRegister",
"phase": "None",
"format": "Raw",
"location": "Outlet",
},
{
"meter_value_uid": "17e5d7fe-b37e-4b1a-9c73-4d606de97164",
"value": 0.0,
"unit": "W",
"evse_id": "NL-GFX-ENL-GFX-RDABC-1",
"charge_station_id": "NL-GFX-RDABC",
"location_id": "e649f5c0-a177-4ff1-a0c8-c4285ffc8aad",
"meter_type": "EVSE",
"created": "2022-09-19T07:18:33Z",
"timestamp": "2022-09-19T07:18:30Z",
"message_id": "5e90284ccc990L",
"session_id": "NLGFX637985930900393478-bac93",
"connector_id": 2,
"context": "SamplePeriodic",
"measurand": "PowerActiveImport",
"phase": "None",
"format": "Raw",
"location": "Outlet",
},
{
"meter_value_uid": "17e5d7fe-b37e-4b1a-9c73-4d606de97164",
"value": 0.0,
"unit": "W",
"evse_id": "NL-GFX-ENL-GFX-RDABC-1",
"charge_station_id": "NL-GFX-RDABC",
"location_id": "e649f5c0-a177-4ff1-a0c8-c4285ffc8aad",
"meter_type": "EVSE",
"created": "2022-09-19T07:18:33Z",
"timestamp": "2022-09-19T07:18:30Z",
"message_id": "5e90284ccc990L",
"session_id": "NLGFX637985930900393478-bac93",
"connector_id": 2,
"context": "SamplePeriodic",
"measurand": "PowerActiveImport",
"phase": "None",
"format": "Raw",
"location": "Outlet",
},
{
"meter_value_uid": "d0672042-b73f-42cc-a38f-1a0a3be2fd45",
"value": 55390.0,
"unit": "Wh",
"evse_id": "NL-GFX-ENL-GFX-RDABC-1",
"charge_station_id": "NL-GFX-RDABC",
"location_id": "e649f5c0-a177-4ff1-a0c8-c4285ffc8aad",
"meter_type": "EVSE",
"created": "2022-09-19T07:18:33Z",
"timestamp": "2022-09-19T07:18:30Z",
"message_id": "5e90284ccc990L",
"session_id": "NLGFX637985930900393478-bac93",
"connector_id": 2,
"context": "SamplePeriodic",
"measurand": "EnergyActiveImportRegister",
"phase": "None",
"format": "Raw",
"location": "Outlet",
},
{
"meter_value_uid": "0704c4d8-791c-4a12-8de5-591746f17d20",
"value": 16.0,
"unit": "A",
"evse_id": "NL-GFX-ENL-GFX-RDABC-1",
"charge_station_id": "NL-GFX-RDABC",
"location_id": "e649f5c0-a177-4ff1-a0c8-c4285ffc8aad",
"meter_type": "EVSE",
"created": "2022-09-19T07:18:33Z",
"timestamp": "2022-09-19T07:18:30Z",
"message_id": "5e90284ccc990L",
"session_id": "NLGFX637985930900393478-bac93",
"connector_id": 2,
"context": "SamplePeriodic",
"measurand": "CurrentOffered",
"phase": "None",
"format": "Raw",
"location": "Outlet",
},
{
"meter_value_uid": "50eb22e3-429c-4f3a-b178-53276748a461",
"value": 0.0,
"unit": "A",
"evse_id": "NL-GFX-ENL-GFX-RDABC-1",
"charge_station_id": "NL-GFX-RDABC",
"location_id": "e649f5c0-a177-4ff1-a0c8-c4285ffc8aad",
"meter_type": "EVSE",
"created": "2022-09-19T07:18:33Z",
"timestamp": "2022-09-19T07:18:30Z",
"message_id": "5e90284ccc990L",
"session_id": "NLGFX637985930900393478-bac93",
"connector_id": 2,
"context": "SamplePeriodic",
"measurand": "CurrentImport",
"phase": "None",
"format": "Raw",
"location": "Outlet",
}
"count": 1668,
"total_count": 0,
"limit": 10000,
"status_code": 1000,
"status_message": "Success",
"timestamp": "2022-09-20T13:15:44.4947334Z"
}
Updated 6 months ago