ClearedChargingLimit
SmartCharging CS->CSMS
OCPP 2.0.1
Sent by the Charging Station to inform the CSMS that a previously reported local charging limit has been lifted.
Quick Reference
Required Fields
chargingLimitSource ChargingLimitSourceEnumType The source of the cleared limit: EMS, Other, SO, or CSO
Optional Fields
evseId integer EVSE for which the limit was cleared
Example Payload
{
"chargingLimitSource": "EMS",
"evseId": 0
} Example Full Frame
[
2,
"msg-001",
"ClearedChargingLimit",
{
"chargingLimitSource": "EMS",
"evseId": 0
}
]
Format: [MessageType, MessageId, Action, Payload]
Overview
ClearedChargingLimit is sent after a NotifyChargingLimit to inform the CSMS that the local power limit has been removed. The CSMS can now resume normal schedule management.
Expected Response
Empty response {}.
Usage Notes
- Always send
ClearedChargingLimitafter aNotifyChargingLimitwhen the condition is resolved - The
chargingLimitSourcemust match the source used in the correspondingNotifyChargingLimit
Testing Tips
- Send
NotifyChargingLimit, thenClearedChargingLimit, and verify the CSMS restores normal scheduling