Dutch precipitation forecast based on buienradar.nl

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…

Here the code (location is not my real location… i don’t live into ikea :smile:

location: https://www.buienradar.nl/weer/padova/it/3171728

  - platform: buienradar
    latitude: 45.4195495
    longitude: 11.9321148
    timeframe: 5
    monitored_conditions:
      - stationname
      - conditioncode
      - condition
      - conditiondetailed
      - conditionexact
      - symbol
      - humidity
      - temperature
      - groundtemperature
      - windspeed
      - windforce
      - winddirection
      - windazimuth
      - pressure
      - visibility
      - windgust
      - precipitation
      - irradiance
      - precipitation_forecast_average
      - precipitation_forecast_total
    scan_interval: 15

Hints?

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)

the station name is Maastricht (6380)

Thanks for hints about probe, i disabled it

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).

so i think you cant use it.

nevermind, just noticed you already did use the sensor vs the platform…duh

Noteworthy comment from Wunderground website:

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.

I have the buienradar pulling the data fine.
2019-01-13%20(2)

But when i look at the data for the weather.buienradar it says cloudy and ont he card it gives me Bewolkt.


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?

I was wondering the same… can’t figure out how to get it

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…

Hi,

I have managed to include the raw data into the sensor: https://github.com/bouwew/rain_prediction
I’ve added a few lines to @koen01 's code to make this happen.

I have been looking for a Lovelace card that can show this data in a proper format, until now, nothing found…

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 ?

Seems i don’t know either, but the weather precipitation does seems to be the most matching:

image

And combine that with the “timeframe” option at https://www.home-assistant.io/integrations/sensor.buienradar/

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.

No, I’m using the latest version by Spudje from here: Custom UI: Buienradar rain forecast graph

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 :slight_smile: …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.

Use the rain forecast addon, see my post above, or more posts in this topic.
In this one you’re entering your GPS coordinates.

This topic is NOT about the Buienradar Home Assistant integration.

1 Like

Thanks! Sorry for misplacing this post. :+1: