ocpp icon indicating copy to clipboard operation
ocpp copied to clipboard

Python implementation of the Open Charge Point Protocol (OCPP).

Results 149 ocpp issues
Sort by recently updated
recently updated
newest added

Based on the OCPP [spec](https://raw.githubusercontent.com/mobilityhouse/ocpp/master/docs/v201/OCPP-2.0.1_part2_specification.pdf) (page 379), IdTokenType should have an **optional list** for **additional_info** attribute (see the cardinality of **additionalInfo** in the spec : 0..*). - Current version (0..1)...

I recently faced a problem that I wanted to terminate the instance but couldn't find a way. I added this method so the instance can be terminated manually on demand....

Hello, I have been working with the library for a while now, also I have tried it with different ChargePoints from different brands and I have to say good work...

question

Sometimes I dint get 'CALL' response in time its gets timeout error, but soon as I disconnect the charger from the server and when it reconnects on its own the...

question

Currently, the unit tests aren't ran before release. In theory, we would be able to release a broken version of this package. That should be changed. The release workflow is...

enhancement

Adding 3 new connector types from the Errata, and any missing descriptions.

In the 2.0.1 spec for `AuthorizeRequest` and `GetCertificateStatusRequest` there is a field responderURL that does not get converted from snake_case `responder_url` to camelCase `responderURL`. This PR adds handling of this...

Adding a new datatype from the errata:

How create a MITM that relays messages from CS to CP and vice-versa? Best regards.

question