Zniffer fails to decode S2 messages after stopping Z-Wave network #7601
Unanswered
kpine
asked this question in
Request Support / Investigate Issue
Replies: 1 comment
-
👋 Hey @kpine! It looks like you copied the contents of a logfile. Please attach it as a file instead, so it is easier to work with. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
I have read and followed the above instructions
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem was not mentioned there or the fix did not work.
Describe the issue
What is happening?
I was using the Zniffer in ZUI, sniffing network activity from a separate ZUI instance. I called
driver.resetSPAN(256)
to allow the Zniffer to decrypt messages, which was working. Then I stopped the ZUI running the Z-Wave network (USB stick still plugged in), and afterwards was getting exceptions on the application console and the Zniffer could no longer decode the S2 messages.I purposefully ran ZUI in separate instances to make it easier to stop the network.
In this setup the node was a Long Range node.
What did you expect to happen instead?
The Zniffer would still be able to decode the messages even with the other Z-Wave JS offline. I repeated the experiment using the Silicon Labs Zniffer application and it was successful.
Steps to reproduce the behavior:
driver.resetSPAN(256)
to force re-sync to allow Zniffer to decryptAnything else we should know?
Here's a screen capture showing the same scenario but with SiLabs Zniffer. You can see on line 7 was when I stopped ZUI, and line 24 was when I unplugged the controller. The Zniffer was still able to capture and decode the messages.
Software versions
Driver (node-zwave-js): 14.3.8
Z-Wave JS UI: 9.30.1
Z-Wave Controller (Stick/Dongle/...)
UZB7 for Z-Wave network
800 dev kit for Zniffer
Device information
ZSE41 door sensor included with LR
Checklist
I made sure to provide a driver log on level debug.
The log includes a re-interview of the problematic device (if applicable).
The log includes the problematic interaction with the device (if applicable).
I provided the node ID of the problematic device (if applicable).
Upload Logfile
Zniffer console log
Zniffer debug log snippet
The first message was right before I shut down the ZUI instance, the message after is after shutting down ZUI. The decode errors continue, but there were only the two exceptions.
Beta Was this translation helpful? Give feedback.
All reactions