Skip to content

Releases: davidusb-geek/emhass

EMHASS version 0.8.0

25 Feb 21:30
Compare
Choose a tag to compare

Improvement

  • Thanks to the great work from @GeoDerp we now have a unified/centralized Dockerfile that allows for testing different installation configuration methods in one place. This greatly helps testing, notably emulating the add-on environment. This will improve overall testing for both teh core code and the add-on. Again many thanks!
  • There were also a lot of nice improveements from @GeoDerp to the webui, namely: styling, dynamic table, optimization feedback after button press, logging, a new clear button, etc.
  • From now on we will unify the semantic versioning for both the main core code and the add-on.

What's Changed

  • Centralized docker file for all use cases by @GeoDerp in #200
  • html clear button to remove input data from localStorage by @GeoDerp in #201

Full Changelog: v0.7.8...v0.8.0

EMHASS version 0.7.8

18 Feb 20:59
Compare
Choose a tag to compare

Improvement

Added some nice logging functionalities and responsiveness on the webui.
Thanks to @GeoDerp for this great work!

  • new actionLogs.txt is generated in datapath storing sessions app.logger info
  • on successful html button press, fetch is called to get html containing latest table data
  • on html button press, If app.logger ERROR is present, send action log back and present on page.

What's Changed

  • Dynamic tables & error logger feedback by @GeoDerp in #196

Full Changelog: v0.7.7...v0.7.8

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