sap-labs-france / ev-server

The Open e-Mobility Charging Station management backend server (check also ev-dashboard and ev-mobile)
https://open-e-mobility.fr/
Apache License 2.0
158 stars 147 forks source link

EV station not connecting | Error : Web Socket Protocol is mandatory #2761

Closed rccess closed 3 years ago

rccess commented 3 years ago

Hello community,

i am trying to onboarding new ev station through OCPP 1.6 J

The url parameter like this

ws://ev.texxxxxxob.cloud:8010/OCPP16/611e3xxxx61c75f3f11752d/612f2exxxxx1db1fa623c259

But not connecting getting error the following,

image

I need to know, is there any bug in code or i am missing someting to call ?

Please do advise

Thanks

LucasBrazi06 commented 3 years ago

Your charging station, when opening a WS, should provide the 'protocol' property equals to 'ocpp1.6'.

LucasBrazi06 commented 3 years ago

Closed due to inactivity