zwave-js-ui icon indicating copy to clipboard operation
zwave-js-ui copied to clipboard

Add support for long range (inclusion choice, routing changes, etc)

Open jtbraun opened this issue 1 year ago • 2 comments

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 PlannedProvisioning entry, 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 avatar Jan 19 '24 14:01 jtbraun

@jtbraun Thanks! Will look at that on Monday next week

robertsLando avatar Jan 19 '24 14:01 robertsLando

@jtbraun PR ready!

robertsLando avatar Jan 22 '24 15:01 robertsLando