dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.89k stars 496 forks source link

Cant control Philips LLC010 as single device #5614

Closed yesnomaybewtf closed 2 years ago

yesnomaybewtf commented 2 years ago

Describe the bug

I added a Philips LLC010 (Iris) to my setup. Im not able to switch it on, change color etc pp, except when im switching on/off the whole group where the lamp is added. Via Hue Essentials im able to change color etc, but also only when im doing this on the group.

Steps to reproduce the behavior

Add LLC010 to deconz, try to change color on the single lamp.

Expected behavior

Well, i expect to change color etc on this single lamp, not on the group

Screenshots

Environment

deCONZ Logs

Trying to switch the light on via Home (iOS). { "08:16:13:209": { "e": "changed", "id": "29", "r": "lights", "state": { "alert": "none", "bri": 254, "colormode": "xy", "effect": "none", "hue": 52457, "on": true, "reachable": true, "sat": 254, "xy": [ 0.1438, 0.7997 ] }, "t": "event", "uniqueid": "00:17:88:01:00:0d:8e:70-0b" } } Trying to switch the light on via Phoscon App: { "08:17:55:1": { "e": "changed", "id": "29", "r": "lights", "state": { "alert": "none", "bri": 254, "colormode": "xy", "effect": "none", "hue": 52457, "on": true, "reachable": true, "sat": 254, "xy": [ 0.1438, 0.7997 ] }, "t": "event", "uniqueid": "00:17:88:01:00:0d:8e:70-0b" } }

Additional context

Mimiix commented 2 years ago

Hi,

Can you provide screenshots of all clusters?

yesnomaybewtf commented 2 years ago

Hey Dennis, is a screenshot from the vnc ok?

Von meinem iPhone gesendet

Am 28.12.2021 um 10:22 schrieb Dennis D @.***>:

 Hi,

Can you provide screenshots of all clusters?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.

Mimiix commented 2 years ago

Sure, but make sure to have all clusters

yesnomaybewtf commented 2 years ago

Here we go. The node Kugel ist the LLC010, strangly i dont see a link to another node, but im able to turn it on with the Phoscon App

deconz_vnc

.

Mimiix commented 2 years ago

We need all clusters read https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/How-to-read-Clusters

yesnomaybewtf commented 2 years ago

Sorry, the screenshots are attached

Bildschirmfoto 2021-12-28 um 19 47 22 Bildschirmfoto 2021-12-28 um 19 47 37 Bildschirmfoto 2021-12-28 um 19 48 05 Bildschirmfoto 2021-12-28 um 19 48 27 Bildschirmfoto 2021-12-28 um 19 48 51 Bildschirmfoto 2021-12-28 um 19 49 09 Bildschirmfoto 2021-12-28 um 19 49 37 Bildschirmfoto 2021-12-28 um 19 50 23 Bildschirmfoto 2021-12-28 um 19 51 41

.

Mimiix commented 2 years ago

@ebaauw is this one you can integrate?

ebaauw commented 2 years ago

OP didn't read the cluster values, or the Read failed as well.

The LLC010 is a Hue Living Color Iris, a first-generation, gamut-A Color Light. I don't have that model myself, but afaik it uses the same firmware as the Hue Bloom (LLC011) and original Hue light stripe (LST001). These have been supported by deCONZ and by the REST API plugin for at least six years, even before my time.

If a light can be controlled through a group, but not directly, that usually indicates routing issues on the Zigbee network. Do you see any Zigbee errors in the deCONZ log? Did you try and power cycle the light? Did you try to enable or disable source routing?

The node Kugel ist the LLC010, strangly i dont see a link to another node, but im able to turn it on with the Phoscon App

That means the light hasn't been reported by any router in their neighbour table. Could just be a timing issue; the routes are refreshed at low priority in background, but could also mean that indeed none of the other routers know of this light. This would cause unicast commands to fail, as the gateway wouldn't know where to send them. Again, power cycling the light (causing a Device Announcement) should probably fix this situation (at least temporarily).

yesnomaybewtf commented 2 years ago

Its very strange. The lightstrip next to the iris works well, also the bloom, one floor above. I placed the iris now in the room where my deconz stick is located. The iris now has connections to other nodes, and changing color etc works well. Its not the optimal solution, but the best for now.

Thanks for your help!

Pindar commented 2 years ago

@yesnomaybewtf I'm experiencing the exact same problem. Did you make any progress?

yesnomaybewtf commented 2 years ago

@yesnomaybewtf I'm experiencing the exact same problem. Did you make any progress?

The only thing that helped was placing the bloom next to my deconz stick. So the bloom has a direct connection to deconz without any other device between.

Pindar commented 2 years ago

Same here. Controlling within one group works fine too but no direct control in far distance. It's a pity.

yesnomaybewtf commented 2 years ago

Convinced my wife to buy another lightstrip, and now got the iris in my room :)