|
1 | 1 | # Changelog 刀 DAO |
2 | 2 | # Day Ahead Optimizer |
| 3 | +# 2026.03.0 |
| 4 | +### New features: |
| 5 | +- Add Fast Forward and Fast Reverse to web interface Home page (PR from @tomvandepoel3) |
| 6 | +- Improve error handling. Got "could not convert string to float: unavailable" exception without a reference to the problem HA entity. |
| 7 | +This change should help locate and fix such issues. |
| 8 | +- All used data of the ml-training are output in debug-level of logging (take care much data!!) |
| 9 | +### Change |
| 10 | +Changed entity hp heat demand from input_boolean (values "on"/"off" to input_select values "off"/"eco"/"max"(="on") |
| 11 | + |
| 12 | +### Fixes: |
| 13 | +- Corrected logging when there are no data in wp-sensor(s) |
| 14 | +- Fixed error when retrieving wp-data (reported by @rescla) |
| 15 | +- Fix error only supply zero's for missing sensor data of the solar inverter after the first record. |
| 16 | +- Fixed error when checking runtime hours heatpump and there no data (reported by @rescla) |
| 17 | +- Fixed error and better warning when no data for actual soc level battery (reported by @tonvanboven) |
| 18 | +- Fixed error when optional "entity calculated end" (machine) is not defined (reported by @Xelaph) |
| 19 | +- Fixed error when hp-stages are not sorted ascending max_power (reported by @Mvdw) |
| 20 | +- Update several python modules |
| 21 | +- Fixed error report/api with period "morgen" |
| 22 | +- Fixed error "reduce hours" with interval "1hour" (pr by @bramgradussen) |
| 23 | +- Fixed error missing inverter values at the begin/end of period (@reported by @DaBit) |
| 24 | +- Fixed error when reducing power during charging at high soc and during discharging |
| 25 | +at low soc, taken the mean value of the soc at the start and the soc at the end of the interval (reported by @bartzzz) |
| 26 | +- Fixed error with flex setting of "dc_to_bat max power" or "bat_to_dc max power" (reported by @DaBit) |
| 27 | +- Fixed error not planning heatpump in first interval when not in run-mode (reported by @f.welvering) |
| 28 | +- Missing hour-values (solar-inverters) are filled up by zero's (suggested by @DaBit) |
| 29 | +- Fixed error when "-" is used in name of solar-devices (reported by @patrickvorgers and @Asclepius8) |
| 30 | +- Made optional battery settings "bat_to_dc max power" and "dc_to_bat max power" flex-setting (feature request by @DaBit) |
| 31 | +- Reduce power during charging at high soc and during discharging at low soc (feature requests form @bartzzz and @arjenhiemstra) |
| 32 | +- Made check 'optimal lower level" lower as "lower limit" (feature request of @mistral2) |
| 33 | + |
3 | 34 | # 2026.02.2 |
4 | 35 | - Fix error in calculating heating window boiler |
5 | 36 | - Fixed error in reports and api with interval "vandaag en morgen" |
|
17 | 48 | Added missing module tzdata |
18 | 49 |
|
19 | 50 | ### Breaking change |
20 | | -The file-format ofthe calculated model is changed (update of module pandas). |
| 51 | +The file-format of the calculated model is changed (update of module pandas). |
21 | 52 | The ml_prediction works only after a new training of the models.<br> |
22 | 53 | ### Changes: |
23 | 54 | - Update several python modules |
@@ -211,7 +242,7 @@ Fix error api prognose pv_dc |
211 | 242 | - You can configure the meteo-model for your data (option, default **harmonie**) |
212 | 243 | - You can configure the max number of attempts (option, default 2)<br> |
213 | 244 | More info in DOCS.md |
214 | | -- Fixed index-error when more than one batteries are used (reported by @PSMGoossens) |
| 245 | +- Fixed index-error when more than one batterie are used (reported by @PSMGoossens) |
215 | 246 | - Improved graphical presentation received meteodata |
216 | 247 | - Improved logging getting meteodata |
217 | 248 | - Fixed error handling getting meteo-data |
|
0 commit comments