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.
Mirko
Posts: 89
Joined: Thu Dec 04, 2014 2:09 pm

Re: Hue Lights discussion

Post by Mirko »

Hi Nathan,

Thanks for your reply.

I found in the app the following:

Hue white lamp
Manufacturer: Philips
Model: LWA001
SW: 1.53.3_r27175
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

Thanks. I’ll add support for that light in the next release in a day or so.
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

Version 1.7.20 Posted
  • Added support for a new Hue color B22 bulb.
  • Added support for a new Hue white bulb.
RobertP
Posts: 3
Joined: Thu Dec 05, 2019 10:59 am

Re: Hue Lights discussion

Post by RobertP »

Hi Nathan,

I have recently bought a Hue smart plug which is a new model number (LOM004) which is not in the device support list.

u'21': {u'swversion': u'1.55.10_r29112', u'name': u'RaspberryPi', u'swupdate': {u'state': u'noupdates', u'lastinstall': u'2019-11-27T15:10:41'}, u'productid': u'SmartPlug_OnOff_v01-00_04', u'uniqueid': u'00:17:88:01:08:05:1e:23-0b', u'capabilities': {u'control': {}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': True}, u'productname': u'Hue Smart plug', u'state': {u'on': True, u'reachable': True, u'mode': u'homeautomation', u'alert': u'select'}, u'manufacturername': u'Philips', u'swconfigid': u'267DE928', u'config': {u'function': u'functional', u'startup': {u'configured': True, u'mode': u'safety'}, u'direction': u'omnidirectional', u'archetype': u'plug'}, u'type': u'On/Off plug-in unit', u'modelid': u'LOM004'},

Can you add it please.

Thanks,

Robert

n.b. This unit was bought in Canada
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

Hi Robert.

Certainly! I’ll add it in the next update sometime next week.
RobertP
Posts: 3
Joined: Thu Dec 05, 2019 10:59 am

Re: Hue Lights discussion

Post by RobertP »

Hi Nathan,

I have bought some Ikea bulbs yesterday that are not supported:

{u'24': {u'swversion': u'1.2.214', u'name': u'Pool porte sud', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-12-09T18:42:23'}, u'uniqueid': u'00:0b:57:ff:fe:d6:eb:a5-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': False, u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'alert': u'select'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'candlebulb'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb E12 W op/ch 400lm'}

and

u'25': {u'swversion': u'2.1.022', u'name': u'Pool spot ouest', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-12-09T20:34:17'}, u'uniqueid': u'14:b4:57:ff:fe:53:64:9f-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': False, u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'alert': u'select'}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'recessedceiling'}, u'type': u'Dimmable light', u'modelid': u'TRADFRI bulb GU10 WW 400lm'}

Can you add those ones too? Also do you know if there is a possibility to control the Ikea blinds with Indigo?

Thanks,

Robert
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

Hi Robert.

Thanks for the report. I’ll add support in the next update later this week.
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

Version 1.7.21 Posted
  • Added support for another Hue Smart Plug model variant.
  • Added support for a Hue white dimmable BR30 light.
  • Added support for an IKEA TRADFRI E12 and GU10 dimmable light.
teejay6
Posts: 44
Joined: Mon Jan 31, 2011 10:50 pm
Location: Menlo Park, CA

Re: Hue Lights discussion

Post by teejay6 »

I created a set of python scripts to animate Philips Hue Lights. They use the Hue Lights plugin from Nathan Sheldon Software.

I am currently using 6 Hue LED Color Light Strips for Christmas lights that are installed under the eaves of my roof, but you can configure the bulb devices to include any Color Hue light. The script animates the lights so they can change color, create a rainbow, chase, fill, and any other animation you can think of.

I am an amateur programmer, so the program is verbose and may seem overly complicated. It works fine for me, and was a great way to learn Python, so I hope it can be adapted by other users, or at least give you some ideas as to what you can do with the hue lights.

Here is a video of the animation:
https://drive.google.com/file/d/1S_B8rQ ... sp=sharing

The files are in GitHub:
https://github.com/teejay6/Hue-Lights-Animations

TomJ
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

Hi Tom.

Nice! Thanks for sharing!!
RobertP
Posts: 3
Joined: Thu Dec 05, 2019 10:59 am

Re: Hue Lights discussion

Post by RobertP »

Hi Nathan,

thanks for the update supporting my IKEA bulbs, I have got a new one which is not supported, can you add it too please?

u'31': {u'swversion': u'2.0.022', u'name': u'Pool table', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-12-17T20:02:41'}, u'uniqueid': u'ec:1b:bd:ff:fe:8f:ff:ae-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': True, u'colormode': u'ct', u'alert': u'select', u'reachable': True, u'mode': u'homeautomation', u'bri': 254, u'ct': 346}, u'manufacturername': u'IKEA of Sweden', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'pendantround'}, u'type': u'Color temperature light', u'modelid': u'TRADFRI bulb E26 WS opal 1000lm'}

Robert
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

Hi Robert.

I’ll add that one in the next update.
auto_man
Posts: 32
Joined: Sun Oct 04, 2015 6:27 pm
Location: Salem County, NJ

Re: Hue Lights discussion

Post by auto_man »

Hi Nathan,

Can you add support for the Hue Smart Button?

https://www2.meethue.com/en-us/p/hue-sm ... 6677553715
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: Hue Lights discussion

Post by nsheldon »

Yes. Sometime early next year. Adding support for sensor devices like the Smart Button requires custom code to accommodate differences between individual models, so I have to have the hardware in hand to test. That means I either need to wait for someone to send me the new hardware or invest my own money into buying it. This popular item hasn’t been available until recently, so I won’t have it until early next year to begin testing.
auto_man
Posts: 32
Joined: Sun Oct 04, 2015 6:27 pm
Location: Salem County, NJ

Re: Hue Lights discussion

Post by auto_man »

Thanks Nathan!

The Plugin works perfect for my needs, and the Smart Button will add additional functionality that I can make good use of. I use the Hue hub and Hue motion sensors in a remote building that’s on a separate electric service, but does have Ethernet from the house. The Hue Lights plugin functionality in Indigo allows me to control TP-Link Kasa switches for all of the buildings interior and exterior lighting. I can’t use Insteon switches in the building since it’s on an independent electric service.

I have an extra Smart Button that I would be happy to contribute to your project. Send a private message with your address and I’ll ship it right out to you.

John
Locked

Return to “Archives”