From 176e9782756f9e870466ab1627da8595d4bec472 Mon Sep 17 00:00:00 2001 From: davidusb-geek Date: Mon, 3 Jun 2024 23:26:04 +0200 Subject: [PATCH] New release v0.10.1 --- emhass/CHANGELOG.md | 5 +++++ emhass/config.yml | 2 +- emhass/requirements.txt | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index ae20fe5..fc039d6 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.10.1 - 2024-06-03 +### Fix +- Fixed PV curtailment maximum possible value constraint +- Added PV curtailement to variable to publish to HA + ## 0.10.0 - 2024-06-02 ### BREAKING CHANGE - In this new version we have added support for PV curtailment computation. While doing this the nominal PV peak power is needed. The easiest way find this information is by directly using the `inverter_model` defined in the configuration. As this is needed in the optimization to correctly compute PV curtailment, this parameter need to be properly defined for your installation. Before this chage this parameter was only needed if using the PV forecast method `scrapper`, but now it is not optional as it is directly used in the optimization. diff --git a/emhass/config.yml b/emhass/config.yml index 3dbdc52..d9534ce 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.10.0 +version: 0.10.1 slug: emhass arch: - aarch64 diff --git a/emhass/requirements.txt b/emhass/requirements.txt index 9e03f43..9864b44 100644 --- a/emhass/requirements.txt +++ b/emhass/requirements.txt @@ -16,5 +16,5 @@ flask>=2.0.3 waitress>=2.1.1 plotly>=5.6.0 #EMHASS -emhass==0.10.0 +emhass==0.10.1 #git+https://github.com/davidusb-geek/emhass \ No newline at end of file