You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: emhass/CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
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
+
3
16
## 0.13.3 - 2025-05-02
4
17
### Improvement
5
18
- Enhance optimization solver capabilities by adding HiGHS solver, improving thread configuration, and updating solver support across the project (@Crosenhain)
0 commit comments