I have a sensi smart thermostat that I’m pulling into HA via HomeKit. This then appears as a generic thermostat with sensors for heat mode, current/target temp etc.
The device itself has a humidity sensor and this data appears in the official Sensi app, so I know it exposes it. However, it does not appear as a state attribute or sensor in HA.
I also have the same thermostat and notice the same thing. If the phone app sees the humidity, it must be there. Sure would be nice to have it available for Home Assistant.
Update: I installed SmartThings and it does show the humidity. I did have to create a Nabu Casa Account which gives 30 day trial. In the Template editor I did this:
SmartThings Sensi says Temp = {{ state_attr(“climate.modine_heater”,“current_temperature”) }}°F
SmartThings Sensi says Humidity = {{ state_attr(“climate.modine_heater”,“current_humidity”) }}%
and it does retrieve the values. #1 I’d like to set up SmartThings without the cloud. #2 Currently trying to get these values to display on the dashboard.
Were you ever able to extract the humidity value separately? I would like to do the same. Pull out the value for each thermostat I have and put them in one place.