SiliconLabs / arduino

Arduino Core for Silicon Labs devices
86 stars 16 forks source link

[request] Provide example for decommissioning #71

Closed rei-vilo closed 3 months ago

rei-vilo commented 4 months ago

Summary

Arduino provides an example for decommissioning at Nano Matter User Manual > Device Decommissioning

However, this procedure fails to perform a full decommissioning. However, I need to perform two more steps:

  1. Flash the bootloader, and
  2. Remove the devices from the Home app.

The request includes two parts:

  1. a better clean-up function of the Matter device, and
  2. an exhaustive procedure for the border router and the controller.

Thank you and best regards,


Environment:

silabs-bozont commented 4 months ago

Hello @rei-vilo, The next version will have a proper decommissioning API with an example.

silabs-bozont commented 3 months ago

Hello @rei-vilo, The new decommissioning API is now available in 2.1.0. See: https://github.com/SiliconLabs/arduino/blob/main/libraries/Matter/examples/matter_decommission/matter_decommission.ino