Is "OCPP & California Pricing Requirements" planned to be implemented?
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
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.