933595fc3de7502655be78763365e337ec0cf112
Home Assistant Weather Records
Store long-term weather records (such as high/low temperatures, maximum wind speed, and rainfall totals) in Home Assistant using standard helpers and automations.
Prerequisites
Before installing the automations, you need to create the required helper entities. Go to Settings > Devices & Services > Helpers in Home Assistant and create the following items:
Input Numbers
input_number.day_temp_maxinput_number.day_temp_mininput_number.day_wind_maxinput_number.highest_daily_recorded_rainfallinput_number.highest_weekly_recorded_rainfallinput_number.highest_monthly_recorded_rainfallinput_number.highest_recorded_tempinput_number.lowest_recorded_tempinput_number.highest_recorded_wind_speedinput_number.last_month_raininput_number.rain_yesterday
Input Datetimes
input_datetime.day_temp_max_timeinput_datetime.day_temp_min_timeinput_datetime.highest_daily_rainfall_dateinput_datetime.highest_weekly_rainfall_dateinput_datetime.highest_monthly_rainfall_dateinput_datetime.highest_temp_dateinput_datetime.lowest_temp_dateinput_datetime.highest_wind_speed_date
Installation
- Create all the helper entities listed above.
- Copy the automation files into your Home Assistant
automations.yamlor include them via separate automation files. - Important: Open the imported automations and replace the placeholder sensor entities (e.g.,
gw1100a_v2_2_3_###) with your actual weather station entity IDs. - Reload your automations in Home Assistant.
Description
Store long term weather records in Home Assistant using helpers.
https://unknownuniverse.uk
71 KiB