Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a mechanism to detect and remove failed ZWave nodes #35

Closed
dhylands opened this issue Apr 13, 2017 · 4 comments
Closed

Need a mechanism to detect and remove failed ZWave nodes #35

dhylands opened this issue Apr 13, 2017 · 4 comments

Comments

@dhylands
Copy link
Contributor

The ZWave controller will eventually mark a node as failed if it stops responding after a while. We need a way to tag these nodes as failed, and a way to call the Manager::RemoveFailedNode C++ API.

I think that this can be reproduced by adding a node and then factory resetting it. You can then add the node a second time, and the first nodeId will stick around and should eventually get marked as failed.

@dhylands dhylands changed the title Need a mechanism to remove detect and remove failed ZWave nodes Need a mechanism to detect and remove failed ZWave nodes Apr 13, 2017
@benfrancis
Copy link
Member

@dhylands In my testing, un-pairing a Z-Wave device does not remove it from the list of devices the adapter reports. Shouldn't a device be removed immediately when manually un-paired? This is a bit annoying because at the moment you can get lots of duplicate devices in the add device dialog.

@dhylands
Copy link
Contributor Author

It's possible it's not getting removed from everywhere. I'll take a look.

@mrstegeman
Copy link
Contributor

These are no longer reported to the UI, at least. Fixed by #488

@mrstegeman
Copy link
Contributor

Moved: WebThingsIO/zwave-adapter#31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants