New Hue Play identifier

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.
patrikhson
Posts: 8
Joined: Sat Aug 12, 2017 3:51 am

New Hue Play identifier

Post by patrikhson »

Hi, I replaced a light strip with a Hue Play. I could not get it to work.

After some digging I saw that the one I got had a new identifier.

Hue Play seems to have 'LCT024' according to the documentation, but mine have '440400982841'.

I added '440400982841' to the definitions file, and things works like a charm.

Patrik

Code: Select all

$ diff supportedDevices.py supportedDevices.py~
208c208
< kHueBulbDeviceIDs = ['LCT001', 'LCT002', 'LCT003', 'LCT007', 'LCT010', 'LCT011', 'LCT012', 'LCT014', 'LCT015',  'LCT016', 'LCT024','440400982841', 'LCS001', 'LCF001', 'LCF002', 'LCF003', 'LCG002', 'LCA001', 'LCA002', 'LCA003', 'LCW002', 'LLM001', 'HBL001', 'HBL002', 'HBL003', 'HEL001', 'HEL002', 'HIL001', 'HIL002', 'FLS-PP3', 'Classic A60 RGBW', 'Gardenpole Mini RGBW OSRAM', 'PAR 16 50 RGBW - LIGHTIFY', 'RB 185 C', 'PAR16 RGBW Z3', 'LCF005', 'LCF005', '1746230P7', '4080248P9', '1742930P7']
---
> kHueBulbDeviceIDs = ['LCT001', 'LCT002', 'LCT003', 'LCT007', 'LCT010', 'LCT011', 'LCT012', 'LCT014', 'LCT015',  'LCT016', 'LCT024', 'LCS001', 'LCF001', 'LCF002', 'LCF003', 'LCG002', 'LCA001', 'LCA002', 'LCA003', 'LCW002', 'LLM001', 'HBL001', 'HBL002', 'HBL003', 'HEL001', 'HEL002', 'HIL001', 'HIL002', 'FLS-PP3', 'Classic A60 RGBW', 'Gardenpole Mini RGBW OSRAM', 'PAR 16 50 RGBW - LIGHTIFY', 'RB 185 C', 'PAR16 RGBW Z3', 'LCF005', 'LCF005', '1746230P7', '4080248P9', '1742930P7']
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: New Hue Play identifier

Post by nsheldon »

Hi Patrik.

Thanks for the information. Much appreciated. I'll add that model ID to the next plugin update.
nsheldon
Posts: 2469
Joined: Mon Aug 09, 2010 2:12 pm
Location: CA
Contact:

Re: New Hue Play identifier

Post by nsheldon »

Version 1.7.39 Posted
  • Added support for a new Hue Play model.
  • Added support for 2 new GLEDOPTO lights.
  • Added support for the Hue Lily XL outdoor light.
  • Added support for new Hue White (dimming only) lights.
  • Fixed a bug with ambiance (color temperature only) lights that would cause an error if the White Level in the Indigo client was changed.
Locked

Return to “Archives”