Skip to content

Commit 2df791d

Browse files
authored
Version 2026.03.1/2026.03.1.rc1 (#581)
1 parent 6f5e4cb commit 2df791d

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ whl
1717
__pycache__/
1818
../CODEOWNERS
1919
dao/data/*.csv
20-
21-
22-
20+
/dao/data/batteries.json

dao/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog 刀 DAO
22
# Day Ahead Optimizer
3-
# 2026.03.0
3+
# 2026.03.1
44
### New features:
55
- Add Fast Forward and Fast Reverse to web interface Home page (PR from @tomvandepoel3)
66
- Improve error handling. Got "could not convert string to float: unavailable" exception without a reference to the problem HA entity.

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: 2026.03.0
3+
version: 2026.03.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/run/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export LD_LIBRARY_PATH="/root/dao/prog/miplib/lib"
4545
echo 'export PMIP_CBC_LIBRARY="/root/dao/prog/miplib/lib/libCbc.so"' >> ~/.bashrc
4646
echo 'export LD_LIBRARY_PATH="/root/dao/prog/miplib/lib/"' >> ~/.bashrc
4747

48-
export PYTHONPATH="/root:/root/dao:/root/dao/prog"
48+
export PYTHONPATH="/root:/root/dao:/root/dao/lib:/root/dao/prog"
4949
cd /root/dao/prog
5050
python3 check_db.py
5151

release-testing/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog 刀 DAO
22
# Day Ahead Optimizer
3+
# 2026.03.01.rc1
4+
Fixed python pad
5+
36
# 2026.03.0.rc6
47
- Fixed error when checking runtime hours heatpump and there no data (reported by @rescla)
58
- Fixed error and better warning when no data for actual soc level battery (reported by @tonvanboven)

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: 2026.03.0.rc6
3+
version: 2026.03.1.rc1
44
stage: experimental
55
slug: day_ahead_opt-testing
66
description: Beta version of DAO. Use only for testing!

0 commit comments

Comments
 (0)