asev / homeassistant-uponor

Uponor Smatrix Pulse heating/cooling system integration for Home Assistant.
MIT License
44 stars 20 forks source link

Request: Humidity infomation #9

Closed arva-zz closed 4 years ago

arva-zz commented 4 years ago

My thermostats give out humidity information as well. Would it be possible to capture and show this information?

thecem commented 4 years ago

0A5AE0C9-CFE2-4879-9C46-0DB88452BC9A

The humidity information is in the attributes....

asev commented 4 years ago

Thanks @thecem for the quick answer. @arva-zz if you want to have it as separate sensor you can create one

sensor:
  - platform: template
    sensors:
      bad_humidity:
        friendly_name: "Bad humidity"
        unit_of_measurement: "%"
        value_template: "{{ states.climate.bad.attributes.current_humidity }}"
arva-zz commented 4 years ago

Thanks for quick replay and thanks for the uponor integration. Its awesome