deconz-rest-plugin icon indicating copy to clipboard operation
deconz-rest-plugin copied to clipboard

Lidl bulb TS0505A has lost colours

Open LeoeLeoeL opened this issue 1 year ago • 18 comments
trafficstars

Does the issue really belong here?

  • [X] I definitively want to report a bug within deCONZ or its REST-API

Is there already an existing issue for this?

  • [X] I have searched the existing issues and there is none for the bug at hand

Describe the bug

It's impossible to set an RGB colour. Only "whites" are available.

Steps to reproduce the behavior

Move the sliders in Phoscon never show a colour. Same behaviour in Home Assistant.

Expected behavior

Set a colour

Screenshots

No response

Environment

  • Host system: (Raspberry Pi)
  • Running method: (Raspbian)
  • Firmware version: (26780700)
  • deCONZ version (not Home assistant Addon version!): (2.25.3)
  • Device: (ConBee II)
  • Do you use an USB extension cable: (yes) -- only relevant for ConBee I/II/III
  • Is there any other USB or serial devices connected to the host system? If so: Which?

deCONZ Logs

No response

Additional context

For info, the lamp has the same issue in Zigbee2MQTT (using a Sonoff ZB Dongle-P). The lamp works nomally if paired to a Hue bridge or Lidl bridge

LeoeLeoeL avatar Feb 26 '24 22:02 LeoeLeoeL

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

github-actions[bot] avatar Mar 19 '24 01:03 github-actions[bot]

Is there anybody out there?

LeoeLeoeL avatar Mar 19 '24 13:03 LeoeLeoeL

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

github-actions[bot] avatar Apr 10 '24 01:04 github-actions[bot]

I really would like to know if my mesh is the only one in the world that suffers this issue.

LeoeLeoeL avatar Apr 10 '24 09:04 LeoeLeoeL

Is the light exposed by DDF or by legacy code? Please attach deCONZ GUI screenshots so the node, including endpoints and clusters, and of the _Basic _ and Color Control cluster attributes, making sure to read these first.

ebaauw avatar Apr 10 '24 10:04 ebaauw

Hi, nice to see you. Legacy code

image Basic image On/Off image Level Control image Color Control image These Livarno lights worked OK until 6 months ago (or something more)

LeoeLeoeL avatar Apr 10 '24 15:04 LeoeLeoeL

What about the other attributes in Color Control? Notably Color Capabilities (0x400A).

And what does the API resource look like? In particular: does it expose state/xy?

ebaauw avatar Apr 10 '24 15:04 ebaauw

Everything else I didn't show is greyed. { "capabilities": { "alerts": [ "none", "select", "lselect" ], "color": { "ct": { "max": 65279, "min": 0 }, "modes": [] } }, "colorcapabilities": 0, "config": { "groups": [ "0", "3" ] }, "ctmax": 65279, "ctmin": 0, "etag": "610fa80cab1ba813d2fb2abc71a3a9a4", "hascolor": true, "lastannounced": "2024-03-21T01:11:38Z", "lastseen": "2024-04-10T15:26Z", "manufacturername": "_TZ3000_dbou1ap4", "modelid": "TS0505A", "name": "Extended color light 7", "state": { "alert": "none", "bri": 255, "colormode": "xy", "ct": 189, "effect": "none", "hue": 0, "on": false, "reachable": true, "sat": 254, "xy": [ 0.3012, 0.1183 ] }, "swversion": null, "type": "Extended color light", "uniqueid": "84:2e:14:ff:fe:02:c0:3e-01" }

LeoeLeoeL avatar Apr 10 '24 15:04 LeoeLeoeL

Ok, as I expected, the light doesn't expose Color Capabilities (colorcapabilities is 0). But the legacy code still exposes state/xy. Can you change the light's colour through the API (PUT to state of {"xy": [1.0, 0.0]} should turn the light red-ish)? Maybe this is a limitation of Phoscon?

Anyways, the best resolution probably is to create a proper DDF for the light, defaulting the colour capabilities.

ebaauw avatar Apr 10 '24 16:04 ebaauw

Can you change the light's colour through the API (PUT to state of {"xy": [1.0, 0.0]} should turn the light red-ish)?

How can I do that?

LeoeLeoeL avatar Apr 10 '24 16:04 LeoeLeoeL

Using any REST client, like Postman, or even curl.

ebaauw avatar Apr 10 '24 18:04 ebaauw

At this time, I think, it's beyond my possibilities.

LeoeLeoeL avatar Apr 10 '24 19:04 LeoeLeoeL

At this time, I think, it's beyond my possibilities.

You can find out how to do it here https://dresden-elektronik.github.io/deconz-rest-doc/getting_started/

It's a very comprehensive guide

Mimiix avatar Apr 10 '24 19:04 Mimiix

Tks, I shall try.

LeoeLeoeL avatar Apr 10 '24 19:04 LeoeLeoeL

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

github-actions[bot] avatar May 02 '24 01:05 github-actions[bot]

Keeping alive

LeoeLeoeL avatar May 02 '24 08:05 LeoeLeoeL

Keeping alive

Did you test the DDF yet?

Mimiix avatar May 02 '24 10:05 Mimiix

Not yet. In this time I tried to create DDF for Vimar Covering devices but with non luck and 3 days to have one device working again.

LeoeLeoeL avatar May 02 '24 10:05 LeoeLeoeL

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

github-actions[bot] avatar May 24 '24 01:05 github-actions[bot]

Up

LeoeLeoeL avatar May 24 '24 08:05 LeoeLeoeL

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

github-actions[bot] avatar Jun 15 '24 01:06 github-actions[bot]

Strange no other people suffer this issue

LeoeLeoeL avatar Jun 15 '24 10:06 LeoeLeoeL

Please test the DDF , otherwise I'm closing this.

Mimiix avatar Jun 15 '24 11:06 Mimiix

I'm not able to generate the DDF. If you can provide I'll be glad to test it.

LeoeLeoeL avatar Jun 15 '24 11:06 LeoeLeoeL

I'm not able to generate the DDF. If you can provide I'll be glad to test it.

It's explained properly here

https://dresden-elektronik.github.io/deconz-rest-doc/getting_started/

If you are not willing to follow or try at all, we are not able to get this resolved.

Mimiix avatar Jun 15 '24 11:06 Mimiix

Taking in account this issue is an effect of a previous deconz update, I think dresden-elektronik should provide to fix the regression.

LeoeLeoeL avatar Jun 15 '24 11:06 LeoeLeoeL

Taking in account this issue is an effect of a previous deconz update, I think dresden-elektronik should provide to fix the regression.

And for that, some details are needed from the device.

As your not willing to provide the requested information, im closing this issue.

If you or anyone provides the info after closing, im happy to reopen.

Mimiix avatar Jun 15 '24 11:06 Mimiix

Nice way to solve problems. Instead asking me (I'm an user, not an expert), you should ask to the developers why these bulbs work OK in HUE, ZHA and Zigbee2MQTT and not in Deconz.

LeoeLeoeL avatar Jun 15 '24 11:06 LeoeLeoeL

Nice way to solve problems. Instead asking me (I'm an user, not an expert), you should ask to the developers why these bulbs work OK in HUE, ZHA and Zigbee2MQTT and not in Deconz.

Because some user provided the required information :)

Also, a dev already answered here. It's because the bulb is not following zigbee.

Mimiix avatar Jun 15 '24 11:06 Mimiix

if you like misteries, I have one just discovered. If I switch on the lamp using TOOGLE command in deconz I see the colour. If I switch on the lamp using ON command in deconz I see only white.

Regarding users that provide infos... I don't think HUE needs. Hue works perfectly with lamps always. And, even if the device is not 100% zigbee compliant, it's a fact it works badly only in deconz.

LeoeLeoeL avatar Jun 16 '24 20:06 LeoeLeoeL