Request for support for Silvercrest HG06467 (Lidl)
See original GitHub issueI recently bought the christmas lights and I’m trying to add them to Z2M but I’m a bit stuck. My first try is the following in devices.js:
fingerprint: [
{modelID: 'TS0601', manufacturerName: '_TZE200_s8gkrkxk'}
],
model: 'HG06467',
vendor: 'Silvercrest',
description: 'Smart LED string lights',
supports: 'on/off, color (hue/saturation), brightness, color_temp',
toZigbee: [tz.on_off, tz.tuya_led_control],
fromZigbee: [fz.on_off, fz.tuya_led_controller, fz.brightness, fz.ignore_basic_report],
exposes: [e.light_brightness_colortemp_colorhs()],
},
That does seem to give me the functionality to turn it off and on, but that’s it. I’m also interested in changing the colors and especially using the scenes.
I’ve sniffed out the messages from the Lidl gateway, but I have no idea how to implement this as converters. These are my notes: https://pastebin.com/pcgWVjCp
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (15 by maintainers)
Top Results From Across the Web
Silvercrest / Lidl Smarthome - Home Assistant Community
Request for support for Silvercrest HG06467 (Lidl). opened 03:06PM - 22 Nov 20 UTC. closed 02:50PM - 26 Nov 20 UTC.
Read more >Lidl Christmas lights - Device support - Zigbee2mqtt
Hello, I recently got the Lidl christmas lights and I'm trying to add support for them. So far so good with the following...
Read more >Lidl HG06467 control via MQTT - Zigbee2MQTT
Integrate your Lidl HG06467 via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway.
Read more >ZigBee neue/unbekannte Geräte - ab 1.3.0 - ioBroker Forum
closed [Device Support Request] Lidl 3 way SilverCrest Smart USB Extension Lead TY-HG06338-DK (Tuya TS011F) #3612.
Read more >zigbee2mqtt silvercrest - Paddle Tennis Roma
May 11, 2020 · The Zigbee2MQTT software also supports hundreds of devices out of the ... The device is a Lidl "Silvercrest smart...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Pull request is merged so this issue is resolved.
I get it now, thanks. Got it working (colors and scenes/effects) now roughly. I’ll make sure to fit it into the code standards of the rest of the software and then make a pull request.