I’m trying to use buienradar on my HA but it keep data from unknow part of the world. Infact for example today it report a clear day instead a cloudy day and the temperature is very different. Other Weather Tools report correct info but i hope to use buienradar too to integrate into my automations. I looked on the site and if i enter my location, it reports the correct weather…
its a dutch weahter site with only dutch weatherstations.
the data from outside the netherlands on the site is probably taken from another website, and the data from the sensors must not be the same.
you have chosen station_name. what station_name does that give you?
another thing i noticed. you try to probe the site every 15 seconds. thats really not wanted on a website that doesnt update his data on that speed.
i would let it be the default scan_interval. (so lose the line)
i suspected that.
you get data from the nearest station in the netherlands (maastricht)
from the docs:
The selected weather station will provide all weather data, with the exception of the forecasted precipitation. The forecasted precipitation data will be retrieved from buienradar using your actual gps-location (and not the location of the nearest weather station).
To improve our services and enhance our relationship with our users, we will no longer provide free weather API keys as part of our program. If you have been directed to download our Weather Underground free API key by a third party provider, please contact your vendor for resolution.
I’d like to decrease the update interval. Is that possible? I tried setting the scan_interval to 120, but that had no effect.
The reason I want this, is that I currently check whether it’s going to rain in the coming 15 minutes and open my awning if it is. An update interval of 10 minutes is long relative to this timescale.
This ofcourse ok but when i use the ha switchplate it gets the information from weather.buienradar what is in english.
I would like the info on the switchplate to be dutch.
Is there a way to get this??
I see some people here having a graph with predictions, is this just the Home Assistant state history or a prediction graph like on the buienradar website?
A graph like on the website is what I would like to have, would that be somehow possible?
These are not prediction-graphs but history-graphs.
To be able to create a prediction-graph, the pybuienradar-module should also make the raw data available (after looking at the code, it can do this), which then could be passed into a module that creates a chart from this data.
That’s the basic idea, I think. Unfortunately, I can just manage writing some simple python code…
Just a heads up, if you change your configuration from using lat/lon via configuration file to the storage entity via the gui the chances are very big you wont get the exact same lat/lon saved. When this happens it will create new entity’s and they will all end with _2 instead of the normal one. So if you have duplicate weather buienradar entity’s then that will be the issue (just writing it fully so it is easy to search)
Hi Erik Jan, can you tell me how you get that graph for precipitaion for rain for the next 2 hours. I have no clue where you get the data from. Wich sensor from buienradar are you using ?
Hi, is this still supposed to work? I take it that I yr files go into custom_components/rain sub directory? Unfortunately, no sensor.regen_voorspelling visible. Appreciate yr comments.
Just getting involved in the Buienradar Home Assistant integration and I like it!
I would also love to see the current precipitation based on GPS instead of one of the weather stations. I have an automation warning through TTS on my smart speakers if there are still doors or windows open if there is a substantial amount of rain for more than x minutes. This doesn’t quite work as the nearest station is approx 15 km’s away so sometimes the warning goes off, while the sun is shining (and it’s not raining) where I’m at …Any chance of getting current precipitation based on GPS as well?
I haven’t found this topic elsewhere, so if this should be posted some place else, please let me know, I’ll copy/move this comment.