Seite 1 von 1

EVSE-Wifi 1.1.1 remote access

Verfasst: So 24. Apr 2022, 15:18
von Courage2000
Hello!

I have a remote installation and I try to set up EVCC.

For this, I need to enable API on the EVSE-Wifi.

I know that WebSocket is used, so I set up a reverse proxy on my Synology NAS with support for WebSockets, now I can access the EVSE Wifi interface via HTTPS.

https://dynamicdns:7071 -> NAS_IP:7171 -> EVSE-WIFI_IP:80

Is not the only HTTPS reverse web proxy that I use (the others work without problem).

When I send the correct password to the EVSE, the module restarts.
error.jpg
error.jpg (35.53 KiB) 4204 mal betrachtet
P.S. I've also tried without https (http), same result.

Re: EVSE-Wifi 1.1.1 remote access

Verfasst: So 24. Apr 2022, 15:29
von aiole
Special constellation. Maybe Mathias could give a hint.

Re: EVSE-Wifi 1.1.1 remote access

Verfasst: So 24. Apr 2022, 19:09
von Mathias
Websocket also uses port 80. Maybe your reverse proxy ignores ws requests?
You can try to debug the script.js in your browser with F12. The ws-connect function starts at line 1948.