Zwave2Mqtt icon indicating copy to clipboard operation
Zwave2Mqtt copied to clipboard

[feat] "Replace failed node" securely

Open Dinth opened this issue 4 years ago • 5 comments

Version 2.1.1

Build/Run method

  • [x] Docker
  • [ ] PKG
  • [ ] Manually built (git clone - npm install - npm run build )

Zwave2Mqtt version: 2.1.1 Openzwave Version: 1.6

Describe the bug Replace failed node function doesnt open a dialog to add a new node securely, as "Node inclusion" function does.

Dinth avatar Jan 23 '20 07:01 Dinth

@Dinth thanks!

robertsLando avatar Jan 23 '20 07:01 robertsLando

@Fishwaldo How can I call replace failed node with secure flag enabled?http://www.openzwave.com/dev/classOpenZWave_1_1Manager.html#a6dc832fe823228a821b81ac900b01c5c

robertsLando avatar Jan 23 '20 08:01 robertsLando

Right now you can’t. Please open a issue on the OpenZWave tracker.

In those cases, only option now is remove failed node and then add node with secure true.

Fishwaldo avatar Jan 23 '20 09:01 Fishwaldo

@Fishwaldo Yes but this means the new inserted node will take an incremental id instead of taking the id of the replaced one?

robertsLando avatar Jan 23 '20 09:01 robertsLando

@Fishwaldo Yes but this means the new inserted node will take an incremental id instead of taking the id of the replaced one?

Yes, the newly node will have incrementally increased ID. Which wouldnt be a huge problem (a minor issue, mostly in terms of usability - a new user may expect this option to be there), but i believe at the moment the only way of getting rid of dead nodes is actually replacing them with something else.

Dinth avatar Jan 23 '20 10:01 Dinth