Quantcast
Viewing all articles
Browse latest Browse all 104769

Wind chill

@jeppper wrote:

I want to show wind chill temperature and have used a value-template for that. This is working fine.

      windchill:
        value_template: '{{(13.12 +0.6215*float(states.sensor.out_temp.state) -11.37*(float(states.sensor.yr_wind_speed.state)*3.6)**0.16 +0.3965*float(states.sensor.out_temp.state)*(float(states.sensor.yr_wind_speed.state)*3.6)**0.16) | round(1) }}'
        unit_of_measurement: '°C'
        friendly_name: Wind chill

However the wind chill temperature is defined only for temperatures at or below 10 °C and wind speeds above 1.34 m/s.
Is it somehow possible to integrate this into the template, so when these conditions are not fulfilled the wind chill temperature shows “NA”?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 104769

Trending Articles