Skip to content

Releases: davidusb-geek/emhass-add-on

EMHASS add-on v0.4.0

03 Sep 20:26
Compare
Choose a tag to compare

Improvements and fixes following update of EMHASS code v0.5.0

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

  • Add devcontainer and configure the add-on to support ingress by @siku2 in #47

New Contributors

  • @siku2 made their first contribution in #47

Full Changelog: v0.3.16...v0.4.0

EMHASS add-on v0.3.16

11 Aug 20:51
Compare
Choose a tag to compare

Improvements and fixes following update of EMHASS code v0.4.15

Improvement

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

Fix

  • Fixed error message on utils.py

Full Changelog: v0.3.15...v0.3.16

EMHASS add-on v0.3.15

17 Jul 20:08
Compare
Choose a tag to compare

Improvements and fixes following update of EMHASS code v0.4.14

Improvement

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

Fix

Full Changelog: v0.3.14...v0.3.15

EMHASS add-on v0.3.14

29 Jun 21:46
Compare
Choose a tag to compare

Improvements and fixes following update of EMHASS code v0.4.13

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.

Full Changelog: v0.3.13...v0.3.14

EMHASS add-on v0.3.13

03 Jun 20:49
Compare
Choose a tag to compare

Improvements and fixes following update of EMHASS code v0.4.12

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

New Contributors

Full Changelog: v0.3.11...v0.3.13

EMHASS add-on v0.3.12

30 May 13:11
Compare
Choose a tag to compare

Fix

  • Updated the EMHASS config.yaml template with missing entries.

What's Changed

New Contributors

Full Changelog: v0.3.11...v0.3.12

EMHASS add-on v0.3.11

29 May 21:45
Compare
Choose a tag to compare

Fix

  • Fixed error in type entry on add-on config.yaml.

Full Changelog: v0.3.10...v0.3.11

EMHASS add-on v0.3.10

27 May 22:38
Compare
Choose a tag to compare

Improvements and fixes following update of EMHASS code v0.4.11

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.

Full Changelog: v0.3.9...v0.3.10

EMHASS add-on v0.3.9

21 May 13:42
Compare
Choose a tag to compare

Fix

  • Following update of EMHASS code v0.4.10
  • 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.

Full Changelog: v0.3.8...v0.3.9

EMHASS add-on v0.3.8

20 May 16:25
Compare
Choose a tag to compare

Fix

  • Following update of EMHASS code v0.4.9
  • 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

Full Changelog: v0.3.7...v0.3.8