I decided to give Z-Wave a try, but am really having no luck. Any pointers?
I’m running Hass 94.3 via Docker on Synology NAS.
I purchased the Aeotec Z-Stick Gen5. That seems to be working fine. NAS picked it up, I updated by Docker run, and added the path (/dev/ttyACM0) to HASS via the UI.
My sensor is a Dome DMMS1 Motion/Light sensor. But trying to pair that has been a bear.
On the Hass/stick side, I click “Add Node Secure” but get no indication that this does anything. Still disco lights on the stick, and I saw a youtube video where hass gave a notice in the lower left (like when you restart), but i don’t get that either.
I did get the following in the log:
2019-06-26 20:36:17.336 Detail, Queuing (Controller) Add Device
2019-06-26 20:36:17.336 Info, Add Device
Then I do the 3 button press on the sensor, but it blinks each button press and never does the 5 blinks it’s supposed to. I had it paired once and saw the Node and Entities (Node 2) but wasn’t getting proper updates on the entities. So finally last night I did the failed node workaround, held the button to reset the device, and then tried again. It’s now connected at Node 3. But now almost 24 hours later the state still says “initializing”.
The entities are there but only one of them has changed value from the initial state, the binary sensor motion detector which was “On” for the first 19 hours but inexplicably changed to “Off” about 4 hours ago. We have walked by it off and on and the device blinks with motion.
The logs do show some messages but almost all show the same old value/new value as initially except for this one change. A short example:
2019-06-27 13:47:09.310 Info, Node003, Received SensorBinary report: Sensor:12 State=On
2019-06-27 13:47:09.310 Detail, Node003, Refreshed Value: old value=true, new value=true, type=bool
2019-06-27 13:47:09.310 Detail, Node003, Changes to this value are not verified
2019-06-27 13:47:09.310 Detail, Node003, Notification: ValueChanged
2019-06-27 14:14:55.631 Detail, Node003, Received: 0x01, 0x0a, 0x00, 0x04, 0x10, 0x03, 0x04, 0x30, 0x03, 0xff, 0x0c, 0x26
2019-06-27 14:14:55.631 Detail,
2019-06-27 14:14:55.631 Info, Node003, Received SensorBinary report: Sensor:12 State=On
2019-06-27 14:14:55.631 Detail, Node003, Refreshed Value: old value=true, new value=true, type=bool
2019-06-27 14:14:55.631 Detail, Node003, Changes to this value are not verified
2019-06-27 14:14:55.631 Detail, Node003, Notification: ValueChanged
2019-06-27 15:07:59.724 Detail, Node003, Received: 0x01, 0x0a, 0x00, 0x04, 0x10, 0x03, 0x04, 0x30, 0x03, 0x00, 0x0c, 0xd9
2019-06-27 15:07:59.724 Detail,
2019-06-27 15:07:59.724 Info, Node003, Received SensorBinary report: Sensor:12 State=Off
2019-06-27 15:07:59.724 Detail, Node003, Refreshed Value: old value=true, new value=false, type=bool
2019-06-27 15:07:59.724 Detail, Node003, Changes to this value are not verified
2019-06-27 15:07:59.725 Detail, Node003, Notification: ValueChanged
The device is in our hallway about 4 feet from the stick/NAS, so I don’t think distance would be an issue.
Is there something I have done wrong? Or do I just have a bad sensor, or stick, or …?