go-eCharger V3 with 054.7 connecting using OCPP #5313
-
Describe the bugSince 054.0ff go-eCharger V3 and Gemini implement OCPP. After successfully playing around with cmd/ocpp and getting a config to work I tried using the go-e with OCPP and failed. There is not even output coming in the trace log. Steps to reproduce
Configuration detailschargers:
- name: go-eCharger
type: template
# template: go-e-v3
# host: 192.168.178.22
template: ocpp
meter: false
# stationid: go-echarger-05XXXX
# stationid: cp0001
idtag: 1 Log details
What type of operating system are you running?Docker container Versionevcc version 0.108.2 |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
This might be completely wrong but:
Did you wait 10 minutes? I don't know how OCPP works but at least this sounds to me like the Charger is supposed to do something and maybe the charger only does this initialization (or whatever it does) every now and then, edit: Line 123 in 24f4958 It looks like evcc is waiting in the initialization phase for the charger and will only continue after the timeout. Therefore I would recommend to try again with waiting 10 minutes and see what the logs show. |
Beta Was this translation helpful? Give feedback.
-
Thanks for looking into it, but... ;-)
I used evcc's own OCPP test client in ./cmd/ocpp to try out my evcc config and also took a tcpdump from that - there the evcc does not respond with a 404 - but the request from the charger to me looks the same as from the test client... |
Beta Was this translation helpful? Give feedback.
-
OCPP has various drawbacks over direct support. You should not use it unless forced to. |
Beta Was this translation helpful? Give feedback.
-
Got it to work :-)... at least it is connecting. Seems there is a limitation on the length of stationid on the go-eCharger side. After changing the stationid to go-e-05XXXX it suddenly connected... OCPP Server URL using ws://192.168.178.20:8887/go-e-05XXXX |
Beta Was this translation helpful? Give feedback.
-
Many thanks for the guid. With the FW 054.11 it did not work for me. It works with the 055.0 Beta! |
Beta Was this translation helpful? Give feedback.
Got it to work :-)... at least it is connecting.
Seems there is a limitation on the length of stationid on the go-eCharger side. After changing the stationid to go-e-05XXXX it suddenly connected...
OCPP Server URL using ws://192.168.178.20:8887/go-e-05XXXX