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 entity for Deutscher Wetterdienst (DWD). It includes current weather information and daily forecasts for the next 9 days.
Additionally this integration adds hourly forecast data as sensors for these values:
- 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 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 %}
If you insert a station_id, this will override the coordinates and use the specific station instead. station_ids can be found here if needed. For further infos about the usage and reporting issues please visit GitHub.