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.73k stars 28.88k forks source link

Humidity missing in Shelly Wall Display #119816

Closed Guenni9 closed 2 weeks ago

Guenni9 commented 2 weeks ago

The problem

Using the shelly wall display as climate-entity, only the temperature is shown. The humidity is missing. Other integrations with climate entity shows it correctly. I suppose, the "current_humidity" wasn't passed to Home Assistant by the Shelly Integration

What version of Home Assistant Core has the issue?

core-2024.6.3

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

Shelly

Link to integration documentation on our website

https://www.home-assistant.io/integrations/shelly

Diagnostics information

The attributes using the developer tools:

`hvac_modes:

Example YAML snippet

No response

Anything in the logs that might be useful for us?

a missing attribute "current_humidity: xx"

Additional information

Standard display of the shelly wall display climate entity: image

Using the developer tools and adding the attribute e.g."current_humidity: 33" shows the humidity of 33% correct in the climate entity:: image

home-assistant[bot] commented 2 weeks ago

Hey there @balloob, @bieniu, @thecode, @chemelli74, @bdraco, mind taking a look at this issue as it has been labeled with an integration (shelly) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `shelly` 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 shelly` 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)


shelly documentation shelly source (message by IssueLinks)

Guenni9 commented 2 weeks ago

Forgot to say, I'm using the newest 2.15: Firmware: 20240522-153430/1.2.15-7a6ae41e Hardware: gen2 (SAWD-0A1XX10EU1)

bieniu commented 2 weeks ago

The Wall Display itself doesn't show the humidity value for the thermostat unit.

obraz

Humidity is available as sensor entity in HA.

I'm not sure if the climate entity should show the humidity value if it can't control the humidity.

Guenni9 commented 2 weeks ago

Thank you @bieniu , I have many Homematic-IP thermostats, and they all show additionally the humidity but just for information. There is also no possibility to control humidity. It was for me only cosmetic, to see humidity additionally, without the need of an extra entity row, like this: image Shelly without humidity: image

Could I add the attribute "current_humidity" by myself into the climate entity, maybe using a template or automation?