Direct EVSE Control API Docs
Status Information of Charging Station
Allows to retrieve current status information of a charging station.
The response consists of an array of objects for each plug of the charging station, as some charging stations have multiple plugs. It contains the plug_uuid and plug_label identifying the plug and the evse_uuid, identifying the charging station (same for each plug). The fields current_l1, current_l2, current_l3, and dyn_current_limit are given in ampere. The power field is given in watts.
GET
Request
Header Parameters
evsetoken
String
required
EVSE authentication token for the specific charging station.
Status | Description |
---|---|
charging | Charging station is charging a vehicle |
recently_started_charging | Charging station has recently started a charging session |
idle | Charging station is idle and waiting for a command |
connected | Vehicle is connected but not charging |
discharging | Resource is discharging and supplying power to the grid |
error | Charging station is in an error state, control is not possible |
offline | Charging station cannot be reached |
cloud_offline | CLEMAP device cannot reach CLEMAP cloud |
init | During initialization |
stopped | Charging station is stopped |
starting | Charging station is starting |
producing | For PV systems only, irrelevant for EV charging stations |
unknown | Unknown status |