Skip to content

Releases: davidusb-geek/emhass-add-on

EMHASS add-on v0.5.2

17 Dec 23:34
Compare
Choose a tag to compare

Fix

  • Fixes following update of EMHASS code v0.6.1
  • Added --break-system-packages option to buil docker image to solve for PEP 668

EMHASS add-on v0.5.1

17 Dec 20:32
Compare
Choose a tag to compare

Patching v0.5.0. Updated to Python 3.11 using bookworm debian version

EMHASS add-on v0.5.0

17 Dec 11:17
Compare
Choose a tag to compare

Improvements and fixes following update of EMHASS code v0.6.0

Improvement

  • Now Python 3.11 is fully supported, thanks to @pail23
  • We now publish the optimization status on sensor.optim_status
  • Bumped setuptools, skforecast, numpy, scipy, pandas
  • A good bunch of documentation improvements thanks to @g1za
  • Improved code coverage (a little bit ;-)

Fix

  • Some fixes managing time zones, thanks to @pail23
  • Bug fix on grid cost function equation, thanks to @michaelpiron
  • Applying a first set of fixes proposed by @smurfix:
    • Don't ignore HTTP errors
    • Handle missing variable correctly
    • Slight error message improvement
    • Just use the default solver
    • Get locations from environment in non-app mode
    • Tolerate running directly from source

EMHASS add-on v0.4.2

19 Oct 20:28
Compare
Choose a tag to compare

Fix

  • Updated requirements.txt with skforecast 0.10.1

EMHASS add-on v0.4.1

19 Oct 19:13
Compare
Choose a tag to compare

Improvements and fixes following update of EMHASS code v0.5.1

Improvement

  • Improved documentation, thanks to @g1za
  • Bumped skforecast to 0.10.1
  • Added a new initial script for exploration of time series clustering. This will one day replace the need to configure the house load sensor with substracted deferrable load consumption

Fix

  • Updated automated tesing, dropped support for Python 3.8
  • Patched config for bad hour formatting preventing add-on to start, thanks to @jatty

What's Changed

New Contributors

  • @jatty made their first contribution in #51

Full Changelog: v0.4.0...v0.4.1

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