This integration provides sensors for selected variables for past days and today Forecast
Available variables :
Variable | Sensor name | Description |
---|---|---|
Maximum Temperature Minimum Temperature |
sensor.today_maximum_temperature or sensor.d_X_maximum_temperature sensor.today_minimum_temperature or sensor.d_X_minimum_temperature |
Maximum and minimum daily air temperature at 2 meters above ground |
Precipitation Sum |
sensor.today_precipitation_sum or sensor.d_X_precipitation_sum | Sum of daily precipitation (including rain, showers and snowfall) |
Rain Sum |
sensor.today_maximum_temperature or sensor.d_X_maximum_temperature | Sum of daily rain |
Reference Evapotranspiration |
sensor.today_maximum_temperature or sensor.d_X_maximum_temperature | Daily sum of ET₀ Reference Evapotranspiration of a well watered grass field |
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledopen-meteo-past-days
. - Download all the files from the
custom_components/open-meteo-past-days/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Open-Meteo Past days"
If you want to contribute to this please read the Contribution guidelines