rsciriano / ESPHome-OpenTherm

Example of how to control an opentherm boiler with esphome
156 stars 44 forks source link

Does not remember the last state after a reboot #42

Closed tizenmile closed 1 year ago

tizenmile commented 1 year ago

esp does not remember the last state after a reboot, I live in a place where the lights are often turned off, so if the ESP gets clogged at night, the house will be very cold in the morning. sorry for english, translated by google translate

Chupaka commented 1 year ago

I believe, this at the top of your YAML file is what you're looking for:

esp8266:
  restore_from_flash: true
tizenmile commented 1 year ago

Finally! Thanks for the help! In my case I added this

esphome:
  esp8266_restore_from_flash: true