Blackymas / NSPanel_HA_Blueprint

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

Update prebuilt #2024

Closed MichaelHeimann closed 2 months ago

MichaelHeimann commented 2 months ago

adds

removes

edwardtfn commented 2 months ago

I believe we can change the climate addon to be fully configurable via HA UI, including it's mode (heat/cool/dual). I will take a look at that later.

edwardtfn commented 2 months ago

As your code is behind dev, I believe it will be easier to just merge and then I make the proposed changes later.

edwardtfn commented 2 months ago

I've set the actions to compile the firmware automatically in any change on the ESPHome files. That will also create the MD5 files. Just couldn't test those yet. :(

MichaelHeimann commented 2 months ago

Just did an update of my test-panel (wall_display) from dev (thanks for supporting that name btw. :+1: ) Worked! Nice!

edwardtfn commented 2 months ago

I will try to find some time to work on the climate in a way we could set everything from UI.

MichaelHeimann commented 2 months ago

Just found out the timezone on the panel is wrong as also discussed by @jesserockz in https://github.com/esphome/issues/issues/2868#issuecomment-1104511610_

Seems like ha syncs time but not timezone. That might need sntp as a workaround as long as ha doesn't get this fixed ... Will try the snmp workaround later.

edwardtfn commented 2 months ago

Sntp is not needed. We probably will need a timezone selector there.

edwardtfn commented 2 months ago

I've drafted a solution for this. It need some improvement to support Wi-Fi unavailable and to merge in another service.