Hue Lights discussion

This forum is archived topics from before the plugin was moved to the new owner. All topics are locked, but are preserved here for future reference.
MarcoGT
Posts: 1148
Joined: Thu Sep 11, 2014 1:06 pm
Location: Germany

Re: Hue Lights discussion

Post by MarcoGT »

nsheldon wrote:Version 1.7.16 Posted

[*] Added support for the on/off OSRAM Smart+ Plug.
I got one of this; I can control it via Hue, but with Indigo it is seen as dimmable device and cannot control it; am I doing something wrong?

Thanks
Marco
MarcoGT
Posts: 1148
Joined: Thu Sep 11, 2014 1:06 pm
Location: Germany

Re: Hue Lights discussion

Post by MarcoGT »

Uhm...strangely the plug does not appear in the homekit&Siri section of the Hue app.
Any idea?
MarcoGT
Posts: 1148
Joined: Thu Sep 11, 2014 1:06 pm
Location: Germany

Re: Hue Lights discussion

Post by MarcoGT »

Another question: are the Trådfri bulbs supposed to be added to HomeKit/Home App automatically when added to hue?
MarcoGT
Posts: 1148
Joined: Thu Sep 11, 2014 1:06 pm
Location: Germany

Re: Hue Lights discussion

Post by MarcoGT »

This Trader bulb is not recognised by the plugin:

TRADFRI bulb E27 WS opal 1000lm

I have added it and it works
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

MarcoGT wrote:
nsheldon wrote:Version 1.7.16 Posted

[*] Added support for the on/off OSRAM Smart+ Plug.
I got one of this; I can control it via Hue, but with Indigo it is seen as dimmable device and cannot control it; am I doing something wrong?

Thanks
Marco
Hi Marco. When editing the Indigo device, select On/Off Devices from the Model pop up menu. The Osram Plug should appear in the list of devices.
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

MarcoGT wrote:Uhm...strangely the plug does not appear in the homekit&Siri section of the Hue app.
Any idea?
No. You’re not missing anything. Philips have configured the Hue bridge to only enable Apple HomeKit support for Philips certified devices. So only Philips lights and sensors will appear in HomeKit. Other non-Philips devices will only appear in the Hue app but not in HomeKit.
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

MarcoGT wrote:This Trader bulb is not recognised by the plugin:

TRADFRI bulb E27 WS opal 1000lm

I have added it and it works
As I’ve mentioned in previous posts, I need the plugin debug logs and the name you’ve given the bulb in order to add support.
MarcoGT
Posts: 1148
Joined: Thu Sep 11, 2014 1:06 pm
Location: Germany

Re: Hue Lights discussion

Post by MarcoGT »

nsheldon wrote: As I’ve mentioned in previous posts, I need the plugin debug logs and the name you’ve given the bulb in order to add support.
Ok, I will paste it here, but the model name is exactly that I wrote in my last post. I have added it to “supportedDevices.py” and it gets recognized without problems
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

MarcoGT wrote:Ok, I will paste it here, but the model name is exactly that I wrote in my last post. I have added it to “supportedDevices.py” and it gets recognized without problems
The reason I need the debug log output is because I need to know what features to enable for the device (full color, color temperature, dimming only, on/off only, etc). Just knowing the model ID doesn't tell me what features the light supports. The raw JSON data from the Hue bridge does show what features are supported though. So that's why I need the logs.
MarcoGT
Posts: 1148
Joined: Thu Sep 11, 2014 1:06 pm
Location: Germany

Re: Hue Lights discussion

Post by MarcoGT »

Here we are :D

Code: Select all

Got response {u'1': {u'swversion': u'1.46.13_r26312', u'name': u'Soggiorno TV', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2018-12-07T20:20:05'}, u'productid': u'Philips-LTW012-1-E14CTv1', u'uniqueid': u'00:17:88:01:03:bb:4d:dc-0b', u'capabilities': {u'control': {u'mindimlevel': 2000, u'maxlumen': 450, u'ct': {u'max': 454, u'min': 153}}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': True}, u'productname': u'Hue ambiance candle', u'state': {u'on': True, u'colormode': u'ct', u'alert': u'select', u'reachable': True, u'mode': u'homeautomation', u'bri': 128, u'ct': 367}, u'manufacturername': u'Philips', u'swconfigid': u'5E2017D8', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'omnidirectional', u'archetype': u'candlebulb'}, u'type': u'Color temperature light', u'modelid': u'LTW012'}, u'3': {u'swversion': u'5.127.1.26581', u'name': u'Reno', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2018-12-25T20:18:06'}, u'uniqueid': u'00:17:88:01:03:31:c1:65-0b', u'capabilities': {u'control': {u'colorgamut': [[0.704, 0.296], [0.2151, 0.7106], [0.138, 0.08]], u'mindimlevel': 10000, u'maxlumen': 120, u'colorgamuttype': u'A'}, u'streaming': {u'renderer': True, u'proxy': False}, u'certified': True}, u'productname': u'Hue bloom', u'state': {u'on': True, u'hue': 12868, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.4578, 0.4121], u'reachable': False, u'mode': u'homeautomation', u'bri': 206, u'sat': 52}, u'manufacturername': u'Philips', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'upwards', u'archetype': u'huebloom'}, u'type': u'Color light', u'modelid': u'LLC011'}, u'2': {u'swversion': u'5.127.1.26581', u'name': u'Rosy', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2018-12-25T10:07:39'}, u'uniqueid': u'00:17:88:01:03:31:c1:6a-0b', u'capabilities': {u'control': {u'colorgamut': [[0.704, 0.296], [0.2151, 0.7106], [0.138, 0.08]], u'mindimlevel': 10000, u'maxlumen': 120, u'colorgamuttype': u'A'}, u'streaming': {u'renderer': True, u'proxy': False}, u'certified': True}, u'productname': u'Hue bloom', u'state': {u'on': True, u'hue': 12868, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.4578, 0.4121], u'reachable': True, u'mode': u'homeautomation', u'bri': 204, u'sat': 52}, u'manufacturername': u'Philips', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'upwards', u'archetype': u'huebloom'}, u'type': u'Color light', u'modelid': u'LLC011'}, u'4': {u'swversion': u'2.0.022', u'name': u'Plafoniera cameretta', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-15T17:54:16'}, u'uniqueid': u'cc:cc:cc:ff:fe:3a:8a:c7-01', u'capabilities': {u'control': {u'ct': {u'max': 454, u'min': 250}}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Color temperature light', u'state': {u'on': False, u'colormode': u'ct', u'alert': u'select', u'reachable': True, u'mode': u'homeautomation', u'bri': 87, u'ct': 454}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Color temperature light', u'modelid': u'TRADFRI bulb E27 WS opal 1000lm'}}
   Hue Lights Debug                Loaded lights list - {u'1': {u'swversion': u'1.46.13_r26312', u'name': u'Soggiorno TV', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2018-12-07T20:20:05'}, u'productid': u'Philips-LTW012-1-E14CTv1', u'uniqueid': u'00:17:88:01:03:bb:4d:dc-0b', u'capabilities': {u'control': {u'mindimlevel': 2000, u'maxlumen': 450, u'ct': {u'max': 454, u'min': 153}}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': True}, u'productname': u'Hue ambiance candle', u'state': {u'on': True, u'colormode': u'ct', u'alert': u'select', u'reachable': True, u'mode': u'homeautomation', u'bri': 128, u'ct': 367}, u'manufacturername': u'Philips', u'swconfigid': u'5E2017D8', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'omnidirectional', u'archetype': u'candlebulb'}, u'type': u'Color temperature light', u'modelid': u'LTW012'}, u'3': {u'swversion': u'5.127.1.26581', u'name': u'Reno', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2018-12-25T20:18:06'}, u'uniqueid': u'00:17:88:01:03:31:c1:65-0b', u'capabilities': {u'control': {u'colorgamut': [[0.704, 0.296], [0.2151, 0.7106], [0.138, 0.08]], u'mindimlevel': 10000, u'maxlumen': 120, u'colorgamuttype': u'A'}, u'streaming': {u'renderer': True, u'proxy': False}, u'certified': True}, u'productname': u'Hue bloom', u'state': {u'on': True, u'hue': 12868, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.4578, 0.4121], u'reachable': False, u'mode': u'homeautomation', u'bri': 206, u'sat': 52}, u'manufacturername': u'Philips', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'upwards', u'archetype': u'huebloom'}, u'type': u'Color light', u'modelid': u'LLC011'}, u'2': {u'swversion': u'5.127.1.26581', u'name': u'Rosy', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2018-12-25T10:07:39'}, u'uniqueid': u'00:17:88:01:03:31:c1:6a-0b', u'capabilities': {u'control': {u'colorgamut': [[0.704, 0.296], [0.2151, 0.7106], [0.138, 0.08]], u'mindimlevel': 10000, u'maxlumen': 120, u'colorgamuttype': u'A'}, u'streaming': {u'renderer': True, u'proxy': False}, u'certified': True}, u'productname': u'Hue bloom', u'state': {u'on': True, u'hue': 12868, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.4578, 0.4121], u'reachable': True, u'mode': u'homeautomation', u'bri': 204, u'sat': 52}, u'manufacturername': u'Philips', u'config': {u'function': u'decorative', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'upwards', u'archetype': u'huebloom'}, u'type': u'Color light', u'modelid': u'LLC011'}, u'4': {u'swversion': u'2.0.022', u'name': u'Plafoniera cameretta', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-15T17:54:16'}, u'uniqueid': u'cc:cc:cc:ff:fe:3a:8a:c7-01', u'capabilities': {u'control': {u'ct': {u'max': 454, u'min': 250}}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Color temperature light', u'state': {u'on': False, u'colormode': u'ct', u'alert': u'select', u'reachable': True, u'mode': u'homeautomation', u'bri': 87, u'ct': 454}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Color temperature light', u'modelid': u'TRADFRI bulb E27 WS opal 1000lm'}}
The name is "Plafoniera cameretta"

Thanks a lot for your awesome plugin ;)
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

Perfect! Thanks. I'll release an update next week that includes support for that bulb in the "Ambiance Light" type of Hue light.
MarcoGT
Posts: 1148
Joined: Thu Sep 11, 2014 1:06 pm
Location: Germany

Re: Hue Lights discussion

Post by MarcoGT »

For my test I have added where other Trådfri bulbs are
User avatar
haavarda
Posts: 702
Joined: Sat Aug 18, 2012 4:40 am
Location: Norway

Re: Hue Lights discussion

Post by haavarda »

Hi Nathan
I just picked up two ikea lights that is not showing up in the plugin. Not sure if they will after the implementation above, but anyways here is the log . Would be perfect if you were able to include these devices as well. :)
The name of the devices are:
Skrivebord - 600 lumen e14 ambiance
Hall - 600 lumen e27 full colour

Code: Select all


Hue Lights Debug                Got response {u'11': {u'swversion': u'1.46.13_r26312', u'name': u'Kontor 4', u'swupdate': {u'state': u'noupdates', u'lastinstall': None}, u'productid': u'Philips-LWG001-1-GU10DLv1', u'uniqueid': u'00:17:88:01:04:30:38:22-0b', u'capabilities': {u'control': {u'mindimlevel': 5000, u'maxlumen': 300}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': True}, u'productname': u'Hue white spot', u'state': {u'on': False, u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'alert': u'none'}, u'manufacturername': u'Philips', u'swconfigid': u'ACCF4E76', u'config': {u'function': u'functional', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'downwards', u'archetype': u'spotbulb'}, u'type': u'Dimmable light', u'modelid': u'LWG001'}, u'10': {u'swversion': u'1.46.13_r26312', u'name': u'Kontor 3', u'swupdate': {u'state': u'noupdates', u'lastinstall': None}, u'productid': u'Philips-LWG001-1-GU10DLv1', u'uniqueid': u'00:17:88:01:04:70:8b:48-0b', u'capabilities': {u'control': {u'mindimlevel': 5000, u'maxlumen': 300}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': True}, u'productname': u'Hue white spot', u'state': {u'on': False, u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'alert': u'none'}, u'manufacturername': u'Philips', u'swconfigid': u'ACCF4E76', u'config': {u'function': u'functional', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'downwards', u'archetype': u'spotbulb'}, u'type': u'Dimmable light', u'modelid': u'LWG001'}, u'13': {u'swversion': u'1.55.7_r28193', u'name': u'Pendel innerst', u'swupdate': {u'state': u'noupdates', u'lastinstall': None}, u'productid': u'Philips-LWG004-1-GU10DLv2', u'uniqueid': u'00:17:88:01:06:8d:76:75-0b', u'capabilities': {u'control': {u'mindimlevel': 2000, u'maxlumen': 400}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': True}, u'productname': u'Hue white spot', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 230, u'alert': u'select'}, u'manufacturername': u'Philips', u'swconfigid': u'A7C27E3B', u'config': {u'function': u'functional', u'startup': {u'configured': True, u'customsettings': {u'bri': 179}, u'mode': u'custom'}, u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'LWG004'}, u'12': {u'swversion': u'1.55.7_r28193', u'name': u'Pendel ytterst', u'swupdate': {u'state': u'noupdates', u'lastinstall': None}, u'productid': u'Philips-LWG004-1-GU10DLv2', u'uniqueid': u'00:17:88:01:06:8d:79:6d-0b', u'capabilities': {u'control': {u'mindimlevel': 2000, u'maxlumen': 400}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': True}, u'productname': u'Hue white spot', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 230, u'alert': u'none'}, u'manufacturername': u'Philips', u'swconfigid': u'A7C27E3B', u'config': {u'function': u'functional', u'startup': {u'configured': True, u'customsettings': {u'bri': 180}, u'mode': u'custom'}, u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'LWG004'}, u'15': {u'swversion': u'2.0.022', u'name': u'Skrivebord', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-16T17:53:26'}, u'uniqueid': u'14:b4:57:ff:fe:44:84:1e-01', u'capabilities': {u'control': {u'ct': {u'max': 454, u'min': 250}}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Color temperature light', u'state': {u'on': False, u'colormode': u'ct', u'alert': u'select', u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 346}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'flexiblelamp'}, u'type': u'Color temperature light', u'modelid': u'TRADFRI bulb E14 WS opal 600lm'}, u'14': {u'swversion': u'1.3.002', u'name': u'Lampe Hall', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-16T17:35:14'}, u'uniqueid': u'14:b4:57:ff:fe:3c:c2:40-01', u'capabilities': {u'control': {u'colorgamuttype': u'other'}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Color light', u'state': {u'on': True, u'hue': 0, u'colormode': u'ct', u'effect': u'none', u'alert': u'select', u'xy': [0.458, 0.41], u'reachable': True, u'mode': u'homeautomation', u'bri': 254, u'sat': 0}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'decorative', u'direction': u'omnidirectional', u'archetype': u'tableshade'}, u'type': u'Color light', u'modelid': u'TRADFRI bulb E27 CWS opal 600lm'}, u'1': {u'swversion': u'5.127.1.26420', u'name': u'Gang 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': None}, u'uniqueid': u'00:17:88:01:00:d7:1a:1b-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.675, 0.322], [0.409, 0.518], [0.167, 0.04]], u'mindimlevel': 5000, u'maxlumen': 250, u'colorgamuttype': u'B'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color spot', u'state': {u'on': False, u'hue': 14988, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4575, 0.4101], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 366, u'sat': 141}, u'manufacturername': u'Philips', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'downwards', u'archetype': u'spotbulb'}, u'type': u'Extended color light', u'modelid': u'LCT003'}, u'3': {u'swversion': u'5.127.1.26420', u'name': u'Gang 3', u'swupdate': {u'state': u'noupdates', u'lastinstall': None}, u'uniqueid': u'00:17:88:01:00:d7:1c:75-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.675, 0.322], [0.409, 0.518], [0.167, 0.04]], u'mindimlevel': 5000, u'maxlumen': 250, u'colorgamuttype': u'B'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color spot', u'state': {u'on': False, u'hue': 14988, u'colormode': u'ct', u'effect': u'none', u'alert': u'select', u'xy': [0.4575, 0.4101], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 366, u'sat': 141}, u'manufacturername': u'Philips', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'downwards', u'archetype': u'spotbulb'}, u'type': u'Extended color light', u'modelid': u'LCT003'}, u'2': {u'swversion': u'5.127.1.26420', u'name': u'Gang 2', u'swupdate': {u'state': u'noupdates', u'lastinstall': None}, u'uniqueid': u'00:17:88:01:00:d7:20:5b-0b', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 153}, u'colorgamut': [[0.675, 0.322], [0.409, 0.518], [0.167, 0.04]], u'mindimlevel': 5000, u'maxlumen': 250, u'colorgamuttype': u'B'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color spot', u'state': {u'on': False, u'hue': 14988, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4575, 0.4101], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 366, u'sat': 141}, u'manufacturername': u'Philips', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'downwards', u'archetype': u'spotbulb'}, u'type': u'Extended color light', u'modelid': u'LCT003'}, u'7': {u'swversion': u'1.46.13_r26312', u'name': u'Soverom tak', u'swupdate': {u'state': u'noupdates', u'lastinstall': None}, u'productid': u'Philips-LCT015-1-A19ECLv5', u'uniqueid': u'00:17:88:01:04:87:5f:6a-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': 1000, u'maxlumen': 806, 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': False, u'hue': 51438, u'colormode': u'xy', u'effect': u'none', u'alert': u'none', u'xy': [0.2798, 0.1089], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 153, u'sat': 254}, u'manufacturername': u'Philips', u'swconfigid': u'52E3234B', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCT015'}, u'6': {u'swversion': u'1.46.13_r26312', u'name': u'Lysekrone loftstue', u'swupdate': {u'state': u'noupdates', u'lastinstall': None}, u'productid': u'Philips-LCT015-1-A19ECLv5', u'uniqueid': u'00:17:88:01:04:a0:7b:be-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': 1000, u'maxlumen': 806, 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': False, u'hue': 8382, u'colormode': u'ct', u'effect': u'none', u'alert': u'none', u'xy': [0.4594, 0.4104], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 370, u'sat': 143}, u'manufacturername': u'Philips', u'swconfigid': u'52E3234B', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'omnidirectional', u'archetype': u'sultanbulb'}, u'type': u'Extended color light', u'modelid': u'LCT015'}, u'9': {u'swversion': u'1.46.13_r26312', u'name': u'Kontor 2', u'swupdate': {u'state': u'noupdates', u'lastinstall': None}, u'productid': u'Philips-LWG001-1-GU10DLv1', u'uniqueid': u'00:17:88:01:04:30:36:c3-0b', u'capabilities': {u'control': {u'mindimlevel': 5000, u'maxlumen': 300}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': True}, u'productname': u'Hue white spot', u'state': {u'on': False, u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'alert': u'none'}, u'manufacturername': u'Philips', u'swconfigid': u'ACCF4E76', u'config': {u'function': u'functional', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'downwards', u'archetype': u'spotbulb'}, u'type': u'Dimmable light', u'modelid': u'LWG001'}, u'8': {u'swversion': u'1.46.13_r26312', u'name': u'Kontor 1', u'swupdate': {u'state': u'noupdates', u'lastinstall': None}, u'productid': u'Philips-LWG001-1-GU10DLv1', u'uniqueid': u'00:17:88:01:04:70:8b:01-0b', u'capabilities': {u'control': {u'mindimlevel': 5000, u'maxlumen': 300}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': True}, u'productname': u'Hue white spot', u'state': {u'on': False, u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'alert': u'select'}, u'manufacturername': u'Philips', u'swconfigid': u'ACCF4E76', u'config': {u'function': u'functional', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'downwards', u'archetype': u'spotbulb'}, u'type': u'Dimmable light', u'modelid': u'LWG001'}}
                
Håvard
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

Hi Håvard.

Thanks for the details. I’ll add support for those in the next update later in the week.
User avatar
haavarda
Posts: 702
Joined: Sat Aug 18, 2012 4:40 am
Location: Norway

Re: Hue Lights discussion

Post by haavarda »

Thanks Nathan. Really appreciate the work you put into this plugin!


Sent from my iPhone using Tapatalk
Håvard
Locked

Return to “Archives”