Blackymas / NSPanel_HA_Blueprint

This allows you to configure your complete NSPanel via Blueprint with UI and without changing anything in the code
1.2k stars 225 forks source link

Webserver no longer working after upgrading to 4.3.4 `Bug` #2054

Closed BluThunder2k closed 1 month ago

BluThunder2k commented 1 month ago

TFT Version

4.3.4

ESPHome Version

4.3.4

Blueprint Version

4.3.4

Panel Model

US

What is the bug?

Upon upgrading my 4 panels to 4.3.4 - the embedded webserver no longer answers to port 80 as the log show it has setup:

[16:01:57][C][web_server:169]: Web Server:
[16:01:57][C][web_server:170]:   Address: nsdisplaybr.local:80

I have them configured with the following which has worked up till now:

web_server:
  port: 80
  auth:
   username: admin
   password: xxxxxxx

Steps to Reproduce

Enable webserver in yaml config, and compile. Device will come online - be pingable - and connect to HA however not accept any connection on the port defined.

Your Panel's YAML

No response

ESPHome Logs

No response

Home Assistant Logs

No response

edwardtfn commented 1 month ago

- #2050

This was already fixed in dev and will be released soon.