Skip to content

Releases: corneel27/day-ahead

Version 2025.1.2

08 Jan 09:30
a686cb5
Compare
Choose a tag to compare
  • Fixed errors when postgresql db-engine is used
  • Fixed error calculating report/balance with period "vorige maand"

Version 2025.1.1

04 Jan 10:38
e52e103
Compare
Choose a tag to compare

Fixing a few errors

Version 2024.12.0

19 Dec 12:46
c5be48c
Compare
Choose a tag to compare

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

16 Oct 21:13
9d9befd
Compare
Choose a tag to compare
  • 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

10 Oct 11:48
87b82b8
Compare
Choose a tag to compare
  • 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

04 Oct 21:58
78101ec
Compare
Choose a tag to compare

Correct reporting error with sqlite-db

Version 2024.10.0

04 Oct 17:05
ea5422a
Compare
Choose a tag to compare

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

11 Sep 07:53
95c8a4c
Compare
Choose a tag to compare
Merge pull request #120 from corneel27/addon

Version 2024.8.6

Versie 2024.8.4

27 Aug 22:31
719641e
Compare
Choose a tag to compare

Newversion with support for mysql, postgresql and sqlite

Versie 2024.5.0

26 May 20:28
3869d57
Compare
Choose a tag to compare

Alle output is verplaatst naar loggingsystem
Een aantalbugs zijn gefixed (zie changelog)