I’m using the ZW100 Multisensor connected to a GEN5 Z-Stick which is connected to a RaspPi 3 running hass.io.
The sensor worked flawlessly the first few weeks while USB powered. After i received the batteries i did:
- ZW100 Factory reset
- Secure add node
- Set binary reporting
The issue is, that it is reporting this, even when there is no movement.
2018-12-15 10:03:18.254 Info, Node006, Received SensorBinary report: Sensor:196 State=Off
2018-12-15 10:03:18.254 Detail, Node006, Refreshed Value: old value=true, new value=false, type=bool
2018-12-15 10:03:18.254 Detail, Node006, Changes to this value are not verified
2018-12-15 10:03:18.255 Detail, Node006, Notification: ValueChanged
2018-12-15 10:03:18.454 Detail, Node006, Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x06, 0x0a, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x07, 0x00, 0x00, 0x00, 0x6b
After 2 seconds
2018-12-15 10:03:20.345 Info, Node006, Received SensorBinary report: Sensor:59 State=On
2018-12-15 10:03:20.345 Detail, Node006, Refreshed Value: old value=false, new value=true, type=bool
2018-12-15 10:03:20.345 Detail, Node006, Changes to this value are not verified
2018-12-15 10:03:20.345 Detail, Node006, Notification: ValueChanged
2018-12-15 10:03:20.546 Detail, Node006, Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x06, 0x0a, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x07, 0x08, 0x00, 0x00, 0x63
What i’ve tried (did everything only on batteries):
- ZW100 Factory reset, multiple times
- Heal network
So far no success.
I have also observed that the current power mode changes from battery to USB power.Although it is still battery powered.
Many thanks in advance for ideas and support