-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More than 1 accessory support without using bridge #129
Comments
The question is not clear. A single physical device can either have
|
1 similar comment
The question is not clear. A single physical device can either have
|
My purpose is:
for second accessory, a warning show "Primary Accessory already added. Use hap_add_bridged_accessory() instead" Can you give me a sample with I want to add 3 accessory on a single physical device: thermostat, switch and a lightbulb? |
Hi, For multiple accessories implementation, you could check this example: Have in mind that it is not updated, but you can follow the concept. |
Your sample is add multiple service to an accessory, I can achieve it already. What I want is multiple accessory on a single esp. |
Problem solve, I just replace the bridge CID with Thermostat CID and then it same with other SDK. |
I want to add more than 1 accessory but seem now only have "bridge" and multi service in on accessory mention in: #23 (comment)
But I want multiple accessory for each service in it.
Is there any solution?
Other lib they can define multiple accessory, only difference CID and it can add to HomeKit app: maximkulkin/esp-homekit-demo#102 (comment)
and this: maximkulkin/esp-homekit-demo#102 (comment)
Other reason I do not want to use bridge solution is that some iPhone it could not add like mention in: #104
The text was updated successfully, but these errors were encountered: