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

Same issue with other selected speedtest servers… :thinking::cry:

same here:

it worked fine right after installation. After triggering it via an automation it shows the current values for a couple of minutes and then goes to unavailable. Also tried different servers.

That’s not how I expected the integration to work. I am close to hacking some stuff to use the speedtest-cli directly.However, I was hoping that this step did somebody before me and I can safe the time …

any suggestions?

1 Like

Works great, thanks!!

for who is interested, the addin is way more robust and performance way better. Give it a try: GitHub - MrSuicideParrot/hassio-speedtest-addon: SpeedTest Home Assistant addon

1 Like

more new development in network availabitliy monitor: ORB, pretty new. Like it a lot

2 Likes

Tried and it works a treat. Thanks loads.

Thank you so much for sharing this orb add-on. I just installed it and I’m loving it so far. I just need to research the privacy and security around it from my own sanity.

true that… it babbles to their mqtt, but seemd very technical data only. It can point to your own mqtt btw. Havent got aroundt to do it so far