Page 2 of 2

Re: Having a few issues with Homekit Siri guide (Node.js iss

Posted: Sunday 06 December 2015 17:21
by frizby66
I use the native Nest and Hue Support within Homebridge and use Domoticz support for the other switches.

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": []
}