ocpp
ocpp copied to clipboard
Python implementation of the Open Charge Point Protocol (OCPP).
I am trying to implement TransactionMessageAttempts and TransactionMessageRetryInterval keys, I want to send the same payload and also with the same message id. Is there any way to implement this?
Change hardcoded `accepted` string to `RegistrationStatusType.accepted`. Tweak central system example code to close the websocket.
The unit tests aren't ran before release. This commit fixes this to avoid releasing without running the tests. Fixes: https://github.com/mobilityhouse/ocpp/issues/337
Hi, after reading the OCPP 1.6 standard, I haven't been able to receive on the central system side, the measurands from the charging station, _except_ for when I send a...
The attribute should be named `requested_energy_transfer`. https://github.com/mobilityhouse/ocpp/blob/cbf17a5523d8865a001fb7928e50957e2eab0822/ocpp/v201/datatypes.py#L98-L104
Hello, can anyone share how this library works with real EVSE? Are you particularly interested in working with Remote Start Transaction ? As far as I understand, to activate this...
im currently implementing the Change Configuration message initiated by the central system. Everything worked fine, till I wanted to sent an integer as the value. I get following error (im...
Hello! I implemented a charging point and a CSMS based on the examples and comments I found, and now, I want to implement a full charging scenario for smart charging....
If i try to change metervaluesaligneddata i become the answer rejected. I also can't change metervaluesaligneddatamaxlength. But i can change metervaluesampleddata. i become the answer accepted for the same value...
Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...