Open ksya opened 6 months ago
I'm pretty sure this is because it is going in an endless loop due to this:
turn_on_action:
- switch.turn_on: window_unsafe
turn_off_action:
- switch.turn_on: window_unsafe
I have changed this and now it's functioning. You can close this... Although, maybe it can somehow be prevented to lock up the ESP
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The problem
One of my devices does not boot (or is in bootloop) after uploading the following code: Unfortunately I also could not get serial log working.
The problem is on the addition of line 121 and the interlock for this switch. The goal was to use this as a "block" to not lower the screen when the window is open. This switch was supposed to be enabled using home assistant.
Which version of ESPHome has the issue?
2024.5.0
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP8266
Board
Sonoff Dual-R3
Component causing the issue
No response
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
No response