w.Intercom = i;Tado X - Matter - Sensor Temperature - Home Assistant — tado° Community

Tado X - Matter - Sensor Temperature - Home Assistant

I have a new Tado X Smart Thermostat installed in my home.
Using Matter i connected it to my Home Assistant.

Now i see i have three entities to use
1 control (thermostat)
1 sensor (humidity)
1 configuration

I would really like to create a graph with my inside temperature compared with outside temperature. But i can't find a way to access my inside temperature. Is it possible to do this using the control? Otherwise i would like to ask if the measured temperature from the thermostat is included in Matter.

Comments

  • Hi @Hylkewolf , I've purchased a Tado X Wireless Smart Thermostat and added to Home Assistant. Is working for you? Because sensors are working fine, but thermostat is not setting temperature to boiler correctly (is not acting) and is not updating anything in Tado APP.

    I've opened a case with tado support, just in case.

    Thanks for your response.

  • Hello @Hylkewolf, you can get the temperature with a template:

    {{state_attr('climate.xxx','current_temperature')}}

    xxx = Name of the Tado X Smart Thermostat in Home Assistant.

    You kann create a HA-Helper to get a new sensor: