maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
803 stars 233 forks source link

Pairing multiple devices? #412

Closed ZweiEuro closed 3 years ago

ZweiEuro commented 3 years ago

After initially paring one device, the homekit device doesn't show up for other homekit clients. Looking at the code it's saying that it already as an admin pairing, can only one homekit device be paired?

maximkulkin commented 3 years ago

Initial (admin) pairing can be done only once. Then admin controller invites other people into the Home and when they accept invitations it adds more pairings through a special pairing management API.

ZweiEuro commented 3 years ago

Ah ok, so the admin has to be in the same network for the time (new devices are added) being?

ZweiEuro commented 3 years ago

How can such an invite be sent?

rottenhowler commented 3 years ago

In Home app select Home tab at the bottom, then press Home icon in the top left corner, in the popup menu select "Home Settings", then in "People" section click "Invite People..." and enter people emails (not sure if it needs to be Apple IDs or not).

ZweiEuro commented 3 years ago

ok, thanks !