ocpp
ocpp copied to clipboard
Python implementation of the Open Charge Point Protocol (OCPP).
Problem: Given a string with a non date-time format does not fails validation Example: CP: ``` async def send_status_notification(self): request = call.StatusNotificationPayload( connector_id=1, error_code='NoError', status='Available', timestamp='AnyStringHere100') response = await self.call(request)...
Some questions: * These objects don't quite fit into calls.py, because they're not call payloads. On the other hand, they don't really fit in enums.py either. I considered adding a...
Hello For a few days, I tried to run the example in this comment, https://github.com/mobilityhouse/ocpp/issues/86#issuecomment-620205346 but it shows me in the browser this error : 405: Not Allowed can you...
In issue https://github.com/mobilityhouse/ocpp/issues/71 "Hertz" was added as valid unit. However it should also be allowed within StopTransaction's transactionData.
Add support for the Security OCPP messages of the 2nd Edition of the white paper [JSON_schemas.zip](https://github.com/mobilityhouse/ocpp/files/5419159/JSON_schemas.zip) [OCPP 1.6 security whitepaper edition 2.pdf](https://github.com/mobilityhouse/ocpp/files/5419160/OCPP.1.6.security.whitepaper.edition.2.pdf)
Hello... Just wonder how to proper maintain connection. When CP connects to server it should 1st send BootNotification. But I have station that can send StatusNotification (or others) before BootNotification....
Hello, it has been a time since I am trying to implement Offline behaviour as described on the specification. When the server or connection is not available, the client is...
Hello I wnat to know how can I "save" the incoming data now I have added in the charge_point.py line 161 print ('this is what I get - ' ,...
Would this be possible? It would be amazing. thanks!