Naming some nodes, adding dashboards

This commit is contained in:
Juan Manuel Grados Luyando 2023-03-02 19:17:11 +01:00
parent 8bec0b8e9f
commit 8fd28d237c
10 changed files with 443 additions and 45 deletions

88
software/flow/flows.json Normal file → Executable file
View File

@ -695,7 +695,7 @@
"type": "function",
"z": "325e309897bf4538",
"name": "parse power data",
"func": "return {\n payload: Number(msg.payload)\n}",
"func": "var power = Number(msg.payload);\n\nif (power != 0){\n return {\n payload: power\n }\n}",
"outputs": 1,
"noerr": 0,
"initialize": "",
@ -714,7 +714,7 @@
"id": "e2da2b347453dd67",
"type": "debug",
"z": "325e309897bf4538",
"name": "power",
"name": "power 3dprinter",
"active": false,
"tosidebar": true,
"console": false,
@ -723,7 +723,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 670,
"x": 700,
"y": 420,
"wires": []
},
@ -790,7 +790,7 @@
"id": "b905735dc618a8a0",
"type": "debug",
"z": "325e309897bf4538",
"name": "state",
"name": "state 3dprinter",
"active": false,
"tosidebar": true,
"console": false,
@ -799,7 +799,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 670,
"x": 700,
"y": 620,
"wires": []
},
@ -866,7 +866,7 @@
"id": "04b4d32bae0f2348",
"type": "debug",
"z": "325e309897bf4538",
"name": "filename",
"name": "filename 3dprinter",
"active": false,
"tosidebar": true,
"console": false,
@ -875,7 +875,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 680,
"x": 710,
"y": 840,
"wires": []
},
@ -942,7 +942,7 @@
"id": "6af55efed77b7ef4",
"type": "debug",
"z": "325e309897bf4538",
"name": "starttime",
"name": "starttime 3dprinter",
"active": false,
"tosidebar": true,
"console": false,
@ -951,7 +951,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 680,
"x": 710,
"y": 1040,
"wires": []
},
@ -1018,7 +1018,7 @@
"id": "2dc5b48d55a82a7c",
"type": "debug",
"z": "325e309897bf4538",
"name": "endtime",
"name": "endtime 3dprinter",
"active": false,
"tosidebar": true,
"console": false,
@ -1027,7 +1027,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 680,
"x": 710,
"y": 1240,
"wires": []
},
@ -1173,7 +1173,7 @@
"id": "03a1941ce253b3b9",
"type": "debug",
"z": "325e309897bf4538",
"name": "total energy data",
"name": "total energy data 3dprinter",
"active": true,
"tosidebar": true,
"console": false,
@ -1182,7 +1182,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 770,
"x": 790,
"y": 1340,
"wires": []
},
@ -1482,7 +1482,7 @@
"id": "6df29c651de8a30f",
"type": "debug",
"z": "325e309897bf4538",
"name": "total filament data",
"name": "total filament data 3dprinter",
"active": true,
"tosidebar": true,
"console": false,
@ -1491,7 +1491,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 810,
"x": 840,
"y": 1600,
"wires": []
},
@ -1521,7 +1521,7 @@
"type": "function",
"z": "47e5443dc1c29bcd",
"name": "parse power data",
"func": "return {\n payload: Number(msg.payload)\n}",
"func": "var power = Number(msg.payload);\n\nif (power != 0) {\n return {\n payload: power\n }\n}",
"outputs": 1,
"noerr": 0,
"initialize": "",
@ -1540,7 +1540,7 @@
"id": "bc5a407d180795d6",
"type": "debug",
"z": "47e5443dc1c29bcd",
"name": "power",
"name": "power lasercutter",
"active": false,
"tosidebar": true,
"console": false,
@ -1549,7 +1549,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 690,
"x": 730,
"y": 140,
"wires": []
},
@ -1616,7 +1616,7 @@
"id": "efd7719d7decb1ea",
"type": "debug",
"z": "47e5443dc1c29bcd",
"name": "state",
"name": "state lasercutter",
"active": false,
"tosidebar": true,
"console": false,
@ -1625,7 +1625,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 690,
"x": 720,
"y": 340,
"wires": []
},
@ -1692,7 +1692,7 @@
"id": "338d4cf095415f71",
"type": "debug",
"z": "47e5443dc1c29bcd",
"name": "filename",
"name": "filename lasercutter",
"active": false,
"tosidebar": true,
"console": false,
@ -1701,7 +1701,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 700,
"x": 730,
"y": 560,
"wires": []
},
@ -1768,7 +1768,7 @@
"id": "77a78efc551054de",
"type": "debug",
"z": "47e5443dc1c29bcd",
"name": "starttime",
"name": "starttime lasercutter",
"active": false,
"tosidebar": true,
"console": false,
@ -1777,7 +1777,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 680,
"x": 710,
"y": 760,
"wires": []
},
@ -1844,7 +1844,7 @@
"id": "b44d4302a407dd2b",
"type": "debug",
"z": "47e5443dc1c29bcd",
"name": "endtime",
"name": "endtime lasercutter",
"active": false,
"tosidebar": true,
"console": false,
@ -1853,7 +1853,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 680,
"x": 710,
"y": 960,
"wires": []
},
@ -1915,7 +1915,7 @@
"id": "17442662acc3cc61",
"type": "debug",
"z": "47e5443dc1c29bcd",
"name": "total energy data",
"name": "total energy data lasercutter",
"active": true,
"tosidebar": true,
"console": false,
@ -1924,7 +1924,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 770,
"x": 800,
"y": 1080,
"wires": []
},
@ -2132,7 +2132,7 @@
"type": "function",
"z": "8ef0902d5920bef2",
"name": "parse power data",
"func": "return {\n payload: Number(msg.payload)\n}",
"func": "var power = Number(msg.payload);\n\nif (power != 0) {\n return {\n payload: power\n }\n}",
"outputs": 1,
"noerr": 0,
"initialize": "",
@ -2142,8 +2142,8 @@
"y": 100,
"wires": [
[
"c7fb8cedc139159b",
"0786982790db5744"
"0786982790db5744",
"c7fb8cedc139159b"
]
]
},
@ -2151,8 +2151,8 @@
"id": "c7fb8cedc139159b",
"type": "debug",
"z": "8ef0902d5920bef2",
"name": "power",
"active": false,
"name": "power cnc",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
@ -2160,7 +2160,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 690,
"x": 710,
"y": 140,
"wires": []
},
@ -2227,7 +2227,7 @@
"id": "9e773dd4015689eb",
"type": "debug",
"z": "8ef0902d5920bef2",
"name": "state",
"name": "state cnc",
"active": false,
"tosidebar": true,
"console": false,
@ -2236,7 +2236,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 690,
"x": 700,
"y": 340,
"wires": []
},
@ -2303,7 +2303,7 @@
"id": "cb4c266a29ef1440",
"type": "debug",
"z": "8ef0902d5920bef2",
"name": "filename",
"name": "filename cnc",
"active": false,
"tosidebar": true,
"console": false,
@ -2312,7 +2312,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 700,
"x": 710,
"y": 560,
"wires": []
},
@ -2379,7 +2379,7 @@
"id": "217def6e60f47b93",
"type": "debug",
"z": "8ef0902d5920bef2",
"name": "starttime",
"name": "starttime cnc",
"active": false,
"tosidebar": true,
"console": false,
@ -2388,7 +2388,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 680,
"x": 690,
"y": 760,
"wires": []
},
@ -2455,7 +2455,7 @@
"id": "25d21239196d7faa",
"type": "debug",
"z": "8ef0902d5920bef2",
"name": "endtime",
"name": "endtime cnc",
"active": false,
"tosidebar": true,
"console": false,
@ -2464,7 +2464,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 680,
"x": 690,
"y": 960,
"wires": []
},
@ -2526,7 +2526,7 @@
"id": "9eab0627c1031cf2",
"type": "debug",
"z": "8ef0902d5920bef2",
"name": "total energy data",
"name": "total energy data cnc",
"active": true,
"tosidebar": true,
"console": false,
@ -2535,7 +2535,7 @@
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 810,
"x": 820,
"y": 1160,
"wires": []
},

2
software/flow/flows_cred.json Normal file → Executable file
View File

@ -1,3 +1,3 @@
{
"$": "a37a380186524e7fc7a54e865dc684a0e2E4wK3H/KqslcUK7UZAxtT0CzLSTWs5u8gwjwTwS1nnK6FbtmLf3r0qfD6Mr4bFX39eXjq31IJV1Qc8RBaewSLNSVFMxhXTeAVOvXps5Mw11kyFfXS7ImEG7PbVoBePjJRUSXgVnVauM4xsSzS8KkIGABvJ8WODIU++c5kObK0NaEitlBn/SReZZdNpDSqa8MaCKJ1udu+ZvZZsWEt0OII062EjuMQGjcYtOI3f+5pG/tf0l3B9XRMZVC5EDNretc60cjskqFPYJXmrGuo9EQ=="
"$": "b479cf85067f2ad2e290fedb4b4bc60agt36msOl4fD5/AhmQT8qQ9DHu+u+xVn6bY/z55HiT2vOaDZEa6H7fAc340PGjYbC/mgaQKY1M67A378PC+UJKIhPAur/B1LEz0dsl0fDrtr7mgww/DPRWrjRjg246GWUCEnT6Ed3CjTBKdO8msEj6tZxAUOON9La5XJEwOqSCii3YfEQ8lUghZfQapL65ybCH21qasPXLyVGHivalVtbSQ1tsEcQ4mcLdDR4MCRdaA3kPyA3+68/aLYVUTPcKxX1YlDvXpKBNcQGsDjKYpUQaA=="
}

View File

@ -0,0 +1,201 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View File

@ -0,0 +1,24 @@
## node-red-contrib-watt2kwh
A node specifically written to convert power (watts) to energy (kWh).
### Inputs
The node accepts a msg.payload input in the format of a number (example 6) or a string (example "6") provided that the string only contains numbers.
### Outputs
The msg.payload contains the energy output, which can be set in the node config to be;
* Joules
* Watt hour
* Kilowatt hour or
* Megawatt hour
### Details
As the calculation is dependent upon the relationship between the amount of power used, (or generated) **and** the interval between consecutive data points; **interval x power = energy** the very first value fed into the node will not produce an output, because the node requires a second value to be able to calculate the interval between the two values.
After subsequent feed inputs, the node will output the corresponding energy used or generated within that interval.
The Timeout setting in the node's configuration, should be set to at least the maximum interval between successive readings. This is to avoid the situation where for example, a sensor is taken off line, develops a fault or there is a communication problem, resulting in a break of several hours between readings and the calculation - **interval x power = energy** would then be inaccurate.
A common usage is to create a barchart, to show daily energy usage or generation. Using the watt/hour setting, the msg.payload can be fed into the database, for example influx, and then queried within Grafana to produce the barchart; `SELECT sum("energyfeed") FROM "yourdatabase" WHERE $timeFilter GROUP BY time(1d)`
```
[{"id":"d62baedc.ded46","type":"debug","z":"31e18edc.98bdc2","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":740,"y":440,"wires":[]},{"id":"74280b50.f704a4","type":"inject","z":"31e18edc.98bdc2","name":"1 kW feed","topic":"","payload":"1000","payloadType":"str","repeat":"60","crontab":"","once":false,"onceDelay":0.1,"x":420,"y":440,"wires":[["5eb66b22.1a4de4"]]},{"id":"5eb66b22.1a4de4","type":"watt2kwh","z":"31e18edc.98bdc2","format":"kwh","maximum":"5","maximumunit":"mins","name":"","x":580,"y":440,"wires":[["d62baedc.ded46"]]}]
```
The other common usage is to use the data within node-RED, for use in the dashboard or sending it to other devices. In these cases, you may wish to accumulate the node output, for example to calculate how many kWh's are consumed (or generated that day. The flow below, adds each subsequent value, and saves it back to flow context. An inject node then deletes the context value at each midnight.
```
[{"id":"74280b50.f704a4","type":"inject","z":"31e18edc.98bdc2","name":"1 kW feed","topic":"","payload":"1000","payloadType":"str","repeat":"","crontab":"*/1 0-23 * * *","once":false,"onceDelay":0.1,"x":420,"y":470,"wires":[["5eb66b22.1a4de4"]]},{"id":"5eb66b22.1a4de4","type":"watt2kwh","z":"31e18edc.98bdc2","format":"kwh","maximum":"5","maximumunit":"mins","name":"","x":586,"y":470,"wires":[["92e84adc.45c5e8"]]},{"id":"92e84adc.45c5e8","type":"function","z":"31e18edc.98bdc2","name":"Store kwh","func":"var inputVal = msg.payload;\nif (inputVal == \"reset\"){\n flow.set(\"energyVal\",0); \n } else {\nvar savedVal = flow.get('energyVal')||0;\nsavedVal += inputVal;\nflow.set(\"energyVal\",savedVal);\nmsg.payload = savedVal;\nreturn msg;\n}","outputs":1,"noerr":0,"x":740,"y":510,"wires":[["486cc458.d7051c"]]},{"id":"486cc458.d7051c","type":"debug","z":"31e18edc.98bdc2","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":900,"y":510,"wires":[]},{"id":"6a75c8e5.1ee598","type":"inject","z":"31e18edc.98bdc2","name":"reset","topic":"","payload":"reset","payloadType":"str","repeat":"","crontab":"00 00 * * *","once":false,"onceDelay":0.1,"x":600,"y":510,"wires":[["92e84adc.45c5e8"]]}]
```

View File

@ -0,0 +1 @@
[{"id":"8f7657bd13cc9a4b","type":"comment","z":"b3b413d1.05b1b","name":"info","info":"This flow adds each subsequent value, and saves it back to flow context. An inject node then deletes the context value at each midnight.","x":145,"y":1525,"wires":[]},{"id":"74280b50.f704a4","type":"inject","z":"b3b413d1.05b1b","name":"1 kW feed","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"10","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"1000","payloadType":"str","x":165,"y":1565,"wires":[["5eb66b22.1a4de4"]]},{"id":"5eb66b22.1a4de4","type":"watt2kwh","z":"b3b413d1.05b1b","format":"kwh","maximum":"5","maximumunit":"mins","name":"","x":331,"y":1565,"wires":[["92e84adc.45c5e8"]]},{"id":"92e84adc.45c5e8","type":"function","z":"b3b413d1.05b1b","name":"Store kwh","func":"var inputVal = msg.payload;\nif (inputVal == \"reset\"){\n flow.set(\"energyVal\",0); \n } else {\nvar savedVal = flow.get('energyVal')||0;\nsavedVal += inputVal;\nflow.set(\"energyVal\",savedVal);\nmsg.payload = savedVal;\nreturn msg;\n}","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":485,"y":1605,"wires":[["486cc458.d7051c"]]},{"id":"486cc458.d7051c","type":"debug","z":"b3b413d1.05b1b","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":645,"y":1605,"wires":[]},{"id":"6a75c8e5.1ee598","type":"inject","z":"b3b413d1.05b1b","name":"reset","repeat":"","crontab":"00 00 * * *","once":false,"onceDelay":0.1,"topic":"","payload":"reset","payloadType":"str","x":345,"y":1605,"wires":[["92e84adc.45c5e8"]]}]

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

View File

@ -0,0 +1,29 @@
{
"name": "node-red-contrib-watt2kwh",
"version": "0.1.2",
"description": "A node-RED node that converts a power feed (watts) to energy (kWh).",
"main": "none",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Paul-Reed/node-red-contrib-watt2kwh.git"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "watt", "kwh", "power", "energy" ],
"node-red" : {
"version": ">=2.0.0",
"nodes" : {
"simpletime": "watt2kwh.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"author": "Paul Reed",
"bugs": {
"url": "https://github.com/Paul-Reed/node-red-contrib-watt2kwh.git/issues"
},
"homepage": "https://github.com/Paul-Reed/node-red-contrib-watt2kwh.git"
}

View File

@ -0,0 +1,81 @@
<script type="text/javascript">
RED.nodes.registerType('watt2kwh',{
category: 'function',
color: '#A6BBCF',
defaults: {
format: {value:"kwh"},
maximum: {value:"60", validator: function(v) { return !v || !isNaN(v)}},
maximumunit: {value:"mins"},
name: {value:""}
},
inputs:1,
outputs:1,
icon: "power.png",
label: function() {
return this.name||"watt2kwh";
}
});
</script>
<script type="text/x-red" data-template-name="watt2kwh">
<div class="form-row">
<label for="node-input-name"><i class="icon-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
</div>
<div class="form-row">
<label for="node-input-format"><i class="fa fa-envelope"></i> Output Format</label>
<select id="node-input-format">
<option value="j">joule</option>
<option value="kj">kilojoule</option>
<option value="wh">watt hour</option>
<option value="kwh">kilowatt hour</option>
<option value="mwh">megawatt hour</option>
</select>
</div>
<div class="form-row">
<label for="node-input-maximum"><i class="fa fa-history"></i> Timeout</label>
<input type="number" id="node-input-maximum" style="width:180px;">
<select id="node-input-maximumunit" style="width:120px;">
<option value="secs">Seconds</option>
<option value="mins">Minutes</option>
<option value="hours">Hours</option>
</select>
</div>
</script>
<script type="text/x-red" data-help-name="watt2kwh">
<h2 id="noderedcontribwatt2kwh">node-red-contrib-watt2kwh</h2>
<p>A node specifically written to convert power (watts) to energy (kWh).</p>
<h3 id="inputs">Inputs</h3>
<p>The node accepts a msg.payload input in the format of a number (example 6) or a string (example "6") provided that the string only contains numbers.</p>
<h3 id="outputs">Outputs</h3>
<p>The msg.payload contains the energy output, which can be set in the node config to be;</p>
<ul>
<li>Joules</li>
<li>Watt hour</li>
<li>Kilowatt hour or</li>
<li>Megawatt hour</li>
</ul>
<h3 id="details">Details</h3>
<p>As the calculation is dependent upon the relationship between the amount of power used, (or generated) <strong>and</strong> the interval between consecutive data points; <strong>interval x power = energy</strong> the very first value fed into the node will not produce an output, because the node requires a second value to be able to calculate the interval between the two values. </p>
<p>After subsequent feed inputs, the node will output the corresponding energy used or generated within that interval. </p>
<p>The Timeout setting in the node's configuration, should be set to at least the maximum interval between successive readings. This is to avoid the situation where for example, a sensor is taken off line, develops a fault or there is a communication problem, resulting in a break of several hours between readings and the calculation - <strong>interval x power = energy</strong> would then be inaccurate.</p>
<p>For example flows - see the <a href="https://github.com/Paul-Reed/node-red-contrib-watt2kwh/">README</a></p>
</script>

View File

@ -0,0 +1,62 @@
/**
* Copyright 2019 Paul Reed
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
**/
// Many thanks to @bartbutenaers for the learning experience & support!!
module.exports = function(RED) {
function Watt2kWhNode(config) {
RED.nodes.createNode(this,config);
this.maximum = config.maximum;
var node = this;
//Read the selected output format
const formats = {"j":1e-3, "kj": 1, "wh": 3.6, "kwh": 3600, "mwh": (1e3*3600)};
this.output = formats[config.format] || 0;
//Read the selected timeout value
const units = {"secs": 1, "mins": 60, "hours": 3600};
this.maximum *= units[config.maximumunit] || 0;
// Overule if left blank or negative values selected
if (this.maximum <= 0) {
this.maximum = 3600;
}
node.on('input', function(msg) {
var kwatts = (msg.payload / 1000);
var hrtime = process.hrtime();
var secsnow = ((hrtime[0]) + (hrtime[1] / 1e9));
var lastms = node.lastms||secsnow;
var interval = secsnow - lastms;
// Check if input msg is a number, else warn & exit
if (isNaN (kwatts)){
this.error("The input msg is not a number");
return;
}
node.lastms = secsnow;
// Calculate kilojoules from energy - if interval is OK
if ((interval < this.maximum)&&(interval !== 0)) {
msg.payload = (interval*kwatts)/this.output;
node.send(msg);
} else {
return;
}
});
}
RED.nodes.registerType("watt2kwh",Watt2kWhNode);
}