Edward Firmo

Results 443 comments of Edward Firmo
trafficstars

Could you please collect ESPHome logs during the TFT transfer process and share it here?

> How reliably does the panel know what page the display is showing? This is a good point. I believe this is very reliable, however, it might take some delay...

What about the [Wake-up service](https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/api.md#wake-up-service-wake_up)?

Solved in `dev` and will be included in the coming release.

Could you please update your Home Assistant to v2024.4.2 and let me know if this issue persists?

@rudgej, your logs are not including the upload TFT part. Could you please try capturing this again from right before you press the upload button until the moment the display...

Could you please try cleaning build files first (`esphome clean .\nspanel-1.yaml`) and then try to build again?

Apart of a typo on your `force_wake_up` customization (replace `d(timer_sleep).execute();` by `id(timer_sleep).execute();`) and the external link to Wi-Fi related file, I could successfully compile your yaml here.

Could you please share the content of `.wifi.yaml`? Please hide any private info. I will try to compile with that inclusion.

We currently don't support [Water Heater integration](https://www.home-assistant.io/integrations/water_heater/) directly, so I will add this as an enhancement request, but you probably can play with the [Generic Thermostat integration](https://www.home-assistant.io/integrations/generic_thermostat/) and maybe some...