You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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