-
Notifications
You must be signed in to change notification settings - Fork 159
Enhance OPEN state to report position #396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
8148f49 to
2065cfc
Compare
|
Not sure if the latest commit encroaches on other protocols, but I moved the OPEN position override to the STOP/TOGGLE action handler. |
|
This has been working very well for a few weeks, with two outstanding issues:
Edit: brainstorm on the second issue, we could potentially handle the |
8a3423a to
54f8cf5
Compare
I think this is a good approach, if ever the limit sensors see the door is open or closed it should update the position. |
Yes, subscribing to the Limit Switch's states and handling the external state change as an OPEN/CLOSE would resolve this. |
Use position float instead of 1.0 for open state
54f8cf5 to
9163f5e
Compare
9163f5e to
4eb3649
Compare
This PR:
Fixes:
Dependencies for Dry Contact firmware:
The other protocols shouldn't require additional changes, testing needs to ensure nothing is regressed. 🤠
TODO:
OPENstate if door is manually stopped partially with wall button/remote (this currently does not time out and staysOPENING|CLOSING)