TheJulianJES

Results 366 comments of TheJulianJES

When you listen to `zha_event` in the HA developer tools, do you see any events?

I do kind of wish we'd require specifying the platform for `change_entity_metadata`. That would make it much easier to generate translation keys for new ones specified in `change_entity_metadata`, without the...

It's limited per ZCL spec. Search for `LocalTemperatureCalibration` in the Zigbee Cluster Library document. If other thermostats support more, they're doing it out of spec, so we can't know they...

Thanks for the PR! This was implemented with: - https://github.com/zigpy/zha-device-handlers/pull/3346

It's possible that this signature just needs to be added in: https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/xiaomi/aqara/ctrl_ln.py

Ok, please don't post this same issue to all repos. It's a good suggestion and something we have in mind for some repos. It's enough to post these organizational issues...

Thanks for the PR, @rundercaster! I saw and merged a PR created today with the exact change in this PR. I only just saw this again now. Sorry about that....

You should be able to just call `.bind()` on your manufacturer cluster. ZHA calls `bind()` on some clusters automatically, so you can do it there, like in your example, but...

> still missing some button presses dont know how to add those Can you listen to `zha_event` in the developer tools and post the content of what you get for...

Thanks! For reference, also linking Z2M's initial implementation here: https://github.com/Koenkk/zigbee-herdsman-converters/blob/28f3190ff3c9c657db066387cb58644009fb5c10/src/devices/lumi.ts#L5019-L5252 Seems like the device exposes quite a lot. We have a v2 quirk for the FP1E that may share some...