maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
394 stars 78 forks source link

Re-add cam to homekit #21

Closed mcpat-it closed 5 years ago

mcpat-it commented 5 years ago

I have removed the cam in homekit, now I would like to re-add it, but it is not listed in homekit, so how can I find out the code for manual entering?

maximkulkin commented 5 years ago

Did you remove it while camera being offline or you being off-network? Then the camera still thinks it is paired.. You need to erase HomeKit settings from accessory flash (either by using esptool to erase particular sector or just erase all and re-flash).

mcpat-it commented 5 years ago

Yes I did, and the camera still thinks it's paired.

So I did make erase_flash Then... make flash and the cam is back again...

Thank you for the hint