-
-
Notifications
You must be signed in to change notification settings - Fork 912
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
COMMAND_CLASS_CENTRAL_SCENE #367
Comments
Original comment by
|
Original comment by |
Original comment by |
Original comment by Attachments: |
Original comment by |
Original comment by
|
Original comment by
|
Original comment by Attachments: |
Original comment by |
Original comment by |
Original comment by Attachments: |
Original comment by Attachments: |
Original comment by Attachments: |
Original comment by Attachments: |
Original comment by Attachments: |
Original comment by Attachments: |
Original comment by Attachments: |
Original comment by |
Original comment by |
Original comment by |
Original comment by Attachments: |
@sayegh I will post this when i get home this evening. |
Okay, another try for Nodon Soft Remote. Try to add this to your configuration file for the device: <CommandClass id="91" name="COMMAND_CLASS_CENTRAL_SCENE" version="1" request_flags="4" innif="true" scenecount="0">
<Instance index="1" />
<Value type="int" genre="system" instance="1" index="0" label="Scene Count" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="user" instance="1" index="1" label="Button Bullet" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="user" instance="1" index="2" label="Button Plus" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="user" instance="1" index="3" label="Button Circle" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="user" instance="1" index="4" label="Button Minus" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
</CommandClass> If you don't have a config file yet, look here: This may also be an indication how to proceed with other devices - we're going to try the Fibaro button next. Edit: Each button has its own OZW value. Here's the Z-Wave spec part that indicates the meaning of the integer values for a button (3 = pressed 2 times for example): |
@sayegh Could you provide any details or instructions on how you were able to configure this? I'm still trying to configure my Fibaro Button FGPB-101, and I'd really like to find out how to get it working. |
@sayegh I found the file that is used on my system, and I'm pretty sure it reflects as this file: Is there anything I can provide to provide debug or info? |
for your record files in this folder: https://github.com/jeedom/plugin-openzwave/tree/master/ressources are no more updated. It's a obsolete folder. |
@nechry Thanks, I have compared the version of fgpb101.xml to my local version, which I believe it the latest version shipped with HA+OZW: They appear to be identical, does this mean that there is another issue with setting scenes? @sayegh I'm just trying to get this button working correctly, so that I can configure scenes using it. Any help would be greatly appreciated. |
@KptnKMan So we tried the Fibaro button, and apparently OZW sees it and provides a scene value when the button is pressed. Edit: I also checked the values if the 0...7 values were somewhere hidden in the bits so we can mask them out, but I didn't find them. |
I just bought The Button without doing any research before hand (stupid...), can I get it working somehow (not assigning it to another z-wave actor directly). |
we do some work in a beta branch: |
@nechry thank you for your reply. Would I be able to check out a beta version of your implementation, build it and run it just as the main version? I'm using it in my Home-Assistant.io setup and are looking for ways to have simple, physical buttons to manually trigger some stuff. |
Replace your actual .cpp and .h for the CentralScene and rebuild the library. We actually do other tweeting on driver, node but it's in alpha. So the safe way to try is just take the CC CentralScene from jeedom branch. |
I'm using that branch with home-assistant and it's fine. python-openzwave has some complaints and Hass doesn't see the scene events but it doesn't break anything. I'm using a god awful hack (tailing the ozw_log via a script) to trigger actions based on scenes for now. |
Hi, Can anyone tell me how to include these .cpp files to homeassistant? I have build a new library, but i don't know how this is used in homeassisatant. |
Hi, is anyone able to provide some instructions for those of us who would like to test? Seems like a good idea. 👍 |
hello guys @sayegh @nechry @KptnKMan @Fishwaldo Actually I am stuck on an issue
how can I use the scenes to make use of the remote ? how do I access sceneIDs ? do I have to create scenes through the manager ? |
Hello! With this patch ZME_KFOB can be succesfully used with one exception: if we restart host (controller power off/on, library is started from scratch), the library doesn't react on KFOB keys pressing and I haven't found any info about such problem - only this topic. Changes in XML (as above) didn't help. My patch is attached. Probably it is not so correct from the library point of view but works and probably helps somehow somebody. |
You just need to wake up the keyfob after restarting your device. |
This is completed. |
It’s completed in the Dev Branch which will be merged with master onces the remaining items on Milestone 1.6 are complete (and we will make a release then) |
Woho, very good news! Great job! :) Will see if I can give it a try :) |
@Fishwaldo thanks very much. Much appreciated. :) |
Original issue reported on code.google.com by
tmartine...@gmail.com
on 17 Sep 2014 at 12:30Attachments:
The text was updated successfully, but these errors were encountered: