Its appears that there as a change at speedtest’s end which resulted in @DavidFW1960’s script failing. Not sure if this affects all users or just those within Europe.
The following change fixed it for me;
from:
*# DO NOT ALTER ANYTHING BELOW THIS LINE*
speedtest_result=$(sudo speedtest --format=json --accept-license)
to:
*# DO NOT ALTER ANYTHING BELOW THIS LINE*
speedtest_result=$(sudo speedtest --format=json --accept-gdpr)
Hope that helps anyone who’s woken up to find that broken
How/where do I make the changes on this. I have lost the service speedtestdotnet.speedtest. If I run the automation it fails because of the service not being available. If I uninstall and reinstall it will update but the automation does not succeed.Has been working for a couple of years without issue.
I am running Home Assistant 2023.2.3 Supervisor 2023.01.1 Operating System 9.5 om a NUC.
Thanks