Releases: victronenergy/dynamic-ess
Release list
v0.1.23
- Fix scheduling bug for users with hourly schedules - Subsequent schedules where starting half an hour after the first one instead of an hour after. As long as the user has a stable internet connect, this should not have had any impact, other than being annoying.
- Updated flows, adding extra info. Now showing:
- battery charge percentage to 2nd axis
- battery balancing info
Thanks Abel for adding the improved graphs and battery balancing info.
Full Changelog: v0.1.21...v0.1.23
v0.1.21
- Add support for UK Octopus contracts - Note that users will need to figure out the used tariff and region of the contract. The tariff is part of the first part of the contract (
1-ERfor single rate,2-ERfor dual rate). The region is the last letter of the contract, ranging fromAtillP. On your Octopus user page you should be able to check the name of your contract.
Full Changelog: v0.1.20...v0.1.21
v0.1.20
- Fix a bug that always set green mode to true
- By injecting either boolean value true or false as
msg.green_mode_oninto the node, the system will switch from one mode to the other
Full Changelog: v0.1.19...v0.1.20
v0.1.19
-
Add green mode - If the green mode checkbox has been set, the system will:
- Only excess solar is fed back to grid - Solar production is only sold to the grid when there is excess after consumption and battery charging;
- Avoid feeding in from battery - Energy in the battery is reserved for consumption;
- Use Smart-charging when needed - Charge the battery when prices are low.
So this might not result in saving the most of money, but will allow you to maximize using your own solar. Note that this mode defaults to
true. -
Allow changing
tg_maxandfg_maxvia an input msg.
Full Changelog: v0.1.18...v0.1.19
v0.1.18
Dynamically alter formula's
Injecting msg.buy_price_formula and msg.sell_price_formula updates these two. It will also trigger a new fetch. Updated documentation, added example.
Full Changelog: v0.1.17...v0.1.18
v0.1.17
And now with the actual changes that were meant for v0.1.16 (and should have been in v0.1.15):
- Remove
.gsmm,.feed_inand .idle_bfrom the examples (graph part)
v0.1.16
Updated flows that work correctly with the new parameters.
Full Changelog: v0.1.15...v0.1.16
v0.1.15
Add extra configuration options to set a SOC to reach at a certain hour. E.g. 15 for 15:00, 22 for 22:00 and 0 for midnight.
Make sure that the SOC is above min SOC when setting it. If you set it to 0, this feature is disabled.
Full Changelog: v0.1.14...v0.1.15
v0.1.14
- New, simplified, flows that also set strategies. Make sure to run at least firmware beta 3.30~7 or above.
Full Changelog: v0.1.12...v0.1.14
v0.1.12
- Add check to make sure that dess mode = 4 (Node-RED)
Full Changelog: v0.1.11...v0.1.12