DISCLAIMER : This project is a private open source project and doesn’t have any connection with Deutscher Wetterdienst.
Hey,
I just released a weather integration for Deutscher Wetterdienst (DWD) in HACS. It uses data available from their OpenData project.
The integration adds current weather information and forecasts for as many places as you like. Just search for dwd_weather in HACS and follow the installation instructions.
Great!
Idea for further development:
Include more data, esp the solar radiation.
Very interesting for PV prognosis and EV charging.
Take a look at this solution (german):
Die relative Luftfeuchte wird nicht als Element in MOSMIX abgegeben. Sie kann aber aus anderen Elementen berechnet werden. Hier dient vornehmlich die Magnus-Formel.
Eine sehr vereinfachte Variante wäre beispielsweise:
Berechnung relative Feuchte (RH) aus Taupunkt (Td) und Temperatur (T2m): RH = 100exp((rh_c2TD2m/(rh_c3+TD2m))-(rh_c2T2m/(rh_c3+T2m)))*
rh_c2=17.5043, rh_c3=241.2
Thank you so much!
One issue, the humidity values are a bit high.
Looking at the connector.py you’re calculating with the values from the kml data, which are Kelvin. There needs to be °C for the calculation, so T - 273.15 and TD - 273.15.
@VDRainer The card you’re using looks great. I’m desperately trying to get the precipitation running again with the standard weather card. But either i’m too stupid or…
What card are you using and how do you get the precipitation forecast values in there?
I just released version v1.1.0 which adds all available information from DWD as sensors.
They are disabled by default, but you can activate them like this:
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
Hi,
I installed your integration from HACS, restarted HA, but it doesn’t show up in the integrations list. There are no errors in the log that I can see. Maybe an issue with HA 0.114?
EDIT:
Nevermind, I had to refresh the browser window. Now it all works.
Great work, never actually used Hass for weather because most weather data was not accurate enough. This is spot on for me. Superb @FL550
Integrated DWD weather warnings as markdown card, an iframe for rain and this component and Im almost ready to get rid off my weather app.
Still @VDRainer I cant see the precipitation like in your pic. How did you do that?
For the last update - I activated the sensors and they show as “ok” for me, no values.