Releases: davidusb-geek/emhass-add-on
Releases · davidusb-geek/emhass-add-on
EMHASS add-on v0.5.2
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
Patching v0.5.0. Updated to Python 3.11 using bookworm debian version
EMHASS add-on v0.5.0
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
Fix
- Updated requirements.txt with skforecast 0.10.1
EMHASS add-on v0.4.1
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
Full Changelog: v0.4.0...v0.4.1
EMHASS add-on v0.4.0
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
New Contributors
Full Changelog: v0.3.16...v0.4.0
EMHASS add-on v0.3.16
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
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
- Fix rounding for price & cost forecasts by @purcell-lab
Full Changelog: v0.3.14...v0.3.15
EMHASS add-on v0.3.14
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
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
- Update config.yml by @davidusb-geek in #44
New Contributors
- @davidusb-geek made their first contribution in #44
Full Changelog: v0.3.11...v0.3.13