Smart Charging Commands - Remote Stop
Julian Ares
Last Update منذ ١٩ يومًا
InControl allows you to remotely stop (or start) active charging sessions through the API. This is especially useful in scenarios like:
- Avoiding peak demand charges during Time-of-Use pricing
- Shutting down sessions when operating on DERs or backup power
- Conditioning batteries by programmatically managing session duration
To perform a Remote Stop, you must pass both the ocppTransactionId and chargerSerialNumber. These are required per OCPP spec and ensure precise targeting of an active session.
Required Parameters
Field | Description |
ocppTransactionId | Unique transaction ID of the active session |
chargerSerialNumber | Serial number of the charger running the session |
Example:
Transaction Query to Check for Active Sessions