jdejaegh / irm-kmi-ha

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

Missing UV index data #20

Closed Fe1sar closed 5 months ago

Fe1sar commented 5 months ago

Since one of the most recent versions the uv-index attribute seems to be missing: image

I think the last IRM KMI version to have this was version 0.2.4 but I could be wrong here. Currently I'm on version 0.2.8. Is it possible to include this attribute again?

jdejaegh commented 5 months ago

Strange. Can you check in the KMI app if you see the UV index as usual? For both cities I have (Namur and Brussels) the UV index is not shown at the moment in my app

Fe1sar commented 5 months ago

Same thing here... I thought this info was there, at least I think there was because I've got a card fetching this data from your integration. Maybe KMI isn't displaying this at the moment because there isn't any uv danger(?)

jdejaegh commented 5 months ago

The integration is working for UV (at least should work) but currently their API does not send any UV data. Even their website shows strange things for UV (it says 0 for Brussels and it's definitely not 0 given the sun today): https://www.meteo.be/en/brussels

Fe1sar commented 5 months ago

I've noticed as well.

image

image

It's definitely not 0 at the moment! Maybe we just wait for a couple of days to see if change anything on their end.

jdejaegh commented 5 months ago

If it was 0, the API would return 0. Here it does not say anything about the UV index.

Closing the issue as it is likely related to IRM API and not the integration.

jdejaegh commented 4 months ago

@Fe1sar In my KMI app, the UV index is back and the integration shows it as well.

Fe1sar commented 4 months ago

Yep, I've noticed as well. Thanks for the update!