core: Problem with alerts from Meteoalarm - Not working

The problem

Weather alerts not working from Meteoalarm:

My config seems to be good. On website of meteoalarm I see active alerts for my localization but in Home Assistant sensor has state: safety.

What version of Home Assistant Core has the issue?

2022.02.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Meteoalarm

Link to integration documentation on our website

https://www.home-assistant.io/integrations/meteoalarm/

Example YAML snippet

binary_sensor:
  - platform: meteoalarm
    country: "poland"
    province: "Zielona Góra"
    language: "pl"

I've tried language: pl-PL also.

Anything in the logs that might be useful for us?

Log is clean - no errors

Additional information

Actually meteoalarm is available from: meteoalarm.ORG not from meteoalarm.eu like previously-> it could be source of the problem?

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 34 (4 by maintainers)

Most upvoted comments

Mine says it’s safe probably because there are multiple alarms. image

image

I will update my ha tonight to see if there is a new problem or if there is a problem with meteoalarm.eu api website.

The only thing in the log for me was this:

2022-02-07 14:29:39 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform meteoalarm is taking over 10 seconds.

But I just changed the city to one, where there is a warning and this seems to work. When I change it back to my city it is shown as safe (which is correct). There only seems to be the case, that when there is no warning, the attributes are not filled. I have one card with the current status and with the attribute event, which now says it’s unknown.

But I don’t know, if this was the case before it stopped working for one or two days on my end.