ph1p / ikea-led-obegraensad

ESP32/Arduino hack for the ikea OBEGRÄNSAD led wall lamp
MIT License
578 stars 78 forks source link

WebGui hangs at "Connecting" / NS_ERROR_WEBSOCKET_CONNECTION_REFUSED #72

Closed 5ll closed 7 months ago

5ll commented 7 months ago

Hi, first of all, thanks for all the work, amazing project!

I have a bit of an issue. The mod itself seems to work as far as I can tell. I can cycle through different "modes" with the button and the lamp also displays the correct time. But if I try to open the WebUI I only see "CONNECTING..." and nothing happends. In the developer console (f12) I can see the following error: NS_ERROR_WEBSOCKET_CONNECTION_REFUSED

It tries to open /:16 (websocket). In the tab "call list" (Aufrufliste in German) I can see the following:

qt
[http://192.168.30.202/:16:18363](http://192.168.30.202/)
o
[http://192.168.30.202/:16:18844](http://192.168.30.202/)
Jt
[http://192.168.30.202/:16:18909](http://192.168.30.202/)
Ht
[http://192.168.30.202/:16:19310](http://192.168.30.202/)
<anonym>
[http://192.168.30.202/:16:19472](http://192.168.30.202/)

Is there any configuration I'm missing?

5ll commented 7 months ago

Never mind, it was my firewall blocking interzone websocket traffic.