Please go easy on me… I am a beginner!
Until today I had the official Speedtest integration working well, set to update every 20 minutes.
Logbook was not loading, so I cleared home-assistant_v2.db, then I noticed when restarting:
2021-04-08 00:13:41 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry SpeedTest for speedtestdotnet
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 249, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/usr/src/homeassistant/homeassistant/components/speedtestdotnet/__init__.py", line 75, in async_setup_entry
await coordinator.async_setup()
File "/usr/src/homeassistant/homeassistant/components/speedtestdotnet/__init__.py", line 194, in async_setup
self.api = await self.hass.async_add_executor_job(speedtest.Speedtest)
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/site-packages/speedtest.py", line 1091, in __init__
self.get_config()
File "/usr/local/lib/python3.8/site-packages/speedtest.py", line 1173, in get_config
ignore_servers = list(
ValueError: invalid literal for int() with base 10: ''
If I attempt to click Options on Speedtest.net Integration, I get “Error. Config flow could not be loaded”
I am running Home Assistant OS 5.13, Core 2021.4.0, which I updated all these while trying to get Speedtest to work again. I also restored last daily snapshot, but still I see this error not able to load on core restart.
What was I doping before, I was trying to add a new broadlink RM4C mini, which was not working, I tried two ways, within the integration adding the IP, to be told it is not supported, and also by adding to configuration.yaml (which then gave not supported within the logs)… I have removed this from configuration.yaml currently, and there are no Broadlink errors with the existing / already working ones.
I am now completely lost on what to do to try to get Speedtest working again. Any ideas?
Full Core restart log
2021-04-08 00:49:11 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /homeassistant/restart request
s6-svscanctl: fatal: unable to control /var/run/s6/services: supervisor not listening
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[00:49:18] INFO: Using udev information from host
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
2021-04-08 00:49:19 WARNING (MainThread) [homeassistant.loader] You are using a custom integration sonoff 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
2021-04-08 00:49:19 WARNING (MainThread) [homeassistant.loader] You are using a custom integration hacs 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
2021-04-08 00:49:19 WARNING (MainThread) [homeassistant.loader] You are using a custom integration alexa_media 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
2021-04-08 00:49:20 WARNING (MainThread) [homeassistant.loader] You are using a custom integration average 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
2021-04-08 00:49:21 WARNING (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook 819c3b83026a41504a1c6ed8913c3fbacbfe3ce2359d13437b7e6f2c7353e7bd from 192.168.1.59
2021-04-08 00:49:21 WARNING (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook 819c3b83026a41504a1c6ed8913c3fbacbfe3ce2359d13437b7e6f2c7353e7bd from 192.168.1.59
2021-04-08 00:49:21 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/alexa/state_report.py", line 189, in async_send_add_or_update_message
alexa_entity = ENTITY_ADAPTERS[domain](hass, config, hass.states.get(entity_id))
File "/usr/src/homeassistant/homeassistant/components/alexa/entities.py", line 262, in __init__
self.entity_conf = config.entity_config.get(entity.entity_id, {})
AttributeError: 'NoneType' object has no attribute 'entity_id'
2021-04-08 00:49:21 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/alexa/state_report.py", line 189, in async_send_add_or_update_message
alexa_entity = ENTITY_ADAPTERS[domain](hass, config, hass.states.get(entity_id))
File "/usr/src/homeassistant/homeassistant/components/alexa/entities.py", line 262, in __init__
self.entity_conf = config.entity_config.get(entity.entity_id, {})
AttributeError: 'NoneType' object has no attribute 'entity_id'
2021-04-08 00:49:23 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry SpeedTest2 for speedtestdotnet
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 249, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/usr/src/homeassistant/homeassistant/components/speedtestdotnet/__init__.py", line 75, in async_setup_entry
await coordinator.async_setup()
File "/usr/src/homeassistant/homeassistant/components/speedtestdotnet/__init__.py", line 194, in async_setup
self.api = await self.hass.async_add_executor_job(speedtest.Speedtest)
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/site-packages/speedtest.py", line 1091, in __init__
self.get_config()
File "/usr/local/lib/python3.8/site-packages/speedtest.py", line 1173, in get_config
ignore_servers = list(
ValueError: invalid literal for int() with base 10: ''