You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/OCPP201/doc.rst
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -113,8 +113,6 @@ This module makes use of the following commands of this interface:
113
113
**PublishChargingScheduleDurationS** of this module. The configuration parameter **PublishChargingScheduleIntervalS** defines the interval to use to
114
114
periodically retrieve and publish the composite schedules. The configuration parameter **RequestCompositeScheduleUnit** can be used to specify the unit in
115
115
which composite schedules are requested and shared within EVerest.
116
-
* **set_get_certificate_response** to report that the charging station received a **Get15118EVCertificate.conf** from the CSMS (EV Contract installation
117
-
for Plug&Charge)
118
116
119
117
The interface is used to receive the following variables:
120
118
@@ -124,7 +122,6 @@ The interface is used to receive the following variables:
124
122
* **limits** to obtain the current offered to the EV. If present, this is reported as part of a **MeterValues.req**
125
123
* **session_event** to trigger **StatusNotification.req** and **TransactionEvent.req** based on the reported event. This signal drives the state machine and
126
124
the transaction handling of libocpp.
127
-
* **iso15118_certificate_request** to trigger a **DataTransfer.req(Get15118EVCertificateRequest)** as part of the Plug&Charge process
128
125
* **waiting_for_external_ready** to obtain the information that a module implementing this interface is waiting for an external ready signal
129
126
* **ready** to obtain a ready signal from a module implementing this interface
130
127
@@ -247,6 +244,23 @@ This module makes use of the following commands of this interface:
247
244
* **get_display_messages** to forward a **GetDisplayMessage.req** from the CSMS
248
245
* **clear_display_message** to forward a **ClearDisplayMessage.req** from the CSMS
0 commit comments