Skip to content

Releases: victronenergy/dynamic-ess

v0.1.23

Choose a tag to compare

@dirkjanfaber dirkjanfaber released this 16 Aug 09:41
  • 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

Choose a tag to compare

@dirkjanfaber dirkjanfaber released this 02 Jul 12:31
  • 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-ER for single rate, 2-ER for dual rate). The region is the last letter of the contract, ranging from A till P. 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

Choose a tag to compare

@dirkjanfaber dirkjanfaber released this 23 Apr 13:29
  • Fix a bug that always set green mode to true
  • By injecting either boolean value true or false as msg.green_mode_on into the node, the system will switch from one mode to the other

Full Changelog: v0.1.19...v0.1.20

v0.1.19

Choose a tag to compare

@dirkjanfaber dirkjanfaber released this 16 Apr 09:04
  • 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_max and fg_max via an input msg.

Full Changelog: v0.1.18...v0.1.19

v0.1.18

Choose a tag to compare

@dirkjanfaber dirkjanfaber released this 12 Apr 12:25

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

Choose a tag to compare

@dirkjanfaber dirkjanfaber released this 15 Mar 21:13

And now with the actual changes that were meant for v0.1.16 (and should have been in v0.1.15):

  • Remove .gsmm, .feed_in and .idle_b from the examples (graph part)

v0.1.16

Choose a tag to compare

@dirkjanfaber dirkjanfaber released this 15 Mar 17:42

Updated flows that work correctly with the new parameters.

Full Changelog: v0.1.15...v0.1.16

v0.1.15

Choose a tag to compare

@dirkjanfaber dirkjanfaber released this 15 Mar 15:12

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

Choose a tag to compare

@dirkjanfaber dirkjanfaber released this 26 Feb 12:11
  • 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

Choose a tag to compare

@dirkjanfaber dirkjanfaber released this 24 Jan 19:54
  • Add check to make sure that dess mode = 4 (Node-RED)

Full Changelog: v0.1.11...v0.1.12