-
-
Notifications
You must be signed in to change notification settings - Fork 911
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
CentralScene support #1125
CentralScene support #1125
Conversation
@@ -63,6 +109,7 @@ CentralScene::CentralScene | |||
CommandClass( _homeId, _nodeId ), | |||
m_scenecount(0) | |||
{ | |||
SetStaticRequest( StaticRequest_Values ); |
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.
indentation
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.
Is there a code style guide for OZW?
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.
Not sure, just noticed that it missmatched the other lines around it :)
Does this still have the static issue or was that solved somehow? As for my ZRC-90, it claims to support Central Scene Command version 2 |
@stromnet Which static issue are you referring to, I didn't see a comment about it on previous PRs... |
Hm, the only specific comment I can find is this one: And from my comment (#993 (comment)):
Note sure about the exact details, or what even a "StaticRequest" is, so cannot give much more input than that. |
This is working perfectly for me as well. These are the logs from my Homeseer WD100+ if it helps: Double Down
Triple Down
Double Up
Triple Up
|
Please Rebase this against the Dev branch, not master. |
Is this something that will work with the aeotec wallmote quad as well or is this specific to the HomeSeer HS-WD100+? |
Hey guys, is this already released? I want a Aeotec ZW130 too |
Any news on when this could be merged? :) Thanks for all the good work! |
Tested this with a Fibaro Keyfob FGKF-601 but still got no valueid assigned. But then again, maybe I did something wrong applying/recompiling it. |
I don't have the Fibaro keyfob, but my first guest is yes he should be working like other device using the CC CentralScene. Do you have other devices working with your setup? I mean with the CC CentralScene |
Nope, this is my first one. No further experience. Noticed Openzwave had support for the Fibaro, purchased and then found out central scene support wasn't ready yet. Hope we can get this working soon :) |
Did you test base on Dev branch with this PR applied? If not it's normal the CC is not yet implemented |
I only manually patched the two changed files in this PR into my local branch and recompiled. Will look into complete rebuild if I can find some time. |
Exclude and include again your device after
JF
… On 18 Mar 2017, at 14:50, UltraSub ***@***.***> wrote:
I only manually patched the two changed files in this PR into my local branch and recompiled. Will look into complete rebuild if I can find some time.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I was under the impression CentralScene would be supported in the 1.6 release, but I can't find anything about it under the milestone. If I'm not mistaking it was there a while ago,wasn't it? |
I switched to Dev branch, applied this PR, recompiled and excluded and included the Fibaro Keyfob. No dice. Still no ValueId assigned. Reverted to snapshot. Will test again later to see if I can reproduce or get it working. |
I don't have the Fibaro Keyfob to perform tests. Iwill see if I can get one soon |
Any idea when this is going to be included officially? Edit: |
I'm trying to get a Wallmote to work. The log file looks like this then I push a button: Does my installation look correct to you? |
@johanleire, thats because support for this kind of implementation also has to be build into the end applications. |
@johanleire what's your status with the Wallmote? Want to use this thing with Domoticz too. Thanks! |
@gizmocuz I now have V3.7349. I have added the controller to the groups under "Groups & Networks". When I try to learn the switches in a scene i got this in the OZW log: |
I've got the same issue and I'm very interested in any kind of a tactical solution or a proper solution. If there is anything I could help out with in order to support you guys providing a solution let me know. |
@KevinK4711, as you can read in this topic there are a few software applications already supporting this patch |
@gizmocuz I referred him from the ioBroker repo. ioBroker is using the node-openzwave-shared library but I had no success so far getting that combination to work. The issue is the same as in #1125 (comment) |
i do not want to advertise my software here, but you might want to give Domoticz as try... |
Doesn't Domoticz just use OpenZwave? How would that help solve this problem then. |
@liquidox : Yes, Domoticz is using OpenZWave, but here was compiled the patch into the current build. |
Thank you all for all the hard work and time dedicated to this! |
how to get this for python version? |
…s XML attributes The meaning of this settings was reversed (enabled by default) by commit a5305f0 "Import CentralScene PR OpenZWave#1125 and More work on the Controlled/Controlling CC support", this revert this change.
Need this for a while ! |
What is the current state of this? It looks like the changes are already on the dev branch. |
Anything I can do to get this merged up? |
Is there anything we can do to get this merged? |
This got merged by @Fishwaldo a while ago at a5305f0. Closing as such. Thanks y'all! |
@robbiet480 At the time of the merge, @Fishwaldo mentioned Is this core support in place as well? |
Adds support for CC_CENTRAL_SCENE as the PR OpenZWave#1125
Continuing work from #1124, #993, but this time using the code base that @nechry suggested. I have personally tested this and it works with my HomeSeer HS-WD100+.
I'm looking for guidance on how to complete this. Right now, the values are being updated, but should I implement a new notification as well so that applications can just listen for that notification instead of having to collect possibly 9 values together?
Also, does anyone know which devices support Central Scene version 1 or Central Scene version 2? My switch seems to only support version 1.