How to create template sensor for forecasted precipitation (Openweathermap or Met.no)?
I’ve seen more than a couple of topics about it and all of them say to use attributes, what makes sense but I can’t find them in my integrations.
Met.no:
temperature: 10.8
dew_point: -1.2
temperature_unit: °C
humidity: 43
cloud_coverage: 19.1
uv_index: 2.2
pressure: 1022
pressure_unit: hPa
wind_bearing: 356.3
wind_gust_speed: 41.8
wind_speed: 19.4
wind_speed_unit: km/h
visibility_unit: km
precipitation_unit: mm
attribution: >-
Weather forecast from met.no, delivered by the Norwegian Meteorological
Institute.
friendly_name: met.no
supported_features: 3
and Openweathermap:
temperature: 8.5
apparent_temperature: 5.8
dew_point: 2.3
temperature_unit: °C
humidity: 65
cloud_coverage: 34
pressure: 1022
pressure_unit: hPa
wind_bearing: 16
wind_gust_speed: 18.54
wind_speed: 17.1
wind_speed_unit: km/h
visibility_unit: km
precipitation_unit: mm
attribution: Data provided by OpenWeatherMap
friendly_name: OpenWeatherMap
supported_features: 3
I would like to create sensor for forecasted daily precipitation and use it in my irrigation automation… How to do it?
3 posts - 2 participants