Is it? I get the feeling, that DWD weather stations are a little rare. In my case it is more than 20km away, and has a different elevation (around 150m lower). So the weather data is not very accurate. Other weather providers like accu_weather or dark_sky are calculating the weather data, so it seems more accurate.
Nonetheless, it is great to see a DWD weather component! If they bring up a weather station near my town, I’ll use it for sure.
Thanks @VDRainer, powered up the Laptop to investigate the matter and the numbers were there… Checked the mobile app again and no precipitation. Just cleared cache and it started working. @paddy0174 Bad for you The station here is just around the corner - I didnt know that until 2 days ago. In my hass time I had yr, darksky, openweather, met and never was happy with any of those.
@DonTomato Don’t underestimate my nagging towards the DWD. I’m living in the area south of Munich, with a lot of tourist spots. I very much see the need for a DWD weather station around here, all the tourists need to know the temperature.
If the DWD doesn’t know it yet, they will soon!
I tried a few weather providers as well, the best I could find for now is AccuWeather. They seem to be pretty good in calculating, but if a DWD station is set up near my home, I’ll def use this component. If not for anything else, than just for the great idea to use OpenData and get back at all the weather guys, who want a buckload of money for anything and trying to block DWD. Love it!
But shouldn’t it look more like the Darksky temperature sensor, for example? So with the current temperature as state and only additional information in the attribute values:
Hello @CM000n,
no, this is intended as these values should provide especially the data for every hour, in case someone need this.
For normal usage all sensor values are included in the weather entity (see under “Developer settings”). If you really need the specific value as a sensor, have a look at HAs template sensors. With a template sensor you can extract exactly the data you need as a single sensor.
you beautiful person! thanks a lot for making this integration. after darksky decided to shut down dwd was my great hope as the next station is only about 5km away.
So thanks a lot!
@FL550: maybe i still may need some coffee this morning, but can’t find any integration as stated on the GitHub site: In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Deutscher Wetterdienst".
Do i need to add some repository or similar or what i am missing?
@FL550: maybe a small change in your github would help others who struggle like me:
Click install. -> change to “Install integration via HACS”.
Nevertheless, again thanks a lot for this integration whioch allows me to get accurate weather data forecast for my region and replace DarkSky finally.
I have some troubles finding the right code for a template sensor to read the probabilty and precipitation from the foreast and can find any documentation for HAss to read from a nested sensor with a dynamic date as the identifier to match. Can someone point me in the right direction? Thanks!
I change the status of the weather_reload_trigger once per hour or so (with a simple appdaemon script) to get an updated map that shows the rain radar animation
Good idea! Why are you using the camera platform instead of just integrating the .gif into Lovelace as a Picture entity so it gets reloaded every time you open the dashbaord?
Unfortunately, I have no idea how to graph this data, but I can give a direction to look for:
You would need to combine the forecast sensors, some templating and a way to show all in a graph. Hope this helps!