Skip to content

Latest commit

 

History

History

librespeed

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Home assistant add-on: Librespeed

Supports Architecture Supports amd64 Architecture Supports armhf Architecture Supports armhf Architecture Supports armhf Architecture

About

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

Installation

The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on.

  1. 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) Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.
  2. Install this add-on.
  3. Click the Save button to store your configuration.
  4. Set the add-on options to your preferences
  5. Start the add-on.
  6. Check the logs of the add-on to see if everything went well.
  7. Open the webUI and run a speed test

Configuration

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"

Support

Create an issue on github