Hi, seems like my zwavejs2mqtt UI is no longer showing the correct status? I added a new node (#23) a couple of days back and in the network graph it always shows node disconnected (gray), but the node is working fine. Tried healing node and heal network, the UI said successfully called api, and the logs show the calls, but nothing happens, and the UI status bar still shows “scan completed” instead of eg healing network before.
The logs and even hovering over the node in the UI shows that the gray node has neighbors:
2021-04-09 10:38:34.829 INFO ZWAVE: Success zwave api call refreshNeighbors {
success: true,
message: ‘Success zwave api call’,
result: {
‘23’: [ 15, 16, 18, [length]: 3 ]
}
}
I’m on the latest version of the addons and HASSIO. Tried restarting HA, reloading zwavejs integration, and restarting zwavejs2mqtt, same problems.
The problem started before recently upgrading to the latest zwavejs2mqtt 0.11 from 0.9.0 (after 0.9.1 troubles I reverted back to 0.9.0, and the problem started then).