-
Notifications
You must be signed in to change notification settings - Fork 183
Description
We're implementing the OCPP 1.6 version of SignedMeterValues in our firmware according to this document: https://openchargealliance.org/wp-content/uploads/2025/02/signed_meter_values-v10.pdf
I saw your response on #193 (comment) and wanted to ask if there is already support for tapping into the StopTransaction.req process, blocking it until the signature is ready and putting the signed data into the transactionData key.
Currently, we also generate one at the start of the transaction and would be great to store it via the internal mechanism of MicroOcpp so that it's automatically picked up at the end.
We would love to contribute a more straightforward way of doing this back as Pull request, but wanted to ask for your opinion @matth-x on how to implement this. Documentation or examples should also be added, as we could not find much about this online.
Thank you in advance!
R