lukasroegner / homebridge-philips-hue-sync-box

Homebridge plugin for the Philips Hue Sync Box.
MIT License
55 stars 12 forks source link

[Feature request] Multiple HSBs #19

Closed MrZarniwoop closed 4 years ago

MrZarniwoop commented 4 years ago

Would be nice if a future version supported multiple HSBs (and didn't assume just one).

Apologies if it's in there and I just can't figure out how to set it up. :)

lukasroegner commented 4 years ago

@MrZarniwoop This is a rather special use case and would require to rewrite the whole handling of the plugin, which is why I won't implement it. However, here is a simple solution: use two Homebridge instances, one for each device. I generally recommend to run every plugin on a different Homebridge instance, so that if one plugin crashes or behaves unintended, it won't affect your other plugins.