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
{{ message }}
This repository was archived by the owner on Nov 15, 2025. It is now read-only.
I want to develop a backend with a GUI that shows the current state of the chargepoint.
I'm able to get info from incoming messages from the chargepoint however I'm not able to send message from my backed to the chargepoint.
More precisely, I'm able to send the commands to the chargepoint : If I send
I want to develop a backend with a GUI that shows the current state of the chargepoint.
I'm able to get info from incoming messages from the chargepoint however I'm not able to send message from my backed to the chargepoint.
More precisely, I'm able to send the commands to the chargepoint : If I send
The interactive command tool print :
However it does nothing more : it doesn't accept nor refuse and definitively does not send a heartbeat.
I tried writing in the command line
But it doesn't seem to be of any help.
Thank you !