Librespeed is an application to test network speed, by installing it on your server/home-assistant you can test your local network speed. This addon is based on the docker image https://github.com/linuxserver/docker-librespeed
The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on.
- Add my add-ons repository to your home assistant instance (in supervisor addons store at top right, or click button below if you have configured my HA)
- Install this add-on.
- Click the
Save
button to store your configuration. - Set the add-on options to your preferences
- Start the add-on.
- Check the logs of the add-on to see if everything went well.
- Open the webUI and run a speed test
This addon takes no configuration except the port number.
Webui can be found at http://your-ip:PORT.
you can add the panel by including these lines in your configuration.yaml and change the url.
panel_iframe:
librespeed:
title: "LibreSpeed"
icon: mdi:gauge-full
url: "http://your-server:port"
Create an issue on github