puddly
puddly
Do you have an automation that relies on `unique_id`? Unfortunately, `unique_id: 38:5b:44:ff:fe:a7:cc:69:1:0x0006` was not unique in 2025.4.0: devices that had both client and server OnOff clusters on the same endpoint...
I'll see if we can add something to revert the behavior for these events. This format will change in the future but this was not something that should have changed...
Interesting. What are you trying to do with this script?
We generally won't be able to create scripts in `zigpy/zha` because ZHA is supposed to be a library that can be used outside of Home Assistant. I think it would...
This error says that the connection to the radio was lost and a pending request was cancelled. Does the radio work?
ZHA and Deconz can't both be running at the same time so if you have one, you should get rid of the other.
@proasnet Could you make a PR with this quirk?
The device sends commands to the coordinator to determine if it's joined to a Legrand hub or not. You need to figure out what exactly it's sending to do this.
Can you link to where you implement this? We can probably implement this by matching the IEEE prefix or model info.
This will likely be improved by https://github.com/zigpy/bellows/pull/646 (in the next beta) if your devices are battery operated. Note that nothing changed between 2024.8.1 and 2024.8.2 (and in many many months...