Skip to content

Commit 6acbf5b

Browse files
authored
Version 2025.11.0 (#455)
1 parent 9fbf5f8 commit 6acbf5b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

dao/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog 刀 DAO
22
# Day Ahead Optimizer
3+
4+
# 2025.11.0
5+
- Respect minimal run length heatpump in hours with 15min-interva
6+
- Suppress resource warning "unclosed database in sqlite3.Connection"
7+
- Fix sorting-error mysql prices
8+
- Fix error loading ev with too much power and exceeding grid-maximum (reported by @sMoKeFiSh)
9+
- Update errors in DOCS.md
10+
311
# 2025.10.6
412
- Correct time-error with transition day light saving
513
- Added extra check missing price-data, error-logging and stop calculation (idea from @balk)

dao/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:8.1.3
4-
amd64: ghcr.io/hassio-addons/debian-base/amd64:8.1.3
3+
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:8.1.4
4+
amd64: ghcr.io/hassio-addons/debian-base/amd64:8.1.4
55

66

dao/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 刀 Day Ahead Optimizer
3-
version: 2025.10.6
3+
version: 2025.11.0
44
slug: day_ahead_opt
55
description: Home Assistant Community Add-ons for day ahead optimizations
66
url: https://github.com/corneel27/day-ahead

0 commit comments

Comments
 (0)