Skip to content

Releases: davidusb-geek/emhass-add-on

EMHASS add-on v0.9.0

12 May 20:01

Choose a tag to compare

Improvement

  • On this new version we now have a new method to train a regression model using Scikit-Learn methods. This is the contribution of @gieljnssns. Check the dedicated section the documentation to this new feature: https://emhass.readthedocs.io/en/latest/mlregressor.html
  • Again another bunch of nice improvements by @GeoDerp:
    • Added Dictionary var containing EMHASS paths
    • MLForcaster error suppression
    • Add freq as runtime parameter
    • Improved documentation added README buttons
  • Bumping dependencies:
    • Bump h5py from 3.10.0 to 3.11.0
    • Bump myst-parser from 2.0.0 to 3.0.1
    • Bump skforecast from 0.11.0 to 0.12.0

What's Changed

  • Documentation add buttons and adjust markdown formatting by @GeoDerp in #94

Full Changelog: v0.8.6...v0.9.0

EMHASS add-on v0.8.6

07 Apr 11:56

Choose a tag to compare

Fix

  • Fixed bug from forecast out method related to issue 240
  • Fix patch for some issues with package file paths

Full Changelog: v0.8.5...v0.8.6

EMHASS add-on v0.8.5

01 Apr 22:05
afa08d0

Choose a tag to compare

Improvement

  • Simplified fetch urls to relatives
  • Improved code for passed forecast data error handling in utils.py
  • Added new tests for forecast longer than 24h by changing parameter delta_forecast
  • Added new files for updated PV modules and inverters database for use with PVLib
  • Added a new webapp to help configuring modules and inverters: https://emhass-pvlib-database.streamlit.app/
  • Added a new P_to_grid_max variable, different from the current P_from_grid_max option

Fix

  • style.css auto format and adjusted table styling
  • Changed pandas datetime rounding to nonexistent='shift_forward' to help survive DST change
  • Dropped support for Python 3.9

What's Changed

New Contributors

  • @esnil made their first contribution in #88

Full Changelog: v0.8.4...v0.8.5

EMHASS add-on v0.8.4

13 Mar 20:25

Choose a tag to compare

Improvement

  • Improved documentation
  • Improved logging errors on missing day info

Fix

  • Missing round treatment for DST survival in utils.py
  • Webui large icons fix

What's Changed

Full Changelog: v0.8.3...v0.8.4

EMHASS add-on v0.8.3

11 Mar 20:59

Choose a tag to compare

Fix

  • Fixed web_server options_json bug in standalone fix

EMHASS add-on v0.8.2

10 Mar 22:54
abad5c4

Choose a tag to compare

Improvement

  • Proposed a new solution to survive DST using special option of Pandas round method
  • Added option to web_server to init data_path as an options param
  • Styling docs and html files on webui
  • Advanced and basic pages improvements on webui

Fix

  • Fixed support for ARM achitectures

What's Changed

Full Changelog: v0.8.1...v0.8.2

EMHASS add-on v0.8.1

28 Feb 21:20

Choose a tag to compare

Improvement

  • Improved documentation

Fix

  • Persistent data storage fix
  • Docker Standalone Publish Workspace Fix

What's Changed

Full Changelog: v0.8.0...v0.8.1

EMHASS add-on v0.8.0

25 Feb 22:24

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

Full Changelog: v0.6.6...v0.8.0

EMHASS add-on v0.6.6

11 Feb 11:15

Choose a tag to compare

Improvement

  • Bumped the webui. Some great new features and styling. Now it is possible to pass data directly as lsit of values when using the buttons in the webui. 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

Full Changelog: v0.6.5...v0.6.6

EMHASS add-on v0.6.5

06 Feb 22:13

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

Full Changelog: v0.6.4...v0.6.5