-
Notifications
You must be signed in to change notification settings - Fork 46
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
Device showing up weird cluster endpoints on ZHA #153
Device showing up weird cluster endpoints on ZHA #153
Comments
Yeah, those parameters looks weird, but they are required for thermostat UI cluster that I'm using to change Cº/Fº. You can disable these entities freely. |
I'm observing the same, no mention of the new customization attributes in the ZHA interface or diagnostic output. I've never worked on Zigbee stuff before and it looks like here is where the device is defined for zigbee2mqtt, but I can't find any mention of the device in zigpy (what ZHA uses.) It looks like a special device handler may need to be written for the nonstandard customization attributes to work in ZHA. |
Here's a ZHA quirk I wrote that fixes the issue you're seeing and exposes the display configuration attributes in the zigbee management interface: link. You can enable it by following the Home Assistant instructions here: https://community.home-assistant.io/t/how-to-setup-local-zha-quirks/341226. I am hoping to get it upstreamed into the main zha-device-handlers repo. (zigpy/zha-device-handlers#3329) |
Hello,
I'm using the latest firmware (0x11003001) on HA 2024.5.5 with ZHA
When trying to use the attributes of the User interface cluster, I see this attributes:
Which do not match the description provided in the repository.
However, I've been able to successfully use them with ZHA_Toolkit.
Also the thermometers show this entities when paired, and I think there might be something wrong:
The text was updated successfully, but these errors were encountered: