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

The Open Charge Alliance released a draft version of OCPP 2.1 to it's members. And this library aims to implement support for this version.

ocpp2.1

I cannot get my CP to connect to my CSMS, I do not know what to set in the Server URL on my configuration interface of my CP : ![image](https://github.com/mobilityhouse/ocpp/assets/172390743/30bf8b39-0c59-49b7-a172-b1e2e55a224e)...

bug

Hi, I managed to have a ocpp server started and connected with the client simulator I want to check which function I need to implement for the schedule charging. i.e....

The ocpp integration (https://github.com/lbbrhzn/ocpp) using this library in Home Assistant 2024.06 has detected that the IO `open` file call in `messages.py` blocks the event loop. Would it make sense in...

bug

PR https://github.com/mobilityhouse/ocpp/pull/172 updated with master. Smart charging algos conception and validation has become a requirement for charging infrastructure. Every single code lines that can help at implementing and testing it...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. Release notes Sourced from requests's releases. v2.32.2 2.32.2 (2024-05-21) Deprecations To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Hello, I tried to collect data using customData or DataTransfer. Here is an example: ```python request = call.DataTransfer( vendor_id="my.vendor.id", message_id="dataCollection", data={ "camelCaseKey": 1, "snake_case_key": 2, "SCREAMING_CASE_KEY": 3, "iso15118eMAID": "Desired key...