Help needed to get to read information from the charger #214
Replies: 2 comments 1 reply
-
Hi, This kind of information is only sent by the ev charger during charging sessions (transactions) using the MeterValues message.
And then configure the interval at which the ev charger shall send these informations :
On the next transaction the ev charger shall sent periodically, every 30s, the requested values.
|
Beta Was this translation helpful? Give feedback.
-
Hi, Thank you very much. [user] c++ $ ./scs_ocpp_central_system
As you can see, the current time (when the central system was running) is nit the same as most timestamps. |
Beta Was this translation helpful? Give feedback.
-
I am using the quick start central system example to connect to an ev charger and it works.
But now I would need to print specific informations such as power, current, state of charge....
Is this possible just by adding some lines of code in the main.cpp of the quick central system example ?
Beta Was this translation helpful? Give feedback.
All reactions