From 50418876f7d3fe3ebb109d573af5be21bd941f74 Mon Sep 17 00:00:00 2001 From: Joffrey Mischler <99173267+jmischler72@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:19:59 +0200 Subject: [PATCH] feat(dashboard): Add mqtt-dashboard to Visualization/Dashboards section (#148) * feat(dashboard): Add mqtt-dashboard to Visualization/Dashboards section * fix(dashboard): Improve description of mqtt-dashboard in README * feat(dashboard): Add mqtt-dashboard to the list of MQTT visualization tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1431fa3..8115aca 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ Here are complete firmwares to turn them into MQTT-controlled smart home nodes: - [HOMR-REACT](https://github.com/klauserber/homr-react) - A configurable MQTT Visualization. - [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-dashboard](https://github.com/jmischler72/mqtt-dashboard) - Self-hostable MQTT dashboard/explorer with drag-and-drop panels like cron, button, log and topic browser to help interact and monitor MQTT topics - [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 independent MQTT Dashboard for Linux/Raspberry Pi. - [MQTT.Cool Test Client](https://testclient-cloud.mqtt.cool) - A web interface for testing interaction between MQTT.Cool and any MQTT broker. @@ -521,7 +522,6 @@ Here are complete firmwares to turn them into MQTT-controlled smart home nodes: - [node-red-dashboard](https://github.com/node-red/node-red-dashboard) - A dashboard UI for Node-RED. - [PlotJuggler](https://github.com/facontidavide/PlotJuggler) - Visualize time series (from sources such as: MQTT, Websockets, ZeroMQ, UDP, etc., supports data formats such as JSON, CBOR, BSON, Message Pack, etc.). It is a fast, powerful and intuitive cross-platform tool. - Other tools that can be used to create Visualization/Dashboards can be found under [Platforms](#platforms) and [Smart Home Integration Software](#smart-home-integration-software).