Skip to content

EMHASS add-on v0.13.4

Compare
Choose a tag to compare
@davidusb-geek davidusb-geek released this 26 Aug 14:44
· 1 commit to main since this release

A new release of EMHASS with a bunch of fixes and new features...

Improvement

  • Added support for minimum power value for each deferrable load
  • Add configuration for hybrid inverter input power limit and efficiency (@rmounce)
  • Add runtime parameter to prevent PV forecast feedback loop during curtailment (@scruysberghs)
  • Update Docker documentation for volume mounting of config.json (@cabberley)
  • Apply ruff formatting for improved code consistency (@polyfloyd)
  • Set executable permissions for __main__ entrypoints and remove unused shebangs (@polyfloyd)
  • Correct minor typos in README documentation (@Ultimation)

Fix

  • Fixed naive load power forecast shifted timestamp issue #516
  • Fix Docker build for aarch64 architecture (@polyfloyd)