-
-
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
[lutron] Add system state variable support for HomeWorks QS #8132
Conversation
Travis tests have failedHey @bobadair, |
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.
LGTM
Travis tests have failedHey @bobadair, |
Thanks @Hilbrand. I just did a rebase on 2.5.x and force push because this was originally submitted before the version change to 2.5.8-SNAPSHOT. |
Seems like the merge of the other pr introduced conflicts. |
* Add new sysvar thing * Add internal support for SYSVAR and SHADEGRP protocol commands * Enable sysvar monitoring in bridge when needed Signed-off-by: Bob Adair <[email protected]>
Travis tests have failedHey @bobadair, |
Thanks again @Hilbrand. That merge conflict should be fixed now. |
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. LGTM
* Add new sysvar thing * Add internal support for SYSVAR and SHADEGRP protocol commands * Enable sysvar monitoring in bridge when needed Signed-off-by: Bob Adair <[email protected]> Signed-off-by: MPH80 <[email protected]>
* Add new sysvar thing * Add internal support for SYSVAR and SHADEGRP protocol commands * Enable sysvar monitoring in bridge when needed Signed-off-by: Bob Adair <[email protected]>
* Add new sysvar thing * Add internal support for SYSVAR and SHADEGRP protocol commands * Enable sysvar monitoring in bridge when needed Signed-off-by: Bob Adair <[email protected]>
* Add new sysvar thing * Add internal support for SYSVAR and SHADEGRP protocol commands * Enable sysvar monitoring in bridge when needed Signed-off-by: Bob Adair <[email protected]>
* Add new sysvar thing * Add internal support for SYSVAR and SHADEGRP protocol commands * Enable sysvar monitoring in bridge when needed Signed-off-by: Bob Adair <[email protected]>
* Add new sysvar thing * Add internal support for SYSVAR and SHADEGRP protocol commands * Enable sysvar monitoring in bridge when needed Signed-off-by: Bob Adair <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
* Add new sysvar thing * Add internal support for SYSVAR and SHADEGRP protocol commands * Enable sysvar monitoring in bridge when needed Signed-off-by: Bob Adair <[email protected]>
* Add new sysvar thing * Add internal support for SYSVAR and SHADEGRP protocol commands * Enable sysvar monitoring in bridge when needed Signed-off-by: Bob Adair <[email protected]>
This PR adds support for HomeWorks QS system state variables.
From the updated README file:
HomeWorks QS systems allow for conditional programming logic based on state variables. The sysvar thing allows state variable values to be read and set from openHAB. This makes sophisticated integration schemes possible.
Each sysvar thing represents one system state variable. It has a single channel varstate with type Number and category Number. Automatic discovery of state variables is not yet supported. They must be manually configured.
Signed-off-by: Bob Adair [email protected]