Single Garage Door Sketch #17
Douganatornz
started this conversation in
General
Replies: 1 comment 6 replies
-
Does this mean that if you press the button while the door is opening or closing it will stop and immediately reverse direction? In other words the door will never be left in a half closed/open state?
This can easily be achieved with a |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@muxa
I have a very simple/standard setup.
Single garage door/motor
RF Remote
ESP8266 with single contact reply wired into motor input
Contact sensor wired to ESP8266 to show closed state
What I would like to do using this new ESPHome code is to show states CLOSED, OPENING, OPEN, CLOSING.
I guess this could be achieved by timings?
Also I would like a small delay on the contact sensor state change just because when the door is opening the state changes many times in the first second of the door opening.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions