Cleared Charging Limit
Source: OCPP 2.0.1 Part 2 — Specification (Edition 2, 2022-12-15) — Section 1.9 (Messages); Use Case K13 — Reset / Release External Charging Limit (Functional Block K. SmartCharging)
Overview
The Charging Station sends ClearedChargingLimitRequest to inform the CSMS that an externally-set charging limit (e.g. from EMS, SO/DSO, or local controller) has been cleared/released, so the CS is no longer constrained by that source.
Pairs with NotifyChargingLimit (set/update) — together they cover the lifecycle of an external charging limit visible to the CSMS.
Sequence Diagram
Charging Station ──── ClearedChargingLimitRequest ────▶ CSMS
(chargingLimitSource, evseId?)
Charging Station ◀─── ClearedChargingLimitResponse ──── CSMS
Initiator
Charging Station → CSMS
Fields
| Field Name | Field Type | Card. | Description |
|---|---|---|---|
| chargingLimitSource | ChargingLimitSourceEnumType | 1..1 | Required. Source of the charging limit being cleared. |
| evseId | integer | 0..1 | Optional. EVSE identifier the cleared limit applied to. |
No fields are defined.
ChargingLimitSourceEnumType values
EMS— Energy Management System.Other— Indicates another type of source.SO— System Operator (DSO).CSO— Charging Station Operator.
Examples
{
"chargingLimitSource": "EMS",
"evseId": 1
}{}Schema
Source:
schemas/ClearedChargingLimitRequest.json,schemas/ClearedChargingLimitResponse.json(OCPP 2.0.1 FINAL)