From d7bdc37b09587c931222d272751b7f2da840904c Mon Sep 17 00:00:00 2001 From: kollokollo Date: Sat, 25 Jan 2020 00:12:01 +0100 Subject: [PATCH] Added MQTT-Hyperdash (#72) * Added MQTT-Hyperdash * typo corrected --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd5c72d..3edcaee 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ Here are complete firmwares to turn them into MQTT-controlled smart home nodes: * [Linear MQTT Dashboard](https://github.com/ravendmaster/linear-mqtt-dashboard) - Easy, customizable control panel - MQTT-client. * [MMM-mqtt](https://github.com/javiergayala/MMM-mqtt) - This is an extension for the MagicMirror². It provides the ability to subscribe to MQTT topics and display them. * [MQTT Dash](https://play.google.com/store/apps/details?id=net.routix.mqttdash&hl=de) - Android App: With the app you can create dashboards for your MQTT enabled IoT Smart Home devices and applications. +* [MQTT-Hyperdash](https://github.com/kollokollo/MQTT-Hyperdash) - A universal independant MQTT Dashboard for linux/Raspberry Pi. * [mqtt-panel](https://github.com/fabaff/mqtt-panel) - A web interface for MQTT. * [mqtt-svg-dash](https://github.com/jpmens/mqtt-svg-dash) - Subscribe to MQTT, extract JSON from a message and make lights blink on an SVG page. * [mqtt2highcharts](https://github.com/matbor/mqtt2highcharts) - Plotting live numbered data from a subscribed mqtt topic using Highcharts.