Skip to content
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

[bug] After adding a device or healing the network, the graph is wrong #1241

Closed
4 of 7 tasks
andyboeh opened this issue May 18, 2021 · 1 comment · Fixed by #1243
Closed
4 of 7 tasks

[bug] After adding a device or healing the network, the graph is wrong #1241

andyboeh opened this issue May 18, 2021 · 1 comment · Fixed by #1243
Assignees
Labels
bug Something isn't working

Comments

@andyboeh
Copy link

andyboeh commented May 18, 2021

Version

Checklist:

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

Build/Run method

  • Docker
  • PKG
  • Snap package
  • Manually built (git clone - yarn install - yarn run build )

zwavejs2mqtt version: 4.2.1
zwave-js version: 7.4.0

Describe the bug

After adding a new device to the network or healing the network with changed routes, the network graph is not updated. The neighbor information in the log is correct, but the graph is out of sync. A full page reload is required to make it work.

To Reproduce

Steps to reproduce the behavior:

  1. A network with at least one node disconnected
  2. Visualize the graph, notice a disconnected device
  3. Heal the network
  4. Visualize the graph, still notice a disconnected device

OR

I've also seen this after adding a new device.

Expected behavior

At 4. the device should be connected.

Additional context

I'm using Firefox on Arch Linux.
After a network heal, my network graph looks like this:

Screenshot-20210518-0949

Reloading the entire page leads to the updated graph:

Screenshot-20210518-0951

This is a follow-up to #739

@andyboeh andyboeh added the bug Something isn't working label May 18, 2021
@robertsLando
Copy link
Member

@andyboeh Could you try to change graph options to see if it is updated correctly then? An option change triggers a refresh of the graph. Try to change grouping or else and let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants