-
Notifications
You must be signed in to change notification settings - Fork 54
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
Changed values events not raised #33
Comments
This same issue is discussed here.. I have these changes working for me but they have not been committed as a pull request yet. It also appears that the openzwave library is way behind when compared to https://code.google.com/p/open-zwave/source/checkout |
@wgiroir i've just made a pull request for this branch; but it seems like your ~./src/openzwave.cc is more advanced.. Do you have a twitter/email account i can contact you on? |
Feel free to contact me directly at [email protected] mailto:[email protected]. I’ve been working on a few other projects and haven’t had time to spend on this one but I’ll see what I can dig out for you. —Walt
|
Hello,
I'm using Aeon Stick S2 correctly with openzwave lib, i'm writing C++ programs to handle every logic i need.
I try to move on to nodejs for obvious reasons. Your lib seems a good start, but i can't understand why it does not work like the original openzwave lib.
For example even if i wait for 2 hours for the scan to complete or copy the xml definitions i only have for a door lock/unlock:
Unhandled notification: 10
Unhandled notification: 10
And on the OZW_Log.txt there is a correct detection on the event :
2014-08-15 12:22:34.538 Node008, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x08, 0x03, 0x20, 0x01, 0xff, 0x27
2014-08-15 12:22:34.538
2014-08-15 12:22:34.538 Node008, Received Basic set from node 8: level=255. Sending event notification.
2014-08-15 12:22:36.131 Node008, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x08, 0x03, 0x20, 0x01, 0x00, 0xd8
2014-08-15 12:22:36.131
2014-08-15 12:22:36.131 Node008, Received Basic set from node 8: level=0. Sending event notification.
Thanks for your help !
The text was updated successfully, but these errors were encountered: