Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 2.98 KB

info.md

File metadata and controls

75 lines (53 loc) · 2.98 KB

GitHub Release License hacs Community Forum BuyMeCoffee

DISCLAIMER: This project is a private open source project and doesn't have any connection with Deutscher Wetterdienst.

{% if prerelease %}

NB!: This is a Beta version! Please report any errors and bugs

{% 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 %}

Installation

  1. Click install.
  2. 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.
  3. Follow the setup instructions.

{% endif %}

Configuration is done in the UI

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.

If you want forecasts for multiple locations, just add a new integration as you did during first install.