question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Request for support for Silvercrest HG06467 (Lidl)

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:17 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
MichielMagcommented, Nov 26, 2020

Pull request is merged so this issue is resolved.

1reaction
MichielMagcommented, Nov 23, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found