brutella / hc

hc is a lightweight framework to develop HomeKit accessories in Go.
Apache License 2.0
1.74k stars 189 forks source link

The number of devices limited #115

Closed OukiMegumi closed 6 years ago

OukiMegumi commented 6 years ago

HI I have met an issue when i add the bridge which have more than 150 devices,Home will report an error. How to fix this issue or this is Home limited?

brutella commented 6 years ago

The official HAP documentation says

A bridge must not expose more than 100 HAP accessory objects.

You are exceeding the number of maximum allowed accessories.