Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lidl bulb TS0505A has lost colours #7644

Open
2 tasks done
LeoeLeoeL opened this issue Feb 26, 2024 · 20 comments
Open
2 tasks done

Lidl bulb TS0505A has lost colours #7644

LeoeLeoeL opened this issue Feb 26, 2024 · 20 comments

Comments

@LeoeLeoeL
Copy link

Does the issue really belong here?

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

Is there already an existing issue for this?

  • 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

Copy link
Contributor

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 github-actions bot added the stale label Mar 19, 2024
@LeoeLeoeL
Copy link
Author

Is there anybody out there?

@github-actions github-actions bot removed the stale label Mar 20, 2024
Copy link
Contributor

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 github-actions bot added the stale label Apr 10, 2024
@LeoeLeoeL
Copy link
Author

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

@ebaauw
Copy link
Collaborator

ebaauw commented Apr 10, 2024

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.

@LeoeLeoeL
Copy link
Author

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)

@ebaauw
Copy link
Collaborator

ebaauw commented Apr 10, 2024

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?

@LeoeLeoeL
Copy link
Author

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"
}

@ebaauw
Copy link
Collaborator

ebaauw commented Apr 10, 2024

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.

@LeoeLeoeL
Copy link
Author

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?

@ebaauw
Copy link
Collaborator

ebaauw commented Apr 10, 2024

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

@LeoeLeoeL
Copy link
Author

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

@Mimiix
Copy link
Collaborator

Mimiix commented Apr 10, 2024

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

@LeoeLeoeL
Copy link
Author

Tks, I shall try.

@github-actions github-actions bot removed the stale label Apr 11, 2024
Copy link
Contributor

github-actions bot commented May 2, 2024

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 github-actions bot added the stale label May 2, 2024
@LeoeLeoeL
Copy link
Author

Keeping alive

@Mimiix
Copy link
Collaborator

Mimiix commented May 2, 2024

Keeping alive

Did you test the DDF yet?

@LeoeLeoeL
Copy link
Author

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.

@github-actions github-actions bot removed the stale label May 3, 2024
Copy link
Contributor

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 github-actions bot added the stale label May 24, 2024
@LeoeLeoeL
Copy link
Author

Up

@github-actions github-actions bot removed the stale label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants