@energiok/node-red-contrib-pricecontrol-thermal 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -1
- package/README.md +2 -7
- package/nul +0 -0
- package/package.json +1 -1
- package/src/strategy-smart-thermal.html +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
# node-red-contrib-
|
|
1
|
+
# node-red-contrib-pricecontrol-thermal
|
|
2
2
|
|
|
3
3
|
A Node-RED node to save money when power prices are changing by the hour.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## Please read more in the [documentation](https://powersaver.no/).
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[](https://powersaver.no/contribute/#donate)
|
|
5
|
+
Smart thermal control for Node-RED - optimizes heat pump operation based on electricity prices and outdoor temperature.
|
package/nul
ADDED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script type="text/javascript">
|
|
2
2
|
RED.nodes.registerType("ps-strategy-smart-thermal", {
|
|
3
|
-
category: "
|
|
3
|
+
category: "Pricecontrol",
|
|
4
4
|
color: "#FFCC66",
|
|
5
5
|
defaults: {
|
|
6
6
|
name: { value: "" },
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
}</pre>
|
|
242
242
|
|
|
243
243
|
<h3>References</h3>
|
|
244
|
-
<p>See the
|
|
244
|
+
<p>See the node configuration above for detailed examples and configuration guides.</p>
|
|
245
245
|
</script>
|