Any other users of the Weather Underground component in conjunction with a PWS (personal weather station) having issues connecting to the W/U API? My configuration has been working flawlessly until early this week. I have confirmed my W/U account and device API key, rechecked the configuration settings and verified that I can see my weather data online via the Weather Underground PWS page.
My config is quite simple:
#########################
# Weather Underground #
#########################
- platform: wunderground
api_key: !secret wunderground_api
pws_id: !secret wunderground_pws_id
monitored_conditions:
- alerts
- feelslike_f
- precip_today_in
- precip_1d_in
- pressure_in
- station_id
- temp_f
- weather
- weather_1h
Unfortunately, now all my sensor.pws_xxxxx are gone and the log data shows the following:
Check WUnderground API ('you must supply a key',)
6:13 AM components/sensor/wunderground.py (ERROR)
Platform wunderground not ready yet. Retrying in 150 seconds.
12:35 AM helpers/entity_platform.py (WARNING)
Platform wunderground not ready yet. Retrying in 120 seconds.
12:33 AM helpers/entity_platform.py (WARNING)
Platform wunderground not ready yet. Retrying in 90 seconds.
12:32 AM helpers/entity_platform.py (WARNING)
Platform wunderground not ready yet. Retrying in 60 seconds.
12:31 AM helpers/entity_platform.py (WARNING)
Any help from users with a similar setup would be greatly appreciated.
Kartcon