ocpp
ocpp copied to clipboard
Python implementation of the Open Charge Point Protocol (OCPP).
I am not sure if this is a bug, also my python knowledge is a little weak (i am mostly a Java programmer). But i noticed that all the dataclass...
I have been testing my central system sending it a data transfer message. So, I sent a json with the data transfer message how below: ``` data = [{ "timestamp":...
Sometimes you want to let other code decide which request is to be sent, and just pass stuff on into the OCPP WebSocket connection. In such cases having to different...
Hi everyone, I found this library very useful and I started to apply that to create a csms for some chargepoints. First of all, thanks for your extremely honorable contribution...
If the internet is disconnected while charging and the charger cannot connect to the server, how to re-establish the connection when the internet connection is restored?
Hello, The messages NotifyChargingLimitRequest, NotifyMonitoringReportRequest, ReportChargingProfilesRequest, RequestStartTransactionRequest and SetChargingProfileRequest fail to be validated and hence to be sent. The bug happen when in all these messages payloads is present a...
The current routing API provides very little flexibility. The current approach with the `@on()` decorator has a few limitations. # Issues 1. The interface of a handlers is limited to...
This PR introduces support for OCPP 2.1. The code in ocpp/v21 is generated by the newly introduced code generator. I've created this draft to gather feedback on the generated code...
Good afternoon, I have an OCPP error in some transactions, all of the same type (DeAuthorized). ERROR - Error while handling request '' V1.6 Json Can you help me? Thank...