Skip to content

Releases: davidusb-geek/emhass

EMHASS version 0.4.13

29 Jun 21:40
Compare
Choose a tag to compare

Some interesting improvements and some needed fixes:

Improvement

  • Added support for data reconstruction when missing values on last window for ML forecaster prediction.
  • Added treatment of SOCtarget passed at runtime for day-ahead optimization.
  • Added publish_prefix key to pass a common prefix to all published data.

Fix

  • Patched sensor rounding problem.
  • Bump myst-parser from 1.0.0 to 2.0.0
  • Fixed missing attributes is the sensors when using the custom IDs.

What's Changed

New Contributors

Full Changelog: v0.4.12...v0.4.13

EMHASS version 0.4.12

03 Jun 20:41
5f9c8d2
Compare
Choose a tag to compare

Improvement

  • Added forecasts for unit_prod_price and unit_load_cost.
  • Improved documentation.

Fix

  • Bump skforecast from 0.8.0 to 0.8.1

What's Changed

Full Changelog: v0.4.11...v0.4.12

EMHASS version 0.4.11

27 May 22:29
Compare
Choose a tag to compare

Improvement

  • Adding new constraints to limit the dynamics (kW/sec) of deferrable loads and battery power. The LP formulation works correctly and a work should be done on integrating the user input parameters to control this functionality.
  • Added new constraint to avoid battery discharging to the grid.
  • Added possibility to set the logging level.

Fix

  • Bumped version of skforecast from 0.6.0 to 0.8.1. Doing this mainly implies changing how the exogenous data is passed to fit and predict methods.
  • Fixed wrong path for csv files when using load cost and prod price forecasts.

What's Changed

Full Changelog: v0.4.10...v0.4.11

EMHASS version 0.4.10

21 May 13:41
Compare
Choose a tag to compare

Fix

  • Fixed wrong name of new cost sensor.
  • Fixed units of measurements of costs to €/kWh.
  • Added color sequence to plot figures, now avery line should be plotted with a different color.

What's Changed

Full Changelog: v0.4.9...v0.4.10

EMHASS version 0.4.9

20 May 16:20
Compare
Choose a tag to compare

Fix

  • Updated default value for total number of days for ML model training.
  • Added publish of unit_load_cost and unit_prod_price sensors.
  • Improved docs intro.
  • Bump myst-parser from 0.18.1 to 1.0.0

What's Changed

Full Changelog: v0.4.8...v0.4.9

EMHASS version 0.4.8

17 Mar 07:52
Compare
Choose a tag to compare

Fix

  • Fixed to correct index length for ML forecaster prediction series.

Full Changelog: v0.4.7...v0.4.8

EMHASS version 0.4.7

16 Mar 23:01
Compare
Choose a tag to compare

Fix

  • Fixed wrong column name for var_load when using predict with ML forecaster.

Full Changelog: v0...v0.4.7

EMHASS version 0.4.6

16 Mar 22:04
Compare
Choose a tag to compare

Fix

  • Fixed wrong path for saved ML forecaster model.

Full Changelog: v0.4.5...v0.4.6

EMHASS version 0.4.5

10 Mar 18:18
Compare
Choose a tag to compare

Fix

  • Fixed default behavior for passed data.
  • Added a new graph for tune results.

Full Changelog: v0.4.4...v0.4.5

EMHASS version 0.4.4

09 Mar 22:21
Compare
Choose a tag to compare

Fix

  • Added missing possibility to set the method for load forecast to 'mlforecaster'.
  • Fixed logging formatting.

Full Changelog: v0.4.3...v0.4.4