-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
blind control - manual override with -1 value is not working #387
Comments
The issue is not the override not expiring, but rather that the level is not adjusted upon expiration. If the default level is 100 and the cover level is manually changed to a certain unknown level (-1), the cover stays at the manually set level after expiration. I would expect the cover to revert back to 100. Everything works fine and as expected for manual levels between 0 and 100 but not in case of -1. I hope that makes it more clear :) In case of a -1 level override, the node just stays with the previous level and just adds a override to that. Since the node level does not change upon expiration, the node does not fire. A quick fix would be the node firing after a -1 expiration. Manual -1 override: |
- after expire of manual override with -1 force to send output #387 - add possibility to force output to first output when topic contains `forceOutput`
Ok I got it and was able to reproduce it. Will be fixed with the next release. |
Awesome, thanks! |
Manual override using the level -1 is not working as expected.
Expected behavior:
When a manual override expires, the node is expected to revert back to the automatic calculated level, e.g. the cover closes again after it has been manually opened.
Issue:
When sending -1 as the manual override level, the override is activated and expires as expected, but the cover does not revert back to the expected level, e.g. the cover does not close again after it has been manually opened.
Using levels other than -1, the manual override is working as expected and the cover reverts back to the expected level, e.g. closes again after it has been manually opened.
Does somebody have the same issue?
The text was updated successfully, but these errors were encountered: