ClearedChargingLimit
Tells the CSMS that an externally imposed charging limit no longer applies.
- Version
- OCPP 2.0.1
- Direction
- Charge Point → CSMS
- Functional block
- Smart Charging
The counterpart to NotifyChargingLimit. Without it a CSMS would keep believing a constraint that has already lifted.
Request
| Field | Type | Required | Description |
|---|---|---|---|
chargingLimitSource | ChargingLimitSourceEnumType | Required | Which source's limit was cleared. |
evseId | integer | Optional | The EVSE. Omit for the whole station. |
json
[2, "19223201", "ClearedChargingLimit", {
"chargingLimitSource": "EMS",
"evseId": 1
}]Response
No fields — the payload is an empty object {}.
json
[3, "19223201", {}]Implementation notes
The message name in the specification is ClearedChargingLimit, which reads like a typo for 'ClearChargingLimit' but is correct — it reports a limit that has been cleared, rather than asking for one to be.