luar123

Results 96 comments of luar123

There might be multiple issues and/or bugs but the most obvious is that your `attribute_id` always needs to be `0`. This is the zigbee attribute ID in the cluster. Please...

Format your yaml as code block please. You can find all information about ZigBee clusters and attributes in Zigbee Cluster Library (see readme).

It is a bug in z2m: https://github.com/Koenkk/zigbee2mqtt/issues/27925 Until fixed you could use ZHA or create an external definition.

The values should be between 0 and 1 if the xy value is within the RGB color space. If it is outside then there will be clipping. I don't know...

Fixed in [6240102](https://github.com/luar123/zigbee_esphome/commit/6240102996ad8d037123684f10049f01eb9165dc) Thanks to @louiecaulfield

I didn't look into battery powered devices yet, but I think there is a bug that needs a fix with the `zb_set_ed_node_descriptor` function: https://github.com/espressif/arduino-esp32/issues/10612 There is no real documentation for...

I would be interested in a small example to reproduce the issue.

Thanks, now I get it. Two thoughts: 1. I would say this is the intended behavior. If control client A sends a request to snapserver all other control clients get...