smart
(Ron)
March 16, 2019, 7:05pm
1
I am simply adding one line to configuraion.yaml as documented. Why does this produce an error “The following Components and platforms could not be set up” ?
speedtestdotnet:
I even tried installing speedtest-cli in case that was required.
sudo apt install speedtest-cli
speedtest-cli works fine on command line.
That mage implies it needs a server_id: defining a Speedtest server.
That documentation is poor though.
smart
(Ron)
March 17, 2019, 7:50am
3
That doesn’t seem to be the problem. Still fails with server id set. Page says server_id is optional.
speedtestdotnet:
server_id: 4808
message: The following components and platforms could not be set up:
- speedtestdotnet
Please check your config.
title: Invalid config
~/.homeassistant$ speedtest-cli --server 4808
Retrieving speedtest.net configuration...
Testing from Hawaiian Telcom (72.235.36.219)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Hawaiian Telcom (Honolulu, HI) [10.80 km]: 18.924 ms
Testing download speed................................................................................
Download: 42.69 Mbit/s
Testing upload speed....................................................................................................
Upload: 74.05 Mbit/s
Based on warnings in the docs I probably don’t want it running anyway but I wanted to try it a bit.
Denny_d
(Denny)
April 30, 2019, 1:34pm
4
same for me any solution?
basti4k
(Sebastian)
December 29, 2020, 11:35am
5
Hi, i have a Problem with the server_id:
this is my config:
## SPEEDTEST
speedtestdotnet:
server_id: 10010
scan_interval:
minutes: 5
monitored_conditions:
- ping
- download
- upload
But in the ouput is this:
Server name Frankfurt
Server country Germany
Server ID 23095
there run on the worng server_id!?!