Remote start a transaction
POST/charge-points/:uid/remote-start-transaction
Sends a RemoteStartTransaction request over the OCPP WebSocket connection to start a charging transaction on the specified charge point.
The request body should contain the connector ID, ID tag, and optionally the charging profile.
Requires remote start transaction permissions on the charge point.
Request
Responses
- 200
- 403
- 404
- 502
Remote start command sent successfully
Insufficient permissions to remote start a transaction
Charge point not found or not connected
Unable to reach the edge device (e.g., SSH tunnel down or local controller unreachable)