Bandwith messurement with speedtestdotcom and fastdotcom on Home Assistant on Ubuntu

Hey i have some mesurement problems.
Maybe anyone has find out why and could explain or help in configer?

Here my Environment:

Test Server:

VMWare Server Version 6.5 - ESXi-6.5.0-20170104001-standard (VMware, Inc.)

Hersteller HP
Modell ProLiant DL360 G7
CPU 12 CPUs x Intel® Xeon® CPU X5675 @ 3.07GHz
Arbeitsspeicher 127,99 GB
Virtueller Flash 0 B Verwendet, 0 B Kapazität
Netzwerk
Hostname unvisible
IP-Adressen

  1. vmk0: xxx.xxx.xxx.250
    DNS-Server 1. xxx.xxx.xxx.199,2. 8.8.8.8
    Standard-Gateway xxx.xxx.xxx.252
    IPv6 aktiviert Ja
    Host-Adapter 4
    Netzwerke
    Name VMs
    VM Network
    12
    Speicher
    Physische Adapter 6
    Datenspeicher
    Name Typ Kapazität Frei
    SATADATA
    VMFS5 1,82 TB 387,2 GB
    SSDATA
    VMFS5 447 GB 446,05 GB
    datastore1
    VMFS5 830,5 GB 752,4 G

Runing only a bit of Windows Server for Testing
Windows Server 2016, Exchange2016
Active Directory

Also installed a Ubuntu Workstation with Desktop for Runing Home Assistant.

Here are the last public update home assistant version is runing.
In the configuration.yaml use

speedtestdotnet:
  #server_id: 24379
  #Berlin
  #server_id: 20507
  scan_interval:
    days: 0
    hours: 0
    minutes: 2
    seconds: 0
    milliseconds: 0
  monitored_conditions:
    - ping
    - download
    - upload

with some try’s of server_id use.

At the Home Assitant environment the value of messurement is available and i can displayed it in lovelace for sure.

With Influx DB configured Dasboard the messurement is nice visible over the time space i need.
So it is easy for me to export the messured values into csv. (In case of carrier bandwidth problems)

With the Fast.com

fastdotcom:
  scan_interval:
    # At least one of these must be specified:
    days: 0
    hours: 0
    minutes: 2
    seconds: 0
    milliseconds: 0

integration i hope to see the same values so i can be sure the messurement works well.

But i was not happy with the values and start on the Desktop of Ubuntu the Browser to fast.com.
This values now absolutly different to all other messurements.

On the Desktop the Messurement shows 420 MBits
the speedtestdotnet shows 210 MBits
and fastdotcom shows 197 MBits

all on the same VM?

So now i cant believe this values i start to install a Dell Workstation with Intel i5 on a SSD 250 GB HDD and Ubuntu 19.0x from the scratch.
After all Updates are well installed i use the script from you to install HASSIO on Ubuntu.

sudo -i
add-apt-repository universe
apt-get update
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common
curl -sSL https://get.docker.com | sh
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s

This installation takes only glances, influxdb, VSC / Cloud9 IDE activ.

Now i do the messurement her as well to.
On the Home Assistant the Values also different to the Browser Values.

I hoppe that i write down the problem so that your understand it well.

Ich könnte es ansonsten auch einmal in Deutsch Formulieren!

Thank you

Best regards, Katzi