Skip to content

Commit 176e978

Browse files
committed
New release v0.10.1
1 parent 2decc57 commit 176e978

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

emhass/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.10.1 - 2024-06-03
4+
### Fix
5+
- Fixed PV curtailment maximum possible value constraint
6+
- Added PV curtailement to variable to publish to HA
7+
38
## 0.10.0 - 2024-06-02
49
### BREAKING CHANGE
510
- 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.

emhass/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: EMHASS
22
description: Energy Management for Home Assistant
33
url: https://github.com/davidusb-geek/emhass
4-
version: 0.10.0
4+
version: 0.10.1
55
slug: emhass
66
arch:
77
- aarch64

emhass/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ flask>=2.0.3
1616
waitress>=2.1.1
1717
plotly>=5.6.0
1818
#EMHASS
19-
emhass==0.10.0
19+
emhass==0.10.1
2020
#git+https://github.com/davidusb-geek/emhass

0 commit comments

Comments
 (0)