From 60412a9a193bf3f5db3b0f984d563c389e44b023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Romero?= Date: Sun, 25 Jul 2021 16:37:46 +0200 Subject: [PATCH] add MYHELLOIOT MYHELLOIOT is a MQTT dashboard application inspired in my other MQTT project HelloIoT. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10dd1e6..d64f21e 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,7 @@ Here are complete firmwares to turn them into MQTT-controlled smart home nodes: * [mqtt-prometheus-message-exporter](https://github.com/tg44/mqtt-prometheus-message-exporter) - A small service which will convert mqtt messages to prometheus metrics. * [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. +* [MYHELLOIOT](https://adrianromero.github.io/myhelloiot/) - MYHELLOIOT is a MQTT dashboard application inspired in my other MQTT project HelloIoT. * [node-red-dashboard](https://github.com/node-red/node-red-dashboard) - A dashboard UI for Node-RED. 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).