Skip to content

Commit

Permalink
Prepared new version following release of emhass v0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Jun 29, 2023
1 parent 80fa983 commit c2b57df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions emhass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion emhass/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion emhass/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c2b57df

Please sign in to comment.