Australian BOM Rain Radar Card

Not a bad idea. Could you create it as an issue on the github repo so that I don’t forget about it. It’s not super straight forward so it may take a little while for me to get to.

1 Like

V2.0.1 has been released.
Today the BoM commissioned a new radar at Taroom, Qld. This release just adds that marker to the maps.

1 Like

Hey all, looking for a little bit of feedback on a couple of ideas. It has been suggested that the card could benefit from having an (optional) title. I am thinking about adding it at the top, but only if a new text field in the config is set. Otherwise nothing will change.

I have also realised that I am missing showing the attribution of the data for the radar data (I have the map stuff, but not the radar). I need to add this somehow and it won’t be optional. What I am thinking is to add a second line under the map attribution for it, so it won’t make the card much larger. The bonus of doing that is I can also increase the font size of the timestamp a little bit, thus making the time a little easier to read.

Thoughts? Violent objections? Other options? will all be considered.

No strong opinions either way.

1 Like

Thanks @tom_l. I haven’t figured out the details yet, but there will also be some blue/yellow with a link to support the leaflet and rainviewer projects included in the attribution.

1 Like

2.0.4 released

  • Adds the option to have a card title
  • Includes some extra attribution of data sources
  • Increases the timestamp size slightly
1 Like

2.0.6 released.

Happy new radar day! The BoM commissioned a new radar at Yeoval today (near Parkes,NSW). Close to me so I am happy!

4 Likes

Good job. Great they keep adding new ines

1 Like

For those playing along at home. When new radars get added you get the updated images without any updates. The update simply adds the radar icon and coverage greyness (is that a word) to the map. But this new radar really does fill in a big gap in the coverage to the west of Sydney and the NW of Canberra.

Hi,

Has anyone gotten this radar card working in HAdashboard?
I’ve got it working in Lovelace and it looks good, but I want to get this working on an old iPad using HAdashboard.

Nevermind… I managed to get it working by making an animated gif from the BOM website. Here is my code if anyone is interested…

1 Like

Might be a silly question but is there a way to integrate this with the location so I can see people location as well as the weather on one tile? I’m guessing difficult but thought I’d ask! Thanks!!
PS. Love the card :slight_smile:

Extremely difficult (if not impossible).

1 Like

Wouldn’t it in theory be possible to pull in the geocoded location sensor to create a marker?
similar to how the map card handles it.

entities:
- sensor.phone_geocoded_location

zone.home would be interesting too…

I have created a beta release 2.1.0 that updates the Leaflet javascript library being used to the latest version.

2 Likes

Just had an idea, would it be possible to use a similar method of image detection that I assume is used on security camera integrations to detect a red/black patch on the radar image feed, indicating heavy rain in your area.
Then I assume the next step would be to be sending an alert, once again similar to security camera setups.
I don’t actually have cameras in my setup so I don’t know where to start.

Interesting idea, but it is not something that a card can do (lovelace cards can’t create sensors). If this was possible, it would have to be done in an new integration.

1 Like

There’s been a recent release of the BOM app, and included is a 90 minute forecast for the radar

I haven’t noticed it on the website yet, but it looks pretty neat!

I am aware of this, but as they haven’t made it available on the regular website it is extremely difficult (impossible without a rooted android device) to extract the url’s that it is using.
I am skeptical about the accuracy of these forecast as well (especially for fast moving storm cells). I think the real benefit of this update is it looks like the data is now produced every 5 minutes, so the lag would be much less.

Anyone had issues casting a dashboard with this card on it? I’m trying to cast a lovelace view to my Nest Hub and i’m getting the custom element doesn't exist: bom-radar-card error with all the yaml displayed below it. Any ideas? There’s a current Github issue open that i’ve chimed in on here

This looks promising. Do they provide this service under any open licence? Any details about access constraints?