tech-controllers
tech-controllers copied to clipboard
Humidity
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 ?
Which models do you have?
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.
Yes, you can it's my example

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') }}" `
Yes, but i'm speaking about Humidity not temperature. In this integration with HA I dont have this data.