Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 108964

Some Hama Thermostat wont show their temperature

$
0
0

Hi guys

I’m new to home assistant and just created a floor plan. In that I want to see the current temperature of the thermostat.
So I created a template with this:

template:
  - sensor:      
      - name: "Temperatur Vorderhaus Bad"
        unique_id: "template_sensor_temperatur_vorderhaus_bad"
        state_class: measurement
        device_class: temperature
        unit_of_measurement: '°C'
        state: "{{ float(state_attr('climate.climate.bad_papa_mama', 'current_temperature')) | round(1) }}"

template:
  - sensor:      
      - name: "Temperatur Wohnzimmer"
        unique_id: "template_sensor_temperatur_wohnzimmer"
        state_class: measurement
        device_class: temperature
        unit_of_measurement: '°C'
        state: "{{ float(state_attr('climate.thermostat_wohnzimmer', 'current_temperature')) | round(1) }}"

template:
  - sensor:      
      - name: "Temperatur Hinterhaus Bad"
        unique_id: "template_sensor_temperatur_hinterhaus_bad"
        state_class: measurement
        device_class: temperature
        unit_of_measurement: '°C'
        state: "{{ float(state_attr('climate.hinterhaus_bad', 'current_temperature')) | round(1) }}"

But now I saw that it only works with 2 out of my thermostats… they are all the same and I added them all the same way… ( imported from the tuya app ) so why are 2 of them working and the rest isn’t?

The temperature is also not showing in the entity - statistic tab except for the two working ones

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 108964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>