Direct EVSE Control API Docs

Current Target Value Settings

This method allows to retrieve the currently valid current settings with a timestamp until which the settings are valid. If there are no currently valid settings, the response values are null.
GET
Request
Header Parameters
evsetoken
String
required
EVSE authentication token for the specific charging station.
Curl
Node.js
JS
Python
Ruby
Responses
200

Allows to set a current target value of a charging station for a certain duration (in seconds). This target value is applied on all phases of the charger. The response of this request states whether the requested target value was received or rejected (e.g. due to the CLEMAP device being disconnected). The target value may not be reached due to external factors, e.g. if the current limit is reached, external signals from the supply company, or other systems controlling the charging station.
POST
Request
Header Parameters
evsetoken
String
required
EVSE authentication token for the specific charging station.
Body Parameters
current
Integer
required
Current target in ampere.
duration
Integer
required
Duration in seconds
Curl
Node.js
JS
Python
Ruby
Responses
201

This method allows to reset the current settings value. The previous settings are returned.
DELETE
Request
Header Parameters
evsetoken
String
required
EVSE authentication token for the specific charging station.
Curl
Node.js
JS
Python
Ruby
Responses
200