Hue Lights discussion

Posted on
Mon Mar 16, 2020 3:20 pm
Aploki offline
Posts: 9
Joined: Feb 25, 2020

Re: Hue Lights discussion

Nathan,
Regarding: "Added support for GLEDOPTO color light strip drivers."

I have two of the GLEDOPTO's.

Yesterday the
- White part of the strip I was able to control only Brightness
- RGB part of the strip I was able to control Brightness and Temperature
Even though both were added as model "Ambience light"

I just installed the latest version (1.7.27):
When I edit the existing RGB bulb, I can now only select "light strip" instead of "ambience light"
When I do so, I can't change the color. I remain having the Brightness and Temperature controls
When I edit the W bulb: I can change the model to "led strip" and have Brightness only as option.

This is not what I expected. I expect to be able to change the color of the RGB part of the strip.
So to make sure everything is set correctly, I removed the bulbs from indigo and re-added them.
Now the RGB and the W bulbs only have the Brightness option.

Conclusion:
The W part seems to be OK from the start,
The RGB part still can't be controlled as a color bulb.
Do/can I have to select somewhere that it is a RGB strip iso fixed-color strip?

Posted on
Mon Mar 16, 2020 4:36 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Hi.

Thanks for the report. Since I don't have any GLEDOPTO lights to test with, all programming for those lights are based on debug logs I've received from others in the past. If the plugin isn't working correctly, I need to see debug logs to find out why. Could you try removing the GLEDOPTO lights, then enable debug logging (Plugins -> Hue Lights -> Toggle Debug Logging) then add both the white and then the color GLEDOPTO light strips.

Just a note about where the GLEDOPTO lights are found. Since it appears that those are LED light strip drivers, I put all the GLEDOPTO lights in the Light Strips model so they're easier to find, especially for newer users. So it's normal not to see any GLEDOPTO devices in the Ambiance model list as of version 1.7.26.

Once I get the debug logs from you I'll try to fix the color options.

Posted on
Fri Mar 27, 2020 3:05 pm
Aploki offline
Posts: 9
Joined: Feb 25, 2020

Re: Hue Lights discussion

Hi Nathan,

Thank you for all the effort
Sorry for the delay.

How can I sent you the file?
Not sure if I should post the debug log in the forum here.

KR,
Alexander

Posted on
Fri Mar 27, 2020 5:46 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Hi Alexander.

Thanks. I think you can hold off on sending that for now. Another user in another thread reported the same issue and shared a debug file which I'm currently using to find and fix the issue. I'll post an update to the plugin once it's fixed. In fact, I may need some help testing a beta version of the plugin since I don't have anything but the original Hue LightStrip with which to test. So I might need some of you with GLEDOPTO controllers to test a beta version of the plugin to see if the problem is resolved. I'll post here if that's the case.

Posted on
Sat Mar 28, 2020 10:16 am
Aploki offline
Posts: 9
Joined: Feb 25, 2020

Re: Hue Lights discussion

Oh Excellent
More than happy to test the beta! :D

Alexander!

Posted on
Sun Mar 29, 2020 7:30 am
Aploki offline
Posts: 9
Joined: Feb 25, 2020

Re: Hue Lights discussion

Nathan,

I restarted Indigo today and saw a color control option with the GLEDOPTO.
I was able to set the color, turn it on/off etc perfectly.
Also in the action groups I was able to set the color etc

So not sure what you still want to fix, but this seems to be working!
Thank you so much!

Alexander

Posted on
Wed Apr 01, 2020 2:57 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Hi Alexander.

Thanks. That's somewhat odd that it's working now. I suspect it has something to do with the way the Hue Lights plugin is rebuilding devices, or rather, not rebuilding them correctly.

I have a beta version that I've been working on which I hope fixes this issue (along with an unrelated Hue Attribute Controller issue with Hue Group devices). If you, or anyone on this thread would be interested in testing a beta version out, especially if you have a Light Strip device like the GLEDOPTO controllers, the beta version can be downloaded from

http://www.nathansheldon.com/files/Hue-Lights-1.7.28b1.zip

Please provide feedback. If I don't hear any feedback in a week, I'll make it the final 1.7.28 version and release it in the Plugin Store (and this thread).

Posted on
Fri Apr 03, 2020 4:58 am
Busta999 offline
User avatar
Posts: 714
Joined: Mar 30, 2016
Location: Wales UK

Re: Hue Lights discussion

I've started getting these errors:-

Code: Select all
    Hue Lights                      received "Motion - Kitchen (Hue)" status update is off
   Hue Lights Error                Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 354, in runConcurrentThread
  File "plugin.py", line 5847, in parseAllHueLightsData
  File "plugin.py", line 6167, in parseOneHueLightData
UnboundLocalError: local variable 'hue' referenced before assignment

   Hue Lights Error                plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)


I was running Indigo 7.4.1. and Hue Plugin 1.7.26 for the above


In 1.7.27 I am also running into :-

Code: Select all
Updated                         "Utility Lights" off
   Hue Lights                      received "Luminance - Garage Sensor (Hue)" sensor update to 4550 lux
   Hue Lights                      received "Temp: Utility (Hue)" sensor update to 20.0 ºC
   SQL Logger Error                exception trying to update table device_history_372748563 ("Bathroom Lights") -- unable to modify table
   SQL Logger Error                timed out
   SQL Logger Error                exception trying to insert row into table device_history_372748563 ("Bathroom Lights") -- unable to modify table
   SQL Logger Error                ERROR:  column "whitelevel_ui" of relation "device_history_372748563" does not exist at character 39

   SQL Logger Error                INSERT INTO device_history_372748563 ("whitelevel_ui", "whitelevel") VALUES (%s, %s);
   SQL Logger Error                exception trying to update table device_history_372748563 ("Bathroom Lights") -- unable to modify table
   SQL Logger Error                ERROR:  column "redlevel_ui" of relation "device_history_372748563" does not exist at character 39

   SQL Logger Error                exception trying to insert row into table device_history_372748563 ("Bathroom Lights") -- unable to modify table
   SQL Logger Error                ERROR:  column "whitetemperature_ui" of relation "device_history_372748563" does not exist at character 39

   SQL Logger Error                INSERT INTO device_history_372748563 ("redlevel_ui", "redlevel") VALUES (%s, %s);
   SQL Logger Error                exception trying to update table device_history_372748563 ("Bathroom Lights") -- unable to modify table
   SQL Logger Error                ERROR:  column "bluelevel_ui" of relation "device_history_372748563" does not exist at character 39

   SQL Logger Error                exception trying to insert row into table device_history_372748563 ("Bathroom Lights") -- unable to modify table
   SQL Logger Error                ERROR:  column "greenlevel_ui" of relation "device_history_372748563" does not exist at character 39

   SQL Logger Error                INSERT INTO device_history_372748563 ("bluelevel_ui", "bluelevel") VALUES (%s, %s);
   SQL Logger Error                exception trying to update table device_history_254996028 ("Dining Room Lights") -- unable to modify table
   SQL Logger Error                ERROR:  column "whitetemperature_ui" of relation "device_history_254996028" does not exist at character 39

   SQL Logger Error                exception trying to insert row into table device_history_254996028 ("Dining Room Lights") -- unable to modify table
   SQL Logger Error                ERROR:  column "whitelevel_ui" of relation "device_history_254996028" does not exist at character 39

   SQL Logger Error                INSERT INTO device_history_254996028 ("whitetemperature_ui", "whitetemperature") VALUES (%s, %s);
   SQL Logger Error                exception trying to update table device_history_254996028 ("Dining Room Lights") -- unable to modify table
   SQL Logger Error                ERROR:  column "greenlevel_ui" of relation "device_history_254996028" does not exist at character 39

   SQL Logger Error                exception trying to insert row into table device_history_254996028 ("Dining Room Lights") -- unable to modify table
   SQL Logger Error                ERROR:  column "redlevel_ui" of relation "device_history_254996028" does not exist at character 39

   SQL Logger Error                INSERT INTO device_history_254996028 ("greenlevel_ui", "greenlevel") VALUES (%s, %s);
   Hue Lights 


Are they related?

Posted on
Fri Apr 03, 2020 12:53 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Hi.

Thanks for the report. I'll check out the motion update error. That definitely looks like a bug in the plugin.

The SQL Logger errors aren't related to the motion errors. However, they might be related to some behind the scenes changes I made to the Hue Lights plugin device definition code in version 1.7.27. I'm working on improving how the plugin updates device definitions to more accurately represent in Indigo how the Hue bridge sees the device. That sometimes means rebuilding the Indigo device in the background (when the plugin is reloaded or device settings are changed). It's possible the changes to the Indigo device made by the Hue Lights plugin were not detected by the SQL Logger plugin which appears to be trying to update state information for the Hue device that doesn't exist in the database table created by SQL Logger for that device. You might be able to resolve that issue by opening the "Bedroom Lights" device in Indigo, changing the device model, cancelling the settings dialog, then changing the model back to what it should be and re-choosing the correct settings for that device. This will force the Hue Lights plugin to tell Indigo to rebuild the device. Hopefully that will cause SQL Logger to detect changes in the device definition and update the corresponding database table. If not, though, I'm not sure how to get SQL Logger to fix the database tables. Matt or Jay may need to chime in on that if the above process doesn't work.

Posted on
Wed Apr 15, 2020 1:05 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Version 1.7.28 Posted

  • Added support for the Innr Flex Color 4 meter RGBW LED Strip.
  • Fixed a bug that prevented control of color channels in some GLEDOPTO LED controllers.
  • Fixed a bug that prevented the selection of Hue Groups in the Hue Attribute Controller device configuration window.

Posted on
Sun Apr 19, 2020 3:23 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Version 1.7.29 Posted

  • Added support for another Philips dimmable light.
  • Fixed a bug that displayed "True" or "False" as the on state for the Hue Smart Plug instead of "on" or "off".
  • Fixed a bug that would display an error saying the device doesn't support color temperature when attempting to create a Set Color Temperature action for a Hue Group device.
  • Fixed a bug that would always set the temperature scale to Celsius when creating a new Hue Motion Sensor device even if you selected Fahrenheit as the scale.

Posted on
Sun Apr 26, 2020 3:32 pm
vml offline
Posts: 8
Joined: Apr 19, 2020

Re: Hue Lights discussion

Hello,

I'm hoping for some help with Hue bulbs not appearing in the Hue Device list. I've been searching the forums, but so far no luck.

I have a number of Hue devices: white + color bulbs, outdoor spots, light strips, a Hue Go. Everything is working great with Indigo except the white + color bulbs. When adding a new Hue device in Indigo, the bulbs don't appear in the device list (regardless of the model I've chosen).

When loading the plugin, I see "Loaded 13 lights" in the event log, which is accurate – this number is accounting for the missing bulbs.

The model number of these missing bulbs is LCA003.

Any advice would be much appreciated! Thanks!

Edit: figured some debug info might be helpful ;-)

Code: Select all
   Hue Lights Debug                Sending command to bridge: http://192.168.7.95/api/LTFNXke3hTqfWovBRiUig2h-ZbogI9zYbol-cZC0/lights
   Hue Lights Debug                Got response {u'13': {u'swversion': u'1.50.2_r30933', u'name': u'Spot 3', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-17T21:11:30'}, u'productid': u'ENA-LCS001-1-LilySpikev1', u'uniqueid': u'00:17:88:01:06:91:18:55-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 100, u'maxlumen': 650, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue outdoor spot', u'state': {u'on': False, u'hue': 6743, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.5541, 0.4115], u'reachable': True, u'mode': u'homeautomation', u'bri': 127, u'ct': 500, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'949259E6', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'upwards', u'archetype': u'groundspot'}, u'type': u'Extended color light', u'modelid': u'LCS001'}, u'12': {u'swversion': u'1.50.2_r30933', u'name': u'Mirror', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-17T21:11:33'}, u'productid': u'Philips-LST002-1-LedStripsv3', u'uniqueid': u'00:17:88:01:04:8c:36:fd-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 40, u'maxlumen': 1600, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue lightstrip plus', u'state': {u'on': True, u'hue': 40665, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3463, 0.3562], u'reachable': True, u'mode': u'homeautomation', u'bri': 196, u'ct': 200, u'sat': 39}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'59F2C3A3', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'huelightstrip'}, u'type': u'Extended color light', u'modelid': u'LST002'}, u'15': {u'swversion': u'1.50.2_r30933', u'name': u'Spot 2', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-17T21:11:26'}, u'productid': u'ENA-LCS001-1-LilySpikev1', u'uniqueid': u'00:17:88:01:06:91:2e:d3-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 100, u'maxlumen': 650, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue outdoor spot', u'state': {u'on': False, u'hue': 6743, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.5541, 0.4115], u'reachable': True, u'mode': u'homeautomation', u'bri': 127, u'ct': 500, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'949259E6', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'upwards', u'archetype': u'groundspot'}, u'type': u'Extended color light', u'modelid': u'LCS001'}, u'14': {u'swversion': u'1.50.2_r30933', u'name': u'Spot 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-17T21:12:27'}, u'productid': u'ENA-LCS001-1-LilySpikev1', u'uniqueid': u'00:17:88:01:06:91:2b:8b-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 100, u'maxlumen': 650, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue outdoor spot', u'state': {u'on': False, u'hue': 6743, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.5541, 0.4115], u'reachable': True, u'mode': u'homeautomation', u'bri': 127, u'ct': 500, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'949259E6', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'upwards', u'archetype': u'groundspot'}, u'type': u'Extended color light', u'modelid': u'LCS001'}, u'16': {u'swversion': u'5.130.1.30000', u'name': u'Hue Go', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-26T21:47:40'}, u'uniqueid': u'00:17:88:01:01:13:29:25-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 40, u'maxlumen': 300, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue go', u'state': {u'on': True, u'hue': 41756, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.1574, 0.2098], u'reachable': True, u'mode': u'homeautomation', u'bri': 254, u'ct': 153, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'huego'}, u'type': u'Extended color light', u'modelid': u'LLC020'}, u'1': {u'swversion': u'1.50.2_r30933', u'name': u'TV Light 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:10:07'}, u'productid': u'3241-3127-7871-LS00', u'uniqueid': u'00:17:88:01:06:fc:cc:b6-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 100, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color light', u'state': {u'on': True, u'hue': 42993, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.1564, 0.1723], u'reachable': True, u'mode': u'homeautomation', u'bri': 170, u'ct': 153, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'949259E6', u'config': {u'function': u'mixed', u'startup': {u'configured': False, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Extended color light', u'modelid': u'LCT024'}, u'2': {u'swversion': u'1.65.9_hB3217DF', u'name': u'CB2 Light 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:10:53'}, u'productid': u'Philips-LCA003-1-A19ECLv6', u'uniqueid': u'00:17:88:01:08:97:29:45-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 200, u'maxlumen': 800, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color lamp', u'state': {u'on': True, u'hue': 40522, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3533, 0.361], u'reachable': True, u'mode': u'homeautomation', u'bri': 249, u'ct': 208, u'sat': 31}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'4A7D1A15', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCA003'}, u'5': {u'swversion': u'1.65.9_hB3217DF', u'name': u'EQ3 Lamp', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:10:58'}, u'productid': u'Philips-LCA003-1-A19ECLv6', u'uniqueid': u'00:17:88:01:08:97:38:00-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 200, u'maxlumen': 800, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color lamp', u'state': {u'on': True, u'hue': 40910, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3366, 0.349], u'reachable': True, u'mode': u'homeautomation', u'bri': 252, u'ct': 187, u'sat': 50}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'4A7D1A15', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCA003'}, u'4': {u'swversion': u'1.65.9_hB3217DF', u'name': u'CB2 Light 2', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:10:56'}, u'productid': u'Philips-LCA003-1-A19ECLv6', u'uniqueid': u'00:17:88:01:08:7c:25:ac-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 200, u'maxlumen': 800, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color lamp', u'state': {u'on': True, u'hue': 40522, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3533, 0.361], u'reachable': True, u'mode': u'homeautomation', u'bri': 249, u'ct': 208, u'sat': 31}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'4A7D1A15', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCA003'}, u'7': {u'swversion': u'1.65.9_hB3217DF', u'name': u'Pablo Light 2', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:11:01'}, u'productid': u'Philips-LCA003-1-A19ECLv6', u'uniqueid': u'00:17:88:01:08:97:15:12-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 200, u'maxlumen': 800, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color lamp', u'state': {u'on': True, u'hue': 40522, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3533, 0.361], u'reachable': True, u'mode': u'homeautomation', u'bri': 249, u'ct': 208, u'sat': 31}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'4A7D1A15', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCA003'}, u'6': {u'swversion': u'1.65.9_hB3217DF', u'name': u'Pablo Light 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:11:00'}, u'productid': u'Philips-LCA003-1-A19ECLv6', u'uniqueid': u'00:17:88:01:08:7d:4e:4d-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 200, u'maxlumen': 800, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color lamp', u'state': {u'on': True, u'hue': 40522, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3533, 0.361], u'reachable': True, u'mode': u'homeautomation', u'bri': 249, u'ct': 208, u'sat': 31}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'4A7D1A15', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCA003'}, u'9': {u'swversion': u'1.50.2_r30933', u'name': u'Under bed 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-16T21:30:22'}, u'productid': u'Philips-LST002-1-LedStripsv3', u'uniqueid': u'00:17:88:01:04:4b:b8:04-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 40, u'maxlumen': 1600, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue lightstrip plus', u'state': {u'on': True, u'hue': 7160, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.5235, 0.4124], u'reachable': True, u'mode': u'homeautomation', u'bri': 254, u'ct': 493, u'sat': 220}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'59F2C3A3', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'huelightstrip'}, u'type': u'Extended color light', u'modelid': u'LST002'}, u'8': {u'swversion': u'1.50.2_r30933', u'name': u'TV Light 2', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:11:04'}, u'productid': u'3241-3127-7871-LS00', u'uniqueid': u'00:17:88:01:06:fc:c1:f8-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 100, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color light', u'state': {u'on': True, u'hue': 42993, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.1564, 0.1723], u'reachable': True, u'mode': u'homeautomation', u'bri': 170, u'ct': 153, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'949259E6', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Extended color light', u'modelid': u'LCT024'}}
   Hue Lights Debug                Loaded lights list - {u'13': {u'swversion': u'1.50.2_r30933', u'name': u'Spot 3', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-17T21:11:30'}, u'productid': u'ENA-LCS001-1-LilySpikev1', u'uniqueid': u'00:17:88:01:06:91:18:55-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 100, u'maxlumen': 650, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue outdoor spot', u'state': {u'on': False, u'hue': 6743, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.5541, 0.4115], u'reachable': True, u'mode': u'homeautomation', u'bri': 127, u'ct': 500, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'949259E6', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'upwards', u'archetype': u'groundspot'}, u'type': u'Extended color light', u'modelid': u'LCS001'}, u'12': {u'swversion': u'1.50.2_r30933', u'name': u'Mirror', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-17T21:11:33'}, u'productid': u'Philips-LST002-1-LedStripsv3', u'uniqueid': u'00:17:88:01:04:8c:36:fd-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 40, u'maxlumen': 1600, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue lightstrip plus', u'state': {u'on': True, u'hue': 40665, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3463, 0.3562], u'reachable': True, u'mode': u'homeautomation', u'bri': 196, u'ct': 200, u'sat': 39}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'59F2C3A3', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'huelightstrip'}, u'type': u'Extended color light', u'modelid': u'LST002'}, u'15': {u'swversion': u'1.50.2_r30933', u'name': u'Spot 2', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-17T21:11:26'}, u'productid': u'ENA-LCS001-1-LilySpikev1', u'uniqueid': u'00:17:88:01:06:91:2e:d3-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 100, u'maxlumen': 650, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue outdoor spot', u'state': {u'on': False, u'hue': 6743, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.5541, 0.4115], u'reachable': True, u'mode': u'homeautomation', u'bri': 127, u'ct': 500, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'949259E6', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'upwards', u'archetype': u'groundspot'}, u'type': u'Extended color light', u'modelid': u'LCS001'}, u'14': {u'swversion': u'1.50.2_r30933', u'name': u'Spot 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-17T21:12:27'}, u'productid': u'ENA-LCS001-1-LilySpikev1', u'uniqueid': u'00:17:88:01:06:91:2b:8b-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 100, u'maxlumen': 650, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue outdoor spot', u'state': {u'on': False, u'hue': 6743, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.5541, 0.4115], u'reachable': True, u'mode': u'homeautomation', u'bri': 127, u'ct': 500, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'949259E6', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'upwards', u'archetype': u'groundspot'}, u'type': u'Extended color light', u'modelid': u'LCS001'}, u'16': {u'swversion': u'5.130.1.30000', u'name': u'Hue Go', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-26T21:47:40'}, u'uniqueid': u'00:17:88:01:01:13:29:25-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 40, u'maxlumen': 300, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue go', u'state': {u'on': True, u'hue': 41756, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.1574, 0.2098], u'reachable': True, u'mode': u'homeautomation', u'bri': 254, u'ct': 153, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'huego'}, u'type': u'Extended color light', u'modelid': u'LLC020'}, u'1': {u'swversion': u'1.50.2_r30933', u'name': u'TV Light 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:10:07'}, u'productid': u'3241-3127-7871-LS00', u'uniqueid': u'00:17:88:01:06:fc:cc:b6-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 100, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color light', u'state': {u'on': True, u'hue': 42993, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.1564, 0.1723], u'reachable': True, u'mode': u'homeautomation', u'bri': 170, u'ct': 153, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'949259E6', u'config': {u'function': u'mixed', u'startup': {u'configured': False, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Extended color light', u'modelid': u'LCT024'}, u'2': {u'swversion': u'1.65.9_hB3217DF', u'name': u'CB2 Light 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:10:53'}, u'productid': u'Philips-LCA003-1-A19ECLv6', u'uniqueid': u'00:17:88:01:08:97:29:45-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 200, u'maxlumen': 800, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color lamp', u'state': {u'on': True, u'hue': 40522, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3533, 0.361], u'reachable': True, u'mode': u'homeautomation', u'bri': 249, u'ct': 208, u'sat': 31}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'4A7D1A15', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCA003'}, u'5': {u'swversion': u'1.65.9_hB3217DF', u'name': u'EQ3 Lamp', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:10:58'}, u'productid': u'Philips-LCA003-1-A19ECLv6', u'uniqueid': u'00:17:88:01:08:97:38:00-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 200, u'maxlumen': 800, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color lamp', u'state': {u'on': True, u'hue': 40910, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3366, 0.349], u'reachable': True, u'mode': u'homeautomation', u'bri': 252, u'ct': 187, u'sat': 50}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'4A7D1A15', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCA003'}, u'4': {u'swversion': u'1.65.9_hB3217DF', u'name': u'CB2 Light 2', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:10:56'}, u'productid': u'Philips-LCA003-1-A19ECLv6', u'uniqueid': u'00:17:88:01:08:7c:25:ac-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 200, u'maxlumen': 800, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color lamp', u'state': {u'on': True, u'hue': 40522, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3533, 0.361], u'reachable': True, u'mode': u'homeautomation', u'bri': 249, u'ct': 208, u'sat': 31}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'4A7D1A15', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCA003'}, u'7': {u'swversion': u'1.65.9_hB3217DF', u'name': u'Pablo Light 2', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:11:01'}, u'productid': u'Philips-LCA003-1-A19ECLv6', u'uniqueid': u'00:17:88:01:08:97:15:12-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 200, u'maxlumen': 800, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color lamp', u'state': {u'on': True, u'hue': 40522, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3533, 0.361], u'reachable': True, u'mode': u'homeautomation', u'bri': 249, u'ct': 208, u'sat': 31}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'4A7D1A15', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCA003'}, u'6': {u'swversion': u'1.65.9_hB3217DF', u'name': u'Pablo Light 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:11:00'}, u'productid': u'Philips-LCA003-1-A19ECLv6', u'uniqueid': u'00:17:88:01:08:7d:4e:4d-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 200, u'maxlumen': 800, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color lamp', u'state': {u'on': True, u'hue': 40522, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.3533, 0.361], u'reachable': True, u'mode': u'homeautomation', u'bri': 249, u'ct': 208, u'sat': 31}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'4A7D1A15', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCA003'}, u'9': {u'swversion': u'1.50.2_r30933', u'name': u'Under bed 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-16T21:30:22'}, u'productid': u'Philips-LST002-1-LedStripsv3', u'uniqueid': u'00:17:88:01:04:4b:b8:04-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 40, u'maxlumen': 1600, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue lightstrip plus', u'state': {u'on': True, u'hue': 7160, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.5235, 0.4124], u'reachable': True, u'mode': u'homeautomation', u'bri': 254, u'ct': 493, u'sat': 220}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'59F2C3A3', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'huelightstrip'}, u'type': u'Extended color light', u'modelid': u'LST002'}, u'8': {u'swversion': u'1.50.2_r30933', u'name': u'TV Light 2', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-15T16:11:04'}, u'productid': u'3241-3127-7871-LS00', u'uniqueid': u'00:17:88:01:06:fc:c1:f8-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], u'mindimlevel': 100, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color light', u'state': {u'on': True, u'hue': 42993, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.1564, 0.1723], u'reachable': True, u'mode': u'homeautomation', u'bri': 170, u'ct': 153, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'949259E6', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Extended color light', u'modelid': u'LCT024'}}
   Hue Lights Debug                Starting parseAllHueLightsData.
   Hue Lights Debug                parseAllHueLightsData: There are 13 lights on the Hue bridge and 6 Indigo devices controlling Hue devices.

Posted on
Sun Apr 26, 2020 3:53 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Hi and welcome.

Thanks for the report. The reason it's not appearing in any model list is because it's not yet supported by the Hue Lights plugin. I'll add support in the next plugin update. Device support isn't automatic and Philips/Signify no longer publish a comprehensive list of model IDs, so I have to wait for someone to report a problem before I can add support for new models. As a temporary workaround, you can add all of the LCA003 lights to a room (which appears as a Hue Group) then control them as a single Hue Group item within the Hue Lights plugin, at least until the next plugin update is released. It may be a week or two before the next plugin update.

Kind regards,
Nathan

Posted on
Sun Apr 26, 2020 4:43 pm
vml offline
Posts: 8
Joined: Apr 19, 2020

Re: Hue Lights discussion

Really appreciate it, thank you!

Posted on
Sun Apr 26, 2020 9:05 pm
Doctor Q offline
Posts: 67
Joined: Feb 18, 2020

Re: Hue Lights discussion

Fixed a bug that would display an error saying the device doesn't support color temperature when attempting to create a Set Color Temperature action for a Hue Group device.

I was just getting ready to post something about this. It used to work and must’ve gotten broken somewhere down the line. All good now, thanks.
Chuck

Page 78 of 103 1 ... 75, 76, 77, 78, 79, 80, 81 ... 103

Who is online

Users browsing this forum: No registered users and 0 guests