dwd_weather
Deutscher Wetterdienst integration for Home-Assistant.
https://github.com/fl550/dwd_weather
Category: Atmosphere
Sub Category: Meteorological Observation and Forecast
Keywords
deutscher-wetterdienst dwd dwd-weather hacs hass home-assistant homeassistant weather weather-entity weather-forecast
Keywords from Contributors
varta varta-storage
Last synced: 1 day ago
JSON representation
Repository metadata
Deutscher Wetterdienst integration for Home-Assistant
- Host: GitHub
- URL: https://github.com/fl550/dwd_weather
- Owner: FL550
- License: mit
- Created: 2020-08-06T12:03:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T13:37:01.000Z (18 days ago)
- Last Synced: 2025-04-20T12:10:34.501Z (7 days ago)
- Topics: deutscher-wetterdienst, dwd, dwd-weather, hacs, hass, home-assistant, homeassistant, weather, weather-entity, weather-forecast
- Language: Python
- Homepage:
- Size: 1.95 MB
- Stars: 223
- Watchers: 3
- Forks: 15
- Open Issues: 10
- Releases: 87
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
README.md
DISCLAIMER: This project is a private open source project and doesn't have any connection with Deutscher Wetterdienst.
Features
- Forecast
- Daily and hourly, fully integrated into HA weather cards with daily min and max
- Provides condition, temperature, pressure, humidity, wind speed and visibility
- Weather reports
- Weather Charts
- Precipitation radar loop
- Maximum feels like Temperature
- UV-Index
- Pollen
- Satellite RGB
- Satellite IR
- Warnungen Gemeinden
- Warnungen Kreise
- Additional hourly sensors
- Temperature
- Dewpoint
- Pressure
- Wind speed
- Wind direction
- Wind gusts
- Precipitation
- Precipitation probability
- Precipitation duration
- Cloud coverage
- Visibility
- Sun duration
- Sun irradiance
- Fog probability
Everything can be configured via the Homeassistant UI. See below for images.
If you like my work, I would be really happy if you buy me some coffee: Buy Me A Coffee
Frequently asked questions (FAQ)
Please see the Wiki
Installation
- Install integration via HACS or use the button below.
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Deutscher Wetterdienst" or "DWD" or use the button below.
You can repeat this for as many stations as you like.
- Follow the setup instructions.
Configuration
The configuration is done via UI. You can add as many stations as you like. Each will appear as an individual entity in Home Assistant. You can add more stations by repeating the second step of the install instructions.
Usage
Lovelace mode
If you followed the previous steps, you should now have a weather entity inside Home Assistant which contains the weather for today and the next 4 days. To display the weather, you can use the default weather-card where you can select the DWD-weather entity you configured earlier. To add the card follow these steps:
- Go to the view where you would like to a the weather card.
- Click on the three dots at the top right corner.
- Select "Edit Dashboard".
- Click on the round button with the "plus"-symbol.
- Pick the "Weather Forecast" card.
- In the following configuration dialog, choose the weather entity you need.
- If you would like to display the forecast, check the corresponding slider.
- Per default the info displayed below the current temperature are the temperature extrema for this day. If if would like to change this, you can enter the following in the field "Secondary Info Attribute":
humidity
pressure
wind_bearing
wind_speed
visibility
- Click on "Save" and voila, you have your own DWD weather forecast.
- Finally if you like my work, I would be very happy if you buy me a coffee. :)
YAML mode
If you are not using the graphical interface and want to use the yaml-mode, you can add the card like this:
type: weather-forecast
entity: weather.dwd_weather_*station_name*
If you would like to change the secondary info, you have to add this line and replace pressure with whatever info you like:
secondary_info_attribute: pressure
Weather report
If you want to get the regional weather report as text, you have to enable the weather_report sensor. For instructions on this see below at Additional sensor entities. You can then include the report in a markdown card. For this, you have to add the following template to the content field where you replace the part after sensor. with your weather station:
{{ state_attr("sensor.weather_report_homburg_bad", "data") }}
To find the correct name for the configured station, have a look at the developer tools within Home Assistant.
Additional sensor entities
These are only needed when you want hourly forecast data or a weather report. Daily values are included in the weather entity!
This integration allows you to add sensor entities with hourly forecasts for 10 days:
- Weather condition
- Weather report as text
- Temperature
- Dewpoint
- Pressure
- Wind Speed
- Wind Direction
- Wind Gusts
- Precipitation
- Precipitation Probability
- Precipitation Duration
- Cloud Coverage
- Visibility
- Sun Duration
- Sun Irradiance
- Fog Probability
- Humidity
The sensors entities are disabled per default, as they contain a lot of data.
You can enable the ones you like in HA UI under "Configuration" -> "Entities" -> click on the filter icon on the right -> Check "Show diabled entities" -> Check the ones you like to enable -> Click "ENABLE SELECTED" at the top -> Confirm the next dialog
The sensor values will be set when the next update of dwd_weather is scheduled by Home Assistant. This is done every 15 minutes. You can skip the waiting time by reloading the component/integration or restarting HA.
Note:
If you activate the option for hourly updates during setup of a weather station, DWD does not provide data for precipitation duration and probability. If this or other data is not available for a certain weather station, this component does not create sensors for it. As a workaround you can create setup the same station without activating the hourly updates option and use the slightly less acurate sensor data that is refreshed twice daily.
Weather charts
This integration provides also some weather charts as camera entities. They can be configured the same as a weather station.
Available data layers:
- Precipitation radar
- Maximum feels like Temperature
- UV-Index
- Pollen
- Satellite RGB
- Satellite IR
- Warnungen Gemeinden
- Warnungen Kreise
Precipitation Chart
Pollen Chart
Alerts Chart
Custom Chart
The chart can be adjusted to every region you like, however as most data is only provided for Germany, it is best used within these region.
Help and Contribution
Feel free to open an issue if you find one and I will do my best to help you. If you want to contribute, your help is appreciated! If you want to add a new feature, add a pull request first so we can chat about the details.
Licenses
This integration uses 'simple_dwd_weatherforecast' to fetch weather data from Deutscher Wetterdienst (DWD). This integration is based on Open Data from DWD and based on their Licence.
This package uses public data from DWD OpenData. The Copyright can be viewed here.
Owner metadata
- Name:
- Login: FL550
- Email:
- Kind: user
- Description:
- Website:
- Location: Frankfurt
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/36160004?v=4
- Repositories: 2
- Last ynced at: 2023-03-07T23:04:17.975Z
- Profile URL: https://github.com/FL550
GitHub Events
Total
- Create event: 22
- Commit comment event: 1
- Release event: 17
- Issues event: 71
- Watch event: 30
- Issue comment event: 268
- Push event: 32
- Pull request review event: 1
- Gollum event: 1
- Pull request event: 4
- Fork event: 3
Last Year
- Create event: 22
- Commit comment event: 1
- Release event: 17
- Issues event: 71
- Watch event: 30
- Issue comment event: 268
- Push event: 32
- Pull request review event: 1
- Gollum event: 1
- Pull request event: 4
- Fork event: 3
Committers metadata
Last synced: 6 days ago
Total Commits: 251
Total Committers: 13
Avg Commits per committer: 19.308
Development Distribution Score (DDS): 0.406
Commits in past year: 110
Committers in past year: 6
Avg Commits per committer in past year: 18.333
Development Distribution Score (DDS) in past year: 0.236
Name | Commits | |
---|---|---|
FL550 | m****r@g****m | 149 |
FL550 | g****4@p****m | 84 |
Max | g****b@m****e | 4 |
Lars | f****n | 2 |
nepozs | 5****s | 2 |
felix schwenzel | d****x@g****m | 2 |
Christos Baltatzidis | 6****e | 2 |
lbrandh | 8****h | 1 |
chris | 6****w | 1 |
Volker Thiel | 5****9 | 1 |
Lars Schneider | l****r@g****m | 1 |
Ben | b****b | 1 |
Kim | k****m@k****e | 1 |
Committer domains:
- ktk-pc.de: 1
- github.com: 1
- max-venz.de: 1
- posteo.com: 1
Issue and Pull Request metadata
Last synced: 2 days ago
Total issues: 201
Total pull requests: 18
Average time to close issues: about 1 month
Average time to close pull requests: 9 days
Total issue authors: 127
Total pull request authors: 10
Average comments per issue: 5.47
Average comments per pull request: 1.22
Merged pull request: 18
Bot issues: 0
Bot pull requests: 0
Past year issues: 98
Past year pull requests: 9
Past year average time to close issues: 16 days
Past year average time to close pull requests: 6 days
Past year issue authors: 56
Past year pull request authors: 4
Past year average comments per issue: 5.68
Past year average comments per pull request: 1.67
Past year merged pull request: 9
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- Qhilm (7)
- GerdRuetten (7)
- elcajon (6)
- jf-64 (6)
- michapr (4)
- kersten-lohmeyer (4)
- bcutter (4)
- VDRainer (3)
- csoltenborn (3)
- diplix (3)
- Steffen06 (3)
- anticharm01 (3)
- gt026328 (3)
- FL550 (3)
- ars4l4n (2)
Top Pull Request Authors
- elcajon (5)
- nepozs (2)
- riker09 (2)
- flabbamann (2)
- diplix (2)
- Lemocin (1)
- iw0nderhow (1)
- Chreece (1)
- larsxschneider (1)
- lbrandh (1)
Top Issue Labels
- done (26)
- in progress (13)
- enhancement (11)
- unrelated (8)
- waiting (4)
- bug (3)
- wontfix (3)
- help wanted/needed (3)
- help wanted (1)
- question (1)
Top Pull Request Labels
Score: 8.015987811027237