Silvercrest / Lidl Smarthome

Where more precisely do you add this code?
Thanks!

Here to confirm that lidl zigbee bulb e14 socket works well with Sonoff Zbbridge running tasmota 9.1.0.
Can change colors, dim etc.
Only thing I’m missing is the effects/color loops

Do you get the option to select effects for theese bulbs? Because I don’t…

Anyone in the UK found the extension lead in store? I searched 3 local stores, they had everything but the lead…

I’ve managed to get one in the morning, they had 3-4 more (Warrington).

Just found this thread. I should have posed this question here! Thanks

Got one here too, looks a nice unit.
EDIT: comes up as unsupported in Z2M. I can’t add it manually either as I’m using docker on a read only file system :frowning:

That is your opinin, however I think that you will have a much greater chance of create a new seperate thread that will soley discuss that Silvercrest WiFi fan as discussion here so far is all about Zigbee.

Hey I’ve created a PR for the UK one based on your changes. Couldn’t figure out how to do it on the master, I couldn’t see anything for the HG06338 in devices.js :thinking:

EDIT: I think github was playing up or something! Anyway, turns out someone had already put in a PR and it’s now in dev branch.

1 Like

In case it can help somebody: just got 2 E14 color bulb, working flawlessly with rpi 3b+, conbee 2 and deconz integration.

I’m also struggling with this wifi fan. Please keep me updated if you find anything.

Has anyone managed to get some effects working from ZHA integration with theese zigbee bulbs?

The easiest way I found out is to add the fan to the Tuya app from your phone and create an automation in the app.

For example, turn on fan automation and then a turn off automation.

Add an integration for the Tuya in Home Assistant and it should appear there and it’ll be good to go.

This way i can at least remote control the fan from Home Assistant and for now it’ll do the trick.

Gonna dig deeper later on and keep an eye out for a better integration.

This is a kind of workaround for now.

Hope it helps.

I would like to know this as well.
Effects are not working for me… It just flashes one time and that is it.

Even if this could be done via the Tuya integration, this is Cloud isn’t it? Not very attractive then.
Seems the only safe, local, solution would be the locally attached usb stick, or maybe the Hue hub?

Not even sure if the Lidl hub itself is local only, or also going the Tuya route? Would anyone have more info on that?

May I ask how you even managed to get a single flash off? :stuck_out_tongue:

The Lidl hub works with the Tuya integration, so not local. Use Zigbee2mqtt if you want local.

Hello together

So I’ve just got a bunch of lamps from Lidl incl. gateway. I’ve searched and found not a fast solution to add the gateway, but I can confirm that the color-led-strip, GU10 spots (color and white) are perfectly working with HUE. The status after power-fault isn’t working like the hue and isn’t supported, but the rest looks fine and I was able to load it into HA. So If you need to get the lamps integrated, try with hue bridge.

I am using the E14 light from Lidl and its connected to Deconz with a Conbee.
I have some questions…
Is the color so bad? If i change it to RGB 255,255,0 that should be yellow but for me its green-ish?

And also when I try to use it in a script including transition it does not care about that.

Is that something that needs to be fixed from Hass or deconz?
Deconz can see the light correctly what I can see…

Vendor: _TZ3000_odygigth
Model: TS0505A

sunrise3:
  alias: 'Wakeup lighting, smooth transition'
  sequence:
    - service: light.turn_on
      data_template:
        entity_id: light.extended_color_light_15
        brightness: 1
        xy_color: [0.67,0.39]
    - delay:
        seconds: 10
    - service: light.turn_on
      data_template:
        entity_id: light.extended_color_light_15
        brightness: 150
        transition: 60

And also another strange thing is…
If you just use color_temp and brightness: 1 that is so strong.
Is it the same for you?

2 Likes

I’m also curious as to the experience of others with the bulbs. I’ll try transitions but what I noticed with the white bulbs (all white tones) is that they constantly seem to flicker slightly. Very annoying.