From 707aaacbcbbc8c1299927910bb53592957c694dc Mon Sep 17 00:00:00 2001 From: kalemena Date: Sun, 14 Apr 2024 18:49:08 +0000 Subject: [PATCH] deploy: c3001b3ce85cd3d789367466cdcd234c57f0950b --- index.html | 53 +++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/index.html b/index.html index fcc67f9..3cfc465 100644 --- a/index.html +++ b/index.html @@ -1702,45 +1702,46 @@

3.3.3. Test

3.4. Module - Current Cost

-

The CurrentCost EnviR allows to monitor main power home usage live and historical.

+

The CurrentCost EnviR allows to monitor live power usage and energy consumption. +Up to 9 additional plugs can be used to monitor more devices.

-

The USB device allows also historical reports, every 2h.

+
Overview
+

Schema

-

Additional plugable sensor can be used to monitor more devices.

+

See how to install and connect Hardware - Gateway USB CurrentCost for details.

-

See Hardware - Gateway USB CurrentCost for details.

+
Node-Red sample flow
+

Node-RED flow

-
- - - - - -
- -
-

Because Current Cost is a USB device with no particular driver needs, this module does not require any hacking.
-The module is just a set of wires in Node-Red flows.

-
-
+

Integration in Node-Red is done listening on USB tty device node. +An XML to JSON translates information, and few lines of code are enough to read proper JSON fields.

-
Overview
-

Schema

+

Current Cost send several types of data:

-
-
Node-Red sample flow
-

Node-RED flow

+
+
    +
  • +

    Live power and live temperature (temperature of screen)

    +
  • +
  • +

    Historical energy consumption sent every 2h at mid-hour

    +
  • +
-

Integration is done as simple USB tty device node, an XML to JSON translate, and few lines of code to read proper JSON fields.

+

The below Node-Red flow allows monitoring live power:

-
@@ -1756,7 +1757,7 @@