Rudd-O / homeassistant-meteoswiss

:sun_behind_rain_cloud: :switzerland: Meteo Swiss Integration for Home Assistant (forked from websylv)
74 stars 8 forks source link

Missing real-time data #17

Closed spasche closed 1 year ago

spasche commented 1 year ago

Hi, Since today, weather information is not available. In the logs, I can see:

WARNING (MainThread) [custom_components.meteo-swiss] Station PUY provided us with no real-time data

I tried using other stations, but they also have the issue.

Looking at the code, it looks like the following URL should return conditions for each stations, but it is currently empty:

curl https://data.geo.admin.ch/ch.meteoschweiz.messwerte-aktuell/VQHA80.csv
Station/Location;Date;tre200s0;rre150z0;sre000z0;gre000z0;ure200s0;tde200s0;dkl010z0;fu3010z0;fu3010z1;prestas0;pp0qffs0;pp0qnhs0;ppz850s0;ppz700s0;dv1towz0;fu3towz0;fu3towz1;ta1tows0;uretows0;tdetows0
mbuerki84 commented 1 year ago

Hello, I have the same problem..

daphil012 commented 1 year ago

Same here - thanks for reporting.

danielhad commented 1 year ago

Same here, thanks.

derMicro commented 1 year ago

same here…

derMicro commented 1 year ago

You can close this, realtime data are back :)

spasche commented 1 year ago

Right, seems to be back 👍

curl -s https://data.geo.admin.ch/ch.meteoschweiz.messwerte-aktuell/VQHA80.csv | wc -l
160