meter value exectution in ocpp16 #262
jhakundankumar
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m receiving meter values from a WebSocket, and I need to update and send this data to the CMS. Has anyone implemented this before?
Here’s an example of the data format I’m getting:
"dc_output": {
"gun1": {
"valid": 1,
"voltage": 0,
"current": 0,
"power": 15.739999771118164
}
}
I’m getting the data in the above format. Now, I need to send this data to the CMS. I’m using main.cpp from the example at examples/ocpp16/quick_start_chargepoint.
Beta Was this translation helpful? Give feedback.
All reactions