jdejaegh / irm-kmi-ha

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

unknown #34

Closed schumi2309 closed 3 months ago

schumi2309 commented 3 months ago

Good morning, I'm coming to you because I always get this "unknown" message regarding the rain forecast. Before, it warned me of rain in (x) hours, now it no longer works. Is there anything to change or modify? I think I've had this problem since the last update of the add-on. thank you for any information available. Congratulations again for your superb work.

Capture d’écran 2024-05-28 à 08 50 37

Capture d’écran 2024-05-28 à 08 51 39

irm_pluie:
  friendly_name: Prevision pluie
  value_template: >-
    {% if states.camera.radar_maison.attributes.hint == "Pas de pluie prévue prochainement" %}
      Pas de pluie
    {% endif %}
jdejaegh commented 3 months ago

Thanks for reporting that. I'll try to reproduce it.

Could you tell me which version was working and which version causes the bug? Edit: I found the bug, it was introduced in 0.2.13 (latest) release.

jdejaegh commented 3 months ago

To temporary solve this issue, you can do the following:

Go to Settings > Devices & services > IRM KMI. Select 'Configure' next to the service and change the language override setting to whatever value from the drop down and save. Use the ⋮ and reload the service.

The next release will solve the issue once installed.

jdejaegh commented 3 months ago

The fix is part of 0.2.14

Feel free to comment here if something is not working on your side

schumi2309 commented 3 months ago

Every all fonction. Very thanks. Good job. 👌