Using Aeontec Z-Stick Gen5 & Ecolink Zwave Plus PIR (note: you may have the older version that is not the “plus”, so heads up this is different slightly) sensor and have installed openzwave-1.4.1. I am not able to get this fully working properly…
My PIR sensor shows up sleep but it does not get recognized as an ecolink (do not care much).
Here is the OZW_log.txt and Node001 is the Z-Stick Gen5 that works great. Node002 is the Ecolink.
Here are some interesting warnings:
2017-07-06 18:28:10.163 Warning, Failed - Network Key Not Set
2017-07-06 18:28:14.470 Info, Node002, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2017-07-06 18:28:14.471 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2017-07-06 18:28:14.471 Warning, CheckCompletedNodeQueries all=0, deadFound=0 sleepingOnly=1
2017-07-06 18:31:17.946 Warning, Exception: Manager.cpp:2499 - 102 - ValueID passed to GetValueFloatPrecision is not
2017-07-06 18:34:14.988 Warning, Exception: Manager.cpp:373 - 100 - Invalid HomeId passed to GetDriver
Now, when trigger motion, I see the following in the logs:
2017-07-06 17:22:03.442 Info, Node002, ApplicationCommandHandler - Unhandled Command Class 0x30
2017-07-06 17:22:21.907 Detail, Node002, Received: 0x01, 0x11, 0x00, 0x04, 0x00, 0x02, 0x0b, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x6f
2017-07-06 17:22:21.907 Detail,
2017-07-06 17:22:21.907 Info, Node002, ApplicationCommandHandler - Unhandled Command Class 0x71
2017-07-06 17:22:21.928 Detail, Node002, Received: 0x01, 0x0a, 0x00, 0x04, 0x00, 0x02, 0x04, 0x30, 0x03, 0x00, 0xff, 0x3b
That tells me something is being seen by the controller. Do you have any recommendations based on the above information on what I need do to detect motion and run a shell command?
I’ve spend the day experimenting and reading, but have lucked out. I’d appreciate any guidance.