zwave-js-ui icon indicating copy to clipboard operation
zwave-js-ui copied to clipboard

[Bug]: Network graph

Open brianegge opened this issue 3 years ago • 4 comments

Checklist

  • [ ] I am not using Home Assistant. Or: a developer has told me to come here.
  • [X] I have checked the troubleshooting section and my problem is not described there.
  • [X] I have read the changelog and my problem is not mentioned there.

Deploy method

Docker

Zwavejs2Mqtt version

6.13.0

ZwaveJS version

9.5.0

Describe the bug

I've been running jwavejs2mqtt for about a month now. The nodes in my graph are not connected. My mailbox sensor seems to be missing about half the messages so I'm wondering what it's connected to.

image

To Reproduce

unknown

Expected behavior

Connected lines between nodes

Additional context

I'm using the Zooz 700 Series Z-Wave Plus S2 USB Stick ZST10 700 with firmware "ZW_SerialAPI_Controller_7_17_2_406_ZGM130S_REGION_US.gbl"

Also, health checks seem to timeout.

brianegge avatar Jul 06 '22 18:07 brianegge

Please do a node dump

2022-07-07_08-33

cc @AlCalzone any known bug with Zooz 700?

robertsLando avatar Jul 07 '22 06:07 robertsLando

I think this is just the general incorrectness of the neighbor info used to draw the map. @robertsLando Didn't you want to implement the live network map based on statistics? 😇

AlCalzone avatar Jul 07 '22 19:07 AlCalzone

Didn't you want to implement the live network map based on statistics? innocent

Hehe I really wish to have the time, I still have to find a good package to do it

robertsLando avatar Jul 08 '22 06:07 robertsLando

From @AlCalzone sketch

Route statistics

robertsLando avatar Jan 12 '23 10:01 robertsLando

Just for info I started working on this, follow the PR here: #3098

robertsLando avatar May 23 '23 06:05 robertsLando