error to start #146
Replies: 23 comments 1 reply
-
with debug on: 2022-12-09 01:05:25.117 ERROR (MainThread) [custom_components.wundergroundpws.wunderground_data] Error fetching WUnderground data: TimeoutError() |
Beta Was this translation helpful? Give feedback.
-
I have the same error when I restart the pc (not "ha"), in my case it's due to "adguard home addon". I usually restart home assistant to bypass the error, or the component must delay the start of the fetching (custom automation???)... In the meantime try restarting "ha" by editing in configuration.yaml: |
Beta Was this translation helpful? Give feedback.
-
yes i install it via HACS custom Git REPO. now we have wundergroundpws: restart ha. sadly the same: |
Beta Was this translation helpful? Give feedback.
-
f you are upgrading from v0.8.X to v1.X.X, PLEASE FOLLOW THE README at V1.X.X UPGRADE. |
Beta Was this translation helpful? Give feedback.
-
thanks. but i installed it without an upgrade. |
Beta Was this translation helpful? Give feedback.
-
ok, i have addes a own sensor with HA basics, so i do not need this customization:
/config/wu.sh: get correct from the WU API: |
Beta Was this translation helpful? Give feedback.
-
simular issues here; WUPWS sensor became faulty after the 2022.12 upgrades; i've added the lang parameter and fully updated yaml to match the 1.xx style and setup,=. -- Check WUnderground API ('NO CURRENT RESULT',)This error originated from a custom integration. Logger: homeassistant.setup Error during setup of component wundergroundpws
|
Beta Was this translation helpful? Give feedback.
-
show me your configuration.yaml |
Beta Was this translation helpful? Give feedback.
-
In configuration.yaml
In linked sensors.yaml
|
Beta Was this translation helpful? Give feedback.
-
it has to be your yaml formatting. your linked sensors.yaml looks to have an extra indent to me.
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I Checked but the indenting is identical to many other entries in my sensors.yaml. Redis them to be sure but same errors. |
Beta Was this translation helpful? Give feedback.
-
Then I have no idea what the problem is... |
Beta Was this translation helpful? Give feedback.
-
Do you have ipv6 turned on in Home Assistant? I just had a problem where my AT&T modem quit working with ipv6 and several things, including wundergroundpws, would not load until I turned off ipv6 in HA. |
Beta Was this translation helpful? Give feedback.
-
I've actually run into the same issue fairly consistently the last couple of week. I just checked my IPv6 connectivity, and it seems to work fine.
Ah, that said, I run HA in a Docker container, and IPv6 doesn't work there (though I don't think it ever has)
|
Beta Was this translation helpful? Give feedback.
-
FWIW, I just updated the container to 2022.12.8, and the issue didn't happen on restart, which is the first time in weeks that it didn't. |
Beta Was this translation helpful? Give feedback.
-
Same here; since HA update & Restart the WuPWS sensors are functional again & no more log errors. #Bitrot? |
Beta Was this translation helpful? Give feedback.
-
This happened again today after a reboot of the server, but was then fixed with a restart of HA. So updating to 2022.12 is not the end of it, but doesn't seem to happen as often. |
Beta Was this translation helpful? Give feedback.
-
Same issue here, it happens randomly after restart of HA. Is there any way to reload wundergroundpws without restarting HA? |
Beta Was this translation helpful? Give feedback.
-
2023-04-01 21:12:05.652 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration wundergroundpws which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant followed the description to the teeth fresh install never had an old install. can ping out no problem. everything totally up to date checked every space intend twice... :/ |
Beta Was this translation helpful? Give feedback.
-
what version are you attempting to install? v1.1.1 -> install instructions: v2.0.1 -> install instructions: |
Beta Was this translation helpful? Give feedback.
-
Oh why didn’t I see this - I installed 1.1.1. sorry.
2.0.1 is working - so after restart I have to disable and enable it manually to get the sensors working (no error visible) - otherwise works wonderfulll thank you!
… On 1. Apr 2023, at 22:43, cytech ***@***.***> wrote:
what version are you attempting to install?
there are 2 entirely different versions
v1.1.1 -> install instructions:
https://github.com/cytech/Home-Assistant-wundergroundpws <https://github.com/cytech/Home-Assistant-wundergroundpws>
v2.0.1 -> install instructions:
https://github.com/cytech/Home-Assistant-wundergroundpws/tree/v2.X.X <https://github.com/cytech/Home-Assistant-wundergroundpws/tree/v2.X.X>
—
Reply to this email directly, view it on GitHub <#146 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AATYVXEAUCJSHZQNEUFVLNDW7CHNZANCNFSM6AAAAAAWPZ4BWE>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
closed as outdated |
Beta Was this translation helpful? Give feedback.
-
closed as outdated |
Beta Was this translation helpful? Give feedback.
-
Home Assistant 2022.12.0
Supervisor 2022.11.2
Operating System 9.3
Frontend 20221207.0 - latest
and wundergroundpws 1.0.2
2022-12-09 00:27:31.479 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration wundergroundpws which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-12-09 00:28:03.044 WARNING (MainThread) [homeassistant.setup] Setup of wundergroundpws is taking over 10 seconds.
2022-12-09 00:28:03.144 ERROR (MainThread) [custom_components.wundergroundpws.wunderground_data] Error fetching WUnderground data: TimeoutError()
2022-12-09 00:28:03.151 ERROR (MainThread) [homeassistant.setup] Error during setup of component wundergroundpws
File "/config/custom_components/wundergroundpws/init.py", line 87, in async_setup
2022-12-09 00:28:03.473 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform wundergroundpws.sensor: Unable to set up component.
2022-12-09 00:28:03.530 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform wundergroundpws.weather: Unable to set up component.
config:
wundergroundpws:
api_key: nnnnnnn
pws_id: nnnnnnn
numeric_precision: decimal
Required to generate HASS weather Entity for weather forecast card
weather:
sensor:
monitored_conditions:
Beta Was this translation helpful? Give feedback.
All reactions