-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Route direction in Zniffer appears to be backwards #4116
Comments
I think the issue here is that the arrow should always be like Lines 226 to 272 in 46a9eda
So making |
@kpine can you verify if only 0-hop routes have their direction wrong? The code above looks like they may. |
Ok, I think this is purely a UI issue then. Let's keep both open until I've verified. |
Checklist
Deploy method
PKG executable
Z-Wave JS UI version
9.29.1
ZwaveJS version
14.3.7
Describe the bug
In the Zniffer pane the route direction is backwards.
To Reproduce
Make a zniffer trace.
Expected behavior
The route direction is displayed correctly.
Additional context
Here's a screenshot with a Meter Report highlighted. The route direction indicates a message from the controller (1) to the end device (64). But in reality the node has sent the message, so the direction should be
1 ← 64
or64 → 1
.In comparison, the SiLabs Zniffer application indicates the source node as 64 and the destination as 1, without a Routed indication as it is direct.
The text was updated successfully, but these errors were encountered: