revised: Sun Oct 26 10:30:24 EDT 2025
Trying to find the interpretation of the Tesla Wall Connector API EVSE codes. The tables below include what has been figured out so far. Please leave a comment if you have more information.
vitals data: evse_state
| 0 | booting |
| 1 | not_connected |
| 2 | connected |
| 3 | |
| 4 | ready |
| 5 | |
| 6 | negotiating |
| 7 | error |
| 8 | charging finished |
| 9 | waiting car |
| 10 | charging reduced |
| 11 | charging |
| 12 | |
| 13 | soon after unplugging |
vitals data: evse_not_ready_reasons
This is presented as a list. For example [ 1 ], [4,8] or [4,8,10].
| 1 | probably means ready, no not_ready reason |
| 4 | prior to plugin, usually with 8 |
| 8 | usually with 4 |
| 10 | off by schedule |
References
- Home Assistant Telsa Wall Connector Integration
- http://twc_address/api/1/vitals
No comments:
Post a Comment