Invoking the “speedtestdotnet.speedtest” service from the home assistant UI does not appear to actually be doing anything. No log mssages or errors are output. My speedtest values in the dashboard are still unknown.
I’m running the home assistant docker container version 107.7. If I docker-exec into the container, I’m able to run the following without issue:
sudo docker exec -it home-assistant /bin/sh
/config # /usr/local/bin/python /usr/local/lib/python3.7/site-packages/speedtest.py
Retrieving speedtest.net configuration...
I’m not sure why home assistant is not running the test on its own or invoking it when the service is called via the UI. Any ideas how to debug this? My configuration.yaml file includes the following:
speedtestdotnet:
scan_interval:
hours: 6
Thanks!