OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
170 stars 112 forks source link

ocpp server connect fail #873

Closed liyong4github closed 3 months ago

liyong4github commented 3 months ago

I am unable to connect to the OCPP server. Can anyone help me identify the problem? Here is the error message:

[MO] warning (MicroOcppMongooseClient.cpp:261): Insecure connection (WS) [MO] info (RequestQueue.cpp:45): operation timeout: BootNotification [MO] warning (MicroOcppMongooseClient.cpp:485): connection ws://xx.xx.xx.xx/steve/websocket/CentralSysremService/test01 -- HTTP error 404 [MO] info (MicroOcppMongooseClient.cpp:511): connection ws://xx.xx.xx.xx/steve/websocket/CentralSysremService/test01 -- closed OpenEVSE not responding or not connected

matth-x commented 3 months ago

HTTP error 404 means that the charger can reach the server, but the server doesn't recognize the URL. The backend URL you posted contains a typo:

ws://xx.xx.xx.xx/steve/websocket/CentralSysremService

liyong4github commented 3 months ago

@matth-x I'm so stupid. Thank you so much.