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!
This is a highly hacked version of the mini-graph-card but sadly modified so heavily that it doesn’t seem possible to integrate that back into the original project. Also the documentation is super poor as of now … but … have a look if it works for you
data_property, formater, display_mode & data_field have to be left as is to work with your data.
that looks nice. Could you give a little hint how to install? I added long-term-card-bundle.js to the ressources as ‘/local/long-term-card-bundle.js’ and stored the file in config/www but still “no card type found”
Hey @FL550. I’m continuing from what I started at a github issue (don’t want to go off topic there).
I found this here on the opendata server which actually seems to contain real life data instead of predictions. Might this be “more” useful than the predictions in some cases (eg. cloud coverage)?
The problem with the data you have found is, that only a few stations are available and not all of these contain all measurements. For example your requested cloud coverage is missing on most of them.
I know hourly forecasts (which should be more precise) can be found here, but the problem is that this file contains all stations and after extraction uses over 600MB of space. Parsing this every hour puts a huge load on the storage device, because this can’t be done in RAM like with the 6 hour forecast.
Hi just a quick noob question: I’m using this integration and activated the sensors “weather” and “temperature”. Do I have to do anything else? Or will my weather card automatically “integrate” those sensors?
As far as I understand, activating a sensor will update the values hourly instead of every 6 hours with just the weather entity?
Hi,
I would love to have the DWD forecast for my town but I cannot get the integration to work.
I run HA core in a docker container and I have HACS installed. I can install the “Deutsche Wetterdienst (DWD)” integration, folder ‘custom_components/dwd_weather’ is created but the setup dialog does not show up. No sensors are created (which probably is a result of not having configured my desired station_id).
I deinstalled and reinstalled a few times - no change.
Is there an other way of triggering the setup dialog or configuring the integration manually?