I have Hue setup with Domoticz but have it attached to Room 1 and 2 and anything. Couldn't get Hue control to work through Domoiticz/Siri so use Hue Plugin within Hoembridge along with Nest and Sonos.
Code: Select all
{
"bridge": {
"name": "Homebridge PI",
"username": "CC:22:3D:E3:CE:31",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file with all supported devices. You can use this as a template for creating your own configuration file containing devices you actually own.",
"platforms": [
{
"platform": "Nest",
"name": "Nest",
"username": "***@***.com",
"password": "********"
},
{
"platform": "PhilipsHue",
"name": "Phillips Hue",
"ip_address": "192.168.1.126",
"username": "3af9a3121603963733eb772e33999463"
},
{
"platform": "Sonos",
"name": "Sonos",
"play_volume": 25
},
{
"platform": "Domoticz",
"name": "Domoticz",
"server": "127.0.0.1",
"port": "8080",
"roomid": "3"
}
],
"accessories": []
}