Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Case K12: Set / Update External Charging Limit Without Ongoing Transaction #311

Open
Tracked by #308
drmrd opened this issue Dec 14, 2023 · 1 comment
Open
Tracked by #308
Labels
OCPP2.0.1 smart charging OCPP 2.0.1 Smart Charging Certfication Profile

Comments

@drmrd
Copy link
Collaborator

drmrd commented Dec 14, 2023

No description provided.

@RobertDeLeeuw RobertDeLeeuw added the smart charging OCPP 2.0.1 Smart Charging Certfication Profile label Dec 18, 2023
@Giavotto
Copy link
Contributor

Scenario

  1. External Control System sends a charging limit to Charging Station (not during a transaction).
  2. Optional: Charging Station calculates new charging schedule.
  3. Charging Station adjusts the charging speed.
  4. If the charging limit changed by more than: LimitChangeSignificance, the Charging
    Station sends a NotifyChargingLimitRequest message to CSMS with optionally the set charging
    limit/schedule.
  5. The CSMS responds with a NotifyChargingLimitResponse to the Charging Station.

Functional Requirements

  • K12.FR.01: When an external charging limit/schedule is received while no transactions are ongoing, the total load of all EVSEs SHALL NOT exceed this given limit. (This may not apply)
  • K12.FR.02: When K12.FR.01 AND Charging limit changed by more than: LimitChangeSignificance, the Charging Station SHALL inform the CSMS of the new charging limit/schedule imposed by the external system by sending a NotifyChargingLimitRequest.
  • K12.FR.03: When K12.FR.02 AND EnableNotifyChargingLimitWithSchedules is true, the NotifyChargingLimitRequest SHALL contain the charging limit/schedule as set by the external system.
  • K12.FR.04: When K12.FR.02, the Charging Station SHALL NOT set the chargingLimitSource to CSO in the NotifyChargingLimitRequest.
  • K12.FR.05: When an external charging limit/schedule is received, the Charging Station SHALL use purpose ChargingStationExternalConstraints when reporting about this limit (e.g. in a ReportChargingProfilesRequest).
    • It is RECOMMENDED to use negative values for the id of a ChargingStationExternalConstraints profile, to minimize the risk of a clash with an id that CSMS might use for a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCPP2.0.1 smart charging OCPP 2.0.1 Smart Charging Certfication Profile
Projects
None yet
Development

No branches or pull requests

3 participants