Hue Lights discussion

Posted on
Mon Dec 23, 2019 7:50 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Thanks John.

I just PMed you the info. Much appreciated!

Posted on
Tue Dec 24, 2019 4:32 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Version 1.7.22 Posted

  • Added support for a new Hue white ambiance bulb (European model).
  • Added support for another IKEA color temperature E26 bulb.

Posted on
Thu Dec 26, 2019 8:20 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Version 1.7.23 Posted

  • Fixed a bug that would cause the plugin to crash when validating device configurations whose Hue device had non-ASCII compatible Unicode characters in the device name on the Hue bridge.

Posted on
Thu Jan 02, 2020 3:52 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Version 1.7.24 Posted

  • Added support for the Hue Smart Button.
  • Added a separate "Stop Brightening and Dimming" action to the available device actions.

Posted on
Fri Feb 07, 2020 12:58 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Version 1.7.25 Posted

  • Added support for the Osram PAR-16 SMART+ Spot GU10 Multicolor 350lm light.
  • Added support for a Hue color wall light and Hue filament bulb.

Posted on
Sun Feb 23, 2020 9:02 am
Nick offline
Posts: 18
Joined: Nov 06, 2018

Re: Hue Lights discussion

Hi Nathan,

Is it possible to add this Friends of Hue smart switch form Senic/Gira to the plugin?

https://www.senic.com/en/friends-of-hue-smart-switch

Thanks

Posted on
Sun Feb 23, 2020 3:36 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Hi Nick.

I'd like to, but without one to use for testing, I'd just be guessing at what the button press codes map to on the switch. With switch and dimmer type sensors in the Hue system, each button press is associated with a number, but you have to either have detailed specifications on the switch itself, or test out each button press and release yourself to see what the results are then program things around it. That's what I've had to do with all the other switches that are currently supported.

You could try editing the "supportedDevices.py" file inside the Hue Lights plugin. Just find the line that says

Code: Select all
kSwitchDeviceIDs = ['ZGPSWITCH', 'SWT001', 'RWL020', 'RWL021', 'ROM001', 'FOHSWITCH']

and add the model ID of the Senic switch to that list. The model ID should appear in the switch details within the Hue app on your mobile device. You'll likely encounter a few bugs since there isn't any custom code in the plugin for that switch, but it may still work. Let me know if it does.

If you're not familiar with editing plugin files, you can find the Hue Lights plugin in the following folder path

/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins

Be sure you have a backup of your Hue Lights plugin somewhere (or just duplicate it there and move the duplicate to your Desktop). Right-click on the Hue Lights plugin within the Plugins folder and choose Show Package Contents. A new window will appear with a Contents folder in it. Open the Contents folder then the Server Plugin folder. You'll see the supportedDevices.py file in there. You can edit it with the TextEdit application.

Posted on
Fri Feb 28, 2020 11:51 am
Nick offline
Posts: 18
Joined: Nov 06, 2018

Re: Hue Lights discussion

I have added not the Senic but a Niko Friends of hue button. Changed the device file and got it working.

Creating the Indigo device I could only choose "Run Less Wire Switch" so no "Niko"

https://www2.meethue.com/nl-nl/friends-of-hue/niko


Maybe you can added it in a next release for other as well. The model is: PTM215Z

Posted on
Tue Mar 03, 2020 3:29 pm
Aploki offline
Posts: 9
Joined: Feb 25, 2020

Re: Hue Lights discussion

Hi Nathan,

I have two GLEDOPTO LED strip driver which both are compatible with Zigbee/Hue.
Because it is a RGB-W controller it identifies itself as two "bulbs".
One where I can set brightness of the color: "white", the other where I can set a "RGB" color.

In your plug in (Which works flawless btw!!) I can only see the bulbs when I select "White ambience"
and thus cannot control the color of the strip. I expected the color-bulb of the controller to be
selectable under "color/ambience"

Is there a way to force color? Or does that need a code update?

KR

The biggest difference between an original color bulb and this one is the absence of the Capabilities:Control;Colorgamut.
Less important (I guess) are the absence of control:mindimlevel/maxlumen and in lesser extend: config:startup

LCD color "bulb"
Code: Select all
"6": {"state": {"on": false,"bri": 197,"hue": 600,"sat": 10,"effect": "none","xy": [0.4743,0.4181],"ct": 373,"alert": "select","colormode": "xy","mode": "homeautomation","reachable": false},"swupdate": {"state": "notupdatable","lastinstall": null},"type": "Extended color light","name": "LED COLOR","modelid": "GLEDOPTO","manufacturername": "GLEDOPTO","productname": "Extended color light","capabilities": {"certified": false,"control": {"colorgamuttype": "other","ct": {"min": 0,"max": 65535}},"streaming": {"renderer": false,"proxy": false}},"config": {"archetype": "classicbulb","function": "mixed","direction": "omnidirectional"},"uniqueid": "00:zz:4b:zz:19:9f:13:32-0b","swversion": "1.0.2"}


The biggest difference between an original white bulb and this one is capabilities: control and config:startup
(BUt for now, the white one is fine)

LCD white "bulb"
Code: Select all
"7": {"state": {"on": false,"bri": 197,"alert": "select","mode": "homeautomation","reachable": false},"swupdate": {"state": "notupdatable","lastinstall": null},"type": "Dimmable light","name": "LED WHITE","modelid": "GLEDOPTO","manufacturername": "GLEDOPTO","productname": "Dimmable light","capabilities": {"certified": false,"control": {},"streaming": {"renderer": false,"proxy": false}},"config": {"archetype": "classicbulb","function": "functional","direction": "omnidirectional"},"uniqueid": "00:zz:4b:zz:19:9f:13:32-0a","swversion": "1.0.2"}

Posted on
Wed Mar 04, 2020 11:22 am
MarcoGT offline
Posts: 1091
Joined: Sep 11, 2014
Location: Germany

Re: Hue Lights discussion

I bought a couple of bulbs which work fine with Hue; here below the debug log; the names are: "Comodino Marco" and "Comodino Giorgia"

Thanks a lot



Code: Select all
Hue Lights Debug                Sending command to bridge: http://192.168.2.226/api/bMq1i5znvMMZKvY2JfnKP14g5ncI69vdYuFfSk6J/lights
   Hue Lights Debug                Got response {u'11': {u'swversion': u'1.3.002', u'name': u'Cameretta', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-12-01T07:39:53'}, u'uniqueid': u'cc:cc:cc:ff:fe:9e:8b:26-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': 8682, 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': 128, u'sat': 245}, 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 E14 CWS opal 600lm'}, u'10': {u'swversion': u'1.2.214', u'name': u'Divano5', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-23T15:30:47'}, u'uniqueid': u'08:6b:d7:ff:fe:04:ec:30-01', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Dimmable light', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 102, u'alert': u'none'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb E14 W op/ch 400lm'}, u'13': {u'swversion': u'2.0', u'name': u'Comodino Giorgia', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2020-03-04T16:05:40'}, u'uniqueid': u'00:15:8d:00:04:ad:94:c1-01', u'capabilities': {u'control': {u'ct': {u'max': 370, u'min': 153}}, 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': 26, u'ct': 370}, u'manufacturername': u'MLI', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'tableshade'}, u'type': u'Color temperature light', u'modelid': u'ZBT-ColorTemperature'}, u'14': {u'swversion': u'2.0', u'name': u'Comodino Marco', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2020-03-04T16:38:00'}, u'uniqueid': u'00:15:8d:00:04:ad:9b:a4-01', u'capabilities': {u'control': {u'ct': {u'max': 370, u'min': 153}}, 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': 25, u'ct': 370}, u'manufacturername': u'MLI', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'tableshade'}, u'type': u'Color temperature light', u'modelid': u'ZBT-ColorTemperature'}, u'1': {u'swversion': u'1.50.2_r30933', u'name': u'Luna', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-03T12:00:31'}, u'productid': u'Philips-LCT012-1-E14ECLv1', u'uniqueid': u'00:17:88:01:03:40:59:ad-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': 2000, u'maxlumen': 450, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color candle', u'state': {u'on': False, u'hue': 48733, u'colormode': u'hs', u'effect': u'none', u'alert': u'select', u'xy': [0.2008, 0.0706], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 153, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'A9AFB57A', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'omnidirectional', u'archetype': u'wallshade'}, u'type': u'Extended color light', u'modelid': u'LCT012'}, u'3': {u'swversion': u'1.50.2_r30933', u'name': u'TV-1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-03T12:00:36'}, u'productid': u'3241-3127-7871-LS00', u'uniqueid': u'00:17:88:01:04:53:55:b3-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': 540, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue play', u'state': {u'on': False, u'hue': 7170, u'colormode': u'ct', u'effect': u'none', u'alert': u'select', u'xy': [0.5266, 0.4133], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 497, u'sat': 225}, 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'hueplay'}, u'type': u'Extended color light', u'modelid': u'LCT024'}, u'2': {u'swversion': u'1.50.2_r30933', u'name': u'Palloncino', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-03T12:02:09'}, u'productid': u'Philips-LCT012-1-E14ECLv1', u'uniqueid': u'00:17:88:01:03:40:59:a7-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': 2000, u'maxlumen': 450, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color candle', u'state': {u'on': False, u'hue': 48733, u'colormode': u'hs', u'effect': u'none', u'alert': u'select', u'xy': [0.2008, 0.0706], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 153, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'A9AFB57A', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'wallshade'}, u'type': u'Extended color light', u'modelid': u'LCT012'}, u'5': {u'swversion': u'V1.04.12', u'name': u'Microonde', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-15T14:08:34'}, u'uniqueid': u'7c:b0:3e:aa:0a:03:18:b7-03', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'On/Off plug', u'state': {u'on': False, u'reachable': True, u'mode': u'homeautomation', u'alert': u'select'}, u'manufacturername': u'OSRAM', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'On/Off plug-in unit', u'modelid': u'Plug 01'}, u'4': {u'swversion': u'1.50.2_r30933', u'name': u'TV-2', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-03T12:00:41'}, u'productid': u'3241-3127-7871-LS00', u'uniqueid': u'00:17:88:01:04:53:51:c2-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': 540, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue play', u'state': {u'on': False, u'hue': 8124, u'colormode': u'hs', u'effect': u'none', u'alert': u'select', u'xy': [0.526, 0.4326], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 497, 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'hueplay'}, u'type': u'Extended color light', u'modelid': u'LCT024'}, u'7': {u'swversion': u'1.2.214', u'name': u'Divano2', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-23T15:22:40'}, u'uniqueid': u'08:6b:d7:ff:fe:04:f7:54-01', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Dimmable light', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 102, u'alert': u'select'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb E14 W op/ch 400lm'}, u'6': {u'swversion': u'1.2.214', u'name': u'Divano1', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-23T15:00:02'}, u'uniqueid': u'08:6b:d7:ff:fe:1c:cc:33-01', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Dimmable light', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 102, u'alert': u'select'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb E14 W op/ch 400lm'}, u'9': {u'swversion': u'1.2.214', u'name': u'Divano4', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-23T15:30:05'}, u'uniqueid': u'd0:cf:5e:ff:fe:d9:d5:39-01', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Dimmable light', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 102, u'alert': u'select'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb E14 W op/ch 400lm'}, u'8': {u'swversion': u'1.2.214', u'name': u'Divano3', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-23T15:29:11'}, u'uniqueid': u'08:6b:d7:ff:fe:5a:93:c6-01', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Dimmable light', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 102, u'alert': u'select'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb E14 W op/ch 400lm'}}
   Hue Lights Debug                Loaded lights list - {u'11': {u'swversion': u'1.3.002', u'name': u'Cameretta', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-12-01T07:39:53'}, u'uniqueid': u'cc:cc:cc:ff:fe:9e:8b:26-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': 8682, 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': 128, u'sat': 245}, 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 E14 CWS opal 600lm'}, u'10': {u'swversion': u'1.2.214', u'name': u'Divano5', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-23T15:30:47'}, u'uniqueid': u'08:6b:d7:ff:fe:04:ec:30-01', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Dimmable light', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 102, u'alert': u'none'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb E14 W op/ch 400lm'}, u'13': {u'swversion': u'2.0', u'name': u'Comodino Giorgia', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2020-03-04T16:05:40'}, u'uniqueid': u'00:15:8d:00:04:ad:94:c1-01', u'capabilities': {u'control': {u'ct': {u'max': 370, u'min': 153}}, 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': 26, u'ct': 370}, u'manufacturername': u'MLI', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'tableshade'}, u'type': u'Color temperature light', u'modelid': u'ZBT-ColorTemperature'}, u'14': {u'swversion': u'2.0', u'name': u'Comodino Marco', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2020-03-04T16:38:00'}, u'uniqueid': u'00:15:8d:00:04:ad:9b:a4-01', u'capabilities': {u'control': {u'ct': {u'max': 370, u'min': 153}}, 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': 25, u'ct': 370}, u'manufacturername': u'MLI', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'tableshade'}, u'type': u'Color temperature light', u'modelid': u'ZBT-ColorTemperature'}, u'1': {u'swversion': u'1.50.2_r30933', u'name': u'Luna', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-03T12:00:31'}, u'productid': u'Philips-LCT012-1-E14ECLv1', u'uniqueid': u'00:17:88:01:03:40:59:ad-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': 2000, u'maxlumen': 450, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color candle', u'state': {u'on': False, u'hue': 48733, u'colormode': u'hs', u'effect': u'none', u'alert': u'select', u'xy': [0.2008, 0.0706], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 153, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'A9AFB57A', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'omnidirectional', u'archetype': u'wallshade'}, u'type': u'Extended color light', u'modelid': u'LCT012'}, u'3': {u'swversion': u'1.50.2_r30933', u'name': u'TV-1', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-03T12:00:36'}, u'productid': u'3241-3127-7871-LS00', u'uniqueid': u'00:17:88:01:04:53:55:b3-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': 540, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue play', u'state': {u'on': False, u'hue': 7170, u'colormode': u'ct', u'effect': u'none', u'alert': u'select', u'xy': [0.5266, 0.4133], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 497, u'sat': 225}, 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'hueplay'}, u'type': u'Extended color light', u'modelid': u'LCT024'}, u'2': {u'swversion': u'1.50.2_r30933', u'name': u'Palloncino', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-03T12:02:09'}, u'productid': u'Philips-LCT012-1-E14ECLv1', u'uniqueid': u'00:17:88:01:03:40:59:a7-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': 2000, u'maxlumen': 450, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue color candle', u'state': {u'on': False, u'hue': 48733, u'colormode': u'hs', u'effect': u'none', u'alert': u'select', u'xy': [0.2008, 0.0706], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 153, u'sat': 254}, u'manufacturername': u'Signify Netherlands B.V.', u'swconfigid': u'A9AFB57A', u'config': {u'function': u'mixed', u'startup': {u'configured': True, u'mode': u'powerfail'}, u'direction': u'omnidirectional', u'archetype': u'wallshade'}, u'type': u'Extended color light', u'modelid': u'LCT012'}, u'5': {u'swversion': u'V1.04.12', u'name': u'Microonde', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-15T14:08:34'}, u'uniqueid': u'7c:b0:3e:aa:0a:03:18:b7-03', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'On/Off plug', u'state': {u'on': False, u'reachable': True, u'mode': u'homeautomation', u'alert': u'select'}, u'manufacturername': u'OSRAM', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'On/Off plug-in unit', u'modelid': u'Plug 01'}, u'4': {u'swversion': u'1.50.2_r30933', u'name': u'TV-2', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2020-03-03T12:00:41'}, u'productid': u'3241-3127-7871-LS00', u'uniqueid': u'00:17:88:01:04:53:51:c2-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': 540, u'colorgamuttype': u'C'}, u'streaming': {u'renderer': True, u'proxy': True}, u'certified': True}, u'productname': u'Hue play', u'state': {u'on': False, u'hue': 8124, u'colormode': u'hs', u'effect': u'none', u'alert': u'select', u'xy': [0.526, 0.4326], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 497, 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'hueplay'}, u'type': u'Extended color light', u'modelid': u'LCT024'}, u'7': {u'swversion': u'1.2.214', u'name': u'Divano2', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-23T15:22:40'}, u'uniqueid': u'08:6b:d7:ff:fe:04:f7:54-01', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Dimmable light', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 102, u'alert': u'select'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb E14 W op/ch 400lm'}, u'6': {u'swversion': u'1.2.214', u'name': u'Divano1', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-23T15:00:02'}, u'uniqueid': u'08:6b:d7:ff:fe:1c:cc:33-01', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Dimmable light', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 102, u'alert': u'select'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb E14 W op/ch 400lm'}, u'9': {u'swversion': u'1.2.214', u'name': u'Divano4', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-23T15:30:05'}, u'uniqueid': u'd0:cf:5e:ff:fe:d9:d5:39-01', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Dimmable light', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 102, u'alert': u'select'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb E14 W op/ch 400lm'}, u'8': {u'swversion': u'1.2.214', u'name': u'Divano3', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-11-23T15:29:11'}, u'uniqueid': u'08:6b:d7:ff:fe:5a:93:c6-01', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Dimmable light', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'bri': 102, u'alert': u'select'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb E14 W op/ch 400lm'}}

Posted on
Thu Mar 05, 2020 4:52 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

@Nick: I’m glad adding the Niko model ID to the supported-devices.py file allowed it to work. The reason it doesn’t appear as a separate device model in Indigo is because every device model that appears in that drop down menu must be defined separately in the Devices.xml file within the plugin. I might be able to add the Niko device as a beta feature, but I wouldn’t be able to know any button names or how the device behaves without testing it myself, or lots of feedback from you and other users of the switch.

@Aploki: Hmmm. Since both the white and color versions of the GLEDOPTO strip controller use the same model ID, the plugin, as currently programmed, will only be able to recognize the white controls. I’ll need to make some code modifications to work around this inconsistent model ID usage. I’ll work on that, but it will take longer than just adding a new supported model ID.

@MarcoGT: Thanks. I’ll get those added in the next update.

Posted on
Thu Mar 05, 2020 6:45 pm
Aploki offline
Posts: 9
Joined: Feb 25, 2020

Re: Hue Lights discussion

Not sure, but perhaps these variables can be of use? These are read only:
"type": "Extended color light", and "name": "LED COLOR"

BTW, This specific device is reported quite often as "unreachable",
This is not true as it does not respond to a status request as an original bulb.
Can the "unreachable" status be overruled and just assumed to be reachable?
A variable could be used to assume if it should be displayed as on or off.

KR Aploki

Posted on
Thu Mar 05, 2020 11:03 pm
MarcoGT offline
Posts: 1091
Joined: Sep 11, 2014
Location: Germany

Re: Hue Lights discussion

Thanks a lot.

@German People: I got these two bulbs at ALDI Supermarkt; the cost originally 15 Euro and I paid them 10 Euro; they are Zigbee and they work out of the Box with Alexa (I think only if you have a Zigbee hub); adding in Indigo then is super! :)

Posted on
Thu Mar 12, 2020 11:01 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Version 1.7.26 Posted

  • Added support for the Müller-Licht (Aldi) ZBT color temperature light.
  • Added support for GLEDOPTO color light strip drivers.
  • Added support for Niko ZigBee switches.
  • Added support for the TRADFRI 10 watt LED driver. Moved the already supported TRADFRI 30 watt LED driver into the Light Strips device model.
  • Fixed a bug that would allow you to select a sensor or switch device as the target for a Hue Attribute Controller even though those devices can't be controlled.
  • Fixed light device menus in various device configuration windows so Hue light devices are listed in alphabetical order.
  • Fixed the group device menu in the Hue Group configuration window so the Hue Groups are listed in numerical group order rather than alphanumeric order.

Posted on
Sun Mar 15, 2020 3:50 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Hue Lights discussion

Version 1.7.27 Posted

  • Fixed a bug that would cause the plugin to crash when updating light strip devices that have no color capabilities.

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

Who is online

Users browsing this forum: No registered users and 0 guests