project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.39k stars 1.98k forks source link

Apple Homekit can't control device when device reset. #21521

Closed shchen-Lab closed 2 years ago

shchen-Lab commented 2 years ago

Hi I refer apple homekit user guide, this guide can add commission and control my device. My device is BL602 Lighting example firmware. This device code commit id 8638802e06fce1501c5c73b40a1d4eae98d076cb base interop_testing_te9 branch. It can't control by homekit app when device reset. image 1848c779a2b0a0d8c22f1e0df42117c

https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/darwin.md

bzbarsky-apple commented 2 years ago

When you say "device reset" do you mean power cycle or factory reset?

For the latter, I would not expect it to be controllable anymore.

For the former, I would expect it to work after a single error now that https://github.com/project-chip/connectedhomeip/pull/21504 is in. At least once that's picked up by the Home app.

shchen-Lab commented 2 years ago

@bzbarsky-apple I mean power cycle reset .