DISCLAIMER: This project is a private open source project and doesn't have any connection with Deutscher Wetterdienst.
{% if prerelease %}
{% endif %}
This integration adds a weather data from Deutscher Wetterdienst (DWD) to HA.
The data is provided via different entities:
- weather
- sensor
- camera
It includes current weather information and forecasts for the next 9 days and some weather maps.
Available datapoints:
- 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
For the weather charts the following data layers are available:
- Precipitation radar
- Maximum feels like Temperature
- UV-Index
- Pollen
- Satellite RGB
- Satellite IR
- Warnungen Gemeinden
- Warnungen Kreise
The sensors 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 HA. This is done every 15 minutes. You can skip the waiting time by restarting HA.
For more information please read the README.
{% if not installed %}
- Click install.
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Deutscher Wetterdienst". You can repeat this for as many stations as you like.
- Follow the setup instructions.
{% endif %}
For further infos about the usage and reporting issues please visit GitHub.