Releases: ottopaulsen/node-red-contrib-power-saver
Releases · ottopaulsen/node-red-contrib-power-saver
Version 4
Major rewrite, Schedule Merger and Fixed Schedule nodes, and some bugfixes.
Fix bug in Elvia API
Fix bug in Elvia API causing Node-RED to crash when the API key was wrong. Not it shows status Unauthorized
and survive.
Fix bug in Best Save node
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.
Max-price and countHours features
- New feature
Max price
for Lowest Price node. Can be set to only turn on if prices is below or equal to the max price. - New value in output 3 from the Lowest Price and Best Save nodes,
countHours
, telling the number of hours that the value will stay.
Filter on days in general-add-tariff node
- Add day-filter to general-add-tariff node so it can add one tariff for some days, and another tariff for other days.
- Fix the elvia-add-tariff node so time is correct. The Elvia API does not handle time zone on the request, so this must be corrected for.
- Fix link to node-documentation in node edit dialogs.
Use new version of Elvia API
v3.5.6 Use new version of Elvia API (#63)
Fix context storage for Best Save node
v3.5.5 Fix context storage for Best Save node (#56)
Context fix + new example
Fix context bug.
Add Lovelace example.
Fix bug in context usage
v3.5.3 Fix bug in how context is used (#54)
Fix search in docs
v3.5.2 Fix search bar