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

Implement Node remove/delete feature #110

Closed
2 of 4 tasks
marcelveldt opened this issue Nov 30, 2022 · 2 comments
Closed
2 of 4 tasks

Implement Node remove/delete feature #110

marcelveldt opened this issue Nov 30, 2022 · 2 comments

Comments

@marcelveldt
Copy link
Contributor

Feature to remove a node from the fabric

  • implement in server
  • implement in client
  • implement in HA integration
  • figure out how to reset device on the chip sdk
@MartinHjelmare
Copy link
Contributor

MartinHjelmare commented Jan 20, 2023

There's only a manual remove option in the integration. Are we planning a feature for the other way around where the device in Home Assistant is removed when the device is removed from the fabric by a third party?

@marcelveldt
Copy link
Contributor Author

  1. The remove option in HA currently also sends remove command to the server.
  2. We need to handle the fact that the nod eis already dead and catch the exception from the Matter stack (and just delete the node from HA and/or server).
  3. We need to make sure that at startup we compare the previous nodes in device registry to delete/cleanup any removed nodes.
  4. We need to handle the node deleted event from the server.

This issue was closed because it was a duplicate with:
https://github.com/orgs/home-assistant-libs/projects/1?pane=issue&itemId=16683893

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

No branches or pull requests

2 participants