zwave-mqtt-bridge
zwave-mqtt-bridge copied to clipboard
Only wait for network awaked
Nodes in a network can be queried after STATE_AWAKED, not needing to wait for (possibly dead) nodes.
I think this makes sense - e.g. I have battery operated nodes that take many minutes to respond. However, it breaks the logic below this to set some default values such as polling intervals, which ought to be in a configuration for this application anyway, so I will look into options to address that (unless you have suggestions for a good way to handle this).