From ab25f0c17e41f4d1c95e222650c8c307171cbdb0 Mon Sep 17 00:00:00 2001 From: simonox Date: Wed, 22 Feb 2023 16:22:25 +0100 Subject: [PATCH] Wordings in the documentation --- software/flow/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/flow/README.md b/software/flow/README.md index fef5c5f..acbd4f9 100644 --- a/software/flow/README.md +++ b/software/flow/README.md @@ -16,11 +16,11 @@ Inside the container you can install the Node-RED Dashboard (we will switch to G npm install node-red-dashboard ``` -Then the dashboard should be visible on the righmost menu item in Node-RED. +The dashboard should be visible on the righmost menu item in Node-RED. ![Dashboard item](./docs/images/dashboard.png) -Then you can add a MQQT node to receive values from the power monitor, hook it up to a gauge and display it in a dasboard. +In Node-RED you can add a MQQT node to receive values from the power monitor, hook it up to a gauge and display it on a dasboard. ![Overview](./docs/images/1-overview.png) ![MQTT Node](./docs/images/2-mqtt-node.png) ![Gauge NOde](./docs/images/3-gauge-node.png) ![Dashboard Settings](./docs/images/4-dashboard-node.png)