-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Support for Lidl / LivarnoLux RGB+CCT light models: GU10, E14, E27 #5164
Comments
Can you provide the models for all these device? (should start with HG, e.g. for the plug it's HG06337) |
1/3 already seems to be support, https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/devices.js#L15364 |
@Koenkk, you already did one of them: These are the model names, And I think the vendor is not Silvercrest (as you wrote at vendor name) but Livarno lux according to the lidl site and the manual |
Since Lidl uses 3 different names (silvercrest, livarno lux and Melinera) I've changed the vendor to "Lidl" and put the name in front of description, e.g. Livarno Lux E14 candle RGB, Melinera smart LED string lights, Silvercrest smart motion sensor. Now Lidl devices are better to recognise. Assuming this can be closed now. 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 Should the lines: "vendor: 'Silvercrest'" and "description: 'E14 candle'" of the HG06106B not be removed? now there are 2 vendors and descriptions
|
@Anjerlaan you are looking at a diff view (Koenkk/zigbee-herdsman-converters@13be3d2#diff-5520dd49755e0a353d3857b8963a91cb4b8d87a01b6b8eb7bb6cce1c180eac83R15375) red is removed, green is added. (so there is only one of each) |
Sorry your'e right....red and green...I must be color blind ;-) |
The lights work in principle with m2z 1.16.2 - BUT - it would be really nice if the transition time that is provided with the command to change the color/brightness would also be used. Currently there is a short transition of 1-2s to fade from the current brightness/color to the now newly set brightness/color. However, if the command contains a transition time, then the fade should take as long as specified. Can this be done or do these lights not support that? (as a comparison you may look at the Osram/LedVance Smart+ Spot GU10 lights, they do use the fade transition time) |
Hi, Rob |
I saw in the dev branch that there is already support for this devices. @Koenkk, would be possible to add also support for the GU10 non-RGB? I think it would be just as RGB version but without the colorxy part. It is recognized as this device, but it should be this one. This is in my database: {"id":22,"type":"Router","ieeeAddr":"0x588e81fffef18e00","nwkAddr":38633,"manufId":4098,"manufName":"_TZ3000_el5kt5im","powerSource":"Mains (single phase)","modelId":"TS0502A","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":268,"inClusterList":[0,3,4,5,6,8,768,4096],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"modelId":"TS0502A","manufacturerName":"_TZ3000_el5kt5im","powerSource":1,"zclVersion":3,"appVersion":80,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[],"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":{},"lastSeen":1607248360777} Something like this?
Thanks for your help. EDIT: After been playing with devices.js, if removed the tuya TS0502A entry and added that one it works. My problem is that I am not able to make that device to show up in Home assistant. Maybe something related with toZigbee and fromZigbee properties? Not sure about that... |
@goliath888 responded to the HA part in the other issue, added this definition. |
@Koenkk Is possible to add power_on_behavior on this device? |
Information about the device + link
There are 3 RGB+CCT models sold by Lidl under the brand LivarnoLux 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.
data/database.db entry of the device
Note: Model ID all the same for the different sockets! But manufacturer ID differs. This seems odd.
GU10 RGB+CCT:
{"id":redacted,"type":"Router","ieeeAddr":"redacted","nwkAddr":redacted"manufId":4098,"manufName":"_TZ3000_kdpxju99","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_kdpxju99","powerSource":1,"zclVersion":3,"appVersion":80,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[]},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[]}},"appVersion":80,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1606914174834}
E27 RGB+CCT:
{"id":redacted,"type":"Router","ieeeAddr":"redacted","nwkAddr":redacted,"manufId":4098,"manufName":"_TZ3000_dbou1ap4","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_dbou1ap4","powerSource":1,"zclVersion":3,"appVersion":80,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[]},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[]}},"appVersion":80,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1606915778403}
E14 RGB+CCT:
{"id":redacted,"type":"Router","ieeeAddr":"redacted","nwkAddr":redacted,"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":""}}},"binds":[]},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[]}},"appVersion":80,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1606916481672}
The text was updated successfully, but these errors were encountered: