ocpp
ocpp copied to clipboard
Python implementation of the Open Charge Point Protocol (OCPP).
@Jared-Newell-Mobility and I are stepping down as owners and maintainers of this project. We both switched contexts and and lost interest in the project. The project is used by several...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
**Is your feature request related to a problem? Please describe.** Some devices implement OCPP 1.6 using Hz as the unit for Frequency. **Describe the solution you'd like** Add Hz to...
**Describe the documentation you'd like** - [ ] Move usage documentation from README.md to dedicated files in `docs/source` - [ ] Migrate documentation to [email protected] - [ ] Update examples...
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...
### Changes included in this PR Documentation update mostly to fix broken links and update examples to be compatible with ocpp v2 and websockets v15. ### Current behavior Documentation was...
## Not ready for merge! This is a draft/suggestion. Would love your thoughts and feedback. ### Changes included in this PR First draft. Includes a restructuring of the docs setup,...
### Changes included in this PR Depending on the project release process, hopefully this change to the publish-to-pypi github workflow will keep things consistent. After the project is published to...
This PR addresses the feature discussed [here](https://github.com/mobilityhouse/ocpp/issues/264), allowing the response sent inside the @on to be passed to the @after hook for further processing (avoiding the use of temp variables)....