Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

precipitation station (Winterthur / Seen) does not provide real time data log #59

Open
JorisM opened this issue Sep 23, 2024 · 0 comments

Comments

@JorisM
Copy link

JorisM commented Sep 23, 2024

based of this issue: #39

here are the logs for my two stations which i configured. As seen below, the station for winterthur / seen does not seem to fetch the data of this station:

  2024-09-23 10:19:48.413 DEBUG (MainThread) [custom_components.meteoswiss] Current configuration: {'postcode': 8405, 'forecast_name': '23 Stockenerstrasse Stocken', 'update_interval': 5, 'station': 'TAE', 'real_time_name': 'Aadorf / Tänikon', 'precipitation_station': 'WIN', 'real_time_precipitation_name': 'Winterthur / Seen'}
  2024-09-23 10:19:48.413 DEBUG (MainThread) [custom_components.meteoswiss] Forecast 23 Stockenerstrasse Stocken will be provided for post code 8405 every 0:05:00
  2024-09-23 10:19:48.413 DEBUG (MainThread) [custom_components.meteoswiss] Real-time weather Aadorf / Tänikon will be updated from TAE every 0:05:00
  2024-09-23 10:19:48.413 DEBUG (MainThread) [custom_components.meteoswiss] Real-time precipitation Winterthur / Seen will be updated from WIN every 0:05:00
  2024-09-23 10:19:48.416 DEBUG (MainThread) [custom_components.meteoswiss] Client obtained
  2024-09-23 10:19:48.484 WARNING (MainThread) [custom_components.meteoswiss] Station WIN (real_time_precipitation_name) provided us with no real-time data
  2024-09-23 10:19:48.484 DEBUG (MainThread) [custom_components.meteoswiss] Finished fetching meteoswiss data in 0.067 seconds (success: True)
  2024-09-23 10:19:48.484 INFO (MainThread) [homeassistant.components.sensor] Setting up meteoswiss.sensor
  2024-09-23 10:19:48.484 DEBUG (MainThread) [custom_components.meteoswiss.sensor] Starting async setup platform for sensor
  2024-09-23 10:19:48.490 INFO (MainThread) [homeassistant.components.weather] Setting up meteoswiss.weather
  2024-09-23 10:19:48.490 DEBUG (MainThread) [custom_components.meteoswiss.weather] Daily forecast has 6 items
  2024-09-23 10:19:48.490 DEBUG (MainThread) [custom_components.meteoswiss.weather] Current symbol is 2, condition is: partlycloudy
  2024-09-23 10:19:48.545 WARNING (MainThread) [custom_components.meteoswiss] Station WIN (real_time_precipitation_name) provided us with no real-time data
  2024-09-23 10:19:48.546 DEBUG (MainThread) [custom_components.meteoswiss] Finished fetching meteoswiss data in 0.061 seconds (success: True)
  2024-09-23 10:19:48.546 DEBUG (MainThread) [custom_components.meteoswiss.weather] Daily forecast has 6 items
  2024-09-23 10:19:48.546 DEBUG (MainThread) [custom_components.meteoswiss.weather] Current symbol is 2, condition is: partlycloudy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant