From 4ad09fd30aa445f83f51b9ca3ac3028a9a0c31b5 Mon Sep 17 00:00:00 2001 From: davidusb-geek Date: Tue, 29 Oct 2024 01:05:31 +0100 Subject: [PATCH] Prepared new version --- emhass/CHANGELOG.md | 6 ++++++ emhass/config.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index d6f71b6..2a1795a 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.11.1 - 2024-10-29 +### Fix +- Fix parameter saving and duplicate battery bugs +- utils.py add more specific logging information for config +- Fix issue where thermal runtime parameters were not being propagated into optim_conf + ## 0.11.0 - 2024-10-25 This version marks huge improvement works by @GeoDerp aiming to simplfy the intial and normal setup of EMHASS. The workflow for setting the EMHASS configuration regardless of the installation method has now been centralized on the single `config.json` file. The webserver has now a configuration tab that can be used to to modify and save the `config.json` file. diff --git a/emhass/config.yml b/emhass/config.yml index 25fa42c..2df78db 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: v0.11.0 #set if use image container version +version: v0.11.1 #set if use image container version slug: emhass arch: - aarch64