Mixiaoxiao / Arduino-HomeKit-ESP8266

Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
MIT License
1.48k stars 278 forks source link

How to rest pair setup ? #204

Open ReXiOP opened 1 year ago

ReXiOP commented 1 year ago

WiFi connected, IP: 172.20.10.13

[ 5890] HomeKit: Update the CPU to run at 160MHz [ 5898] HomeKit: Starting server [ 5901] HomeKit: Using existing accessory ID: 38:73:7B:C4:A6:AD [ 5907] HomeKit: Found admin pairing with ECF9A1E5-76B0-46FB-8329-B92944DA9EDF, disabling pair setup [ 5917] HomeKit: Configuring MDNS `

josephcherayil commented 1 year ago

update the arduino IDE setting Tools>microcontroller frequency to 160

ReXiOP commented 1 year ago

didn't get it

Bighoneypot commented 1 year ago

You have to set the speed of the microcontroller esp from the Arduino Board menu

On Tue, 10 Jan 2023, 18:06 ReXiOP, @.***> wrote:

didn't get it

— Reply to this email directly, view it on GitHub https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266/issues/204#issuecomment-1377579272, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPMDFGKMNJL5S7JQCFNKS3WRWJJRANCNFSM6AAAAAATRY7Z3M . You are receiving this because you are subscribed to this thread.Message ID: @.***>

edWin-m commented 1 year ago

@ReXiOP Use the homekit_server_reset() function.

PimV5755 commented 1 year ago

That is: homekit_storage_reset();