Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 105904

OpenZwave (beta) Leviton dz15s flooding network

$
0
0

My first post, so please be gentle.

I’m a recent ‘upgrader’ from Home Assistant embedded zwave control (v1.4) to the beta qt-openzwave (v1.6) via mqtt and in these switches were not being supported correctly for me. They are working fine on the qt-openzwave – docker build 152, but more recent builds have an issue. The minute they are turned off (either at the switch or via the controller), they flood the zwave network with traffic. My gut says there’s a change in the code and the config xml is not compatible, but there’s a chance I’m hitting some kind of edge bug.

I’ve come to a troubleshooting roadblock. I have captured logs and it looks like there is a recurring loop of the controller asking the switch for a status update, but I am way to new to actually understand this.

Below is a log snippet.

Does anyone have any advice on what to troubleshoot next? I’ve got pretty good at upgrading to latest, and then down-grading again, so I can do a reasonable amount of testing.

2020-08-10 15:57:16.982888214  [20200810 11:57:16.982 EDT] [ozw.library] [debug]: Detail - Node: 0 Timer: waiting with timeout 60 ms 
2020-08-10 15:57:16.982891055  [20200810 11:57:16.982 EDT] [ozw.notifications] [debug]: Notification pvt_valueRefreshed:  281475157671952 Thread:  0x7f54460d19c0 
2020-08-10 15:57:16.983377004  [20200810 11:57:16.983 EDT] [ozw.library] [info]: Info - Node: 10 Sending (Send) message (Callback ID=0x3b, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x25, 0x02, 0x25, 0x3b, 0xd4 
2020-08-10 15:57:16.983747896  [20200810 11:57:16.983 EDT] [ozw.library] [info]: Info - Node: 10 Encrypted Flag is 0 
2020-08-10 15:57:16.985655664  [20200810 11:57:16.985 EDT] [ozw.mqtt.publisher] [debug]: Publishing Event valueRefreshed: 281475157671952 
2020-08-10 15:57:16.991556580  [20200810 11:57:16.991 EDT] [ozw.library] [debug]: Detail - Node: 10   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8 
2020-08-10 15:57:16.992135748  [20200810 11:57:16.992 EDT] [ozw.library] [debug]: Detail - Node: 10   ZW_SEND_DATA delivered to Z-Wave stack 
2020-08-10 15:57:17.043638774  [20200810 11:57:17.043 EDT] [ozw.library] [info]: Info - Node: 0 Timer: delayed event 
2020-08-10 15:57:17.044267116  [20200810 11:57:17.044 EDT] [ozw.library] [info]: Info - Node: 10 Sending Get to Refresh Value after Target Check 
2020-08-10 15:57:17.044814693  [20200810 11:57:17.044 EDT] [ozw.library] [debug]: Detail - Node: 10 Queuing (Send) SwitchBinaryCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x25, 0x02, 0x25, 0x3c, 0xd3 
2020-08-10 15:57:17.045217693  [20200810 11:57:17.045 EDT] [ozw.library] [debug]: Detail - Node: 0 Timer: waiting with timeout 185 ms 
2020-08-10 15:57:17.096556024  [20200810 11:57:17.096 EDT] [ozw.library] [debug]: Detail - Node: 10   Received: 0x01, 0x07, 0x00, 0x13, 0x3b, 0x00, 0x00, 0x0b, 0xdb 
2020-08-10 15:57:17.097149835  [20200810 11:57:17.097 EDT] [ozw.library] [debug]: Detail - Node: 10   ZW_SEND_DATA Request with callback ID 0x3b received (expected 0x3b) 
2020-08-10 15:57:17.097677689  [20200810 11:57:17.097 EDT] [ozw.library] [info]: Info - Node: 10 Request RTT 114 Average Request RTT 113 
2020-08-10 15:57:17.098063784  [20200810 11:57:17.098 EDT] [ozw.library] [debug]: Detail - Node: 10   Expected callbackId was received 
2020-08-10 15:57:17.168493656  [20200810 11:57:17.168 EDT] [ozw.library] [debug]: Detail - Node: 10   Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x0a, 0x03, 0x25, 0x03, 0x00, 0xdd 
2020-08-10 15:57:17.169192707  [20200810 11:57:17.169 EDT] [ozw.library] [info]: Info - Node: 10 Response RTT 186 Average Response RTT 185 
2020-08-10 15:57:17.169644494  [20200810 11:57:17.169 EDT] [ozw.library] [info]: Info - Node: 10 Received SwitchBinary report from node 10: level=Off 
2020-08-10 15:57:17.169999075  [20200810 11:57:17.169 EDT] [ozw.library] [debug]: Detail - Node: 10 Value Updated: old value=true, new value=false, type=bool 
2020-08-10 15:57:17.170358185  [20200810 11:57:17.170 EDT] [ozw.library] [debug]: Detail - Node: 10 	Target Value is Set to true 
2020-08-10 15:57:17.170663010  [20200810 11:57:17.170 EDT] [ozw.library] [info]: Info - Node: 0 Timer: adding event in 250 ms 
2020-08-10 15:57:17.170944767  [20200810 11:57:17.170 EDT] [ozw.library] [debug]: Detail - Node: 10 Value Updated: old value=true, new value=true, type=bool 
2020-08-10 15:57:17.171275385  [20200810 11:57:17.171 EDT] [ozw.library] [debug]: Detail - Node: 10 Changes to this value are not verified 
2020-08-10 15:57:17.171580302  [20200810 11:57:17.171 EDT] [ozw.library] [debug]: Detail - Node: 10   Expected reply and command class was received 
2020-08-10 15:57:17.171873065  [20200810 11:57:17.171 EDT] [ozw.library] [debug]: Detail - Node: 10   Message transaction complete 
2020-08-10 15:57:17.172199462  [20200810 11:57:17.172 EDT] [ozw.library] [debug]: Detail - Node: 10 Removing current message 
2020-08-10 15:57:17.172551252  [20200810 11:57:17.172 EDT] [ozw.library] [debug]: Detail - Node: 0 Timer: waiting with timeout 59 ms 
2020-08-10 15:57:17.172907513  [20200810 11:57:17.172 EDT] [ozw.library] [debug]: Detail - Node: 10 Notification: ValueRefreshed CC: COMMAND_CLASS_SWITCH_BINARY Instance: 1 Index: 1 
2020-08-10 15:57:17.173306370  [20200810 11:57:17.173 EDT] [ozw.library] [info]: Info - Node: 10 Sending (Send) message (Callback ID=0x3c, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x25, 0x02, 0x25, 0x3c, 0xd3 
2020-08-10 15:57:17.173309239  [20200810 11:57:17.173 EDT] [ozw.notifications] [debug]: Notification pvt_valueRefreshed:  281475157671952 Thread:  0x7f54460d19c0 
2020-08-10 15:57:17.173592807  [20200810 11:57:17.173 EDT] [ozw.library] [info]: Info - Node: 10 Encrypted Flag is 0 
2020-08-10 15:57:17.175662927  [20200810 11:57:17.175 EDT] [ozw.mqtt.publisher] [debug]: Publishing Event valueRefreshed: 281475157671952 
2020-08-10 15:57:17.181387997  [20200810 11:57:17.181 EDT] [ozw.library] [debug]: Detail - Node: 10   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8 
2020-08-10 15:57:17.181955041  [20200810 11:57:17.181 EDT] [ozw.library] [debug]: Detail - Node: 10   ZW_SEND_DATA delivered to Z-Wave stack 
2020-08-10 15:57:17.232086985  [20200810 11:57:17.232 EDT] [ozw.library] [info]: Info - Node: 0 Timer: delayed event 
2020-08-10 15:57:17.232728247  [20200810 11:57:17.232 EDT] [ozw.library] [info]: Info - Node: 10 Sending Get to Refresh Value after Target Check 
2020-08-10 15:57:17.233264908  [20200810 11:57:17.233 EDT] [ozw.library] [debug]: Detail - Node: 10 Queuing (Send) SwitchBinaryCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x25, 0x02, 0x25, 0x3d, 0xd2 
2020-08-10 15:57:17.233606329  [20200810 11:57:17.233 EDT] [ozw.library] [debug]: Detail - Node: 0 Timer: waiting with timeout 187 ms 
2020-08-10 15:57:17.286688614  [20200810 11:57:17.286 EDT] [ozw.library] [debug]: Detail - Node: 10   Received: 0x01, 0x07, 0x00, 0x13, 0x3c, 0x00, 0x00, 0x0b, 0xdc 
2020-08-10 15:57:17.287398143  [20200810 11:57:17.287 EDT] [ozw.library] [debug]: Detail - Node: 10   ZW_SEND_DATA Request with callback ID 0x3c received (expected 0x3c) 
2020-08-10 15:57:17.288022501  [20200810 11:57:17.287 EDT] [ozw.library] [info]: Info - Node: 10 Request RTT 114 Average Request RTT 113 
2020-08-10 15:57:17.288411581  [20200810 11:57:17.288 EDT] [ozw.library] [debug]: Detail - Node: 10   Expected callbackId was received 
2020-08-10 15:57:17.358402162  [20200810 11:57:17.358 EDT] [ozw.library] [debug]: Detail - Node: 10   Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x0a, 0x03, 0x25, 0x03, 0x00, 0xdd 
2020-08-10 15:57:17.359086483  [20200810 11:57:17.359 EDT] [ozw.library] [info]: Info - Node: 10 Response RTT 185 Average Response RTT 185 
2020-08-10 15:57:17.359541016  [20200810 11:57:17.359 EDT] [ozw.library] [info]: Info - Node: 10 Received SwitchBinary report from node 10: level=Off 
2020-08-10 15:57:17.359881435  [20200810 11:57:17.359 EDT] [ozw.library] [debug]: Detail - Node: 10 Value Updated: old value=true, new value=false, type=bool 
2020-08-10 15:57:17.360197161  [20200810 11:57:17.360 EDT] [ozw.library] [debug]: Detail - Node: 10 	Target Value is Set to true 
2020-08-10 15:57:17.360499521  [20200810 11:57:17.360 EDT] [ozw.library] [info]: Info - Node: 0 Timer: adding event in 250 ms 
2020-08-10 15:57:17.360814857  [20200810 11:57:17.360 EDT] [ozw.library] [debug]: Detail - Node: 10 Value Updated: old value=true, new value=true, type=bool 
2020-08-10 15:57:17.361136935  [20200810 11:57:17.361 EDT] [ozw.library] [debug]: Detail - Node: 10 Changes to this value are not verified 
2020-08-10 15:57:17.361465409  [20200810 11:57:17.361 EDT] [ozw.library] [debug]: Detail - Node: 0 Timer: waiting with timeout 60 ms 
2020-08-10 15:57:17.361829177  [20200810 11:57:17.361 EDT] [ozw.library] [debug]: Detail - Node: 10   Expected reply and command class was received 
2020-08-10 15:57:17.362166159  [20200810 11:57:17.362 EDT] [ozw.library] [debug]: Detail - Node: 10   Message transaction complete 
2020-08-10 15:57:17.362469821  [20200810 11:57:17.362 EDT] [ozw.library] [debug]: Detail - Node: 10 Removing current message 
2020-08-10 15:57:17.362766142  [20200810 11:57:17.362 EDT] [ozw.library] [debug]: Detail - Node: 10 Notification: ValueRefreshed CC: COMMAND_CLASS_SWITCH_BINARY Instance: 1 Index: 1 
2020-08-10 15:57:17.363081954  [20200810 11:57:17.363 EDT] [ozw.library] [info]: Info - Node: 10 Sending (Send) message (Callback ID=0x3d, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x25, 0x02, 0x25, 0x3d, 0xd2 
2020-08-10 15:57:17.363151242  [20200810 11:57:17.363 EDT] [ozw.notifications] [debug]: Notification pvt_valueRefreshed:  281475157671952 Thread:  0x7f54460d19c0 
2020-08-10 15:57:17.363396025  [20200810 11:57:17.363 EDT] [ozw.library] [info]: Info - Node: 10 Encrypted Flag is 0 
2020-08-10 15:57:17.365499054  [20200810 11:57:17.365 EDT] [ozw.mqtt.publisher] [debug]: Publishing Event valueRefreshed: 281475157671952 
2020-08-10 15:57:17.371202556  [20200810 11:57:17.371 EDT] [ozw.library] [debug]: Detail - Node: 10   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8 
2020-08-10 15:57:17.371611800  [20200810 11:57:17.371 EDT] [ozw.library] [debug]: Detail - Node: 10   ZW_SEND_DATA delivered to Z-Wave stack 
2020-08-10 15:57:17.422156528  [20200810 11:57:17.422 EDT] [ozw.library] [info]: Info - Node: 0 Timer: delayed event 
2020-08-10 15:57:17.422697627  [20200810 11:57:17.422 EDT] [ozw.library] [info]: Info - Node: 10 Sending Get to Refresh Value after Target Check 
2020-08-10 15:57:17.423339064  [20200810 11:57:17.423 EDT] [ozw.library] [debug]: Detail - Node: 10 Queuing (Send) SwitchBinaryCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x25, 0x02, 0x25, 0x3e, 0xd1 
2020-08-10 15:57:17.423701035  [20200810 11:57:17.423 EDT] [ozw.library] [debug]: Detail - Node: 0 Timer: waiting with timeout 187 ms 
2020-08-10 15:57:17.476558128  [20200810 11:57:17.476 EDT] [ozw.library] [debug]: Detail - Node: 10   Received: 0x01, 0x07, 0x00, 0x13, 0x3d, 0x00, 0x00, 0x0b, 0xdd 
2020-08-10 15:57:17.477243864  [20200810 11:57:17.477 EDT] [ozw.library] [debug]: Detail - Node: 10   ZW_SEND_DATA Request with callback ID 0x3d received (expected 0x3d) 
2020-08-10 15:57:17.477771168  [20200810 11:57:17.477 EDT] [ozw.library] [info]: Info - Node: 10 Request RTT 114 Average Request RTT 113 
2020-08-10 15:57:17.478153707  [20200810 11:57:17.478 EDT] [ozw.library] [debug]: Detail - Node: 10   Expected callbackId was received 
2020-08-10 15:57:17.548491980  [20200810 11:57:17.548 EDT] [ozw.library] [debug]: Detail - Node: 10   Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x0a, 0x03, 0x25, 0x03, 0x00, 0xdd 
2020-08-10 15:57:17.549154600  [20200810 11:57:17.549 EDT] [ozw.library] [info]: Info - Node: 10 Response RTT 185 Average Response RTT 185 
2020-08-10 15:57:17.549599717  [20200810 11:57:17.549 EDT] [ozw.library] [info]: Info - Node: 10 Received SwitchBinary report from node 10: level=Off 
2020-08-10 15:57:17.549935904  [20200810 11:57:17.549 EDT] [ozw.library] [debug]: Detail - Node: 10 Value Updated: old value=true, new value=false, type=bool 
2020-08-10 15:57:17.550260153  [20200810 11:57:17.550 EDT] [ozw.library] [debug]: Detail - Node: 10 	Target Value is Set to true 
2020-08-10 15:57:17.550568827  [20200810 11:57:17.550 EDT] [ozw.library] [info]: Info - Node: 0 Timer: adding event in 250 ms 
2020-08-10 15:57:17.550883392  [20200810 11:57:17.550 EDT] [ozw.library] [debug]: Detail - Node: 10 Value Updated: old value=true, new value=true, type=bool 
2020-08-10 15:57:17.551205299  [20200810 11:57:17.551 EDT] [ozw.library] [debug]: Detail - Node: 10 Changes to this value are not verified 
2020-08-10 15:57:17.551527463  [20200810 11:57:17.551 EDT] [ozw.library] [debug]: Detail - Node: 0 Timer: waiting with timeout 59 ms 
2020-08-10 15:57:17.551877250  [20200810 11:57:17.551 EDT] [ozw.library] [debug]: Detail - Node: 10   Expected reply and command class was received 
2020-08-10 15:57:17.552209927  [20200810 11:57:17.552 EDT] [ozw.library] [debug]: Detail - Node: 10   Message transaction complete 
2020-08-10 15:57:17.552514248  [20200810 11:57:17.552 EDT] [ozw.library] [debug]: Detail - Node: 10 Removing current message 
2020-08-10 15:57:17.552840324  [20200810 11:57:17.552 EDT] [ozw.library] [debug]: Detail - Node: 10 Notification: ValueRefreshed CC: COMMAND_CLASS_SWITCH_BINARY Instance: 1 Index: 1 
2020-08-10 15:57:17.553171696  [20200810 11:57:17.553 EDT] [ozw.library] [info]: Info - Node: 10 Sending (Send) message (Callback ID=0x3e, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x25, 0x02, 0x25, 0x3e, 0xd1 
2020-08-10 15:57:17.553235003  [20200810 11:57:17.553 EDT] [ozw.notifications] [debug]: Notification pvt_valueRefreshed:  281475157671952 Thread:  0x7f54460d19c0 
2020-08-10 15:57:17.553491363  [20200810 11:57:17.553 EDT] [ozw.library] [info]: Info - Node: 10 Encrypted Flag is 0 
2020-08-10 15:57:17.555625981  [20200810 11:57:17.555 EDT] [ozw.mqtt.publisher] [debug]: Publishing Event valueRefreshed: 281475157671952 
2020-08-10 15:57:17.561472006  [20200810 11:57:17.561 EDT] [ozw.library] [debug]: Detail - Node: 10   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8 
2020-08-10 15:57:17.561976188  [20200810 11:57:17.561 EDT] [ozw.library] [debug]: Detail - Node: 10   ZW_SEND_DATA delivered to Z-Wave stack 
2020-08-10 15:57:17.611116956  [20200810 11:57:17.611 EDT] [ozw.library] [info]: Info - Node: 0 Timer: delayed event 
2020-08-10 15:57:17.611722982  [20200810 11:57:17.611 EDT] [ozw.library] [info]: Info - Node: 10 Sending Get to Refresh Value after Target Check 
2020-08-10 15:57:17.612362983  [20200810 11:57:17.612 EDT] [ozw.library] [debug]: Detail - Node: 10 Queuing (Send) SwitchBinaryCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x25, 0x02, 0x25, 0x3f, 0xd0 

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 105904

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>