SpeedTest unavailable

I have the SpeedTest integration installed and it is unavailable almost all the time. I update the integration manually and it starts working but after a few minutes it is not available again!

A month ago it was working very well, now it’s basically not working for a few weeks now!

any solution?

1 Like

Hello flequi19,

Are you talking about this?

Did you check if any of the issues listed match your problem, and if not make a new issue?
Reporting issues - Home Assistant.

yes of that same one. there I read the article! thanks

Experiencing same issue you described as well.

I use this:


alias: Reload Speedtest if we have stale readings
description: ""
mode: single
triggers:
  - value_template: >-
      {{ now() - states.sensor.speedtest_ping.last_updated >
      timedelta(minutes=180) }}
    trigger: template
conditions: []
actions:
  - data: {}
    target:
      entity_id: sensor.speedtest_ping
    action: homeassistant.reload_config_entry
1 Like

I have an automation that reloads the integration every hour and it is still not available all the time. It lasts 5 minutes fine.

1 Like

I’ll try this Automation and see if that resolves the problem with it repeatedly stopping. Thank you for sharing.

1 Like

Even with automation mentioned above, issue continues to happen. Integration is not reliable. Like others stated, it works out of the gate and then stops updating

Could it be that your connection or the server you test against is unreliable? I checked my automation (the one above) and it fired last 4 months ago. I get stable readings.

Nope. I have uptime Kuma as well as other monitors regularly checking my internet connection

But that is not checking the connection to the speedtest server. Try changing it.

Oh you mean not my internet connection, you mean the actual speed test server that I selected. I’ve tried several and same outcome. I’ll try another one