zwave-js-ui
zwave-js-ui copied to clipboard
Add support for long range (inclusion choice, routing changes, etc)
Support for ZWave long range nodes recently landed in release v12.5.0.
A couple of small UI/interaction changes are required to get this to function. @AlCalzone has made notes about them here: https://github.com/zwave-js/node-zwave-js/blob/release-12.5.x/docs/getting-started/long-range.md
Summary:
- When creating a smart start
PlannedProvisioningentry, you have to ask the user long range or mesh, and provided the protocol accordingly. - You probably want to surface which nodes are LR and which are mesh.
- Any routing features (fix routes, see neighbors, etc) probably need disabled for long range nodes (they are star only to the controller)
@jtbraun Thanks! Will look at that on Monday next week
@jtbraun PR ready!