Homebridge Detected No devices

Posted on
Sat Dec 23, 2017 12:25 pm
wormhole offline
Posts: 125
Joined: Feb 21, 2017

Re: Homebridge Detected No devices

Not seing the server was solved, not having any devices/accessories is not. I see the HBB server in the Home iOS app but i see no indigo devices. sorry for the confusion.

Posted on
Sat Dec 23, 2017 12:32 pm
Colorado4Wheeler offline
User avatar
Posts: 2794
Joined: Jul 20, 2009
Location: Colorado

Re: Homebridge Detected No devices

Here is your problem:

Code: Select all
</head>
<body>
<center>
access denied
</center>
</body>
</html>


That's coming from Indigo saying you did not provide the correct username and password to access Indigo. Edit the PLUGIN configuration and set that up and you should be good because everything else looks fine.

My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here

Posted on
Sat Dec 23, 2017 12:52 pm
Colorado4Wheeler offline
User avatar
Posts: 2794
Joined: Jul 20, 2009
Location: Colorado

Re: Homebridge Detected No devices

I just put an FAQ up about this issue since it has been asked a few times

My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here

Posted on
Sat Dec 23, 2017 12:58 pm
wormhole offline
Posts: 125
Joined: Feb 21, 2017

Re: Homebridge Detected No devices

Thank you for your patience...which username/password is this? The one from the Indigo 7/Start Local Server then the id/password next to the 'require authentication' checkbox? or is it the Indigo account userid/password?

Posted on
Sat Dec 23, 2017 1:06 pm
Colorado4Wheeler offline
User avatar
Posts: 2794
Joined: Jul 20, 2009
Location: Colorado

Re: Homebridge Detected No devices

wormhole wrote:
The one from the Indigo 7/Start Local Server then the id/password next to the 'require authentication' checkbox


That one.

My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here

Posted on
Sat Dec 23, 2017 1:06 pm
wormhole offline
Posts: 125
Joined: Feb 21, 2017

Re: Homebridge Detected No devices

So i made sure it's identical to the remote access userid and password and still no dice. i also changed the default 127.0.0.1 to the actual static internal ip for the mac (in the HBB configuration) on which Indigo runs and still no dice. Clearly I am missing something, Sorry for not getting this.

Posted on
Sat Dec 23, 2017 1:10 pm
Colorado4Wheeler offline
User avatar
Posts: 2794
Joined: Jul 20, 2009
Location: Colorado

Re: Homebridge Detected No devices

Post log file and config file please.

My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here

Posted on
Sat Dec 23, 2017 1:11 pm
Colorado4Wheeler offline
User avatar
Posts: 2794
Joined: Jul 20, 2009
Location: Colorado

Re: Homebridge Detected No devices

Also, if you added the server you will likely need to REMOVE the server and RE-ADD it in your HomeKit app.

My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here

Posted on
Sat Dec 23, 2017 1:20 pm
wormhole offline
Posts: 125
Joined: Feb 21, 2017

Re: Homebridge Detected No devices

ok on removing and re-adding the server from the iOS app, but i'll wait to add back until i stop seeing the access denied...which i still do. Thanks again for your help, sorry that i'm still doing something wrong.

Dec 23, 2017, 2:19:25 PM
Received INSTEON "Garage Indoor Flood" on
Trigger Auto Off - Garage Indoor Flood
Trigger Auto Off Daylight - Garage Indoor Flood
Sent INSTEON "Garage Indoor Flood" off
Received INSTEON "Garage Door Sensor" on
Trigger Garage Door is Closed
Trigger KPL Button 8 Show Garage Door Closed
Trigger Alexa Garage Door Trigger
Schedule KPL Button 8 Show Garage Door Closed (delayed action)
Sent INSTEON "PowerLinc Interface" off (scene 4 - KPL Button 8)
EPS - Homebridge Buddy [2017-12-23 07:32:47] Loaded plugin: homebridge-indigo
[2017-12-23 07:32:47] Registering platform 'homebridge-indigo.Indigo'
[2017-12-23 07:32:47] ---
[2017-12-23 07:32:47] Loaded plugin: homebridge-itunes
[2017-12-23 07:32:47] Registering platform 'homebridge-itunes.iTunes'
[2017-12-23 07:32:47] ---
[2017-12-23 07:32:47] Loaded config.json with 0 accessories and 1 platforms.
[2017-12-23 07:32:47] ---
[2017-12-23 07:32:47] Loading 1 platforms...
[2017-12-23 07:32:47] [3 Twin Knolls] Initializing Indigo platform...
[2017-12-23 07:32:47] [3 Twin Knolls] Indigo base URL is http://127.0.0.1:8176
[2017-12-23 07:32:47] Loading 0 accessories...
Load homebridge-itunes.iTunes
[2017-12-23 07:32:47] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices.json/
[2017-12-23 07:32:47] [3 Twin Knolls] Error parsing Indigo response for /devices.json/
Exception: SyntaxError: Unexpected token < in JSON at position 0
Response: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Indigo Home Control Server</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" media="screen" type="text/css" href="/css/global4.css" />
<link rel="stylesheet" media="screen" type="text/css" href="/css/indigo4.css" />
<link rel="stylesheet" media="screen" type="text/css" href="/css/fonts.css" />
</head>
<body>
<center>
access denied
</center>
</body>
</html>

[2017-12-23 07:32:47] [3 Twin Knolls] Error parsing Indigo response for /devices.json/
Exception: SyntaxError: Unexpected token < in JSON at position 0
Response: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Indigo Home Control Server</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" media="screen" type="text/css" href="/css/global4.css" />
<link rel="stylesheet" media="screen" type="text/css" href="/css/indigo4.css" />
<link rel="stylesheet" media="screen" type="text/css" href="/css/fonts.css" />
</head>
<body>
<center>
access denied
</center>
</body>
</html>

[2017-12-23 07:32:47] [3 Twin Knolls] Created 0 accessories
Scan this code with your HomeKit App on your iOS device to pair with Homebridge:

┌────────────┐
│ 031-45-154 │
└────────────┘

[2017-12-23 07:32:47] Homebridge is running on port 51826.


Dec 23, 2017, 2:20:00 PM
Schedule Garage Door Check
EPS - Homebridge Buddy {
"accessories": [],
"bridge": {
"username": "CC:22:3D:E3:CE:30",
"name": "3 Twin Knolls",
"pin": "031-45-154",
"port": 51826
},
"description": "Homebridge-Indigo configuration generated by EPS Homebridge Buddy on 2017-12-23 07:31:42 for device 3 Twin Knolls",
"platforms": [
{
"username": "",
"includeIds": [
"499664404",
"12565546",
"719568194",
"1201920317",
"960608437",
"444282885",
"515403051",
"1031600055",
"892778758",
"1863718475",
"1200943214",
"132358076",
"1143812699",
"1026557801",
"786804202",
"325368605",
"1831823950",
"1479266146",
"990229636",
"841595313",
"11445261",
"1870004803",
"1174095122",
"1625803470",
"9707907",
"1181521584",
"363381553",
"931452685",
"410709060",
"888971236",
"179627431",
"1537406933",
"1155855066",
"1549552963",
"28954580",
"993375117",
"138518081",
"1493038522",
"248041675",
"226106948",
"292177992",
"220914147",
"373254869",
"57249952",
"1939675014",
"517208223",
"335651406",
"551977375",
"1253160198",
"324587666",
"832750277",
"990312736",
"602323658",
"9066379"
],
"protocol": "http",
"name": "3 Twin Knolls",
"includeActions": true,
"platform": "Indigo",
"host": "127.0.0.1",
"thermostatsInCelsius": false,
"path": "",
"password": "",
"accessoryNamePrefix": "",
"port": "8176"
}
]
}

Posted on
Sat Dec 23, 2017 2:31 pm
Colorado4Wheeler offline
User avatar
Posts: 2794
Joined: Jul 20, 2009
Location: Colorado

Re: Homebridge Detected No devices

Verify that you put that info in there and then use the menu to SAVE AND RELOAD, your config was not saved and reloaded after you made that change because your config shows nothing:

Code: Select all
"username": "",
"password": "",

My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here

Posted on
Sat Dec 23, 2017 2:55 pm
wormhole offline
Posts: 125
Joined: Feb 21, 2017

Re: Homebridge Detected No devices

that looks like it did the trick. thanks. sorry if i missed those steps in the instructions

Posted on
Sat Dec 23, 2017 2:56 pm
Colorado4Wheeler offline
User avatar
Posts: 2794
Joined: Jul 20, 2009
Location: Colorado

Re: Homebridge Detected No devices

No worries, if you aren't familiar with a system it can be tricky to get it put together. I've tried to make it as plug-and-play as possible but it still gets technical sometimes.

My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here

Posted on
Sat Dec 23, 2017 2:58 pm
wormhole offline
Posts: 125
Joined: Feb 21, 2017

Re: Homebridge Detected No devices

hmmm....now the state says 'off'?

Posted on
Sat Dec 23, 2017 3:01 pm
wormhole offline
Posts: 125
Joined: Feb 21, 2017

Re: Homebridge Detected No devices

now getting this at end of log

[2017-12-23 16:00:05] [3 Twin Knolls] Initializing platform accessory 'Theater Lights'...
/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:257
throw new Error("Cannot add a bridged Accessory with the same UUID as another bridged Accessory: " + existing.UUID);
^

Error: Cannot add a bridged Accessory with the same UUID as another bridged Accessory: 1c07b15b-f123-4e59-b027-b7bec695b4cf
at Bridge.Accessory.addBridgedAccessory (/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:257:13)
at Server.<anonymous> (/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge/lib/server.js:367:24)
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/once.js:16:19
at IndigoPlatform.<anonymous> (/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/index.js:226:13)
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/node_modules/async/lib/async.js:52:16
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/node_modules/async/lib/async.js:269:32
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/node_modules/async/lib/async.js:44:16
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/index.js:251:29
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/node_modules/async/lib/async.js:52:16
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/node_modules/async/lib/async.js:269:32

Posted on
Sat Dec 23, 2017 3:03 pm
wormhole offline
Posts: 125
Joined: Feb 21, 2017

Re: Homebridge Detected No devices

sorry, here's the entire log

Dec 23, 2017, 4:02:52 PM
Reloading plugin "EPS - Homebridge Buddy 1.0.1"
Stopping plugin "EPS - Homebridge Buddy 1.0.1" (pid 7492)
Stopped plugin "EPS - Homebridge Buddy 1.0.1"
Starting plugin "EPS - Homebridge Buddy 1.0.1" (pid 7794)
Started plugin "EPS - Homebridge Buddy 1.0.1"
EPS - Homebridge Buddy Starting the Homebridge server '3 Twin Knolls', do not try to use Siri until you get a message that the server has started
EPS - Homebridge Buddy EPS - Homebridge Buddy is loaded and ready to use
EPS - Homebridge Buddy [2017-12-23 16:03:03] Loaded plugin: homebridge-indigo
[2017-12-23 16:03:03] Registering platform 'homebridge-indigo.Indigo'
[2017-12-23 16:03:03] ---
[2017-12-23 16:03:03] Loaded plugin: homebridge-itunes
[2017-12-23 16:03:03] Registering platform 'homebridge-itunes.iTunes'
[2017-12-23 16:03:03] ---
[2017-12-23 16:03:03] Loaded config.json with 0 accessories and 1 platforms.
[2017-12-23 16:03:03] ---
[2017-12-23 16:03:03] Loading 1 platforms...
[2017-12-23 16:03:03] [3 Twin Knolls] Initializing Indigo platform...
[2017-12-23 16:03:03] [3 Twin Knolls] Indigo base URL is http://127.0.0.1:8176
[2017-12-23 16:03:03] Loading 0 accessories...
Load homebridge-itunes.iTunes
[2017-12-23 16:03:03] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices.json/
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/2nd%20Flo ... ights.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 499664404): 2nd Floor Hall Lights
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/3%20Twin%20Knolls.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Homebridge Indigo Server (ID 611686137): 3 Twin Knolls
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 611686137
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Alexa%20Devices%201.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Emulated Hue Bridge (ID 1967361617): Alexa Devices 1
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1967361617
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Alexa%20Devices%202.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Emulated Hue Bridge (ID 1623268670): Alexa Devices 2
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1623268670
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Alexa%20G ... 0Door.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Virtual On/Off Device (ID 1678940348): Alexa Garage Door
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1678940348
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Alexa%20Groups.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Emulated Hue Bridge (ID 90920739): Alexa Groups
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 90920739
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/AVRx2300w.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered AV Receiver (ID 1720661440): AVRx2300w
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1720661440
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Backyard% ... ights.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Relay (ID 12565546): Backyard Patio Lights
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Bathroom%20Closet.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Relay (ID 719568194): Bathroom Closet
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Breakfast%20Table.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 1201920317): Breakfast Table
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Ceiling%2 ... ottom.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered OutletLinc (2663) (ID 1096186086): Ceiling Outlet - Bottom
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1096186086
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Charlies%20Closet.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 960608437): Charlies Closet
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Dining%20 ... elier.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Dimmer (dual-band) (ID 444282885): Dining Room Chandelier
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Downstairs%20Lights.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Virtual On/Off Device (ID 515403051): Downstairs Lights
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Emmas%20Lights.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Dimmer (dual-band) (ID 1031600055): Emmas Lights
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Family%20 ... ights.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Dimmer (ID 892778758): Family Room Aux Lights
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Family%20 ... balls.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 1863718475): Family Room Eyeballs
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Family%20 ... ights.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered KeypadLinc Dimmer (2334) (ID 1200943214): Family Room Main Lights
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Foyer%20Outlet.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered OutletLinc (ID 132358076): Foyer Outlet
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Frontdoor ... Light.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 1143812699): Frontdoor Entry Light
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Garage%20 ... ensor.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered I/O-Linc Controller (ID 46184015): Garage Door Sensor
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 46184015
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Garage%20 ... Flood.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered In-LineLinc Relay with Sense (ID 1026557801): Garage Indoor Flood
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Garage%20Lights.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 786804202): Garage Lights
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Guest%20Room.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 325368605): Guest Room
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Hall%20Bath%20Fan.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 1831823950): Hall Bath Fan
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Hall%20Bath%20Light.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 1479266146): Hall Bath Light
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Hub%20-%2 ... 0Room.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Harmony Hub (ID 134537159): Hub - Family Room
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 134537159
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Hub%20-%20Theater.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Harmony Hub (ID 1961453086): Hub - Theater
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1961453086
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Island%20Chandelier.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 990229636): Island Chandelier
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/iTunes%20 ... 0iMac.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered iTunes Server (ID 1617158256): iTunes Server-Study iMac
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1617158256
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Karens%20Closet.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 841595313): Karens Closet
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Katonah%2 ... 0Plus.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Weather Locale (ID 256017014): Katonah Weather Plus
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 256017014
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Living%20 ... elier.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Dimmer (dual-band) (ID 1870004803): Living Room Chandelier
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Living%20Room%20Lamp.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered LampLinc V2 (ID 1174095122): Living Room Lamp
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Master%20 ... Light.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 1625803470): Master Bath Jacuzzi Light
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Master%20 ... Light.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 9707907): Master Bath Main Light
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Master%20 ... 20Fan.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 1181521584): Master Bath Toilet Fan
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Master%20 ... Light.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 363381553): Master Bath Toilet Light
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Master%20 ... Light.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered KeypadLinc Dimmer (2334) (ID 931452685): Master Bed Main Light
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Motion%20 ... llway.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Motion Sensor (ID 1276040049): Motion Sensor - 2nd Floor Hallway
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1276040049
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Motion%20 ... 0Room.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Motion Sensor (ID 648384934): Motion Sensor - Family Room
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 648384934
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Motion%20 ... 0Door.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Motion Sensor (ID 1805590055): Motion Sensor - Front Door
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1805590055
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Motion%20 ... tchen.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Motion Sensor (ID 22272453): Motion Sensor - Kitchen
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 22272453
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Motion%20 ... yroom.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Motion Sensor (ID 94699075): Motion Sensor - Playroom
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 94699075
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Mudroom%20Main.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered KeypadLinc V2 Dimmer (ID 410709060): Mudroom Main
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Nest%20-% ... ostat.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered NEST Thermostat Module (ID 1571760872): Nest - Basement Thermostat
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1571760872
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Nest%20-% ... otect.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered NEST Protect Module (ID 96990804): Nest - Downstairs Nest Protect
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 96990804
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Nest%20-% ... ostat.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered NEST Thermostat Module (ID 34702101): Nest - Family Room Thermostat
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 34702101
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Nest%20-% ... Floor.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered NEST Thermostat Module (ID 1829724614): Nest - Guest House 1st Floor
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1829724614
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Nest%20-% ... Floor.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered NEST Thermostat Module (ID 42430688): Nest - Guesthouse 2nd Floor
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 42430688
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Nest%20-% ... ostat.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered NEST Thermostat Module (ID 1913140848): Nest - Master Bedroom Thermostat
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1913140848
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Nest%20-% ... ostat.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered NEST Thermostat Module (ID 489710311): Nest - Playroom Thermostat
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 489710311
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Nest%20-% ... 0Heat.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered NEST Thermostat Module (ID 360388941): Nest - Radiant Heat
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 360388941
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/NEST%20Ho ... 11%29.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered NEST Home Master Device (ID 428393154): NEST Home Master(1711)
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 428393154
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/NOAA%20Weather.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Weather Station (ID 13933124): NOAA Weather
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 13933124
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Outdoor%2 ... light.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 888971236): Outdoor Backyard Floodlight
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Outdoor%2 ... ights.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 179627431): Outdoor Knee Wall Lights
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Outdoor%2 ... ights.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Relay (ID 1537406933): Outdoor Pedestal Lights
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Pantry%20Light.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 1155855066): Pantry Light
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Pergola%20Lights.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Outdoor Appliance (2634) (ID 1549552963): Pergola Lights
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Playroom%20Main.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Dimmer (ID 28954580): Playroom Main
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Playroom%20Main%202.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 830151052): Playroom Main 2
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 830151052
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Playroom%20Main%203.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 1484620360): Playroom Main 3
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1484620360
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20-% ... er%2B.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client (ID 82624865): Plex - Family Room Roku Premier+
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 82624865
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20-% ... hield.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client (ID 1981572447): Plex - Theater Nvidia Shield
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1981572447
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20Cl ... t%201.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client Slot (ID 854555181): Plex Client Slot 1
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 854555181
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20Cl ... t%202.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client Slot (ID 1091430582): Plex Client Slot 2
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1091430582
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20Cl ... t%203.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client Slot (ID 875475739): Plex Client Slot 3
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 875475739
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20Cl ... t%204.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client Slot (ID 1372958165): Plex Client Slot 4
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1372958165
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20Cl ... t%205.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client Slot (ID 1177460549): Plex Client Slot 5
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1177460549
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20Cl ... t%206.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client Slot (ID 1933556097): Plex Client Slot 6
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1933556097
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20Cl ... t%207.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client Slot (ID 78654449): Plex Client Slot 7
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 78654449
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20Cl ... t%208.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client Slot (ID 1399997323): Plex Client Slot 8
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1399997323
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20Cl ... t%209.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client Slot (ID 1184817077): Plex Client Slot 9
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1184817077
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20Cl ... t%20X.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Client Slot (ID 636465165): Plex Client Slot X
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 636465165
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Plex%20Me ... erver.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Plex Media Server (ID 1423477522): Plex Media Server
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1423477522
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Pool%20Control.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Jandy Aqualink RS-8 Pool/Spa Combo (ID 1612999315): Pool Control
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1612999315
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Poolhouse ... 20Fan.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Relay (ID 993375117): Poolhouse Bathroom Fan
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Poolhouse ... 0Main.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Relay (ID 138518081): Poolhouse Bathroom Main
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Poolhouse ... 0Main.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Dimmer (dual-band) (ID 1493038522): Poolhouse Changing Room Main
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Poolhouse ... ht%20.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc Dimmer (dual-band) (ID 248041675): Poolhouse Outdoor Light
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Powder%20Room%20Fan.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 226106948): Powder Room Fan
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Powder%20 ... Light.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 292177992): Powder Room Light
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Rachel%27s%20Room.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 220914147): Rachel's Room
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Ring%20-% ... 0Door.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Ring Doorbell (ID 1357312572): Ring - Front Door
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1357312572
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Roku%20-% ... 0Plus.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Roku Network Remote Control (ID 69263383): Roku - Family Room Premier Plus
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 69263383
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Roku%20-% ... droom.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Roku Network Remote Control (ID 1128988574): Roku - Guest Bedroom
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 1128988574
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Roku%20-% ... droom.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Roku Network Remote Control (ID 519362302): Roku - Master Bedroom
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 519362302
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Security% ... kyard.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Camera (ID 64822407): Security Spy - Backyard
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 64822407
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Security% ... amera.json
[2017-12-23 16:03:04] [3 Twin Knolls] Discovered Camera (ID 670197267): Security Spy - Driveway Camera
[2017-12-23 16:03:04] [3 Twin Knolls] Ignoring excluded ID 670197267
[2017-12-23 16:03:04] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Security% ... 0Room.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Camera (ID 1938695997): Security Spy - Family Room
[2017-12-23 16:03:05] [3 Twin Knolls] Ignoring excluded ID 1938695997
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Security% ... 0Pool.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Camera (ID 1006749528): Security Spy - Pool
[2017-12-23 16:03:05] [3 Twin Knolls] Ignoring excluded ID 1006749528
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Security% ... erver.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Server (ID 1253622689): Security Spy Server
[2017-12-23 16:03:05] [3 Twin Knolls] Ignoring excluded ID 1253622689
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Study%20Lights.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered SwitchLinc Dimmer (ID 373254869): Study Lights
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Theater%20AV%20Room.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered SwitchLinc Dimmer (dual-band) (ID 57249952): Theater AV Room
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Theater%2 ... 0Hats.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered SwitchLinc Dimmer (dual-band) (ID 1939675014): Theater High Hats
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Theater%2 ... trips.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered SwitchLinc Dimmer (dual-band) (ID 517208223): Theater LED Strips
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Theater%20Lights.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Virtual On/Off Device (ID 335651406): Theater Lights
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Theater%20Marquis.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered OutletLinc (2663) (ID 551977375): Theater Marquis
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Tivo%20Romio%20OTA.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered TiVo Network Remote Control (ID 573782624): Tivo Romio OTA
[2017-12-23 16:03:05] [3 Twin Knolls] Ignoring excluded ID 573782624
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Under%20C ... ights.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered SwitchLinc V2 Relay (ID 1253160198): Under Counter Lights
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Upstairs%20Lights.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Virtual On/Off Device (ID 324587666): Upstairs Lights
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/devices/Welcome%2 ... Group.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Virtual On/Off Device (ID 1104366325): Welcome Home Group
[2017-12-23 16:03:05] [3 Twin Knolls] Ignoring excluded ID 1104366325
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/actions.json/
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/actions/Alexa%20H ... 0Door.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Action (ID 67811782): Alexa Hue Garage Door
[2017-12-23 16:03:05] [3 Twin Knolls] Ignoring excluded ID 67811782
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/actions/All%20Bac ... oggle.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Action (ID 1479400161): All Backyard Lights Toggle
[2017-12-23 16:03:05] [3 Twin Knolls] Ignoring excluded ID 1479400161
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/actions/All%20Dow ... 20Off.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Action (ID 832750277): All Downstairs Lights Off
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/actions/All%20Ups ... 20Off.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Action (ID 990312736): All Upstairs Lights Off
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/actions/Theater%20Lights.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Action (ID 602323658): Theater Lights
[2017-12-23 16:03:05] [3 Twin Knolls] Indigo request: http://127.0.0.1:8176/actions/Welcome%2 ... ights.json
[2017-12-23 16:03:05] [3 Twin Knolls] Discovered Action (ID 9066379): Welcome Home Lights
[2017-12-23 16:03:05] [3 Twin Knolls] Created 53 accessories
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory '2nd Floor Hall Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'All Downstairs Lights Off'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'All Upstairs Lights Off'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Backyard Patio Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Bathroom Closet'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Breakfast Table'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Charlies Closet'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Dining Room Chandelier'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Downstairs Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Emmas Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Family Room Aux Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Family Room Eyeballs'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Family Room Main Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Foyer Outlet'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Frontdoor Entry Light'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Garage Indoor Flood'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Garage Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Guest Room'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Hall Bath Fan'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Hall Bath Light'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Island Chandelier'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Karens Closet'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Living Room Chandelier'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Living Room Lamp'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Master Bath Jacuzzi Light'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Master Bath Main Light'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Master Bath Toilet Fan'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Master Bath Toilet Light'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Master Bed Main Light'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Mudroom Main'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Outdoor Backyard Floodlight'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Outdoor Knee Wall Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Outdoor Pedestal Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Pantry Light'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Pergola Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Playroom Main'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Poolhouse Bathroom Fan'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Poolhouse Bathroom Main'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Poolhouse Changing Room Main'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Poolhouse Outdoor Light '...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Powder Room Fan'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Powder Room Light'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Rachel's Room'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Study Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Theater AV Room'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Theater High Hats'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Theater LED Strips'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Theater Lights'...
[2017-12-23 16:03:05] [3 Twin Knolls] Initializing platform accessory 'Theater Lights'...
/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:257
throw new Error("Cannot add a bridged Accessory with the same UUID as another bridged Accessory: " + existing.UUID);
^

Error: Cannot add a bridged Accessory with the same UUID as another bridged Accessory: 1c07b15b-f123-4e59-b027-b7bec695b4cf
at Bridge.Accessory.addBridgedAccessory (/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:257:13)
at Server.<anonymous> (/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge/lib/server.js:367:24)
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/once.js:16:19
at IndigoPlatform.<anonymous> (/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/index.js:226:13)
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/node_modules/async/lib/async.js:52:16
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/node_modules/async/lib/async.js:269:32
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/node_modules/async/lib/async.js:44:16
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/index.js:251:29
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/node_modules/async/lib/async.js:52:16
at /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/EPS Homebridge.indigoPlugin/Contents/Server Plugin/bin/hb/node-v8.4.0-darwin-x64/lib/node_modules/homebridge-indigo/node_modules/async/lib/async.js:269:32

NEST Home Downstairs Thermostat (Main Heat) ambient_temperature_f updated to 71
NEST Home Playroom Thermostat ambient_temperature_f updated to 67

Who is online

Users browsing this forum: No registered users and 2 guests