core: Speedtest integreation not working anymore

The problem

Speedtest integreation not working anymore, I had this error message: Error fetching speedtestdotnet data: Unable to connect to servers to test latency.

What version of Home Assistant Core has the issue?

2022.8.7

What was the last working version of Home Assistant Core?

2022.8.7

What type of installation are you running?

Home Assistant OS

Integration causing the issue

speedtestdotnet

Link to integration documentation on our website

https://www.home-assistant.io/integrations/speedtestdotnet

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.components.speedtestdotnet
Source: helpers/update_coordinator.py:182
Integration: Speedtest.net (documentation, issues)
First occurred: 14:18:50 (3 occurrences)
Last logged: 18:45:22

Error fetching speedtestdotnet data: Unable to connect to servers to test latency.

Additional information

No response

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 3
  • Comments: 20 (5 by maintainers)

Most upvoted comments

The python library is not working anymore, even the speedtest-cli Linux client also don’t work anymore. New official speedtest client must be used

And how do you do that?

Not working either image Even calling service does not update sensors

service: homeassistant.update_entity
target:
  entity_id:
    - sensor.speedtest_download
    - sensor.speedtest_ping
    - sensor.speedtest_upload

The only clue is :

2022-09-09 09:46:04.810 ERROR (MainThread) [homeassistant.components.speedtestdotnet] Error fetching speedtestdotnet data: Unable to connect to servers to test latency.

It’s closed because there’s nothing broken in the Home Assistant integration, the problem is upstream in the library.

If this integration use the wrong lib, the problem is still to be fixed here by switching to the new lib (official) ? No @rohankapoorcom ?

The python library is not working anymore, even the speedtest-cli Linux client also don’t work anymore. New official speedtest client must be used