espressif / esp-homekit-sdk

541 stars 98 forks source link

How to re-send WiFi credential after reset #112

Open leotordo opened 9 months ago

leotordo commented 9 months ago

Hello, on examples there's a double function of GPIO9 button. Short press --> wifi reset Long press --> factory reset

With Long press it's all ok. The board does the factory reset and I can send wifi credential by QR code from Home app.

But...

If I do the Wifi reset, the board can't connect to my wifi network (obviously) and it starts with a local wifi spot. I can connect by changing the network on the iPhone but...how to send my own wifi credential?

Thanks

shahpiyushv commented 2 months ago

Sorry for the delay in response, but if you are using the WI-Fi provisioning from the public esp-homekit-sdk repository, you will have to use the ESP BL Prov app for provisioning, If you have access to the MFi variant of the SDK and are using the Apple WAC, then the re-provisioning can be started from the accessory details screen in the Home app.

leotordo commented 2 months ago

@shahpiyushv thanks for reply, no problem for delay :-) bye Stefano