Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is "OCPP & California Pricing Requirements" planned to be implemented? #366

Open
luca-eidos opened this issue Aug 30, 2024 · 1 comment
Open

Comments

@luca-eidos
Copy link

Hi @matth-x, I've come across the "OCPP & California Pricing Requirements" whitepaper by OCA recently. I was wondering if you planning on implementing it at some point in time?
Otherwise, I may consider to implement it myself and try to pull request it here, if it fits.
ocpp_and_dms_evse_regulation-v2.0.pdf

@matth-x
Copy link
Owner

matth-x commented Sep 2, 2024

Hi @luca-eidos, currently I have no plans to implement it, but would be happy about a PR!

Some time ago I took a deeper look and it didn't seem complicated for the largest part. The only thing to watch out for are the new transaction-related messages. They need to be persisted across reboots and after reboot, be sent in the same order as if no power cut occurred. The Connector class should give a good example how this can be achieved. Feel free to follow up on this issue if you need further advice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants