Page 1 of 1

Can’t add new lights

PostPosted: Wed Jan 19, 2022 3:45 am
by abplus
Hi, weird problem going on.
I have 2 new colour ambience bulbs. When I added them to the hue app I come up against the 63 bulb limit so could only add one of the bulbs. Since then I have added a second bridge which appears to be working fine and paired perfectly with Indigo (I followed the instructions in a previous thread). I deleted the new bulbs and added them to the second bridge. Unfortunately, when I try to add them to Indigo the drop down device list is empty.

I have restarted everything a couple of times and I am updated to the latest versions of Indigo and the plugin.

Any ideas folks?

Thanks
Andrew.

Can’t add ny new lights type " Hue White candle"

PostPosted: Wed Jan 19, 2022 9:34 am
by lalid
I think this was mentioned before....But still not included in upgrade version 1.7.64

Re: Can’t add new lights

PostPosted: Wed Jan 19, 2022 10:55 am
by abplus
Thanks for the reply. I'm referring to the colour/ambience bulbs which are fully supported by the plugin. My problem seems to be that I can't add any new hue device at the moment.

Kindest regards,

Andrew.

Re: Can’t add new lights

PostPosted: Thu Jan 20, 2022 12:11 pm
by abplus
Bit of an update - would love some help on this please.

Indigo is seeing the 2nd Hue Bridge and reading it fine:

Code: Select all
20 Jan 2022 at 17:45:03
   Reloading plugin "Hue Lights 2 1.7.64"
   Stopping plugin "Hue Lights 2 1.7.64" (pid 3722)
   Stopped plugin "Hue Lights 2 1.7.64"
   Starting plugin "Hue Lights 2 1.7.64" (pid 3729)
   Started plugin "Hue Lights 2 1.7.64"
   Hue Lights 2                    Loaded 2 lights.
   Hue Lights 2                    Loaded 2 groups.
   Hue Lights 2                    Loaded 10 scenes.
   Hue Lights 2                    Loaded 6 sensors.


And the plugin appears to behave normally:

Screenshot 2022-01-20 at 17.48.51.png
Screenshot 2022-01-20 at 17.48.51.png (175.27 KiB) Viewed 1525 times


But no devices appear in the drop down, even though they have been read.

Screenshot 2022-01-20 at 17.49.51.png
Screenshot 2022-01-20 at 17.49.51.png (247.53 KiB) Viewed 1525 times


Any ideas please?

Thanks,

Andrew.

Re: Can’t add new lights

PostPosted: Thu Jan 20, 2022 1:10 pm
by nsheldon
Hi Andrew.

What kinds of lights are they? What does the information screen in the Hue app look like for the 2 lights that aren't appearing in the Hue Lights plugin? It's possible support for those lights hasn't yet been added to the Hue Lights plugin which would explain why they aren't appearing. Having the detailed information found in the Hue app will allow me to add support if that's the case.

Re: Can’t add new lights

PostPosted: Thu Jan 20, 2022 4:09 pm
by abplus
Hi Nathan,

Thanks for your reply.

The box says colour/ambience and they are the standard mushroom shaped bulb, pretty much the first bulbs Hue released. I have others just like them around the house.

In the Hue app info it says:

Light Type: Hue color lamp

Model: LCA004

Software: 1.93.7

It feels like something has changed since reaching the 63 bulb limit on the first bridge. How that would affect the second bridge I have no idea, its just a feeling!

Thanks for any support you can give, it's driving me nuts - lol.

Kind regards,

Andrew.

Re: Can’t add new lights

PostPosted: Fri Jan 21, 2022 12:36 pm
by nsheldon
Hi Andrew.

Thanks for the details. That model is new (or at least never requested before). I'll add support for that model in the next Hue Lights plugin release. You can add support yourself though, by adding that model ID to the "kHueBulbDeviceIDs" list in the supportedDevices.py file within the Hue Lights plugin. (Right-click on the Hue Lights.indigoPlugin and choose Show Package Contents, then go into the Contents then Server Plugin folders where you'll see the supportedDevices.py file. It's just a text file that you can edit with any text editor). You'll have to make that change yourself anyway on the Hue Lights plugin copy that you've made for your 2nd Hue hub, as any updates I release and you install won't change that 2nd Hue Lights plugin.

Re: Can’t add new lights

PostPosted: Fri Jan 21, 2022 1:01 pm
by abplus
Amazing, thanks so much Nathan.

Its really odd, they look just like the others and even say colour/ambience on the box. Every day is a school day!

Kind regards,

Andrew.

Re: Can’t add new lights

PostPosted: Thu Jan 27, 2022 2:51 am
by nsheldon
Version 1.7.65 Posted

  • Added support for another GLEDOPTO light strip controller
  • Added support for another Osram garden light pole.
  • Added support for another Hue color/ambiance bulb.
  • Added support for another Hue outdoor wall color light.
  • Added support for 2 new Hue color spot lights.
  • Added support for 2 new Hue dimmable lights.

Re: Can’t add new lights

PostPosted: Sat Feb 05, 2022 11:36 pm
by nsheldon
Version 1.8.0 Posted

  • Added support for all light types without the need to update the plugin for every new model of light.
  • Added support for multiple Hue Bridges.
  • Added Plugins menu option to print device details to the log

Special thanks to forum user kw123 for providing the code to support these new features.