File tree Expand file tree Collapse file tree 7 files changed +32
-10
lines changed
Expand file tree Collapse file tree 7 files changed +32
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11---
22build_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
Original file line number Diff line number Diff line change 11---
22name : 刀 Day Ahead Optimizer
3- version : 2025.11.0
3+ version : 2025.11.1
44slug : day_ahead_opt
55description : Home Assistant Community Add-ons for day ahead optimizations
66url : https://github.com/corneel27/day-ahead
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
48Changes 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
1519Fixed calc error
Original file line number Diff line number Diff line change 11---
22build_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
Original file line number Diff line number Diff line change 11---
22name : 刀 Day Ahead Optimizer (TESTING)
3- version : 2025.11.1.rc4
3+ version : 2025.11.1.rc5
44stage : experimental
55slug : day_ahead_opt-testing
66description : Beta version of DAO. Use only for testing!
You can’t perform that action at this time.
0 commit comments