Replies: 1 comment
-
|
@vcba79 The SetChargingProfile message can be sent similar to how you send other messages. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I am trying to implement charger controller using Java-OCA-OCPP.
Server start ok and accept Authorize, StatusNotification, etc but not MeterValues. I have a python ocpp echo server shows charger send MeterValues after transaction started. But server provied by this project never call MeterValues handler. How can I identify this issue and solve it?
Is there a code example to show how to send SetChargingProfile in starttransaction handler? I have not idea how to send SetChargingProfile after transaction started.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions