Edward Firmo

Results 885 comments of Edward Firmo

Done! Could you please try again?

```log [22:23:40.200][C][wifi:078]: Starting [22:23:40.202][C][wifi:078]: Local MAC: E4:65:B8:9B:E9:20 [22:23:40.206][V][esp32.preferences:067]: nvs_get_blob('131101890'): ESP_ERR_NVS_NOT_FOUND - the key might not be set yet [22:23:40.447][V][wifi_esp32:226]: E\xfeets Jul 29 2019 12:21:46 [22:23:40.449]rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ``` Your panel...

Have you tried latest version?

Why not exposing `this->clients_` with a kind of `get_clients()` function, then some `request_client_disconnect(APIConnection client*)` so users would be able to disconnect a specific client?

Under your device's page (Settings > Devices and Services > ESPHome), what you see for the "Device name" under the diagnostic area? Also, when you go to Developer Tools, tab...

You have to update your Blueprint. https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/howto.md#update-blueprint

When you open the automation, which version is shown at the description in the top?

I'm a bit lost here... We don't have any sensor defined in the add-on climate. "Thermostat" is used only for a climate entity. Are you sure you are not defining...

Are you sure `heartbeat` filter will solve that? It isn't clear to me how this filter would help. You first mentioned about returning NAN for values out of a range....

> ```yaml > - platform: template > name: "${friendly_name} TFT_model" > lambda: "return (id(tft_model).state < 100.0) ? id(tft_model).state : NAN;" > state_class: measurement > icon: "mdi:monitor" > filters: > -...