fastcom-mqtt

fastcom-mqtt

Docker app from Simon Jenny's Repository

Overview

Docker Container with Fast.com CLI sending data directly to MQTT Broker The Docker needs the following ENV Variables: SLEEP : Seconds between measures MQTT_SERVER : IP/Address of MQTT Server MQTT_DOWN : Topic for Download Value MQTT_UP : Topic for Upload Value Optional: MQTT_USER: MQTT Username MQTT_PASS: MQTT Password

Docker Container with Fast.com CLI sending data directly to MQTT Broker

This is the repository for the blog post:

https://www.b65.ch/2021-09-09-measure-internet-speed-with-fastcom.html

The Docker needs the following ENV Variables:

SLEEP : Seconds between measures

MQTT_SERVER : IP/Address of MQTT Server

MQTT_DOWN : Topic for Download Value

MQTT_UP : Topic for Upload Value

Optional:

MQTT_USER: MQTT Username

MQTT_PASS: MQTT Password

Example:

docker run -e SLEEP='3600' -e MQTT_DOWN='edge/down' -e MQTT_UP='edge/up' -e MQTT_SERVER_='10.10.10.10' simonjenny/fastcom-mqtt:latest

Install fastcom-mqtt on Unraid in a few clicks.

Find fastcom-mqtt in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for fastcom-mqtt Review the template variables and paths Click Install

Categories

Download Statistics

28,056
Total Downloads
10
This Month
90
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
simonjenny/fastcom-mqtt
Last Updated2022-08-07
First Seen2022-05-14

Runtime arguments

Network
bridge
Shell
sh
Privileged
false

Template configuration

MQTT_SERVERVariable

Container Variable: MQTT_SERVER

MQTT_UPVariable

Container Variable: MQTT_UP

MQTT_DOWNVariable

Container Variable: MQTT_DOWN

MQTT_USERVariable

Container Variable: MQTT_UP

Target
MQTT_UP
MQTT_PASSVariable

Container Variable: MQTT_DOWN

Target
MQTT_DOWN
SLEEPVariable

Container Variable: sleep

Value
3600