Skip to content

Releases: davidusb-geek/emhass

EMHASS version 0.7.7

10 Feb 21:43
Compare
Choose a tag to compare

Improvement

  • Bumped the webui. Index/style added runtime parameter dictionary inputs. Thanks to @GeoDerp
  • Added two additional testing environment options. Thanks to @GeoDerp

Fix

  • Bump markupsafe from 2.1.4 to 2.1.5

What's Changed

  • Optional: two additional testing environment options by @GeoDerp in #182
  • Bump markupsafe from 2.1.4 to 2.1.5 by @dependabot in #185
  • index/style added runtime parameter dictionary inputs by @GeoDerp in #190

Full Changelog: v0.7.6...v0.7.7

EMHASS version 0.7.6

06 Feb 22:05
d0a1fde
Compare
Choose a tag to compare

Fix

  • Fixed number of startups constraint for deferrable load at the begining of the optimization period
  • Fixed list of bools from options.json
  • Fixed some testing and debugging scripts

What's Changed

Full Changelog: v0.7.5...v0.7.6

EMHASS version 0.7.5

04 Feb 22:26
Compare
Choose a tag to compare

Fix

  • Fixing again "perform_backtest": "false" has no effect

Full Changelog: v0.7.4...v0.7.5

EMHASS version 0.7.4

04 Feb 19:04
Compare
Choose a tag to compare

Fix

  • Fixed broken build params method. Reverting back to alternate PR from @GeoDerp

What's Changed

Full Changelog: v0.7.3...v0.7.4

EMHASS version 0.7.3

04 Feb 14:42
Compare
Choose a tag to compare

Fix

  • Fixed bug when booleans, solving "perform_backtest": "false" has no effect
  • Refactored util.py method to handle optional parameters
  • Updated web server, solving runtime issues
  • Solved issue passing solcast and solar.forecast runtime params
  • Updated documentation requirements

What's Changed

Full Changelog: v0.7.2...v0.7.3

EMHASS version 0.7.2

30 Jan 13:31
Compare
Choose a tag to compare

Patched new version wer server issues of missing list types

What's Changed

Full Changelog: v0.7.1...v0.7.2

EMHASS version 0.7.1

29 Jan 21:50
9d90912
Compare
Choose a tag to compare

Fix

  • Patched new version wer server issues accessing correct paths

What's Changed

Full Changelog: v0.7.0...v0.7.1

EMHASS version 0.7.0

28 Jan 23:24
d9f6bfb
Compare
Choose a tag to compare

Improvement

  • Added a new feature to provide operating time windows for deferrable loads. Thanks to @michaelpiron
  • Added lots of new options to be configured by the user. Thanks to @GeoDerp
  • Updated stylesheet with mobile & dark theme by @GeoDerp
  • Improved launch.json to fully test EMHASS on different configurations. Thanks to @GeoDerp
  • Added new script to debug and develop new time series clustering feature
  • Improved documentation. Thanks to @g1za

Fix

  • Updated github workflow actions/checkout to v4 and actions/setup-python to v5
  • Changed default values for weight_battery_discharge and weight_battery_charge to zero
  • Renamed classes to conform to PEP8
  • Bump markupsafe from 2.1.3 to 2.1.4

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.7.0

EMHASS version 0.6.2

04 Jan 01:22
23aee61
Compare
Choose a tag to compare

Improvement

  • Added option to pass additional weight for battery usage
  • Improved coverage

Fix

  • Updated optimization constraints to solve conflict for set_def_constant and treat_def_as_semi_cont cases

What's Changed

Full Changelog: v0.6.1...v0.6.2

EMHASS version 0.6.1

17 Dec 23:31
Compare
Choose a tag to compare

Fix

  • Patching EMHASS for Python 3.11. New explicit dependecy h5py==3.10.0
  • Updated Dockerfile to easily test add-on build