tech-controllers icon indicating copy to clipboard operation
tech-controllers copied to clipboard

Humidity

Open mariusnauj opened this issue 3 years ago • 4 comments

I have room termostats with humidity data and I see this info in Tech application or web. It's possible to get this data and i HA ?

mariusnauj avatar Nov 07 '22 16:11 mariusnauj

Which models do you have?

jontofront avatar Nov 08 '22 14:11 jontofront

I have this:

https://tech-controllers.com/p/eu-r-8b-plus

They have Humidity info, and I see this info in each zone in Tech controller app or web.

mariusnauj avatar Nov 09 '22 07:11 mariusnauj

Yes, you can it's my example image

Also you cn extract it separatly. example: `

  • platform: template sensors: temperature: unique_id: living_room_current_temp friendly_name: "Living room current temp" device_class: "temperature" unit_of_measurement: "°c" value_template: "{{ state_attr('climate.living_room', 'current_temperature') }}" `

jontofront avatar Nov 09 '22 13:11 jontofront

Yes, but i'm speaking about Humidity not temperature. In this integration with HA I dont have this data.

mariusnauj avatar Nov 10 '22 05:11 mariusnauj