Skip to content

Releases: davidusb-geek/emhass

EMHASS version 0.5.0

03 Sep 20:23
91319e2
Compare
Choose a tag to compare

Improvement

  • Finally added support for ingress thanks to the work from @siku2
  • Added a devcontainer and pave the way for ingress access

Fix

  • Added some code to fix some numerical syntax issues in tables

What's Changed

  • Fix - Added some code to fix some numerical syntax issues in tables by @davidusb-geek in #105
  • Add devcontainer and pave the way for ingress access by @siku2 in #106

New Contributors

Full Changelog: v0.4.15...v0.5.0

EMHASS version 0.4.15

11 Aug 20:50
Compare
Choose a tag to compare

Improvement

  • Bumped pvlib to 0.10.1
  • Updated documentation for forecasts methods.

Fix

  • Fixed error message on utils.py

What's Changed

Full Changelog: v0.4.14...v0.4.15

EMHASS version 0.4.14

17 Jul 20:03
Compare
Choose a tag to compare

Improvement

  • Bumped skforecast to latest 0.9.1.
  • The standalone dockerfile was updated by @majorfrog to include the CBC solver.

Fix

What's Changed

Full Changelog: v0.4.13...v0.4.14

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