Skip to content

Commit ba0f1a9

Browse files
authored
Version 2025.11.1/2025.11.1.rc5 (#462)
1 parent 42cb8bf commit ba0f1a9

File tree

7 files changed

+32
-10
lines changed

7 files changed

+32
-10
lines changed

dao/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog 刀 DAO
22
# Day Ahead Optimizer
3+
# 2025.11.1
4+
- upgrade python numpy-module
5+
- upgrade debian-base<br>
6+
7+
Changes in "heatpump":
8+
- maximization of the total heat to produce to prevent "no solution"
9+
- extra logging heatpump
10+
- Fixed error with heatpump and heatpump-boiler with on/off adjustment
11+
- Fixed error with on/off adjustement and not configured power-entity<br>
12+
<br>
13+
- Fixed apparmor.txt for network-access
14+
- Fixed report errors
15+
- Respect minimal run length heatpump in hours with 15min-interva
16+
- Suppress resource warning "unclosed database in sqlite3.Connection"
17+
- Fix sorting-error mysql prices
18+
- Fix error loading ev with too much power and exceeding grid-maximum (reported by @sMoKeFiSh)
19+
- Update errors in DOCS.md
20+
321

422
# 2025.11.0
523
- Respect minimal run length heatpump in hours with 15min-interva

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.4
4-
amd64: ghcr.io/hassio-addons/debian-base/amd64:8.1.4
3+
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:9.0.0
4+
amd64: ghcr.io/hassio-addons/debian-base/amd64:9.0.0
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.11.0
3+
version: 2025.11.1
44
slug: day_ahead_opt
55
description: Home Assistant Community Add-ons for day ahead optimizations
66
url: https://github.com/corneel27/day-ahead

dao/prog/day_ahead.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ def calc_optimum(
19041904
)
19051905
# max heat power in kW
19061906
max_heat_power = stages[-1]["max_power"] * stages[-1]["cop"] / 1000
1907-
logging.info(f"Maximaal warmteproducerend vermogen: {max_heat_power} W")
1907+
logging.info(f"Maximaal warmteproducerend vermogen: {max_heat_power} kW")
19081908

19091909
# een of meer intervallen minder als boiler via wp gaat
19101910
if boiler_heated_by_heatpump and not (boiler_start is None) and boiler_start < U:

release-testing/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# Changelog 刀 DAO
22
# Day Ahead Optimizer
3+
# 2025.11.1.rc5
4+
- upgrade python numpy-module
5+
- upgrade debian-base
6+
37
# 2025.11.1.rc4
48
Changes in "heatpump":
59
- maximization of the total heat to produce to prevent "no solution"
610
- extra logging heatpump
711

812
# 2025.11.1.rc3
913

10-
Fixed error with heatpump and heatpump-boiler with on/off adjustment
11-
Fixed error with on/off adjustement and not configured power-entity
12-
Fixed apparmor.txt for network-access
14+
- Fixed error with heatpump and heatpump-boiler with on/off adjustment
15+
- Fixed error with on/off adjustement and not configured power-entity
16+
- Fixed apparmor.txt for network-access
1317

1418
# 2025.11.1.rc2
1519
Fixed calc error

release-testing/build.yaml

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

release-testing/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 (TESTING)
3-
version: 2025.11.1.rc4
3+
version: 2025.11.1.rc5
44
stage: experimental
55
slug: day_ahead_opt-testing
66
description: Beta version of DAO. Use only for testing!

0 commit comments

Comments
 (0)