Hue Lights discussion

Posted on
Fri Jan 15, 2021 7:13 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Perfect! Thanks. I’ll add support in the next plug-in update.

Posted on
Sat Jan 23, 2021 1:22 pm
akimball offline
Posts: 561
Joined: Aug 07, 2013
Location: Sandy, Utah

Re: Hue Lights discussion

Hi,
Two days ago, we were prompted by our internet/TV provider (xfinity) to switch out our router for a newer router, the benefit to us being that the new router makes it so we don't need to rent a separate TV set-top box for each and every TV in the house and we can watch different channels on each box using streaming services provided through other avenues. However, we lost two or three major systems... one of them was our Hue Lighting Hub (Philips) lost connection and needed to be reset. Once I reset the Philips hue hub came back up, all the information was totally gone from the hue app (about our hue lights) and I had to re-add every light in the home to that app. There are about 50 Hue devices.

Well, in my system, indigo has a virtual hue device for each of those bulbs (using the Hue plugin). That entire list got scrambled... so now when I go to one device it references randomly another hue device. If I delete that virtual device, it's going to cause major issues with my light "State Machines" which I have for most of the hue devices. I use indigo coded state machines to set my colors and I have dozens of colors outline for each color device.... so this is really bad news as you can imagine because there are literally thousands of lines of indigo state machine code behind the entire system. Weeks worth of work to patch all of these.

My question, are there specific text files that your plugin uses with the names of the lights that I could edit using a text editor like BBEdit?

If so I could simply descramble the list and all should be well again. Any such file that you could point me to?

EDIT: So, I started looking around an I think I discovered the information in the indigo home database file, "home_name.indiDb" ... which is not a hue plugin file. Looks daunting to edit directly.

TIA. -al
Last edited by akimball on Sat Jan 23, 2021 1:51 pm, edited 3 times in total.

-Al

Posted on
Sat Jan 23, 2021 1:33 pm
bbruck offline
Posts: 343
Joined: Oct 05, 2008

Supported bulbs

I'm looking to get 2-3 inexpensive ambience A19 bulbs. Is there a list of supported devices anywhere Nathan? Or other way to see if a particular brand/model of bulb is supported?

Posted on
Mon Jan 25, 2021 11:51 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

akimball wrote:
Hi,
My question, are there specific text files that your plugin uses with the names of the lights that I could edit using a text editor like BBEdit?

If so I could simply descramble the list and all should be well again. Any such file that you could point me to?


No, there aren't any text files that can be edited to re-associate the Indigo devices with the correct Hue devices. As you've already discovered, the Hue device association is stored as part of the Indigo device parameters in the Indigo database itself. I'd strongly advise against making any edits to that file. Editing that by hand will likely destroy your entire Indigo setup.

When moving to a new Hue bridge, the new Hue bridge doesn't adopt the device IDs of migrated devices that were originally assigned by the source Hue bridge. It simply assigns new IDs based on the order in which it associates the Hue devices.

The only way to update Indigo with the new Hue device IDs without creating new Indigo devices altogether is to edit every one of the Hue Lights devices in Indigo and set the device Type to something generic like "Virtual Devices" (leaving the Model unset). This disassociates the Indigo device from the Hue device ID, allowing you to perform the next step. Next, go through each of the Hue Lights Indigo devices again, this time setting the device Type back to "Hue Lights" and then re-selecting the correct Model then selecting the correct Hue Device from the device settings dialog. It's a tedious process, but the only safe way to re-associate Hue devices with the Indigo devices without breaking every action and script that reference your Indigo devices.

bbruck wrote:
I'm looking to get 2-3 inexpensive ambience A19 bulbs. Is there a list of supported devices anywhere Nathan? Or other way to see if a particular brand/model of bulb is supported?


There's no published list of supported devices, but if you can pair a light device with your Hue bridge and, after reloading the plugin, you don't see that new device in any of the Hue Devices listed when selecting a Hue Lights model, I can add support in the next patch release of the plugin. I'd just need a screenshot of the Hue device info as shown in some previous posts in this thread.

Posted on
Tue Jan 26, 2021 10:21 am
akimball offline
Posts: 561
Joined: Aug 07, 2013
Location: Sandy, Utah

Re: Hue Lights discussion

No, there aren't any text files that can be edited to re-associate the Indigo devices with the correct Hue devices. As you've already discovered, the Hue device association is stored as part of the Indigo device parameters in the Indigo database itself. I'd strongly advise against making any edits to that file. Editing that by hand will likely destroy your entire Indigo setup.


Thanks for the reply and the advice. I refrained from a hair-brain idea and I did not touch the indigo database file.

I was able to fix the issues too... only a couple of hours of work. I played leap frog through the hue light virtual devices... choosing one at random and doing a quick check 1) to see if I could change it to the right hue light, and 2) to see which bulb it was referring to... and then I could leave that virtual device window open make the frog leap and repeat the whole thing over. Eventually I would get to a virtual device which would allow me to change it to the right bulb (which I would call the 'root' hue bulb) and then I was able to reverse course back through the hue virtual devices and set them to the right device. I'm thanking my lucky stars.

In this fashion I was able go through the list and fix most of them in 3 or 4 leap-frog chains... that left only 2 devices which I found I could just edit.

I still have no idea why the Hue Hub wigged out and locked up just because of a change in router; it's a version 2 hub and has worked faithfully for 3 years.

Thank you for the great advice. Also, I love the Hue plugin.

-Al

Posted on
Tue Jan 26, 2021 11:52 pm
gregtee offline
Posts: 27
Joined: Jun 06, 2014

Re: Hue Lights discussion

Hi Nathan,

I saw that you added support for the GLEDOPTO lights. I went out and got some but after getting them paired and working with the Hue hub and app, they're not showing up in the list of available lights in your plugin. Specifically, they're the called Sopash Dual White and Color, and have a GU10 receptacle. model # GL-S-003Z. Any help would be appreciated.

Thanks

Greg

Posted on
Wed Jan 27, 2021 12:34 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Hi Greg.

Could post a screenshot from your Hue app showing the Model and other details like in michaelu did in his post earlier?

Posted on
Wed Jan 27, 2021 10:56 am
gregtee offline
Posts: 27
Joined: Jun 06, 2014

Re: Hue Lights discussion

Hi Nathan,

I'm still using the original Hue app, I never upgraded to the new Hue Hub, so the newer Hue apps won't connect to my older unit. Where do I find this screen?

Thanks

Greg

Posted on
Wed Jan 27, 2021 11:25 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Hi Greg.

Oh, interesting. I don't remember the exact steps to show light details in the old Hue app, but in the current version, you go to the Settings icon at the bottom, then Light setup, then touch the light in the list of attached lights to show details on the specific light device. If you can't find the details in the Hue app, you could also provide debug lot output from the Hue Lights plugin. I'd just need the name you've given one of the new lights within the Hue app and about 10 seconds worth of debug log output. Debug logging can be enabled and disabled from within Indigo in the Plugins menu -> Hue Lights -> Toggle Debugging.

Posted on
Wed Jan 27, 2021 1:52 pm
gregtee offline
Posts: 27
Joined: Jun 06, 2014

Re: Hue Lights discussion

Sure I can do that, quick question, where 's the debugger log file? I've never used it before. Also, I'm assuming I just turn one of the lights on from the Hue app and the debugger will log the activity from the Hub?

Greg

Posted on
Wed Jan 27, 2021 1:58 pm
gregtee offline
Posts: 27
Joined: Jun 06, 2014

Re: Hue Lights discussion

Ok, I found it. It's a lot of stuff. I hope what you need is in here.

Thanks again.

Hue Lights Debug Sending command to bridge: http://192.168.1.19/api/btTuASUKWNjS7BQ ... HUH/lights
Hue Lights Debug Got response {u'24': {u'name': u'Pendent color light 3', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': True, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3285, 0.3376], u'reachable': True, u'bri': 254, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:22:51:c0:79-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'25': {u'name': u'Pendent color light 4', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': True, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.328, 0.3372], u'reachable': True, u'bri': 254, u'ct': 180, u'sat': 23}, u'uniqueid': u'00:12:4b:00:22:54:6f:0f-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'20': {u'name': u'Hue Bar Undermount Lightstrips', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'reachable': True, u'bri': 1, u'sat': 212}, u'uniqueid': u'00:17:88:01:00:cd:37:58-0b', u'type': u'Color light', u'modelid': u'LST001'}, u'21': {u'name': u'Master Bath Wall Washer', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 239, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:10:3d:88-0b', u'type': u'Color light', u'modelid': u'LLC011'}, u'22': {u'name': u'Pendent color light 1', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': False, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3288, 0.3376], u'reachable': True, u'bri': 110, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:21:fb:99:bb-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'23': {u'name': u'Pendent color light 2', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': False, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3288, 0.3375], u'reachable': True, u'bri': 29, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:21:fb:9a:6e-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'1': {u'name': u'Front Palm Lamp 1', u'swversion': u'0.10.0.3148', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 21840, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.31, 0.32], u'reachable': False, u'bri': 128, u'ct': 458, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:b8:ac:25-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'3': {u'name': u'Front Palm Lamp 2', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 0, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.0, 0.0], u'reachable': False, u'bri': 240, u'ct': 350, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:b8:b4:3d-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'2': {u'name': u'2 Sconce far right lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b8:b1:0e-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'5': {u'name': u'Middle Sconce Lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b1:a9:ed-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'4': {u'name': u'Middle Sconce Upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:b1:8e:88-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'7': {u'name': u'Hue Lamp 7 Living Room Ceiling', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13048, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5144, 0.4148], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 214}, u'uniqueid': u'00:17:88:01:00:ba:55:23-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'6': {u'name': u'Sconce far right upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:ba:54:58-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'9': {u'name': u'Hue Lamp 9 Living Room Ceiling ', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13048, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5144, 0.4148], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 214}, u'uniqueid': u'00:17:88:01:00:b1:a9:ac-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'8': {u'name': u'Hue Lamp 8~Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:ba:fb:80-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'11': {u'name': u'Sconce far left upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:b2:67:b5-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'10': {u'name': u'Sconce far left lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b1:ba:e9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'13': {u'name': u'Hue Lamp 13 Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:bf:a9:53-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'12': {u'name': u'Hue Lamp 12 Living Room Ceiling ', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:b6:11:37-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'15': {u'name': u'Back door sconce lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 43680, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.2055, 0.1161], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:bf:75:b9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'14': {u'name': u'Hue Lamp 14 Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:bf:a0:b0-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'17': {u'name': u'Dinning room floor lamp', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': True, u'hue': 14910, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4596, 0.4105], u'reachable': False, u'bri': 254, u'ct': 369, u'sat': 144}, u'uniqueid': u'00:17:88:01:00:b6:11:f9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'16': {u'name': u'Back door sconce upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:bf:a0:7f-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'19': {u'name': u'LivingColors left', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 1, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:c2:c4:3f-0b', u'type': u'Color light', u'modelid': u'LLC011'}, u'18': {u'name': u'LivingColors right', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 1, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:c0:9c:82-0b', u'type': u'Color light', u'modelid': u'LLC011'}}
Hue Lights Debug Loaded lights list - {u'24': {u'name': u'Pendent color light 3', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': True, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3285, 0.3376], u'reachable': True, u'bri': 254, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:22:51:c0:79-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'25': {u'name': u'Pendent color light 4', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': True, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.328, 0.3372], u'reachable': True, u'bri': 254, u'ct': 180, u'sat': 23}, u'uniqueid': u'00:12:4b:00:22:54:6f:0f-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'20': {u'name': u'Hue Bar Undermount Lightstrips', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'reachable': True, u'bri': 1, u'sat': 212}, u'uniqueid': u'00:17:88:01:00:cd:37:58-0b', u'type': u'Color light', u'modelid': u'LST001'}, u'21': {u'name': u'Master Bath Wall Washer', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 239, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:10:3d:88-0b', u'type': u'Color light', u'modelid': u'LLC011'}, u'22': {u'name': u'Pendent color light 1', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': False, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3288, 0.3376], u'reachable': True, u'bri': 110, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:21:fb:99:bb-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'23': {u'name': u'Pendent color light 2', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': False, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3288, 0.3375], u'reachable': True, u'bri': 29, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:21:fb:9a:6e-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'1': {u'name': u'Front Palm Lamp 1', u'swversion': u'0.10.0.3148', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 21840, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.31, 0.32], u'reachable': False, u'bri': 128, u'ct': 458, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:b8:ac:25-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'3': {u'name': u'Front Palm Lamp 2', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 0, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.0, 0.0], u'reachable': False, u'bri': 240, u'ct': 350, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:b8:b4:3d-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'2': {u'name': u'2 Sconce far right lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b8:b1:0e-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'5': {u'name': u'Middle Sconce Lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b1:a9:ed-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'4': {u'name': u'Middle Sconce Upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:b1:8e:88-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'7': {u'name': u'Hue Lamp 7 Living Room Ceiling', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13048, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5144, 0.4148], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 214}, u'uniqueid': u'00:17:88:01:00:ba:55:23-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'6': {u'name': u'Sconce far right upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:ba:54:58-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'9': {u'name': u'Hue Lamp 9 Living Room Ceiling ', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13048, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5144, 0.4148], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 214}, u'uniqueid': u'00:17:88:01:00:b1:a9:ac-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'8': {u'name': u'Hue Lamp 8~Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:ba:fb:80-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'11': {u'name': u'Sconce far left upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:b2:67:b5-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'10': {u'name': u'Sconce far left lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b1:ba:e9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'13': {u'name': u'Hue Lamp 13 Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:bf:a9:53-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'12': {u'name': u'Hue Lamp 12 Living Room Ceiling ', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:b6:11:37-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'15': {u'name': u'Back door sconce lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 43680, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.2055, 0.1161], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:bf:75:b9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'14': {u'name': u'Hue Lamp 14 Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:bf:a0:b0-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'17': {u'name': u'Dinning room floor lamp', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': True, u'hue': 14910, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4596, 0.4105], u'reachable': False, u'bri': 254, u'ct': 369, u'sat': 144}, u'uniqueid': u'00:17:88:01:00:b6:11:f9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'16': {u'name': u'Back door sconce upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:bf:a0:7f-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'19': {u'name': u'LivingColors left', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 1, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:c2:c4:3f-0b', u'type': u'Color light', u'modelid': u'LLC011'}, u'18': {u'name': u'LivingColors right', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 1, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:c0:9c:82-0b', u'type': u'Color light', u'modelid': u'LLC011'}}
Hue Lights Debug Starting parseAllHueLightsData.
Hue Lights Debug parseAllHueLightsData: There are 25 lights on the Hue bridge and 19 Indigo devices controlling Hue devices.
Hue Lights Debug Starting updateGroupsList.
Hue Lights Debug Sending command to bridge: http://192.168.1.19/api/btTuASUKWNjS7BQ ... HUH/groups
Hue Lights Debug Got response {u'11': {u'name': u'thunderAGroupEven', u'lights': [u'1', u'8', u'12', u'14', u'16', u'19', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'10': {u'name': u'thunderAGroupEven', u'lights': [u'1', u'8', u'12', u'14', u'16', u'19', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'1': {u'name': u'b.Test group', u'lights': [u'8', u'14', u'9', u'12', u'13'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'bri': 1, u'ct': 471, u'sat': 213}}, u'3': {u'name': u'd.Sconce Lights Lower', u'lights': [u'1', u'2', u'5', u'10', u'15'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 43680, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.2055, 0.1161], u'bri': 1, u'ct': 153, u'sat': 254}}, u'2': {u'name': u'c.Living room', u'lights': [u'7', u'8', u'9', u'12', u'13', u'14'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'bri': 1, u'ct': 471, u'sat': 213}}, u'5': {u'name': u'HueHalloweenActiveLightsGroup', u'lights': [u'7', u'8', u'12', u'13', u'14', u'15', u'16', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 350, u'sat': 212}}, u'4': {u'name': u'a.Sconce Lights Upper', u'lights': [u'3', u'4', u'6', u'11', u'16'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'bri': 1, u'ct': 350, u'sat': 125}}, u'7': {u'name': u'thunderAGroup', u'lights': [u'1', u'7', u'8', u'9', u'12', u'13', u'14', u'15', u'16', u'18', u'19', u'20', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'6': {u'name': u'thunderAGroup', u'lights': [u'1', u'7', u'8', u'9', u'12', u'13', u'14', u'15', u'16', u'18', u'19', u'20', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'9': {u'name': u'thunderAGroupOdd', u'lights': [u'7', u'9', u'13', u'15', u'18', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 153, u'sat': 212}}, u'8': {u'name': u'thunderAGroupOdd', u'lights': [u'7', u'9', u'13', u'15', u'18', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 153, u'sat': 212}}}
Hue Lights Debug Loaded groups list - {u'11': {u'name': u'thunderAGroupEven', u'lights': [u'1', u'8', u'12', u'14', u'16', u'19', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'10': {u'name': u'thunderAGroupEven', u'lights': [u'1', u'8', u'12', u'14', u'16', u'19', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'1': {u'name': u'b.Test group', u'lights': [u'8', u'14', u'9', u'12', u'13'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'bri': 1, u'ct': 471, u'sat': 213}}, u'3': {u'name': u'd.Sconce Lights Lower', u'lights': [u'1', u'2', u'5', u'10', u'15'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 43680, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.2055, 0.1161], u'bri': 1, u'ct': 153, u'sat': 254}}, u'2': {u'name': u'c.Living room', u'lights': [u'7', u'8', u'9', u'12', u'13', u'14'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'bri': 1, u'ct': 471, u'sat': 213}}, u'5': {u'name': u'HueHalloweenActiveLightsGroup', u'lights': [u'7', u'8', u'12', u'13', u'14', u'15', u'16', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 350, u'sat': 212}}, u'4': {u'name': u'a.Sconce Lights Upper', u'lights': [u'3', u'4', u'6', u'11', u'16'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'bri': 1, u'ct': 350, u'sat': 125}}, u'7': {u'name': u'thunderAGroup', u'lights': [u'1', u'7', u'8', u'9', u'12', u'13', u'14', u'15', u'16', u'18', u'19', u'20', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'6': {u'name': u'thunderAGroup', u'lights': [u'1', u'7', u'8', u'9', u'12', u'13', u'14', u'15', u'16', u'18', u'19', u'20', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'9': {u'name': u'thunderAGroupOdd', u'lights': [u'7', u'9', u'13', u'15', u'18', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 153, u'sat': 212}}, u'8': {u'name': u'thunderAGroupOdd', u'lights': [u'7', u'9', u'13', u'15', u'18', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 153, u'sat': 212}}}
Hue Lights Debug Starting parseAllHueGroupsData.
Hue Lights Debug Starting parseOneHueGroupData.
Hue Lights Debug updateDeviceState: Updating device Living Room Ceiling Lights state: alertMode. Old value = . New value = none
Hue Lights Debug updateDeviceState: Updating device Living Room Ceiling Lights state: effect. Old value = . New value = none
Hue Lights Debug updateDeviceState: Updating device Living Room Ceiling Lights state: effect. Old value = none. New value =
Hue Lights Debug updateDeviceState: Updating device Living Room Ceiling Lights state: alertMode. Old value = none. New value =
Hue Lights Debug Starting parseOneHueGroupData.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Lower state: alertMode. Old value = . New value = none
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Lower state: effect. Old value = . New value = none
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Lower state: effect. Old value = none. New value =
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Lower state: alertMode. Old value = none. New value =
Hue Lights Debug Starting parseOneHueGroupData.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Upper state: alertMode. Old value = . New value = none
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Upper state: effect. Old value = . New value = none
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Upper state: effect. Old value = none. New value =
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Upper state: alertMode. Old value = none. New value =
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting updateSensorsList.
Hue Lights Debug Starting parseAllHueSensorsData.
Hue Lights Debug Starting updateSensorsList.
Hue Lights Debug Starting parseAllHueSensorsData.
Hue Lights Debug Starting updateSensorsList.
Hue Lights Debug Starting parseAllHueSensorsData.
Hue Lights Debug Starting updateSensorsList.
Hue Lights Debug Starting parseAllHueSensorsData.
Hue Lights Debug Starting updateSensorsList.
Hue Lights Debug Starting parseAllHueSensorsData.
Hue Lights Debug Starting updateLightsList.
Hue Lights Debug Sending command to bridge: http://192.168.1.19/api/btTuASUKWNjS7BQ ... HUH/lights
Hue Lights Debug Got response {u'24': {u'name': u'Pendent color light 3', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': True, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3285, 0.3376], u'reachable': True, u'bri': 254, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:22:51:c0:79-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'25': {u'name': u'Pendent color light 4', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': True, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.328, 0.3372], u'reachable': True, u'bri': 254, u'ct': 180, u'sat': 23}, u'uniqueid': u'00:12:4b:00:22:54:6f:0f-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'20': {u'name': u'Hue Bar Undermount Lightstrips', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'reachable': True, u'bri': 1, u'sat': 212}, u'uniqueid': u'00:17:88:01:00:cd:37:58-0b', u'type': u'Color light', u'modelid': u'LST001'}, u'21': {u'name': u'Master Bath Wall Washer', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 239, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:10:3d:88-0b', u'type': u'Color light', u'modelid': u'LLC011'}, u'22': {u'name': u'Pendent color light 1', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': False, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3288, 0.3376], u'reachable': True, u'bri': 110, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:21:fb:99:bb-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'23': {u'name': u'Pendent color light 2', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': False, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3288, 0.3375], u'reachable': True, u'bri': 29, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:21:fb:9a:6e-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'1': {u'name': u'Front Palm Lamp 1', u'swversion': u'0.10.0.3148', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 21840, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.31, 0.32], u'reachable': False, u'bri': 128, u'ct': 458, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:b8:ac:25-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'3': {u'name': u'Front Palm Lamp 2', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 0, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.0, 0.0], u'reachable': False, u'bri': 240, u'ct': 350, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:b8:b4:3d-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'2': {u'name': u'2 Sconce far right lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b8:b1:0e-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'5': {u'name': u'Middle Sconce Lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b1:a9:ed-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'4': {u'name': u'Middle Sconce Upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:b1:8e:88-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'7': {u'name': u'Hue Lamp 7 Living Room Ceiling', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13048, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5144, 0.4148], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 214}, u'uniqueid': u'00:17:88:01:00:ba:55:23-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'6': {u'name': u'Sconce far right upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:ba:54:58-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'9': {u'name': u'Hue Lamp 9 Living Room Ceiling ', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13048, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5144, 0.4148], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 214}, u'uniqueid': u'00:17:88:01:00:b1:a9:ac-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'8': {u'name': u'Hue Lamp 8~Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:ba:fb:80-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'11': {u'name': u'Sconce far left upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:b2:67:b5-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'10': {u'name': u'Sconce far left lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b1:ba:e9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'13': {u'name': u'Hue Lamp 13 Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:bf:a9:53-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'12': {u'name': u'Hue Lamp 12 Living Room Ceiling ', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:b6:11:37-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'15': {u'name': u'Back door sconce lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 43680, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.2055, 0.1161], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:bf:75:b9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'14': {u'name': u'Hue Lamp 14 Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:bf:a0:b0-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'17': {u'name': u'Dinning room floor lamp', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': True, u'hue': 14910, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4596, 0.4105], u'reachable': False, u'bri': 254, u'ct': 369, u'sat': 144}, u'uniqueid': u'00:17:88:01:00:b6:11:f9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'16': {u'name': u'Back door sconce upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:bf:a0:7f-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'19': {u'name': u'LivingColors left', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 1, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:c2:c4:3f-0b', u'type': u'Color light', u'modelid': u'LLC011'}, u'18': {u'name': u'LivingColors right', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 1, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:c0:9c:82-0b', u'type': u'Color light', u'modelid': u'LLC011'}}
Hue Lights Debug Loaded lights list - {u'24': {u'name': u'Pendent color light 3', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': True, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3285, 0.3376], u'reachable': True, u'bri': 254, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:22:51:c0:79-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'25': {u'name': u'Pendent color light 4', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': True, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.328, 0.3372], u'reachable': True, u'bri': 254, u'ct': 180, u'sat': 23}, u'uniqueid': u'00:12:4b:00:22:54:6f:0f-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'20': {u'name': u'Hue Bar Undermount Lightstrips', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'reachable': True, u'bri': 1, u'sat': 212}, u'uniqueid': u'00:17:88:01:00:cd:37:58-0b', u'type': u'Color light', u'modelid': u'LST001'}, u'21': {u'name': u'Master Bath Wall Washer', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 239, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:10:3d:88-0b', u'type': u'Color light', u'modelid': u'LLC011'}, u'22': {u'name': u'Pendent color light 1', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': False, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3288, 0.3376], u'reachable': True, u'bri': 110, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:21:fb:99:bb-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'23': {u'name': u'Pendent color light 2', u'swversion': u'3.0.0', u'manufacturername': u'GLEDOPTO', u'state': {u'on': False, u'hue': 34560, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.3288, 0.3375], u'reachable': True, u'bri': 29, u'ct': 180, u'sat': 24}, u'uniqueid': u'00:12:4b:00:21:fb:9a:6e-0b', u'type': u'Extended color light', u'modelid': u'GL-S-007Z'}, u'1': {u'name': u'Front Palm Lamp 1', u'swversion': u'0.10.0.3148', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 21840, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.31, 0.32], u'reachable': False, u'bri': 128, u'ct': 458, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:b8:ac:25-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'3': {u'name': u'Front Palm Lamp 2', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 0, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.0, 0.0], u'reachable': False, u'bri': 240, u'ct': 350, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:b8:b4:3d-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'2': {u'name': u'2 Sconce far right lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b8:b1:0e-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'5': {u'name': u'Middle Sconce Lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b1:a9:ed-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'4': {u'name': u'Middle Sconce Upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:b1:8e:88-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'7': {u'name': u'Hue Lamp 7 Living Room Ceiling', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13048, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5144, 0.4148], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 214}, u'uniqueid': u'00:17:88:01:00:ba:55:23-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'6': {u'name': u'Sconce far right upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:ba:54:58-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'9': {u'name': u'Hue Lamp 9 Living Room Ceiling ', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13048, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5144, 0.4148], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 214}, u'uniqueid': u'00:17:88:01:00:b1:a9:ac-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'8': {u'name': u'Hue Lamp 8~Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:ba:fb:80-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'11': {u'name': u'Sconce far left upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:b2:67:b5-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'10': {u'name': u'Sconce far left lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 34583, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.3099, 0.3199], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 247}, u'uniqueid': u'00:17:88:01:00:b1:ba:e9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'13': {u'name': u'Hue Lamp 13 Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:bf:a9:53-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'12': {u'name': u'Hue Lamp 12 Living Room Ceiling ', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:b6:11:37-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'15': {u'name': u'Back door sconce lower', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 43680, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.2055, 0.1161], u'reachable': True, u'bri': 1, u'ct': 153, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:bf:75:b9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'14': {u'name': u'Hue Lamp 14 Living Room Ceiling', u'swversion': u'5.8.1.10820', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'reachable': True, u'bri': 1, u'ct': 471, u'sat': 213}, u'uniqueid': u'00:17:88:01:00:bf:a0:b0-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'17': {u'name': u'Dinning room floor lamp', u'swversion': u'5.23.1.13452', u'manufacturername': u'Philips', u'state': {u'on': True, u'hue': 14910, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4596, 0.4105], u'reachable': False, u'bri': 254, u'ct': 369, u'sat': 144}, u'uniqueid': u'00:17:88:01:00:b6:11:f9-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'16': {u'name': u'Back door sconce upper', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'reachable': True, u'bri': 1, u'ct': 350, u'sat': 125}, u'uniqueid': u'00:17:88:01:00:bf:a0:7f-0b', u'type': u'Extended color light', u'modelid': u'LCT001'}, u'19': {u'name': u'LivingColors left', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 1, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:c2:c4:3f-0b', u'type': u'Color light', u'modelid': u'LLC011'}, u'18': {u'name': u'LivingColors right', u'swversion': u'5.127.1.26581', u'manufacturername': u'Philips', u'state': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'reachable': True, u'bri': 1, u'sat': 254}, u'uniqueid': u'00:17:88:01:00:c0:9c:82-0b', u'type': u'Color light', u'modelid': u'LLC011'}}
Hue Lights Debug Starting parseAllHueLightsData.
Hue Lights Debug parseAllHueLightsData: There are 25 lights on the Hue bridge and 19 Indigo devices controlling Hue devices.
Hue Lights Debug Starting updateGroupsList.
Hue Lights Debug Sending command to bridge: http://192.168.1.19/api/btTuASUKWNjS7BQ ... HUH/groups
Hue Lights Debug Got response {u'11': {u'name': u'thunderAGroupEven', u'lights': [u'1', u'8', u'12', u'14', u'16', u'19', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'10': {u'name': u'thunderAGroupEven', u'lights': [u'1', u'8', u'12', u'14', u'16', u'19', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'1': {u'name': u'b.Test group', u'lights': [u'8', u'14', u'9', u'12', u'13'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'bri': 1, u'ct': 471, u'sat': 213}}, u'3': {u'name': u'd.Sconce Lights Lower', u'lights': [u'1', u'2', u'5', u'10', u'15'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 43680, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.2055, 0.1161], u'bri': 1, u'ct': 153, u'sat': 254}}, u'2': {u'name': u'c.Living room', u'lights': [u'7', u'8', u'9', u'12', u'13', u'14'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'bri': 1, u'ct': 471, u'sat': 213}}, u'5': {u'name': u'HueHalloweenActiveLightsGroup', u'lights': [u'7', u'8', u'12', u'13', u'14', u'15', u'16', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 350, u'sat': 212}}, u'4': {u'name': u'a.Sconce Lights Upper', u'lights': [u'3', u'4', u'6', u'11', u'16'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'bri': 1, u'ct': 350, u'sat': 125}}, u'7': {u'name': u'thunderAGroup', u'lights': [u'1', u'7', u'8', u'9', u'12', u'13', u'14', u'15', u'16', u'18', u'19', u'20', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'6': {u'name': u'thunderAGroup', u'lights': [u'1', u'7', u'8', u'9', u'12', u'13', u'14', u'15', u'16', u'18', u'19', u'20', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'9': {u'name': u'thunderAGroupOdd', u'lights': [u'7', u'9', u'13', u'15', u'18', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 153, u'sat': 212}}, u'8': {u'name': u'thunderAGroupOdd', u'lights': [u'7', u'9', u'13', u'15', u'18', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 153, u'sat': 212}}}
Hue Lights Debug Loaded groups list - {u'11': {u'name': u'thunderAGroupEven', u'lights': [u'1', u'8', u'12', u'14', u'16', u'19', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'10': {u'name': u'thunderAGroupEven', u'lights': [u'1', u'8', u'12', u'14', u'16', u'19', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'1': {u'name': u'b.Test group', u'lights': [u'8', u'14', u'9', u'12', u'13'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'bri': 1, u'ct': 471, u'sat': 213}}, u'3': {u'name': u'd.Sconce Lights Lower', u'lights': [u'1', u'2', u'5', u'10', u'15'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 43680, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.2055, 0.1161], u'bri': 1, u'ct': 153, u'sat': 254}}, u'2': {u'name': u'c.Living room', u'lights': [u'7', u'8', u'9', u'12', u'13', u'14'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 13049, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.5138, 0.4146], u'bri': 1, u'ct': 471, u'sat': 213}}, u'5': {u'name': u'HueHalloweenActiveLightsGroup', u'lights': [u'7', u'8', u'12', u'13', u'14', u'15', u'16', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 350, u'sat': 212}}, u'4': {u'name': u'a.Sconce Lights Upper', u'lights': [u'3', u'4', u'6', u'11', u'16'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 15266, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4473, 0.4074], u'bri': 1, u'ct': 350, u'sat': 125}}, u'7': {u'name': u'thunderAGroup', u'lights': [u'1', u'7', u'8', u'9', u'12', u'13', u'14', u'15', u'16', u'18', u'19', u'20', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'6': {u'name': u'thunderAGroup', u'lights': [u'1', u'7', u'8', u'9', u'12', u'13', u'14', u'15', u'16', u'18', u'19', u'20', u'21'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 45500, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1402, 0.103], u'bri': 239, u'ct': 350, u'sat': 254}}, u'9': {u'name': u'thunderAGroupOdd', u'lights': [u'7', u'9', u'13', u'15', u'18', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 153, u'sat': 212}}, u'8': {u'name': u'thunderAGroupOdd', u'lights': [u'7', u'9', u'13', u'15', u'18', u'20'], u'state': {u'any_on': False, u'all_on': False}, u'recycle': False, u'type': u'LightGroup', u'action': {u'on': False, u'hue': 44226, u'colormode': u'hs', u'effect': u'none', u'alert': u'none', u'xy': [0.1906, 0.1709], u'bri': 1, u'ct': 153, u'sat': 212}}}
Hue Lights Debug Starting parseAllHueGroupsData.
Hue Lights Debug Starting parseOneHueGroupData.
Hue Lights Debug updateDeviceState: Updating device Living Room Ceiling Lights state: alertMode. Old value = . New value = none
Hue Lights Debug updateDeviceState: Updating device Living Room Ceiling Lights state: effect. Old value = . New value = none
Hue Lights Debug updateDeviceState: Updating device Living Room Ceiling Lights state: effect. Old value = none. New value =
Hue Lights Debug updateDeviceState: Updating device Living Room Ceiling Lights state: alertMode. Old value = none. New value =
Hue Lights Debug Starting parseOneHueGroupData.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Lower state: alertMode. Old value = . New value = none
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Lower state: effect. Old value = . New value = none
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Lower state: effect. Old value = none. New value =
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Lower state: alertMode. Old value = none. New value =
Hue Lights Debug Starting parseOneHueGroupData.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Upper state: alertMode. Old value = . New value = none
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Upper state: effect. Old value = . New value = none
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Upper state: effect. Old value = none. New value =
Hue Lights Debug updateDeviceState: Updating device Sconce Lights Upper state: alertMode. Old value = none. New value =
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting didDeviceCommPropertyChange.
Hue Lights Debug Starting updateSensorsList.
Hue Lights Debug Starting parseAllHueSensorsData.
Hue Lights Debug Starting updateSensorsList.
Hue Lights Debug Starting parseAllHueSensorsData.

Posted on
Wed Jan 27, 2021 2:09 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Thanks. So, in your Hue app, what name did you give one of those new lights? I need that in order to find it in those debug logs.

Posted on
Wed Jan 27, 2021 3:51 pm
gregtee offline
Posts: 27
Joined: Jun 06, 2014

Re: Hue Lights discussion

Sorry about that. it called Pendent color light 1

G reg

Posted on
Wed Jan 27, 2021 3:54 pm
gregtee offline
Posts: 27
Joined: Jun 06, 2014

Re: Hue Lights discussion

There's also same name, but #s 1-4. I see Pendent color light 3 in in the log, that's one of them.

Greg

Posted on
Wed Jan 27, 2021 3:59 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Perfect! Thanks. I'll add support in the next plugin patch update.

Page 83 of 103 1 ... 80, 81, 82, 83, 84, 85, 86 ... 103

Who is online

Users browsing this forum: No registered users and 0 guests