jdejaegh / irm-kmi-ha

Home Assistant weather provider using data from Belgian IRM KMI 🇧🇪 🇱🇺 🇳🇱
MIT License
40 stars 0 forks source link

Pollen data is broken as of June 26th, 2024 #51

Open jdejaegh opened 2 months ago

jdejaegh commented 2 months ago

Due to a change in the API, the pollen data will be None for all sensors.

The SVG used by the API to send pollen data changed recently and looks like the following:

Pollen data

It used to look like this

Pollen data

As the integration relies on this SVG to get the data, it won't reflect the actual pollen levels for now. It is still needed to see how the SVG looks like when multiple pollen are active at the same time.

Alien8ions commented 2 days ago

Hi Jules

I don't know if this is related to the above, but I've been using your integration for over a month now, works pretty nice ! Thanks for maintaining this.

The issue I found is that in the KMI app a warning for eg. grasses is issued and it's ’green' for now (no pun intended here) In HA all pollen sensors show as None. Last week mugwort was in the app as well albeit without a severity issued.

This is not crippling of course but it'd be nice if these sensors behave the same as in the app. Hope you might want to look into this.

jdejaegh commented 2 days ago

I'll have a look at this