Register map(s) for this device, each at the trust rung it earned. Addresses are 0-based as on the wire; word order and scaling are only confirmed at the hardware-verified rung.
Read + decoded cleanly over a real network vs an independent third-party Modbus test server (transport and framing; reads are remapped into the server's register window, so the map's own addresses are NOT exercised). Does NOT prove word order/scaling against the actual device.
| point | address (0-based) | type | scale | unit |
|---|---|---|---|---|
| date | 290 | U32BE | 1 | yymmdd |
| time | 294 | U32BE | 1 | hhmmss |
| chargepoint_power | 400 | U32BE | 1 | W |
| number_of_phases | 404 | U16 | 1 | |
| chargepoint_state | 1000 | U16 | 1 | |
| charging_state | 1001 | U16 | 1 | |
| equipment_state | 1002 | U16 | 1 | |
| cable_state | 1004 | U16 | 1 | |
| evse_fault_code | 1006 | U32BE | 1 | |
| current_l1 | 1008 | U16 | 0.001 | mA |
| current_l2 | 1010 | U16 | 0.001 | mA |
| current_l3 | 1012 | U16 | 0.001 | mA |
| voltage_l1 | 1014 | U16 | 1 | V |
| voltage_l2 | 1016 | U16 | 1 | V |
| voltage_l3 | 1018 | U16 | 1 | V |
| active_power_total | 1020 | U32BE | 1 | W |
| active_power_l1 | 1024 | U32BE | 1 | W |
| active_power_l2 | 1028 | U32BE | 1 | W |
| active_power_l3 | 1032 | U32BE | 1 | W |
| meter_reading | 1036 | U32BE | 0.1 | 0.1 kWh |
| session_max_current | 1100 | U16 | 1 | A |
| evse_min_current | 1102 | U16 | 1 | A |
| evse_max_current | 1104 | U16 | 1 | A |
| cable_max_current | 1106 | U16 | 1 | A |
| session_energy | 1502 | U32BE | 1 | Wh |
| session_start_time | 1504 | U32BE | 1 | hhmmss |
| session_duration | 1508 | U32BE | 1 | s |
| session_end_time | 1512 | U32BE | 1 | hhmmss |
| failsafe_current | 2000 | U16 | 1 | A |
| failsafe_timeout | 2002 | U16 | 1 | s |
| charging_current | 5004 | U16 | 1 | A |
| alive_register | 6000 | U16 | 1 |
| response timeout | 20000 ms |
| protocol notes | If the master does not update the value of the alive register until the failsafe timeout, the device switches to the failsafe state; TCP socket is terminated and failsafe current becomes active. |
| model register | 210 |
| serial register | 100 |
| firmware register | 230 |
| doc revision | V1.8 |
Each rung states what it proved and what it did not. Gray until proven; green is earned by hardware only.
Have a device that isn't here? Upload its register map — generation is free, and the connector earns its rung by being proven, not claimed.
Need it proven on your own device? Hardware verification — if it doesn't verify, you don't pay.
Building a platform? License the verified library — machine-readable maps, firmware matrix, API access.