Send charger command

Permissions: Requires owner or service-level access.

Supported Command IDs:
- 102 – Restart the charger
- 200 – Upgrade charger firmware
- 506 – Stop or pause charging
- 507 – Resume charging
- 10001 – Deauthorize and stop charging

Command 10001 – Deauthorize and Stop:
The caller must ensure that no new charging sessions are authorized until the command is completed.

Command 506 – Pause/Stop Charging:
- Requires firmware version > 3.2 on PRO chargers
- Typical usage: For chargers in active charging mode (state ChargeOperationMode, 710 = 3). Other edge cases are supported, but this is the most common scenario.
- The command will be rejected if the charger is already paused (state ChargeOperationMode, 710 = 5 and FinalStopActive, 718 = 1) or disconnected (state ChargeOperationMode, 710 = 1)
Commands 507 – Resume Charging:
- Requires firmware version > 3.2 on PRO chargers
- Typical usage: For chargers in paused state (state ChargeOperationMode, 710 = 5 and FinalStopActive, 718 = 1). Other edge cases are supported, but this is the most common scenario.
- The command will be rejected if the charger is not in paused mode (state ChargeOperationMode, 710 = 5 and FinalStopActive, 718 = 1)
neither Scheduler is active (state NextScheduleEvent, 763 is set)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Unique identifier of the charger.

int32
required

The ID of the command to execute.

Responses
200

Success

401

Unauthorized

403

Forbidden

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here!