Replies: 1 comment
-
From the description, I think you can only expose a button, as there is insufficient info from the device to implement a cover entity |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a very simple garage door opener with one DPS that operates as a push button which open/stop/closes the garage (I have an old garage door opener which has one button which functions as open/stop/close).
Being so simple, there is no way for Home Assistant to know if it is opening/ closing or if it is somehow stuck half way between open and closed.
This causes a potential problem for me in the following scenario:
The opposite can occur when opening the garage but it is more of an edge case because the first 2 exceptions in item 3 generally won't apply (maximum force will only be exceeded if someone is hanging onto the garage door and the infrared sensors do nothing on garage open).
I have two possible solutions for this.
true
set tofalse
to stop and vice versa. This will allow pushing the stop button to function as a stop button as well as trigger the garage in case it is stopped.In particular, the warning flag will be helpful because you can send a notification to the user to say "error opening/ closing garage, please make sure it's open/closed". This is the behavior in the app currently and is quite useful.
Beta Was this translation helpful? Give feedback.
All reactions