aex351 / home-assistant-neerslag-card

Display Buienalarm and/or Buienradar data in a graph for Home Assistant.
29 stars 3 forks source link

Buienradar data field empty #43

Closed haaino closed 7 months ago

haaino commented 7 months ago

Dear readers,

I noticed that since 23-11-2023 the data field of the neerslag_buienradar_regen_data is empty. The last changed is updated.

Does anybody else have this issue as well?

ASNNetworks commented 7 months ago

I think the issue is not with HA, but with the data the sensor loads. I have 4 different HA instances on 4 different locations, and some are running older HA versions and have the same problem.

image I think something with the API or the data it scrapes has changed, which results in error in retrieving new data.

Edit: issue is already confirmed in the Neerslag App github, that handles the sensor: https://github.com/aex351/home-assistant-neerslag-app/issues/48

haaino commented 7 months ago

Interesting

When I use the uri with my location etc from a webbrowser I do get data as a response.

When I use curl from a terminal from HA (I only have one instance) I get an empty response.

It does not make sense to me. How about you?

haaino commented 7 months ago

I run HA 2023.11.3

aex351 commented 7 months ago

The Buienradar api is broken. Currently the service is returning an HTTP 500 error. The neerslag-card is correctly showing the message that there is no sensor data available.

This means it has got nothing to do with Home Assisant or the neerslag-card itself.

The Buienradar team will need to fix the api or for the neerslag-card we need to see what alternative options are available for using Buienradar data.

haaino commented 7 months ago

It started working again. It seems the supplier fixed the issue 😊

aex351 commented 7 months ago

The Buienradar api is working again. No change has been made for the neerslag-card.