File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1717__pycache__ /
1818.. /CODEOWNERS
1919dao /data /* .csv
20-
21-
22-
20+ /dao /data /batteries.json
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11---
22name : 刀 Day Ahead Optimizer
3- version : 2026.03.0
3+ version : 2026.03.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 @@ -45,7 +45,7 @@ export LD_LIBRARY_PATH="/root/dao/prog/miplib/lib"
4545echo ' export PMIP_CBC_LIBRARY="/root/dao/prog/miplib/lib/libCbc.so"' >> ~ /.bashrc
4646echo ' 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"
4949cd /root/dao/prog
5050python3 check_db.py
5151
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11---
22name : 刀 Day Ahead Optimizer (TESTING)
3- version : 2026.03.0.rc6
3+ version : 2026.03.1.rc1
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