esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 36 forks source link

Restore mode doesn't work after a few reboots #1761

Closed Mastiffen closed 3 years ago

Mastiffen commented 3 years ago

I have a quad relay card connected to an ESP-WROOM-32 from Aliexpress that I need to remember the settings for the four pins I'm using. After a few reboots it stops saving the mode of the pins, and it will be stuck on every reboot on the last setting that it actually did save. My test YAML is very simple:

`esphome: name: madmaxhekk platform: ESP32 board: esp32dev

wifi: ssid: "MadMax" password: ""

captive_portal:

Enable logging

logger:

ota:

mqtt: broker: 192.168.3.1 topic_prefix: madmax/esp/madmaxhekk reboot_timeout: 5min

switch:

close-issue-app[bot] commented 3 years ago

This issue was auto-closed because the issue template was not filled out. The ESPHome developers invest lots of time to maintain this project, so please at least fill out the issue template so that a bunch of standard questions don't need to be asked again each time. Thank you for taking the time to report a bug, hopefully it can be resolved soon.