-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speedtest no works - Entity unavailable #80290
Comments
Hey there @rohankapoorcom, @engrbm87, mind taking a look at this issue as it has been labeled with an integration ( speedtestdotnet documentation |
It might be a DNS issue, what happens if you run the test in your browser? https://www.speedtest.net/ |
Same Issue for me Home Assistant 2022.10.3 |
I sometimes have similar issue. I have set up an automation which reloads config for Speedtest integration after status changes to "unavailable" for over 1 minute. You can try this way, maybe it will work for you as well.
|
Same issue here |
Removing it and installing it again solved the problem |
It's works in an other browser but entity not works in HA. |
No works for me, i tried 3 times |
Actually, you don't need to reload the config, but you can also just update the download entity to manually run a speedtest. It will usually continue running after that. This is what I do: alias: Force speedtest
description: >-
Force speedtest when download unavailable for 1 minute. Fix for accidental
failure of the integration.
trigger:
- platform: state
entity_id:
- sensor.speedtest_download
to: unavailable
for:
hours: 0
minutes: 1
seconds: 0
condition: []
action:
- service: homeassistant.update_entity
data: {}
target:
entity_id: sensor.speedtest_download
mode: single |
And possibly a duplicate of #62172? |
I can give it a try, |
Don't work for me, entity always unavailable |
Same problem here |
@ninjax95 what not? There are 2 workarounds. Both? |
Same problem here |
Certainly two workarounds that do not work for me! And I could have thought that it's me who makes things wrong but I'm not the only one... |
same here |
Perfect! Thank you :) |
Homeassistant : 2022.10.5 Same error. But I have this error message in the logs : Logger: homeassistant.components.speedtestdotnet Error fetching speedtestdotnet data: Unable to connect to servers to test latency. |
I have the same problem, I tried debugging it. When I use speedtest-cli (python) I get an error on https://www.speedtest.net/speedtest-servers-static.php?threads=8&x=1667417452426.0 I tried accessing this URL from multiple IPs in France, none worked. The Speedtest Windows App, web browser app and official cli work fine. So I guess there is an issue with their infrastructure depending on the location. They must have changed the "new cli" not to use this URL anymore. |
Sale issue for me this integration has stopped working weeks ago… |
Speedtest is working in my instance located in Belgium but is not working for my instance in France... What is very strange is that in France, I cannot choose a server to target, I only have "Auto-Detect" as option while in Belgium I have a menu to choose a specific server if I want... Should be a bug linked with specific locations... Just to complete my comment: on both locations I can use "speedtest" in a browser without any issues... so the problem is within HA... I have the following error message in the logs from France: [homeassistant.components.speedtestdotnet] Error fetching speedtestdotnet data: Unable to connect to servers to test latency. |
Same issue, did you try to contact them in the doubt? |
I did, but didn't get any answer... |
I have the same problem here (France). Source : https://twitter.com/blogdju/status/1568639600498704386 (french) |
Entity is available for about 20 minutes after a reboot... Then it becomes "Unavailable. The only way to keep it "available" is to keep the automatic polling enabled. Disabling the automatic polling results in "Unavailable". I've removed and reinstalled it, i've created automations to reload it, nothing works. I'm not sure who thought it was a great idea to remove the option to configure polling and make it run every hour? |
Hi, Thanks |
Disabled on my side, seem's not maintained anymore.. (down since more 6 month on FR servers) |
I have the same problem with the sensors being unavailabe. I have a script that updates the speed everyday at 11:30. If the script runs by itself it will finisih in les than 1 second. When i give a manual run trigger of the same script it does update the speedtest entitiys. and the script runs longer. So it works with manual trigger, not automatic once every day. `alias: Speedtest pollling
|
Just tried with this PR in local, and it works ! |
I have the same issue: speedtest integration not working in France for months (entities unavailable) but working fine in Belgium (I have two HA instances: same versions (Core, OS and Supervisor) on ProxMox, same hardware, two identical environments)... I tried different programs from Github using speedtest on a local Unix computer, but it seems they are all having the same issue for France: they cannot reach server(s)... Than I installed the program directly from the Speedtest website and in this case it is working fine... Therefore and as I am using Icinga2 as well, I moved the speedtest from HA (I removed the integration) to Icinga2, I wrote a quick shell program to test the internet speed and I am sending back the data to HA via MQTT into the same entities and it is working perfectly well... So the problem is maybe an obsolete speedtest version in HA... |
Hi, I removed this integration as it is not working now for months… https://forum.hacf.fr/t/integrer-speedtest-cli-officielle-a-home-assistant/15436 Enjoy! |
It will run for me until I select a specific server, but if left on auto select it runs like it should but speeds are way off. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
Hello, I have a problem, the data is not displayed, I uninstalled and reinstalled several times but it does not work.
In the logs, I have this message: [homeassistant.components.speedtestdotnet] Finished fetching speedtestdotnet data in 0.340 seconds (success: False).
Here is my setup:
Home Assistant 2022.10.3
Supervisor 2022.10.0
Operating System 9.2
UI: 20221010.0 - latest
What version of Home Assistant Core has the issue?
2022.10.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Speedtest
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?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: