EVerest / libocpp

C++ implementation of the Open Charge Point Protocol
Apache License 2.0
83 stars 44 forks source link

Use Case K09: Get Charging Profiles #309

Open drmrd opened 8 months ago

drmrd commented 8 months ago

Scenario

  1. The CSMS asks the Charging Station for the installed charging profiles by sending a GetChargingProfilesRequest message.
  2. The Charging Station responds, indicating if it can report Charging Schedules by sending a GetChargingProfilesResponse message.
  3. Charging Station sends a number of ReportChargingProfilesRequest messages to CSMS.
  4. The CSMS acknowledges reception of the reports by sending a ReportChargingProfilesResponse to the Charging Station for every ReportChargingProfilesRequest.

Functional Requirements

drmrd commented 7 months ago

My team is actively working on this use case and others in the Smart Charging functional block.