-
Notifications
You must be signed in to change notification settings - Fork 788
[Device Support Request] LIVARNO LUX LED Bar (Lidl) #1567
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Same here ... Since there is no progress it seems to be better to return these devices as long as it's possible, huh? |
returning led bars :( |
I just got my Sonoff ZigBee stick and set it up with Zigbee2MQTT in Home Assistant.
Now if you toggle it off and on in HASS, it will include white again. If you toggle the light with deCONZ and Zigbee2MQTT seem to be having the same issue |
The Z2M team seems to have fixed the issues. |
also waiting on this |
The Problem seems to be somewhere in "Color" cluster. This is missing some commands and attributes. I don't know how to add the necessary commands. Here is my try so far Relevant Cluster in z2m is here i guess: https://github.com/Koenkk/zigbee-herdsman/blob/b8a1d713c7edd57e361a28e7f7d75dfe2a1bdd80/src/zcl/definition/cluster.ts#L2429 To be hones... I don't know hot to build quirks |
I guess that the same quirk as for the TS0505A https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/lidl/rgbcct.py can be used. The problem may be that the quirk-detector does not recognize the TS0505B, only the TS0505A. @DMOEdetc did you try your quirks? |
I've tried it out. Sadly the problem stays the same. The white LEDs didn't power off in color mode and disturbed the color tone by a lot. With z2mqtt it worked like a charm but I was not able to port it correctly and currently don't have enough time to try it again :/ |
livarno_ts0505b.py.txt |
It does not work. It's the same thing I've tried before in my reply. The Problem stays the same. The white LEDs don't power off when you switch to color mode. |
Seeing the same effect on my Lidl lights here.
|
@martin3000 Trying suggestion with the info here. https://community.home-assistant.io/t/how-to-setup-local-zha-quirks/341226 |
@martin3000 It recognizes the quirk now, but it doesn't change much in the problem... |
I am able to get the light to turn full RGB now and the color is much better. Red is really red. But I can only get this done by switching between colors on the color wheel. In automation it also works to pick a color, as long as I do not add a brightness. |
@jeroenleenarts how did you manage it? Have yo compared it to the results of z2m? Because there it works properly and through the color wheel it is not really bright. It's the right color but it is very dimmed and that's not how it supposed to be. |
I used the quirck by @martin3000 but it does not seem to work for me. Red is red but light red, not dark red. |
I've n oticed this light bar to be finicky. I wish there was a way to get it to behave better. |
z2m has done it. |
Yes, we know. I've linked all the related Code already :) |
When i switch the power of and on the color is shown correctly and the white LEDs are off. |
Same problem here, would also be interested in a solution :) |
also interessted in a solution. Device is still sold for good price recently |
device is still sold/available :-/ sadly not deep enough in this topic to provide a fix by myself |
It would be great to have proper support for this device but in the mean time there is a little hack you can use. Simply add this yaml as a script in the scripts tab and modify the device name and device id for your light/setup. Now you can simply set a rgb color for the LED bar (like before) and then trigger this script (I personally have a button for this on my dashboard) and after a second only the rgb leds will on. alias: LED Bar Livarno Hack
sequence:
- variables:
rgb: "{{ state_attr('light.tz3210_iystcadi_ts0505b_light', 'rgb_color') }}"
- service: light.turn_on
metadata: {}
data:
brightness_pct: 100
color_temp: 500
target:
device_id: d3784ee7e26bdaf65819f56f83aeb48b
enabled: true
- service: light.turn_on
metadata: {}
data:
rgb_color: "{{ rgb }}"
target:
device_id: d3784ee7e26bdaf65819f56f83aeb48b
mode: single
icon: mdi:palette |
i'll give it a try, thank you :-) |
For me it currently works like it is but I also had this issue previously. You can either add small delays or put the two light commands in a loop so they are executed twice. The transition will always look a bit ugly but at least the rgb mode of the light is useable. |
Just like you said, running it twice helped me. With only one execution it only worked in about 5% of the cases and with the double execution about 95%. Delays did nothing. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions. |
Still not working with ZHA. |
Is your feature request related to a problem? Please describe.
Changing the brightness or color temperature on the LED bar, leads to the color net being set correctly. (can be fixed temporarily by cutting power to the device for a moment)
It seems like the white LEDs never turn off after they have been turned on once (they turn off when the device is switched off in HA, but always turn on again when the device is switched on. This way the colors seem washed out when setting a color)
Describe the solution you'd like
a quirk for the device, so the colors behave as they should
Device signature - this can be acquired by clicking on the "Zigbee Device Signature" button in the device settings
Diagnostic information - this can be acquired by clicking on the "Download Diagnostics" button in the device settings
The text was updated successfully, but these errors were encountered: