So I somehow got the first zw122 to trigger the burglar alert and poll for the battery and temp. But I removed it, reset it way too many times no telling what happened to make it work. This time, I figured it wouldn’t alert on that until after initialized.. So I added another one and and waited after it initialized and starting to poll.. it gets alerts for flood, (flood1 is speakerside flood2 is led side). However, I removed, reset, added so many times on the first one one and burglar_alarm started to work. I’d imagine it should just send. Any idea why these aren’t working with buglar_alarm? Could it be the stick not getting it from the start?
15:18:36.602 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 4: Polling zwave:device:d3ebf740:node4:alarm_burglar
15:18:36.602 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 4: Polling zwave:device:d3ebf740:node4:alarm_flood
15:18:36.603 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 4: Polling zwave:device:d3ebf740:node4:battery-level
but only get the buzzer when moved, nothing is logged. Hoping to figure out why they don’t work without going crazy.
difference between node 2 (works correctly) and node 4 (doesn’t alarm on burglar)
# diff /var/lib/openhab2/zwave/network_cd0a2e40__node_2.xml /var/lib/openhab2/zwave/network_cd0a2e40__node_4.xml
3c3
< <nodeId>2</nodeId>
---
> <nodeId>4</nodeId>
28a29
> <commandClass>COMMAND_CLASS_SECURITY</commandClass>
42,44d42
< </associationMember>
< <associationMember>
< <node>1</node>
81,86c79
< <associations>
< <associationMember>
< <node>1</node>
< <endpoint>1</endpoint>
< </associationMember>
< </associations>
---
> <associations/>
294c287
< <value>3585</value>
---
> <value>1</value>
324c317
< <value>65792</value>
---
> <value>68157696</value>
334c327
< <value>65792</value>
---
> <value>20971776</value>
458a452,460
> <commandClass>COMMAND_CLASS_SECURITY</commandClass>
> <COMMAND__CLASS__SECURITY>
> <version>0</version>
> <instances>1</instances>
> <control>false</control>
> <versionSupported>0</versionSupported>
> </COMMAND__CLASS__SECURITY>
> </entry>
> <entry>
495c497
< <interval>3600</interval>
---
> <interval>240</interval>
718a721
> <int>3</int>
720c723
< <lastReceived>2019-11-24 20:59:52.770 UTC</lastReceived>
---
> <lastReceived>2019-11-24 21:08:41.741 UTC</lastReceived>