lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
275 stars 126 forks source link

No Boot response from CS in 1.6 Docker? #35

Closed andig closed 4 years ago

andig commented 4 years ago

I've just tried to use https://github.com/voltbras/go-ocpp with the CS docker image. When CP sends BootNotification, it never receives a response. Could you confirm if that is the expected behavior?

lorenzodonini commented 4 years ago

This is definitely not intended. Can you confirm whether the CS received the request and also sent the response correctly?

I have never tested this with eduhenke's implementation, but I can confirm the whole flow was working fine with other commercial implementations (tested during OCPP 1.6 plugfest last July).

If you can provide me with some logs/setup info I can look into it.

andig commented 4 years ago

This is definitely not intended. Can you confirm whether the CS received the request and also sent the response correctly?

CS receives the request, CP does not show that it received the response.

I'm currently not sure if eduhenke is really functional. I'll retry with a client based on this repo and will double-check. Sorry for the noise.

andig commented 4 years ago

Closing until I can repro with cp from this repo. Thank you!