GLEDOPTO Bulbs

Posted on
Fri Oct 30, 2020 3:52 am
bbruck offline
Posts: 343
Joined: Oct 05, 2008

GLEDOPTO Bulbs

Hi Nathan -

Could you please add support for the GLEDOPTO GL-B-007Z bulb?
It supports colors and dimming.

Also could you please add support for the GLEDOPTO Smart ZigBee RGB CCT Candelabra LED Light Bulb? It also supports colors and dimming.

Not sure what else you need. Thanks!

Posted on
Fri Oct 30, 2020 6:13 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: GLEDOPTO Bulbs

Hi.

Sure, I'd be happy to. I need a couple of technical details about the lights in order to add support. I can get everything I need from a snippet of debug logs. All I need from you is about 10 seconds worth of debug logs for the Hue Lights plugin and the name you've given the new lights in the Hue app on your mobile device. Debug logs can be turned on and off by going to the Plugins menu in Indigo then Hue Lights, then Toggle Debugging. Copy and paste the debug logs into your reply. There will be a lot, so you might have to spread the resulting logs over 2 or 3 replies. I can then search the logs for the light name you tell me and add support for that type of light in the next release of the plugin.

Posted on
Sat Oct 31, 2020 4:37 am
bbruck offline
Posts: 343
Joined: Oct 05, 2008

Re: GLEDOPTO Bulbs

The candelabras are Pole 1, Pole 2, and Pole 3.

Searching the log finds "Pole 3" in the following snippet:

u'33': {u'swversion': u'3.0.0', u'name': u'Pole 3', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2020-10-30T21:58:35'}, u'uniqueid': u'00:12:4b:00:21:0f:6f:6d-0b', u'capabilities': {u'control': {u'ct': {u'max': 495, u'min': 155}, u'colorgamuttype': u'other'}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Extended color light', u'state': {u'on': True, u'hue': 10012, u'colormode': u'hs', u'effect': u'none', u'alert': u'select', u'xy': [0.4714, 0.4759], u'reachable': False, u'mode': u'homeautomation', u'bri': 132, u'ct': 450, u'sat': 203}, u'manufacturername': u'GLEDOPTO', u'config': {u'function': u'mixed', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Extended color light', u'modelid': u'GL-B-007Z'},

Posted on
Sat Oct 31, 2020 4:40 am
bbruck offline
Posts: 343
Joined: Oct 05, 2008

Re: GLEDOPTO Bulbs

One of the regular bulbs is Foyer 2. The relevant snippet appears to be:

u'32': {u'swversion': u'3.0.0', u'name': u'Foyer 2', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2020-10-30T21:58:21'}, u'uniqueid': u'00:12:4b:00:1e:f6:90:79-0b', u'capabilities': {u'control': {u'ct': {u'max': 495, u'min': 155}, u'colorgamuttype': u'other'}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Extended color light', u'state': {u'on': False, u'hue': 39503, u'colormode': u'ct', u'effect': u'none', u'alert': u'select', u'xy': [0.2748, 0.3005], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 450, u'sat': 50}, u'manufacturername': u'GLEDOPTO', u'config': {u'function': u'mixed', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Extended color light', u'modelid': u'GL-B-001Z'}}

Let me know if I missed something and i'll send you the whole log...

Pretty amazing plugin if no one has mentioned it before. <g>

Posted on
Sun Nov 01, 2020 1:03 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: GLEDOPTO Bulbs

Thanks. That was exactly what I needed. I'll add support for both light models in the next plugin release.

Glad you like the plugin.

Posted on
Fri Nov 13, 2020 2:35 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: GLEDOPTO Bulbs

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.

Posted on
Wed Dec 02, 2020 1:44 pm
bbruck offline
Posts: 343
Joined: Oct 05, 2008

Re: GLEDOPTO Bulbs

Nathan - could you add support for yet another Gledopto bulb? This is their outdoor color floodlight, which is the lazy man's way to do Christmas lighting!!!

u'42': {u'swversion': u'2.0.1', u'name': u'Front flood', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2020-12-01T23:15:45'}, u'uniqueid': u'00:12:4b:00:21:81:40:7b-0b', u'capabilities': {u'control': {u'ct': {u'max': 495, u'min': 155}, u'colorgamuttype': u'other'}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Extended color light', u'state': {u'on': True, u'hue': 6371, u'colormode': u'hs', u'effect': u'none', u'alert': u'select', u'xy': [0.5584, 0.405], u'reachable': False, u'mode': u'homeautomation', u'bri': 254, u'ct': 233, u'sat': 254}, u'manufacturername': u'GLEDOPTO', u'config': {u'function': u'mixed', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Extended color light', u'modelid': u'GL-FL-005TZS'},

Posted on
Fri Dec 04, 2020 11:15 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: GLEDOPTO Bulbs

Hi again.

No problem! Thanks for the details. I'll add support in the next update.

Posted on
Thu Dec 10, 2020 7:25 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: GLEDOPTO Bulbs

Version 1.7.42 Posted

  • Added support for a new GLEDOPTO light.
  • Added support for an Ikea FLOALT 30x30 color temperature light panel
  • Added support for the Hue Gradient Lightstrip.
  • Added support for the Lidl smart plug.
  • Added support for the Lidl LivarnoLux Led color temperature bulb.

Posted on
Sun Dec 27, 2020 10:49 am
bbruck offline
Posts: 343
Joined: Oct 05, 2008

Re: GLEDOPTO Bulbs

Hi Nathan, I hope you're having a great holiday!

When you get a chance, could you add support for another Glenopto device? You already added support for the GLEDOPTO Smart ZigBee RGB CCT Candelabra LED Light Bulb that supports colors and dimming. However, this smart controller actually creates two HUE devices that are controlled independently in the Hue app. One is a color bulb device; the other is a white temperature device. Could you add support for the latter? Here's the device in my log file Gazebo WStrip.

u'44': {u'swversion': u'2.0.3', u'name': u'Gazebo WStrip', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2020-12-12T17:47:06'}, u'uniqueid': u'00:12:4b:00:22:2d:e4:fb-0f', u'capabilities': {u'control': {u'ct': {u'max': 500, u'min': 158}}, 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': 135, u'ct': 497}, u'manufacturername': u'GLEDOPTO', u'config': {u'function': u'functional', u'direction': u'omnidirectional', u'archetype': u'classicbulb'}, u'type': u'Color temperature light', u'modelid': u'GL-C-006'},

Posted on
Sun Dec 27, 2020 2:35 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: GLEDOPTO Bulbs

Sure. I'll add support in the next plugin update. Thanks for the helpful debug info. That makes adding support a lot easier.

Posted on
Mon Dec 28, 2020 6:24 pm
gerdd offline
Posts: 1
Joined: Dec 28, 2020

Re: GLEDOPTO Bulbs

Nathan.

If I could request one more GLEDOPTO device to be added.
Here's the log info.

u'18': {u'swversion': u'2.0.0', u'name': u'Powder Rm Door', u'swupdate': {u'state': u'notupdatable', u'lastinstall': u'2019-08-02T18:35:58'}, u'uniqueid': u'00:12:4b:00:1b:d8:9d:4a-0b', u'capabilities': {u'control': {u'ct': {u'max': 65535, u'min': 0}, u'colorgamuttype': u'other'}, u'streaming': {u'renderer': False, u'proxy': False}, u'certified': False}, u'productname': u'Extended color light', u'state': {u'on': False, u'hue': 8192, u'colormode': u'xy', u'effect': u'none', u'alert': u'select', u'xy': [0.503, 0.4738], u'reachable': True, u'mode': u'homeautomation', u'bri': 1, u'ct': 203, u'sat': 17}, u'manufacturername': u'GLEDOPTO', u'config': {u'function': u'mixed', u'direction': u'omnidirectional', u'archetype': u'recessedfloor'}, u'type': u'Extended color light', u'modelid': u'GL-D-004Z'}}

Have to say the Hue Lights plugin is by far my most useful and reliable plugin.
Keep up the good work.

Posted on
Mon Dec 28, 2020 6:43 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: GLEDOPTO Bulbs

No problem. I'll add support in the next update. Glad to hear the plugin is working so well for you!

Posted on
Tue Jan 12, 2021 4:19 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: GLEDOPTO Bulbs

Version 1.7.43 Posted

  • Added support for a new Hue Ambiance downlight.
  • Added support for a new Hue white dimmable light.
  • Added support for another GLEDOPTO color/color temperature light strip.
  • Added support for another GLEDOPTO color/color temperature bulb.
  • Added support for another Hue Smart Plug (Australia version).

Posted on
Sat Feb 06, 2021 8:14 pm
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: GLEDOPTO Bulbs

Version 1.7.44 Posted

  • Added support for a new Hue color downlight (BR30)
  • Added support for a new GLEDOPTO color/color temperature light.

Who is online

Users browsing this forum: No registered users and 0 guests