Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions dao/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog 刀 DAO
# Day Ahead Optimizer
# [V2025.3.1]
- Fixed error: no version-info when rendering api_run.html
- Fixed error when using sqlite for Home Assistant database during generating reports
- Fixed time error, when calling api-report over long periodes

# [V2025.3.0]
- Fixed error when one use postgresql and get prices from Nordpool
- Fixed error when no co2-sensor is configured in the settings
- Introduction of new reports of **Savings** when you use one or more home baterries:
- consumption (most of the time this saving wil be negative, because the use of the battery cost energy)
- cost
- CO2-emission; only available when you have activated the integration **Electricity Maps**
and when you have configured the sensor CO2-intensity in your settings
- All reports of CO2-emissions are restricted till the current hour, because the sensor CO2-intensity
only have values till the current hour. You cannot use the checbox "met prognose" and also the periods "morgen"
and "vandaag_en_morgen" are deleted.
- Introduction of generic calculating routines. With these routines new reports can easily be programmed.
In the near future the calculation of all reports will based on these routines.
- Introduction of a new type of graph (Waterfall-type) to present calculated savings.
For instance:
![saving_cost_graph.png](images/saving_cost_graph.png) <br />


# [V2025.2.0]
- Fixed error calculating historic consumption and production since last invoice day
Expand Down
20 changes: 19 additions & 1 deletion dao/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ Het hoofdmenu van het dashboard bestaat uit 4 opties: <br />
- Home
- Run
- Reports
- Savings
- Config

**Home**<br/>
Expand Down Expand Up @@ -495,10 +496,27 @@ Je hebt de keuze uit de volgende perioden:
* dit contractjaar _*_ <br/>
* 365 dagen

Bij de perioden met een _*_ hebben je optie "met prognose".
Bij de perioden met een _*_ hebben je de optie "met prognose".
Als je die aanvinkt wordt een rapportage berekend inclusief de resultaten van de laatst uitgevoerde optimaliseringsberekening.
Dit geldt zowel voor de tabel als de grafiek. In de toekomst zullen in de grafiek de "prognose waarden" iets afwijkend worden getoond.

**Savings**<br/>
Hiermee bereken en rapporteer je je besparingen die je realiseert door de inzet van je thuisbatterij(en) op de volgende onderdelen:
* **verbruik**<br/>
Je verbruik zal altijd groter worden door de inzet van je batterij, omdat deze altijd een rendement onder de 100% zal hebben. Dus je realiseert op je verbruik meestal een negatieve besparing (dus een toename).
* **kosten**<br/>
Als je je baterij goed inzet met de strategie "minimaliseer kosten" zul je dus financiele besparingen
realiseren. Diekun je dusmet deze rapportage zichtbaar maken.
In tabelvorm:
![saving_cost_table.png](images/saving_cost_table.png) <br />
In grafiekvorm:
![saving_cost_graph.png](images/saving_cost_graph.png) <br />

* **CO2**<br>
Het inzetten van je batterij met beide strategieen zal meestal ook betekenen dat teruglevert bij een groot aandeel fossiel in de opwekking van elektriciteit
en gebruik van elektriciteit uit het net bij een laag aandeel fossiel in de elektriciteitsmix.
Met deze rapportage maak je deze besparing zichtbaar.

**Settings**<br/>
- ***Options***<br/>
Hiermee kun je het instellingen bestand (options.json) bewerken
Expand Down
2 changes: 1 addition & 1 deletion dao/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 刀 Day Ahead Optimizer
version: 2025.2.0
version: 2025.3.0
slug: day_ahead_opt
description: Docker used by Home Assistant Community Add-ons for day ahead optimizations
url: https://github.com/corneel27/day-ahead/
Expand Down
Binary file modified dao/images/img_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dao/images/saving_cost_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dao/images/saving_cost_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading