Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for LIVARNO LUX (Lidl) model HG06106B #5109

Closed
Anjerlaan opened this issue Nov 28, 2020 · 16 comments
Closed

Add support for LIVARNO LUX (Lidl) model HG06106B #5109

Anjerlaan opened this issue Nov 28, 2020 · 16 comments
Labels
new device support New device support request

Comments

@Anjerlaan
Copy link

Anjerlaan commented Nov 28, 2020

Information about the device + link

Jippie....I managed to get 2 of the LIDL zigbee lamps

After resetting (see page 19 of the PDF to manual link):
https://www.lidl-service.com/cps/rde/xchg/SID-9DC000A7-0D2C39EB/lsp/hs.xsl/product.html?id=5019441699&title=LED-lamp&count=1

The lamp did pair straight away....as a TUYA GU10 device. Could you please help how to support this lamp properly?

LIVARNO LUX
IAN: 334403
Model No: HG06106B
Type: Candle
Rated power 6.5 W
Lamp socket E14
Total luminous flux (6500 K) 90° cone: 470 lm

Notes:

  • This LIDL candle color lamp is paired as a TUYA TS0505A (GU10)

image

  • Selecting Color_xy yellow in the exposure tab of the web front end, results in light green

image

data/database.db entry of the device

{"id":20,"type":"Router","ieeeAddr":"0x588e81fffed5c4aa","nwkAddr":34785,"manufId":4098,"manufName":"_TZ3000_odygigth","powerSource":"Mains (single phase)","modelId":"TS0505A","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":269,"inClusterList":[0,3,4,5,6,8,768,4096],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"modelId":"TS0505A","manufacturerName":"_TZ3000_odygigth","powerSource":1,"zclVersion":3,"appVersion":80,"stackVersion":0,"hwVersion":1,"dateCode":""}},"genLevelCtrl":{"attributes":{"currentLevel":255}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b00216005b6","endpointID":1},{"cluster":8,"type":"endpoint","deviceIeeeAddress":"0x00124b00216005b6","endpointID":1},{"cluster":768,"type":"endpoint","deviceIeeeAddress":"0x00124b00216005b6","endpointID":1}],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"meta":{}}},"appVersion":80,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{"reporting":1},"lastSeen":1606558232006}

If an unsupported device is recognized as an existing device and this is a tuya device, is the unsupported device for sure also a tuya device?

@Anjerlaan Anjerlaan added the new device support New device support request label Nov 28, 2020
@Anjerlaan Anjerlaan changed the title LIVARNO LUX (Lidl) model HG06106B support Add support for LIVARNO LUX (Lidl) model HG06106B Nov 28, 2020
@Anjerlaan
Copy link
Author

Anjerlaan commented Nov 30, 2020

@Koenkk,
I have paired this LIDL Livarnolux Candle E14 model: HG06106B

HG06106B

To both the IKEA hub & ZZH Z2m. And both systems interviewed this device as a TuYa TS0505A device.
Does this mean no entry or addinonal info is needed in zigbee-herdsman-converters for this Lidl Device?
Although the picture of the TuYa TS0505A device is a GU10

@Koenkk
Copy link
Owner

Koenkk commented Dec 1, 2020

Are you able to control it correctly?

@Anjerlaan
Copy link
Author

Anjerlaan commented Dec 1, 2020

Are you able to control it correctly?

Yes...sofar, the only thing is that if I select the "yellow" color in the "exposes" tab, the color of the lamp becomes greenish and orange becomes more yellow.

I was wondering if these LIDL bulbs are Tuya devices which need to be added to devices.js with a fingerprint?
I can't find anything in the manual of these bulbs about Tuya, only that they use the Zigbee 3.0 protocol.
But I guess that if also the Trädfri Hub recognizes the bulb as a TS0505A, then hardware must be equal?

So it may turn out that the E27, E14 and GU10 Lidl color bulbs all have the same hardware, all recognized as TS0505A devices?

Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue Dec 1, 2020
@Koenkk
Copy link
Owner

Koenkk commented Dec 1, 2020

Device is now recognized as HG06106B, note this is just a cosmetic change.

Changes will be available in the latest dev branch in a few hours (https://www.zigbee2mqtt.io/how_tos/how-to-switch-to-dev-branch.html)

@Anjerlaan
Copy link
Author

Thanx man! This device has no OTA properties I guess?

@Koenkk
Copy link
Owner

Koenkk commented Dec 2, 2020

No (did not see it for TuYa devices yet)

@Anjerlaan
Copy link
Author

Anjerlaan commented Dec 2, 2020

Hmmm...then it maybe better to stick with the IKEA products...same price but with OTA

Is it sure we are not missing capabilities of these devices and assume the TS0505A entry represents the same capabilities?

What if I temporarily comment in the devices.js the TS0505A entry, and reconfigure the device, which would be paired as an unsupported device.
Maybe it shows more information?

@Koenkk
Copy link
Owner

Koenkk commented Dec 2, 2020

@Anjerlaan I'm not sure what more features you expect, currently we use light features. Note that Lidl devices actually are white labeled TuYa devices.

@Anjerlaan
Copy link
Author

@Anjerlaan I'm not sure what more features you expect, currently we use light features. Note that Lidl devices actually are white labeled TuYa devices.

I hoped for devices with OTA capability with the new Lidl smart bulbs...thanx anyway

@maichai
Copy link

maichai commented Dec 2, 2020

There are 3 RGB+CCT models sold by Lidl currently:

GU10 RGB+CCT: Model is TS0505A by _TZ3000_kdpxju99.
E27 RGB+CCT: Model is TS0505A by _TZ3000_dbou1ap4
E14 RGB+CCT: Model is TS0505A by _TZ3000_odygigth.

Can we haz support for all 3 different models in m2z, please :)

@Anjerlaan
Copy link
Author

E14 RGB+CCT: Model is TS0505A by _TZ3000_odygigth

The "E14 RGB+CCT: Model is TS0505A by _TZ3000_odygigth" version is already added as model HG06106B by @Koenkk
It is now in the latest dev branch

@Anjerlaan
Copy link
Author

Device is now recognized as HG06106B, note this is just a cosmetic change.

Changes will be available in the latest dev branch in a few hours (https://www.zigbee2mqtt.io/how_tos/how-to-switch-to-dev-branch.html)

@Koenkk you have added this device with vendor name: Silvercrest, but according to the Lidl site and manual of the bulbs the vendor is Livarno Lux https://www.lidl-shop.nl/LIVARNO-LUX-RGB-LED-lamp-Zigbee-Smart-Home/p100306623.

There are indeed other Lidl smart home products on their site with the vendor name Silvercrest

@Koenkk
Copy link
Owner

Koenkk commented Dec 2, 2020

Closing, see #5164 (comment)

@Koenkk Koenkk closed this as completed Dec 2, 2020
@DenisBY
Copy link

DenisBY commented Dec 12, 2020

Sorry for a little off topic. How you did a reset? I tried on/off in different variations. Turned off, then turn on/off 3 times, then long on. Nothing. Turned on, turn off, wait 5 seconds, on/off 3 times, on - nothing. Is there some trick?

@Anjerlaan
Copy link
Author

Start with off, then 3x on/off...and on.
Try short offs

@DenisBY
Copy link

DenisBY commented Dec 16, 2020

Thanks. Did it in the following way: 3 seconds on, 1 second off. And it starts to blink on 3rd ON instead of 4th.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

4 participants