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 ClearedChargingLimit after a NotifyChargingLimit when the condition is resolved
  • The chargingLimitSource must match the source used in the corresponding NotifyChargingLimit

Testing Tips

  • Send NotifyChargingLimit, then ClearedChargingLimit, and verify the CSMS restores normal scheduling