I had all my Aqara devices connected to an M2 hub and then through there they were added to home assistant as matter devices, I have since removed the M2 hub and all Aqara hubs and added the devices manually via zigbee, but the devices will not clear out in the Matter integration. Is there a way (besides Disable Device) to clear them out?
Welcome to the community!
You can delete a device by visiting its device page, and clicking the three-dot menu in the “Device Info” block, beside the SHARE DEVICE
link.
Since the devices are Matter devices, they may still exist in the Matter server Add-on, which has its own dashboard and node Remove button. Not sure how to access that for HAOS (I use docker), but http://homeassistant.local:5580 might work.
Thanks for the response! When I attempt to remove the device using the steps from the docs - using the dots next to Download Diagnostics / Share Device - then Remove Device. I get this error:
Error deleting device
Failed to remove device entry, rejected by integration
Does anyone know how to access the HA Matter server addon’s dashboard?
Goto the Matter Server AddON’s “info” tab, and you should see “OPEN WEB UI” button (click on it). Click on the device and you should see a garbage can to remove.
I don’t know how well the data is synchronized between the Matter Server AddOn and HA Core, so you may also have to go back to the HA device’s page (mentioned earlier) to remove the device there as well. May have to restart the AddOn so that it no longer advertises the device to HA Core in order for HA Core to remove it.