-
Notifications
You must be signed in to change notification settings - Fork 37
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
Motion Sensor notifications #36
Comments
Have you added your controller to the Association Group 3 in sensor settings? |
Thank you for your quick answer! I did not! Is it something that has to be configured in zwavenodes.xml ? |
If I refer to the code, it is something that can be done with the following function of Association.cs? public static ZWaveMessage Set(ZWaveNode node, byte groupid, byte targetNodeId) From which application your screenshots are taken? |
Yes, this code should work. |
Thank you a lot for your answers. I did not know anything about these groups, sorry for that. ZWaveNode node0 = controller.GetNode(14); // My motion sensor Now motion notifications are correctly raised. |
Hello,
I am currently facing issues with motions sensors notifications with a Fibaro FGMS-001 (I did try with another motion sensor with the same result).
How am I supposed to be notified when a motion is detected? I thought it would work with the "NodeUpdated" callback from ZWaveController but it never raises such event.
I dit try to use SensorBinary.Get(node) but as a result I am notifiied that the device is in sleeping mode.
Thank you.
Jérémy
The text was updated successfully, but these errors were encountered: