home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.7k stars 28.86k forks source link

ZHA does not expose all Sonoff TRVZB attributes #117862

Open sleveille4 opened 1 month ago

sleveille4 commented 1 month ago

The problem

Since FW 1.1.4 and above many attributes of Sonoff TRVZB are available, but throught ZHA only a few are exposed.

list of attributes available: https://www.zigbee2mqtt.io/devices/TRVZB.html

What version of Home Assistant Core has the issue?

core-2024.5.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ZHA

Link to integration documentation on our website

No response

Diagnostics information

see attached file

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response zha-0b1a34e287d3bcd52c1812e82aa1afc4-SONOFF TRVZB-1ed47ab5fd8648c2bfedfa5fcf2fe153.json

home-assistant[bot] commented 1 month ago

Hey there @dmulcahey, @adminiuga, @puddly, @thejulianjes, mind taking a look at this issue as it has been labeled with an integration (zha) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `zha` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign zha` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


zha documentation zha source (message by IssueLinks)

puddly commented 1 month ago

Manufacturer-specific attributes aren't exposed without a quirk. Please make a pull request in the ZHA quirks repo: https://github.com/zigpy/zha-device-handlers

sleveille4 commented 1 month ago

noted, will add in the dedicated TRVZB discussion in the github you linked, thanks, was not aware it existed