danielkucera / esp-arduino-ebus

69 stars 11 forks source link

This page isn’t working #51

Closed adallari1969 closed 8 months ago

adallari1969 commented 1 year ago

Hi I connected the esp8266-arduino-ebus v5.2 to my ebus configured the wifi network

the device get the ip, I can ping it I can connect to esp-ebus.local port 3334 using telnet - I see unreadable binary data but if I try connect to http://esp-ebus.local:5555 i get the error (from browser) "This page isn’t working192.168.1.132 sent an invalid response. ERR_INVALID_HTTP_RESPONSE"

If I try to set the esp-bus ip address in the ebusd add on in my Home assistan, I get the error "ERROR: Got unexpected response from the API: Service not enabled"

can you pls help me?

adallari1969 commented 1 year ago

I also tried the reset, but no changes

danielkucera commented 1 year ago

Hello, which browser?

adallari1969 commented 1 year ago

Hi Both chrome and edge

Il Dom 14 Mag 2023, 20:28 Daniel Kucera @.***> ha scritto:

Hello, which browser?

— Reply to this email directly, view it on GitHub https://github.com/danielkucera/esp8266-arduino-ebus/issues/51#issuecomment-1546969592, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7B64KRWWUY4JL6UMVXNYBTXGEP47ANCNFSM6AAAAAAYBJTX5I . You are receiving this because you authored the thread.Message ID: @.***>

adallari1969 commented 1 year ago

hallo, any feedback from your side?

danielkucera commented 1 year ago

Hi @adallari1969 , it is related to #39 . I am still trying to figure out a good way to handle http requests on the status server. Meanwhile you can use telnet esp-ebus.local 5555 to check the status server.

adallari1969 commented 1 year ago

Any browser works whit it?

Il Sab 20 Mag 2023, 23:04 Daniel Kucera @.***> ha scritto:

Hi @adallari1969 https://github.com/adallari1969 , it is related to #39 https://github.com/danielkucera/esp8266-arduino-ebus/pull/39 . I am still trying to figure out a good way to handle http requests on the status server. Meanwhile you can use telnet esp-ebus.local 5555 to check the status server.

— Reply to this email directly, view it on GitHub https://github.com/danielkucera/esp8266-arduino-ebus/issues/51#issuecomment-1556004815, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7B64KWDCDPVKTDGAUSNGE3XHEWUTANCNFSM6AAAAAAYBJTX5I . You are receiving this because you were mentioned.Message ID: @.***>

danielkucera commented 1 year ago

Hm, I was under impression that both Firefox and Chrome works but now I have tested more of them and found out that only Firefox under Linux works. I'll make the next firmware work with all browsers. For now you can use telnet to check the status:

telnet esp-ebus.local 5555
danielkucera commented 8 months ago

resolved in #64