Checklist:
Build/Run method
zwavejs2mqtt: 4.4.0.1c7359d
zwave-js: 7.5.2
Heal status disappear if the control-panel is refreshed. It will clear the data in the column for every node, and won't refresh until another node is healed.
I realized it after the status for one node became blank (neither icon/status 'waiting', 'failed' or 'complete') and I refreshed to try to restore the state.
I'm not sure if it happens on larger networks as refreshing the page just/short after a heal is started is working fine.
Steps to reproduce the behavior:
Refreshing the page should restore the heal-status for every node.
Will store the heal state on the nodes too
@jmgiaever Try this when you can and let me know :) It works great on my side
Just need to re-interview all nodes first, as they all showed up as 芦uknown禄 after a reboot and I don't have time to wake all ~30 battery powered devices until tonight. I'll let you know when it's tested. :D
You can do it using a driver function, save this snippet:
for (const [, node] of driver.controller.nodes) {
await node.refreshInfo()
}
Yes, I've used it already. But it takes time until all battery devices is interviewed, and I don't have time to wake them up now 馃槄