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

Indoor Temperature in deg. F not correct. `Bug` #2079

Closed jdickensttu closed 3 weeks ago

jdickensttu commented 3 weeks ago

TFT Version

4.3.5

ESPHome Version

2024.3.2

Blueprint Version

4.3.5

Panel Model

US

What is the bug?

When indoor temperature is checked to display (Home Page - Indoor Temperature Sensor Visibility) and the unit is in deg. F (added to YAML), the display shows temperature in deg. C but with F unit (not converting displayed number). Outdoor temperature is correct.

Steps to Reproduce

No response

Your Panel's YAML

temp_units: °F

ESPHome Logs

No response

Home Assistant Logs

No response

edwardtfn commented 3 weeks ago

Could you please share the logs from ESPHome? And do you have the latest ESPHome v4.3.5 installed? That should fix this issue.

jdickensttu commented 3 weeks ago

Thank you for the support. I recompiled with latest ESPHome and it shows temperature correctly now. Awesome job on this project!