homeassistant-meteoswiss icon indicating copy to clipboard operation
homeassistant-meteoswiss copied to clipboard

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

Open JorisM opened this issue 5 months ago • 0 comments

based of this issue: https://github.com/Rudd-O/homeassistant-meteoswiss/issues/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

JorisM avatar Sep 23 '24 08:09 JorisM