diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index 2c2d8f3..a41878a 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.14] - 2023-06-29 +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. + ## [0.3.13] - 2023-06-03 Improvements and fixes following update of EMHASS code v0.4.12 ### Improvement diff --git a/emhass/config.yml b/emhass/config.yml index df3b2ab..d0ebf4d 100644 --- a/emhass/config.yml +++ b/emhass/config.yml @@ -1,7 +1,7 @@ name: EMHASS description: Energy Management for Home Assistant url: https://github.com/davidusb-geek/emhass -version: 0.3.13 +version: 0.3.14 slug: emhass arch: - aarch64 diff --git a/emhass/requirements.txt b/emhass/requirements.txt index d6bda5b..2cf8be8 100644 --- a/emhass/requirements.txt +++ b/emhass/requirements.txt @@ -14,5 +14,5 @@ tables==3.7.0 flask>=2.0.3 waitress>=2.1.1 plotly>=5.6.0 -emhass==0.4.12 +emhass==0.4.13 #git+https://github.com/davidusb-geek/emhass \ No newline at end of file