From ad4ee8c7f1d0b5ba85ae4a0e15e5ad58686e405f Mon Sep 17 00:00:00 2001 From: simonox Date: Thu, 23 Feb 2023 17:52:32 +0100 Subject: [PATCH] It's better to describe node red before describing grafana --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f9e24b..ed8375a 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,19 @@ mosquitto_sub -h localhost -t '#' -p 1883 mosquitto_pub -h localhost -p 1883 -t '/' -m $(date --utc +%s) ``` +### Node-RED + +NodeRed is running here: http://localhost:1880/ + +A simple introduction to Node-RED can be found - along with the nodes / the code - in [this repository, please have a look](./software/flow/README.md)! + + ### Grafana You can login to Grafana: http://localhost:3000/login (admin:admin) Have a look at the [HowTo in this repository](./software/dashboard/README.md). -### Node-RED - -NodeRed is running here: http://localhost:1880/ - -A simple introduction to Node-RED can be found - along with the nodes / the code - in [this repository, please have a look](./software/flow/README.md)! ## Hardware