Skip to content

Commit c4d79ef

Browse files
committed
Prepared new release
1 parent 75dff0f commit c4d79ef

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

emhass/CHANGELOG.md

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

3+
## 0.13.4 - 2025-08-25
4+
### Improvement
5+
- Added support for minimum power value for each deferrable load
6+
- Add configuration for hybrid inverter input power limit and efficiency (@rmounce)
7+
- Add runtime parameter to prevent PV forecast feedback loop during curtailment (@scruysberghs)
8+
- Update Docker documentation for volume mounting of config.json (@cabberley)
9+
- Apply ruff formatting for improved code consistency (@polyfloyd)
10+
- Set executable permissions for `__main__` entrypoints and remove unused shebangs (@polyfloyd)
11+
- Correct minor typos in README documentation (@Ultimation)
12+
### Fix
13+
- Fixed naive load power forecast shifted timestamp issue #516
14+
- Fix Docker build for aarch64 architecture (@polyfloyd)
15+
316
## 0.13.3 - 2025-05-02
417
### Improvement
518
- Enhance optimization solver capabilities by adding HiGHS solver, improving thread configuration, and updating solver support across the project (@Crosenhain)

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: v0.13.3 #set if use image container version
4+
version: v0.13.4 #set if use image container version
55
slug: emhass
66
arch:
77
- aarch64

0 commit comments

Comments
 (0)