-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[hdpowerview] Fix tilt support for vertical slats #13169
Conversation
Signed-off-by: Andrew Fiddian-Green <[email protected]>
For testing, the JAR file is here... |
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/hd-powerview-binding-issue-openhab-3-3-0/136921/41 |
...c/main/java/org/openhab/binding/hdpowerview/internal/database/ShadeCapabilitiesDatabase.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Do you want to await user confirmation before merging?
@andrewfg - consider changing PR title to something like "Fix tilt support for vertical slats" so it will be more understandable for users when reading release notes. |
Yes, I think we should do that.
Ok. Done. |
…#13169) Signed-off-by: Andrew Fiddian-Green <[email protected]>
…#13169) Signed-off-by: Andrew Fiddian-Green <[email protected]>
…#13169) Signed-off-by: Andrew Fiddian-Green <[email protected]>
…#13169) Signed-off-by: Andrew Fiddian-Green <[email protected]> Signed-off-by: Andras Uhrin <[email protected]>
…#13169) Signed-off-by: Andrew Fiddian-Green <[email protected]>
…#13169) Signed-off-by: Andrew Fiddian-Green <[email protected]>
Background
As reported on the forum here one user has reported that his type 55 and type 56 shades do not support vane tilt controls.
As discussed here it seems that some instances of these shades are incorrectly reporting capabilities:4 when they actually support capabilities:3 functionality
Solution
This PR applies a
capabilitiesOverride()
to those shade types.Signed-off-by: Andrew Fiddian-Green [email protected]