ilcato / homebridge-Fibaro-HC2

Homebridge plugin for Fibaro Home Center 2 (and Home Center Lite ...)
Apache License 2.0
66 stars 27 forks source link

More than 100 devices #80

Closed beorn closed 6 years ago

beorn commented 6 years ago

Hi, iOS has a limit of 100 accessories per device (=bridge), so that makes it impossible to use this for a semi-large Fibaro installation - see https://github.com/nfarina/homebridge/issues/827#issuecomment-251146385

It would be great to have a way to hide some devices, or partition the accessories into multiple bridges (by type, id hash, or something), to allow larger installations to be bridged into Homebridge.

ilcato commented 6 years ago

Create a Fibaro user with the limited visibility on the device you want to add to Homebridge and use such a user with corresponding credentials in configure.json

beorn commented 6 years ago

Ah, that works! Thanks! :)

ilcato commented 6 years ago

ok