Smart Home Automation Forum
Startup sequence - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A8 (https://www.kincony.com/forum/forumdisplay.php?fid=23)
+--- Thread: Startup sequence (/showthread.php?tid=5125)



Startup sequence - fredjethehulk - 03-13-2024

Hi is there any option to disable the startup sequence that the kc868-a8 has. Because if i reboot the system through esphome it automatically switches all the relay outputs but i don't want that.
Does somebody know what the code line is in esphome for that?


RE: Startup sequence - admin - 03-13-2024

add restore_mode = RESTORE_DEFAULT_OFF
here is details about "restore_mode" option: https://esphome.io/components/switch/index.html


RE: Startup sequence - fredjethehulk - 03-13-2024

Thanks for the quick response.