Releases: corneel27/day-ahead
Releases · corneel27/day-ahead
Version 2025.1.2
Version 2025.1.1
Fixing a few errors
Version 2024.12.0
Three kinds of adjustment for the heat-pump: "on/off", "power" and "heat_curve_adjustment" (thanks to @soeter01 )
Several bug-fixes
The code styling is brought in line with the python recommendations (PEP 8)
Thanks for the tests by @tonvanboven
Version 2024.10.4
- When there are no batteries configured there was a soc-calculation error. This is corrected.
- The color of all the soc-lines are changed to "olive"
- There is an extra optional graph (for each battery one) which shows the energybalance of the battery(ies).
You can omit this graph with a setting in the "graphics"-section":
"battery balance": "False",
- There was in the dasboard during an optimum calculation sometimes an internal server error caused by a too low timeout (30 sec).
The new timeout is raised to 60 sec. - When Nordpool data were not present there was a json-error message. This is corrected: there is now a not present message.
- The Nordpool source didn't work anymore. The module with the api library for Nordpool is updated.
Version 2024.10.2
- New version of entsoe-py module fixed entsoe-issue
- New optional feature is introduced: "reduced hours". With this feature you can limit the max power
(charge and discharge) of your inverter/battery. You can use this to prevent too much noise. (zie DOCS.md) - There was a malformed string in an error-message, this is corrected
A new installation with sqlite had a failure, this is corrected. - There were configuration errors for the sqlite-dialect. These generated errors during reporting.
These are repaired. - The watchdog restarted the scheduler too often. Now it only restarts the scheduler after a change
of "options.json" or "secrets.json".
Version 2024.10.1
Correct reporting error with sqlite-db
Version 2024.10.0
New stable release with:
- better scheduling of loads from small "machines" (dishwasher etc)
- fix some errors (when you have more than one battery)
- better error reporting
Versie 2024.8.6
Merge pull request #120 from corneel27/addon Version 2024.8.6
Versie 2024.8.4
Newversion with support for mysql, postgresql and sqlite
Versie 2024.5.0
Alle output is verplaatst naar loggingsystem
Een aantalbugs zijn gefixed (zie changelog)