node-red-contrib-power-saver 3.6.1 → 3.6.2
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/docs/.vuepress/config.js +1 -0
- package/docs/changelog/README.md +4 -0
- package/docs/examples/README.md +2 -0
- package/docs/examples/example-grid-tariff-capacity-flow.json +1126 -0
- package/docs/examples/example-grid-tariff-capacity-part.md +353 -107
- package/docs/images/example-capacity-flow.png +0 -0
- package/package.json +1 -1
- package/src/elvia/elvia-add-tariff.js +1 -2
- package/src/elvia/elvia-api.js +3 -0
package/docs/.vuepress/config.js
CHANGED
package/docs/changelog/README.md
CHANGED
|
@@ -6,6 +6,10 @@ sidebar: "auto"
|
|
|
6
6
|
|
|
7
7
|
List the most significant changes, starting in version 1.0.9.
|
|
8
8
|
|
|
9
|
+
## 3.6.2
|
|
10
|
+
|
|
11
|
+
- Fix bug in Elvia API causing Node-RED to crash when the API key was wrong. Not it shows status `Unauthorized` and survive.
|
|
12
|
+
|
|
9
13
|
## 3.6.1
|
|
10
14
|
|
|
11
15
|
- Fix bug in Best Save node, so a better saving is not overwritten by a not as good saving in an overlapping period. This bug could occur in rare cases when a shorter savings period gave better results than a longer.
|
package/docs/examples/README.md
CHANGED
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
[Visualize on/off, price and consumption in Lovelace](example-visualize-on-off/example-visualize-on-off)
|
|
14
14
|
|
|
15
|
+
[Capacity part of grid tariff](./example-grid-tariff-capacity-part)
|
|
16
|
+
|
|
15
17
|
## User provided examples
|
|
16
18
|
|
|
17
19
|
[Output schedule to a sensor entity](./example-next-schedule-entity.md) (by Stefan)
|