thesaxofonist schreef op dinsdag 31 maart 2026 @ 17:51:
[...]


Dan vindt hij geen oplossing. Ik heb de indruk dat hij de charge-state gebruikt voor DC en AC samen. Als ik de waarde verhoog, dan vindt hij uiteindelijk wel een oplossing. In sommige situaties gaat dat goed. Maar zoals gezegd wil hij dan ook vaak AC-laden.
Ik heb de oorzaak gevonden: de pv_dc productie wordt - onterecht - gelimiteerd door het maximale laadvermogen (en die is 0 als je maar 1 charge-stage met power=0W hebt). Dit wordt in de volgende (test)versie gerepareerd.
Verder is het belangrijk dat je dan ook een maximum opneemt voor het vermogen van dc naar de accu (en vice versa). Bijvoorbeeld:
code:
1
2
"dc_to_bat_max_power": 4500,
"bat_to_dc_max_power": 4500,
Omdat de default waarden worden afgeleid van de max_charge/max_discharge waarden moet die worden"overschreven".

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • Karpertje
  • Registratie: Januari 2013
  • Laatst online: 08-05 15:52
Vanmiddag is er bij ons in werkelijkheid meer overschot dan de prognose aangaf. Ik draai op minimize consumption.
Wat ik dan niet snap: DAO laat nu alles terugleveren terwijl de accu nog ruimte over heeft, en vannacht wil hij weer stroom van het net halen. In mijn prijsmodel is terugleveren nu á 0,064 €/kWh en vannacht inkopen á 0,245 €/kWh.
@KC27 Kijk ik dan verkeerd naar wat minimize consumption hoort te doen, of zie ik iets over het hoofd? Ik heb Day Ahead Optimizer version: 2026.03.3.rc5 geinstalleerd.
Karpertje schreef op donderdag 2 april 2026 @ 15:46:
Vanmiddag is er bij ons in werkelijkheid meer overschot dan de prognose aangaf. Ik draai op minimize consumption.
Wat ik dan niet snap: DAO laat nu alles terugleveren terwijl de accu nog ruimte over heeft, en vannacht wil hij weer stroom van het net halen. In mijn prijsmodel is terugleveren nu á 0,064 €/kWh en vannacht inkopen á 0,245 €/kWh.
@KC27 Kijk ik dan verkeerd naar wat minimize consumption hoort te doen, of zie ik iets over het hoofd? Ik heb Day Ahead Optimizer version: 2026.03.3.rc5 geinstalleerd.
DAO. weet niet wat er realtime gebeurt. Als de pv productie hoger is dan gepland (en de rest klopt wel) dan zal de overproductie "weglopen" naar het net.
Maar je kunt in HA de batterij ook sturen op de berekende grid afname en als deze dan hoger/lager is dan berekend dan kun je de batterij extra laden cq ontladen, zodat de berekende gridafname cq -teruglevering wordt gerespecteerd.
Kun je daar iets mee?

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • rescla
  • Registratie: November 2012
  • Laatst online: 23:31
Nog wat observeringen: sinds de zomertijd is de planningshorizon voor het EV laden verplaatst naar 21:00, voorheen was het altijd 23:00. Wat ook niet helemaal correct is, want middernacht. Ik vermoed iets met UTC/local time? 2026-04-03 23:00:00 is wel de waarde die zichtbaar is in HASS.
code:
1
2
3
2026-04-02 19:50:49 info: Day Ahead Optimalisering versie: 2026.03.2
.....
2026-04-02 19:50:50 info: Opladen wordt niet ingepland, omdat opgegeven tijdstip (2026-04-03 23:00:00) ligt voorbij de planningshorizon (2026-04-03 21:00:00).
Verder valt het me op dat bij de batterij berekening meerdere keren NaN in de logging staat:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
2026-04-02 19:50:51 info: In- en uitgaande energie per uur batterij Victron
   uur   ac->    eff   ->dc pv->dc   dc->    eff  ->bat  o_eff    SoC
          kWh      %    kWh    kWh    kWh      %    kWh      %      %
 19:00  -0.18  96.00  -0.18   0.00  -0.18  98.00  -0.19  94.08  23.71
 20:00  -1.10  96.00  -1.14   0.00  -1.14  98.00  -1.17  94.08  21.89
 21:00   0.00     --   0.00   0.00   0.00     --   0.00     --  21.89
 22:00  -0.57  96.00  -0.60   0.00  -0.60  98.00  -0.61  94.08  20.95
 23:00   0.00     --   0.00   0.00   0.00     --   0.00     --  20.95
 00:00   0.00     --   0.00   0.00   0.00     --   0.00     --  20.95
 01:00   0.00     --   0.00   0.00   0.00     --   0.00     --  20.95
 02:00   0.00     --   0.00   0.00   0.00     --   0.00     --  20.95
 03:00   0.00     --   0.00   0.00   0.00     --   0.00     --  20.95
 04:00   0.00     --   0.00   0.00   0.00     --   0.00     --  20.95
 05:00  -0.57  96.00  -0.60   0.00  -0.60  98.00  -0.61  94.08  20.00
 06:00   0.00     --   0.00   0.00   0.00     --   0.00     --  20.00
 07:00   0.00     --   0.00   0.00   0.00     --   0.00     --  20.00
 08:00   0.00     --   0.00   0.00   0.00     --   0.00     --  20.00
 09:00   3.00  93.00   2.79   0.00   2.79  98.00   2.73  91.14  24.25
 10:00  10.50  90.00   9.45   0.00   9.45  98.00   9.26  88.20  38.66
 11:00  11.25  89.00  10.01   0.00  10.01  98.00   9.81  87.22  53.92
 12:00  11.25  89.00  10.01   0.00  10.01  98.00   9.81  87.22  69.18
 13:00  11.25  89.00  10.01   0.00  10.01  98.00   9.81  87.22  84.44
 14:00  10.50  90.00   9.45   0.00   9.45  98.00   9.26  88.20  98.84
 15:00   0.00     --   0.00   0.00   0.00  98.00   0.00     --  98.84
 16:00  -1.14  96.00  -1.19   0.00  -1.19  98.00  -1.22  94.08  96.95
 17:00 -11.33  92.08 -12.30   0.00 -12.30  98.00 -12.55  90.24  77.43
 18:00  -2.40  96.00  -2.50   0.00  -2.50  98.00  -2.55  94.08  73.46
 19:00  -2.08  96.00  -2.16   0.00  -2.16  98.00  -2.21  94.08  70.03
 20:00  -1.56  96.00  -1.62   0.00  -1.62  98.00  -1.66  94.08  67.45
 21:00   0.00     --   0.00   0.00   0.00     --   0.00     --  67.45
Totaal  36.83    NaN  29.43   0.00  29.43    NaN  27.94    NaN    NaN
2026-04-02 19:50:53 info: Berekende prognoses: 
   uur  bat_in  bat_out   cons   prod   base   boil     wp     ev  pv_ac   cost  profit  b_tem   mach
 19:00    0.00     0.18   0.00   0.00   1.15   0.00   0.00   0.00   0.00   0.00   -0.00  46.40   0.00
 20:00    0.00     1.10   0.00   0.00   1.10   0.00   0.00   0.00   0.00   0.00   -0.00  46.10   0.00
 21:00    0.00     0.00   1.02   0.00   1.02   0.00   0.00   0.00   0.00   0.28   -0.00  45.80   0.00
 22:00    0.00     0.57   0.56   0.00   1.13   0.00   0.00   0.00   0.00   0.16   -0.00  45.50   0.00
 23:00    0.00     0.00   1.84   0.00   1.84   0.00   0.00   0.00   0.00   0.51   -0.00  45.20   0.00
 00:00    0.00     0.00   2.24   0.00   2.24   0.00   0.00   0.00   0.00   0.61   -0.00  44.90   0.00
 01:00    0.00     0.00   1.01   0.00   0.78   0.00   0.23   0.00   0.00   0.27   -0.00  44.60   0.00
 02:00    0.00     0.00   0.79   0.00   0.79   0.00   0.00   0.00   0.00   0.21   -0.00  44.30   0.00
 03:00    0.00     0.00   0.76   0.00   0.76   0.00   0.00   0.00   0.00   0.21   -0.00  44.00   0.00
 04:00    0.00     0.00   0.74   0.00   0.74   0.00   0.00   0.00   0.00   0.21   -0.00  43.70   0.00
 05:00    0.00     0.57   0.00   0.00   0.71   0.00   0.00   0.00   0.14   0.00   -0.00  43.40   0.00
 06:00    0.00     0.00   0.66   0.00   1.09   0.00   0.23   0.00   0.66   0.19   -0.00  43.10   0.00
 07:00    0.00     0.00   0.00   0.31   0.88   0.00   0.23   0.00   1.42   0.00   -0.08  42.80   0.00
 08:00    0.00     0.00   0.00   0.44   1.76   0.00   0.23   0.00   2.42   0.00   -0.09  42.50   0.00
 09:00    3.00     0.00   1.97   0.00   1.79   0.00   0.23   0.00   3.05   0.38   -0.00  42.20   0.00
 10:00   10.50     0.00  10.53   0.00   1.03   0.00   0.23   0.00   1.23   1.69   -0.00  41.90   0.00
 11:00   11.25     0.00   8.66   0.00   1.07   0.00   0.23   0.00   3.88   1.21   -0.00  41.60   0.00
 12:00   11.25     0.00  12.11   0.00   1.07   2.00   0.00   0.00   2.21   1.58   -0.00  50.14   0.00
 13:00   11.25     0.00  11.74   0.00   0.94   0.00   0.23   0.00   0.67   1.55   -0.00  49.84   0.00
 14:00   10.50     0.00  11.35   0.00   0.98   0.00   0.23   0.00   0.36   1.78   -0.00  49.54   0.00
 15:00    0.00     0.00   1.17   0.00   1.03   0.00   0.23   0.00   0.09   0.25   -0.00  49.24   0.00
 16:00    0.00     1.14   0.00   0.00   0.95   0.00   0.23   0.00   0.03   0.00   -0.00  48.94   0.00
 17:00    0.00    11.33   0.00   9.72   1.40   0.00   0.23   0.00   0.02   0.00   -2.54  48.64   0.00
 18:00    0.00     2.40   0.00   0.95   1.22   0.00   0.23   0.00   0.00   0.00   -0.25  48.34   0.00
 19:00    0.00     2.08   0.00   0.00   1.85   0.00   0.23   0.00   0.00   0.00   -0.00  48.04   0.00
 20:00    0.00     1.56   0.00   0.00   1.33   0.00   0.23   0.00   0.00   0.00   -0.00  47.74   0.00
 21:00    0.00     0.00   1.44   0.00   1.21   0.00   0.23   0.00   0.00   0.32   -0.00  47.44   0.00
Totaal   57.75    20.92  68.57  11.43  31.87   2.00   3.60   0.00  16.18  11.41   -2.96    NaN   0.00
rescla schreef op donderdag 2 april 2026 @ 19:58:
Nog wat observeringen: sinds de zomertijd is de planningshorizon voor het EV laden verplaatst naar 21:00, voorheen was het altijd 23:00. Wat ook niet helemaal correct is, want middernacht. Ik vermoed iets met UTC/local time? 2026-04-03 23:00:00 is wel de waarde die zichtbaar is in HASS.
code:
1
2
3
2026-04-02 19:50:49 info: Day Ahead Optimalisering versie: 2026.03.2
.....
2026-04-02 19:50:50 info: Opladen wordt niet ingepland, omdat opgegeven tijdstip (2026-04-03 23:00:00) ligt voorbij de planningshorizon (2026-04-03 21:00:00).
Ik vrees dat er bij jou iets anders aan de hand is/was.
Heb je de grafiek van de berekening gisteren om 19:50?
Verder valt het me op dat bij de batterij berekening meerdere keren NaN in de logging staat:
[...]
De NaN zijn inderdaad storend moeten eigenlijk "blanco" zijn.
Neem ik mee in de volgende (test)versie.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • rescla
  • Registratie: November 2012
  • Laatst online: 23:31
KC27 schreef op vrijdag 3 april 2026 @ 13:18:
[...]

Ik vrees dat er bij jou iets anders aan de hand is/was.
Heb je de grafiek van de berekening gisteren om 19:50?

[...]

De NaN zijn inderdaad storend moeten eigenlijk "blanco" zijn.
Neem ik mee in de volgende (test)versie.
De day ahead prijzen zijn 2 uur offset. Ik heb nu met een SQL statement handmatig de waardes met 7200 opgehoogd, dan komt de grafiek overeen met de daadwerkelijke prijzen. Maar dan kloppen de timestamps niet met de werkelijkheid (laatste prijsblok van vandaag heeft time: 1775343648) Ik ga even kijken wat er verder aan de hand is, ik zie dat m'n home automation via de configuration.yml op time_zone: Europe/Amsterdam staat, maar die manier van configureren is erg oud. Maar ik weet niet waar DAO z'n tijd op baseert.

  • rescla
  • Registratie: November 2012
  • Laatst online: 23:31
De hass config was het niet, de date in core os staat ook gewoon correct op CEST. Als ik alle variabel = 3 waardes weggooi, ophaal via nordpool, en dan DAO draai, staat het 2 uur verkeerd. Als ik daarna de waardes met 7200 verhoog, gaat het goed.

  • Karpertje
  • Registratie: Januari 2013
  • Laatst online: 08-05 15:52
KC27 schreef op donderdag 2 april 2026 @ 17:12:
[...]

DAO. weet niet wat er realtime gebeurt. Als de pv productie hoger is dan gepland (en de rest klopt wel) dan zal de overproductie "weglopen" naar het net.
Maar je kunt in HA de batterij ook sturen op de berekende grid afname en als deze dan hoger/lager is dan berekend dan kun je de batterij extra laden cq ontladen, zodat de berekende gridafname cq -teruglevering wordt gerespecteerd.
Kun je daar iets mee?
Ik stuur Victron nu in HA aan op basis van:
energieverbruik - pv - wind + entity set power feedin
En wanneer balance switch aan staat wordt ac powersetpoint op 0 gezet zodat er gebalanceerd wordt door victron zelf.

Ben wel eens benieuwd wat nu de beste manier is om de accu aan te sturen met behulp van de entities welke uit DAO kunnen komen.

Ik zag vanmorgen dat de accu eerder leeg was dan gisteren gepland door DAO, en er op het duurste moment stroom van het net wou gebruiken. Het lijkt erop dat het ontladen in de praktijk te agressief gaat.

Ik stuur hier de config even, zou je eens willen kijken? Niet dat ik misschien iets verkeerd heb staan o.i.d.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
{
  "config_version": 0,
  "homeassistant": {},
  "database ha": {
    "engine": "sqlite",
    "database": "home-assistant_v2.db",
    "db_path": "/homeassistant"
  },
  "database da": {
    "engine": "sqlite",
    "db_path": "../data"
  },
  "meteoserver-key": "!secret meteoserver-key",
  "prices": {
    "source day ahead": "nordpool",
    "regular high": 0.5,
    "regular low": 0.4,
    "switch to low": 23,
    "energy taxes consumption": {
      "2023-01-01": 0.0,
      "2025-01-01": 0.0
    },
    "energy taxes production": {
      "2023-01-01": 0.0,
      "2025-01-01": 0.0
    },
    "cost supplier consumption": {
      "2023-01-01": 0.131,
      "2025-01-01": 0.131
    },
    "cost supplier production": {
      "2023-01-01": -0.025,
      "2025-01-01": -0.025
    },
    "vat consumption": {
      "2023-01-01": 0,
      "2025-01-01": 0
    },
    "vat production": {
      "2023-01-01": 0,
      "2025-01-01": 0
    },
   "last invoice": "2026-01-01",
    "tax refund": "False"
  },
  "logging level" : "info",
  "use_calc_baseload": "True",
  "baseload calc periode": 56,
  "baseload": [
    9.5,
    9.5,
    9.5,
    9.5,
    9.5,
    15.5,
    15.5,
    15.5,
    18.5,
    21.5,
    23.5,
    23.5,
    23.5,
    23.5,
    23.5,
    23.5,
    22.5,
    20.5,
    23.5,
    16.5,
    9.5,
    9.5,
    9.5,
    9.5
  ],
  "graphical backend": "",
  "graphics": {
    "style": "Solarize_Light2",
    "show": "true",
    "battery balance": "True",
    "prices consumption": "True",
    "prices production": "True",
    "prices spot": "False",
    "average consumption": "False"
  },
  "interval": "15min",
  "strategy": "input_select.dao_strategy",
  "max gap": 0.005,
  "notifications": {
    "notification entity": "input_text.dao_notificatie",
    "opstarten": "False",
    "berekening": "True",
    "last activity entity": "input_datetime.dao_laatste_activiteit"
  },
  "grid": {
    "max_power": 70
  },
  "history": {
    "save days": 7
  },
  "dashboard": {
    "port": 5000
  },
  "boiler": {
    "boiler present": false,
    "entity actual temp.": "sensor.boiler_gemeten",
    "entity setpoint": "sensor.boiler_ingesteld",
    "entity hysterese": "sensor.hysterese_hot_water",
    "cop": 2.9,
    "cooling rate": 0.4,
    "volume": 180,
    "heating allowed below": 44,
    "elec. power": 1500,
    "activate service": "press",
    "activate entity": "input_button.hw_trigger"
  },
  "heating": {
    "heater present": false,
    "degree days factor": 3.6,
    "stages": [
      {
        "max_power": 225,
        "cop": 7.1
      },
      {
        "max_power": 300,
        "cop": 7.0
      },
      {
        "max_power": 400,
        "cop": 6.5
      },
      {
        "max_power": 500,
        "cop": 6.0
      },
      {
        "max_power": 600,
        "cop": 5.5
      },
      {
        "max_power": 750,
        "cop": 5.0
      },
      {
        "max_power": 1000,
        "cop": 4.5
      },
      {
        "max_power": 1250,
        "cop": 4.0
      }
    ],
    "entity adjust heating curve": "input_number.stooklijn_verschuiving_day_ahead",
    "adjustment factor": 0.04
  },
  "battery": [
    {
      "name": "Accu 1",
      "entity actual level": "sensor.accu_1_battery_percent",
      "capacity": 201.6,
      "upper limit": 100,
      "lower limit": 10,
      "optimal lower level": 20,
      "entity min soc end opt": "input_number.dao_accu_1_min_soc_end_opt",
      "entity max soc end opt": "input_number.dao_accu_1_max_soc_end_opt",
      "charge stages": [
        {
          "power": 0.0,
          "efficiency": 1.0
        },
        {
          "power": 500.0,
          "efficiency": 0.58
        },
        {
          "power": 1500.0,
          "efficiency": 0.86
        },
        {
          "power": 3000.0,
          "efficiency": 0.86
        },
        {
          "power": 6000.0,
          "efficiency": 0.86
        },
        {
          "power": 12000.0,
          "efficiency": 0.86
        },
        {
          "power": 24000.0,
          "efficiency": 0.86
        },
        {
          "power": 36000.0,
          "efficiency": 0.86
        },
        {
          "power": 48000.0,
          "efficiency": 0.86
        },
        {
          "power": 49000.0,
          "efficiency": 0.86
        },
        {
          "power": 55000.0,
          "efficiency": 0.86
        }
      ],
      "discharge stages": [
        {
          "power": 0.0,
          "efficiency": 1.0
        },
        {
          "power": 500.0,
          "efficiency": 0.60
        },
        {
          "power": 1500.0,
          "efficiency": 0.8
        },
        {
          "power": 3000.0,
          "efficiency": 0.87
        },
        {
          "power": 6000.0,
          "efficiency": 0.87
        },
        {
          "power": 12000.0,
          "efficiency": 0.87
        },
        {
          "power": 24000.0,
          "efficiency": 0.87
        },
        {
          "power": 36000.0,
          "efficiency": 0.87
        },
        {
          "power": 48000.0,
          "efficiency": 0.87
        },
        {
          "power": 49000.0,
          "efficiency": 0.87
        },
        {
          "power": 50000.0,
          "efficiency": 0.87
        }
      ],
      "minimum power": 0,
      "dc_to_bat efficiency": 0.92,
      "dc_to_bat max power": 50000.0,
      "bat_to_dc efficiency": 0.92,
      "bat_to_dc max power": 50000.0,
      "cycle cost": 0.01,
      "entity set power feedin": "input_number.dao_accu_1_setpoint",
      "entity set operating mode": "input_select.dao_accu_1_operating_mode",
      "entity set operating mode on": "Aan",
      "entity set operating mode off": "Uit",
      "entity balance switch": "input_boolean.dao_accu_1_balance_switch",
      "entity calculated soc": "input_number.dao_accu_1_calculated_soc",
      "solar": []
  }
  ],
  "solar": [
    {
      "name": "PV stal",
      "max power": 84.78,
      "tilt": 20,
      "orientation": 131,
      "capacity": 84.78,
      "yield": 0.173,
      "ml_prediction": "true",
      "entities sensors": ["sensor.pv_stal_modbus_importenergy_sum"]
    },
    {
      "name": "PV loods",
      "max power": 8.085,
      "tilt": 20,
      "orientation": 131,
      "capacity": 8.085,
      "yield": 0.019,
      "ml_prediction": "true",
      "entities sensors": ["sensor.pv_loods_modbus_importenergy_sum"]
    },
    {
      "name": "Windmolen",
      "max power": 80,
      "capacity": 80,
      "tilt": 0,
      "orientation": 0,
      "yield": 1,
      "ml_prediction": "true",
      "entities sensors": ["sensor.windmolen_modbus_importenergy_sum"]
    },
    {
      "name": "pv Huawei 1",
      "max power": 40.0,
      "ml_prediction": "true",
      "entities sensors": ["sensor.pv_huawei_1_modbus_importenergy_sum"],
      "strings": [
        {
          "tilt": 20,
          "orientation": 131,
          "capacity": 33.75,
          "yield": 0.082
        },
        {
          "tilt": 20,
          "orientation": -49,
          "capacity": 20.02,
          "yield": 0.082
        }
      ]
    },
    {
      "name": "pv Huawei 2",
      "max power": 40.0,
      "ml_prediction": "true",
      "entities sensors": ["sensor.pv_huawei_2_modbus_importenergy_sum"],
      "strings": [
        {
          "tilt": 20,
          "orientation": 131,
          "capacity": 33.75,
          "yield": 0.082
        },
        {
          "tilt": 20,
          "orientation": -49,
          "capacity": 20.02,
          "yield": 0.082
        }
      ]
    }
  ],
  "electric vehicle": [ ],
  "machines" : [ ],
  "tibber": {
    "api_token": "!secret tibber_api_token"
  },
  "report": {
    "entities grid consumption": [
      "sensor.vanaf_net_modbus_importenergy_sum"
    ],
    "entities grid production": [
      "sensor.vanaf_net_modbus_exportgrid_sum"
    ],
    "entities solar production ac": [
      "sensor.pv_stal_modbus_importenergy_sum",
      "sensor.pv_loods_modbus_importenergy_sum",
      "sensor.windmolen_modbus_importenergy_sum",
      "sensor.pv_huawei_1_modbus_importenergy_sum",
      "sensor.pv_huawei_2_modbus_importenergy_sum"
    ],
    "entities solar production dc": [],
    "entities ev consumption": [
      "sensor.lader_auto_total_power_import"
    ],
    "entities wp consumption": [],
    "entities boiler consumption": [
      "sensor.shellyproem50_8c4f00dc9108_energy_meter_0_total_active_energy"
    ],
    "entities machine consumption": [],
    "entities battery consumption": [
      "sensor.sensor_accu_1_total_battery_in_integral"
    ],
    "entities battery production": [
      "sensor.sensor_accu_1_total_battery_out_integral"
    ]
  },
  "scheduler": {
    "active": true,
    "schedule": [
      {
        "time": "0543",
        "action": "get_meteo_data"
      },
      {
        "time": "1143",
        "action": "get_meteo_data"
      },
      {
        "time": "1743",
        "action": "get_meteo_data"
      },
      {
        "time": "2343",
        "action": "get_meteo_data"
      },
      {
        "time": "1313",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1328",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1343",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1358",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1413",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1428",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1443",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1458",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1513",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1528",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "xx00",
        "action": "calc_optimum"
      },
      {
        "time": "xx15",
        "action": "calc_optimum"
      },
      {
        "time": "xx30",
        "action": "calc_optimum"
      },
      {
        "time": "xx45",
        "action": "calc_optimum"
      },
      {
        "time": "2359",
        "action": "clean_data"
      },
      {
        "time": "0932",
        "action": "calc_baseloads"
      },
      {
        "time": "2347",
        "action": "train_ml_predictions"
      }
    ]
  }
}

  • Karpertje
  • Registratie: Januari 2013
  • Laatst online: 08-05 15:52
KC27 schreef op donderdag 2 april 2026 @ 17:12:
[...]

DAO. weet niet wat er realtime gebeurt. Als de pv productie hoger is dan gepland (en de rest klopt wel) dan zal de overproductie "weglopen" naar het net.
Maar je kunt in HA de batterij ook sturen op de berekende grid afname en als deze dan hoger/lager is dan berekend dan kun je de batterij extra laden cq ontladen, zodat de berekende gridafname cq -teruglevering wordt gerespecteerd.
Kun je daar iets mee?
Ook nog even log toegevoegd:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
../data/options.json MODIFY 
Setting up watches.
Watches established.
2026-04-03 16:28:59 INFO: Loaded 6 secrets from ../data/secrets.json
2026-04-03 16:28:59 INFO: Validating configuration with ConfigurationV0
2026-04-03 16:30:00 info: Day Ahead Optimalisering versie: 2026.03.3.rc5
2026-04-03 16:30:00 info: Day Ahead Optimalisering gestart op: 03-04-2026 16:30:00
2026-04-03 16:30:00 info: Day Ahead Optimalisatie gestart: 03-04-2026 16:30:00 taak: calc_optimum
2026-04-03 16:30:00 info: Using Python-MIP package version 1.17.5
2026-04-03 16:30:01 info: Loaded 6 secrets from ../data/secrets.json
2026-04-03 16:30:01 info: Validating configuration with ConfigurationV0
2026-04-03 16:30:01 info: Debug = False
2026-04-03 16:30:01 info: Zelf berekende baseload
2026-04-03 16:30:01 info: ML prediction PV_stal
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.593
1  2026-04-03 17:00:00+02:00       0.404
2  2026-04-03 18:00:00+02:00       0.111
3  2026-04-03 19:00:00+02:00       0.079
4  2026-04-03 20:00:00+02:00       0.079
5  2026-04-03 21:00:00+02:00       0.079
6  2026-04-03 22:00:00+02:00       0.079
7  2026-04-03 23:00:00+02:00       0.079
8  2026-04-04 00:00:00+02:00       0.079
9  2026-04-04 01:00:00+02:00       0.079
10 2026-04-04 02:00:00+02:00       0.057
11 2026-04-04 03:00:00+02:00       0.057
12 2026-04-04 04:00:00+02:00       0.057
13 2026-04-04 05:00:00+02:00       0.057
14 2026-04-04 06:00:00+02:00       0.209
15 2026-04-04 07:00:00+02:00       3.075
16 2026-04-04 08:00:00+02:00       6.528
17 2026-04-04 09:00:00+02:00      13.914
18 2026-04-04 10:00:00+02:00      26.043
19 2026-04-04 11:00:00+02:00      35.417
20 2026-04-04 12:00:00+02:00      19.031
21 2026-04-04 13:00:00+02:00      17.597
22 2026-04-04 14:00:00+02:00      21.902
23 2026-04-04 15:00:00+02:00      25.801
24 2026-04-04 16:00:00+02:00       7.952
25 2026-04-04 17:00:00+02:00       1.195
26 2026-04-04 18:00:00+02:00       0.404
27 2026-04-04 19:00:00+02:00       0.079
28 2026-04-04 20:00:00+02:00       0.079
29 2026-04-04 21:00:00+02:00       0.079
30 2026-04-04 22:00:00+02:00       0.079
31 2026-04-04 23:00:00+02:00       0.079
2026-04-03 16:30:01 info: ML prediction PV_loods
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.062
1  2026-04-03 17:00:00+02:00       0.046
2  2026-04-03 18:00:00+02:00       0.013
3  2026-04-03 19:00:00+02:00       0.009
4  2026-04-03 20:00:00+02:00       0.007
5  2026-04-03 21:00:00+02:00       0.007
6  2026-04-03 22:00:00+02:00       0.007
7  2026-04-03 23:00:00+02:00       0.008
8  2026-04-04 00:00:00+02:00       0.010
9  2026-04-04 01:00:00+02:00       0.013
10 2026-04-04 02:00:00+02:00       0.000
11 2026-04-04 03:00:00+02:00       0.000
12 2026-04-04 04:00:00+02:00       0.006
13 2026-04-04 05:00:00+02:00       0.006
14 2026-04-04 06:00:00+02:00       0.022
15 2026-04-04 07:00:00+02:00       0.326
16 2026-04-04 08:00:00+02:00       0.685
17 2026-04-04 09:00:00+02:00       1.667
18 2026-04-04 10:00:00+02:00       3.119
19 2026-04-04 11:00:00+02:00       4.307
20 2026-04-04 12:00:00+02:00       2.197
21 2026-04-04 13:00:00+02:00       1.945
22 2026-04-04 14:00:00+02:00       2.554
23 2026-04-04 15:00:00+02:00       2.991
24 2026-04-04 16:00:00+02:00       0.826
25 2026-04-04 17:00:00+02:00       0.148
26 2026-04-04 18:00:00+02:00       0.063
27 2026-04-04 19:00:00+02:00       0.026
28 2026-04-04 20:00:00+02:00       0.025
29 2026-04-04 21:00:00+02:00       0.012
30 2026-04-04 22:00:00+02:00       0.012
31 2026-04-04 23:00:00+02:00       0.003
2026-04-03 16:30:01 info: ML prediction Windmolen
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       9.539
1  2026-04-03 17:00:00+02:00      13.618
2  2026-04-03 18:00:00+02:00      13.513
3  2026-04-03 19:00:00+02:00      13.513
4  2026-04-03 20:00:00+02:00       9.539
5  2026-04-03 21:00:00+02:00       9.539
6  2026-04-03 22:00:00+02:00       7.295
7  2026-04-03 23:00:00+02:00       8.873
8  2026-04-04 00:00:00+02:00      10.358
9  2026-04-04 01:00:00+02:00       8.873
10 2026-04-04 02:00:00+02:00       7.332
11 2026-04-04 03:00:00+02:00       6.250
12 2026-04-04 04:00:00+02:00       5.409
13 2026-04-04 05:00:00+02:00       1.824
14 2026-04-04 06:00:00+02:00       1.824
15 2026-04-04 07:00:00+02:00       3.922
16 2026-04-04 08:00:00+02:00       1.828
17 2026-04-04 09:00:00+02:00       4.669
18 2026-04-04 10:00:00+02:00       4.040
19 2026-04-04 11:00:00+02:00       3.759
20 2026-04-04 12:00:00+02:00       1.848
21 2026-04-04 13:00:00+02:00       1.968
22 2026-04-04 14:00:00+02:00       1.862
23 2026-04-04 15:00:00+02:00       4.950
24 2026-04-04 16:00:00+02:00       2.029
25 2026-04-04 17:00:00+02:00       5.172
26 2026-04-04 18:00:00+02:00       5.301
27 2026-04-04 19:00:00+02:00       5.301
28 2026-04-04 20:00:00+02:00       9.093
29 2026-04-04 21:00:00+02:00      12.355
30 2026-04-04 22:00:00+02:00       8.861
31 2026-04-04 23:00:00+02:00      10.096
2026-04-03 16:30:01 info: ML prediction pv_Huawei_1
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.470
1  2026-04-03 17:00:00+02:00       0.336
2  2026-04-03 18:00:00+02:00       0.092
3  2026-04-03 19:00:00+02:00       0.050
4  2026-04-03 20:00:00+02:00       0.050
5  2026-04-03 21:00:00+02:00       0.050
6  2026-04-03 22:00:00+02:00       0.050
7  2026-04-03 23:00:00+02:00       0.050
8  2026-04-04 00:00:00+02:00       0.050
9  2026-04-04 01:00:00+02:00       0.050
10 2026-04-04 02:00:00+02:00       0.050
11 2026-04-04 03:00:00+02:00       0.050
12 2026-04-04 04:00:00+02:00       0.050
13 2026-04-04 05:00:00+02:00       0.050
14 2026-04-04 06:00:00+02:00       0.185
15 2026-04-04 07:00:00+02:00       2.924
16 2026-04-04 08:00:00+02:00       7.209
17 2026-04-04 09:00:00+02:00      14.402
18 2026-04-04 10:00:00+02:00      18.292
19 2026-04-04 11:00:00+02:00      22.412
20 2026-04-04 12:00:00+02:00       9.935
21 2026-04-04 13:00:00+02:00       9.176
22 2026-04-04 14:00:00+02:00      11.765
23 2026-04-04 15:00:00+02:00      12.847
24 2026-04-04 16:00:00+02:00       4.550
25 2026-04-04 17:00:00+02:00       0.827
26 2026-04-04 18:00:00+02:00       0.346
27 2026-04-04 19:00:00+02:00       0.060
28 2026-04-04 20:00:00+02:00       0.060
29 2026-04-04 21:00:00+02:00       0.060
30 2026-04-04 22:00:00+02:00       0.050
31 2026-04-04 23:00:00+02:00       0.050
2026-04-03 16:30:01 info: ML prediction pv_Huawei_2
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.532
1  2026-04-03 17:00:00+02:00       0.371
2  2026-04-03 18:00:00+02:00       0.077
3  2026-04-03 19:00:00+02:00       0.031
4  2026-04-03 20:00:00+02:00       0.031
5  2026-04-03 21:00:00+02:00       0.031
6  2026-04-03 22:00:00+02:00       0.031
7  2026-04-03 23:00:00+02:00       0.031
8  2026-04-04 00:00:00+02:00       0.054
9  2026-04-04 01:00:00+02:00       0.031
10 2026-04-04 02:00:00+02:00       0.049
11 2026-04-04 03:00:00+02:00       0.026
12 2026-04-04 04:00:00+02:00       0.026
13 2026-04-04 05:00:00+02:00       0.036
14 2026-04-04 06:00:00+02:00       0.188
15 2026-04-04 07:00:00+02:00       3.340
16 2026-04-04 08:00:00+02:00       8.805
17 2026-04-04 09:00:00+02:00      15.320
18 2026-04-04 10:00:00+02:00      18.004
19 2026-04-04 11:00:00+02:00      20.241
20 2026-04-04 12:00:00+02:00      11.750
21 2026-04-04 13:00:00+02:00      11.165
22 2026-04-04 14:00:00+02:00      13.664
23 2026-04-04 15:00:00+02:00      15.100
24 2026-04-04 16:00:00+02:00       5.154
25 2026-04-04 17:00:00+02:00       0.966
26 2026-04-04 18:00:00+02:00       0.384
27 2026-04-04 19:00:00+02:00       0.060
28 2026-04-04 20:00:00+02:00       0.060
29 2026-04-04 21:00:00+02:00       0.060
30 2026-04-04 22:00:00+02:00       0.031
31 2026-04-04 23:00:00+02:00       0.054
2026-04-03 16:30:01 info: Start waarden: 
       uur                tijd   spot   p_l    p_t  base  pv_ac  pv_dc
0    16:30 2026-04-03 16:30:00  0.033 0.164  0.008 5.503  2.908      0
1    16:45 2026-04-03 16:45:00  0.049 0.180  0.024 5.171  3.134      0
2    17:00 2026-04-03 17:00:00  0.044 0.175  0.019 4.367  3.429      0
3    17:15 2026-04-03 17:15:00  0.063 0.194  0.038 4.035  3.653      0
4    17:30 2026-04-03 17:30:00  0.079 0.210  0.054 3.703  3.877      0
5    17:45 2026-04-03 17:45:00  0.093 0.224  0.068 4.172  3.816      0
6    18:00 2026-04-03 18:00:00  0.082 0.213  0.057 5.453  3.529      0
7    18:15 2026-04-03 18:15:00  0.099 0.230  0.074 5.922  3.469      0
8    18:30 2026-04-03 18:30:00  0.108 0.239  0.083 6.390  3.408      0
9    18:45 2026-04-03 18:45:00  0.111 0.242  0.086 6.012  3.400      0
10   19:00 2026-04-03 19:00:00  0.130 0.261  0.105 4.964  3.492      0
11   19:15 2026-04-03 19:15:00  0.120 0.251  0.095 4.586  3.484      0
12   19:30 2026-04-03 19:30:00  0.125 0.256  0.100 4.208  3.477      0
13   19:45 2026-04-03 19:45:00  0.124 0.255  0.099 3.971  3.228      0
14   20:00 2026-04-03 20:00:00  0.134 0.265  0.109 3.816  2.737      0
15   20:15 2026-04-03 20:15:00  0.122 0.253  0.097 3.578  2.489      0
16   20:30 2026-04-03 20:30:00  0.117 0.248  0.092 3.340  2.240      0
17   20:45 2026-04-03 20:45:00  0.113 0.244  0.088 3.192  2.240      0
18   21:00 2026-04-03 21:00:00  0.119 0.250  0.094 3.048  2.461      0
19   21:15 2026-04-03 21:15:00  0.109 0.240  0.084 2.900  2.461      0
20   21:30 2026-04-03 21:30:00  0.105 0.236  0.080 2.753  2.461      0
21   21:45 2026-04-03 21:45:00  0.104 0.235  0.079 2.859  2.321      0
22   22:00 2026-04-03 22:00:00  0.106 0.237  0.081 3.197  2.016      0
23   22:15 2026-04-03 22:15:00  0.102 0.233  0.077 3.303  1.876      0
24   22:30 2026-04-03 22:30:00  0.100 0.231  0.075 3.409  1.736      0
25   22:45 2026-04-03 22:45:00  0.095 0.226  0.070 3.348  1.834      0
26   23:00 2026-04-03 23:00:00  0.095 0.226  0.070 3.160  2.113      0
27   23:15 2026-04-03 23:15:00  0.089 0.220  0.064 3.099  2.212      0
28   23:30 2026-04-03 23:30:00  0.076 0.207  0.051 3.039  2.311      0
29   23:45 2026-04-03 23:45:00  0.064 0.195  0.039 2.987  2.405      0
30   00:00 2026-04-04 00:00:00  0.028 0.159  0.003 2.923  2.543      0
31   00:15 2026-04-04 00:15:00  0.018 0.149 -0.007 2.871  2.638      0
32   00:30 2026-04-04 00:30:00  0.014 0.145 -0.011 2.819  2.732      0
33   00:45 2026-04-04 00:45:00  0.010 0.141 -0.015 2.839  2.638      0
34   01:00 2026-04-04 01:00:00  0.024 0.155 -0.001 2.925  2.403      0
35   01:15 2026-04-04 01:15:00  0.018 0.149 -0.007 2.945  2.309      0
36   01:30 2026-04-04 01:30:00  0.017 0.148 -0.008 2.966  2.215      0
37   01:45 2026-04-04 01:45:00  0.013 0.144 -0.012 2.941  2.118      0
38   02:00 2026-04-04 02:00:00  0.018 0.149 -0.007 2.893  2.011      0
39   02:15 2026-04-04 02:15:00  0.020 0.151 -0.005 2.869  1.914      0
40   02:30 2026-04-04 02:30:00  0.020 0.151 -0.005 2.845  1.817      0
41   02:45 2026-04-04 02:45:00  0.017 0.148 -0.008 2.785  1.748      0
42   03:00 2026-04-04 03:00:00  0.027 0.158  0.002 2.674  1.695      0
43   03:15 2026-04-04 03:15:00  0.047 0.178  0.022 2.614  1.626      0
44   03:30 2026-04-04 03:30:00  0.050 0.181  0.025 2.554  1.557      0
45   03:45 2026-04-04 03:45:00  0.053 0.184  0.028 2.592  1.505      0
46   04:00 2026-04-04 04:00:00  0.044 0.175  0.019 2.607  1.508      0
47   04:15 2026-04-04 04:15:00  0.060 0.191  0.035 2.646  1.456      0
48   04:30 2026-04-04 04:30:00  0.061 0.193  0.036 2.684  1.403      0
49   04:45 2026-04-04 04:45:00  0.071 0.202  0.046 3.110  1.180      0
50   05:00 2026-04-04 05:00:00  0.047 0.178  0.022 3.968  0.765      0
51   05:15 2026-04-04 05:15:00  0.067 0.198  0.042 4.394  0.542      0
52   05:30 2026-04-04 05:30:00  0.075 0.206  0.050 4.820  0.318      0
53   05:45 2026-04-04 05:45:00  0.135 0.266  0.110 4.680  0.347      0
54   06:00 2026-04-04 06:00:00  0.066 0.197  0.041 4.089  0.423      0
55   06:15 2026-04-04 06:15:00  0.093 0.224  0.068 3.950  0.430      0
56   06:30 2026-04-04 06:30:00  0.118 0.249  0.093 3.811  0.454      0
57   06:45 2026-04-04 06:45:00  0.230 0.361  0.205 3.782  1.151      0
58   07:00 2026-04-04 07:00:00  0.139 0.270  0.114 3.831  2.346      0
59   07:15 2026-04-04 07:15:00  0.210 0.341  0.185 3.803  3.043      0
60   07:30 2026-04-04 07:30:00  0.251 0.382  0.226 3.775  3.741      0
61   07:45 2026-04-04 07:45:00  0.260 0.391  0.235 3.769  4.457      0
62   08:00 2026-04-04 08:00:00  0.301 0.432  0.276 3.770  4.978      0
63   08:15 2026-04-04 08:15:00  0.157 0.288  0.132 3.765  5.695      0
64   08:30 2026-04-04 08:30:00  0.129 0.260  0.104 3.759  6.412      0
65   08:45 2026-04-04 08:45:00  0.097 0.228  0.072 3.794  7.969      0
66   09:00 2026-04-04 09:00:00  0.262 0.393  0.237 3.860 10.241      0
67   09:15 2026-04-04 09:15:00  0.148 0.279  0.123 3.895 11.798      0
68   09:30 2026-04-04 09:30:00  0.105 0.236  0.080 3.930 13.356      0
69   09:45 2026-04-04 09:45:00  0.069 0.200  0.044 3.964 14.576      0
70   10:00 2026-04-04 10:00:00  0.167 0.298  0.142 3.931 15.589      0
71   10:15 2026-04-04 10:15:00  0.100 0.231  0.075 3.966 16.810      0
72   10:30 2026-04-04 10:30:00  0.080 0.211  0.055 4.000 18.030      0
73   10:45 2026-04-04 10:45:00  0.066 0.197  0.041 4.300 19.070      0
74   11:00 2026-04-04 11:00:00  0.075 0.206  0.050 4.865 20.881      0
75   11:15 2026-04-04 11:15:00  0.064 0.195  0.039 5.165 21.920      0
76   11:30 2026-04-04 11:30:00  0.040 0.171  0.015 5.466 22.960      0
77   11:45 2026-04-04 11:45:00  0.011 0.142 -0.014 5.504 20.374      0
78   12:00 2026-04-04 12:00:00  0.035 0.166  0.010 5.362 14.468      0
79   12:15 2026-04-04 12:15:00  0.020 0.151 -0.005 5.400 11.882      0
80   12:30 2026-04-04 12:30:00  0.006 0.137 -0.019 5.438  9.296      0
81   12:45 2026-04-04 12:45:00  0.001 0.132 -0.024 5.407  9.114      0
82   13:00 2026-04-04 13:00:00  0.000 0.131 -0.025 5.300 10.535      0
83   13:15 2026-04-04 13:15:00  0.000 0.131 -0.025 5.268 10.353      0
84   13:30 2026-04-04 13:30:00  0.000 0.131 -0.025 5.236 10.171      0
85   13:45 2026-04-04 13:45:00  0.000 0.131 -0.025 5.298 10.790      0
86   14:00 2026-04-04 14:00:00  0.000 0.131 -0.025 5.475 12.009      0
87   14:15 2026-04-04 14:15:00  0.000 0.131 -0.025 5.537 12.627      0
88   14:30 2026-04-04 14:30:00  0.000 0.131 -0.025 5.598 13.246      0
89   14:45 2026-04-04 14:45:00  0.000 0.131 -0.025 5.480 13.867      0
90   15:00 2026-04-04 15:00:00  0.000 0.131 -0.025 5.173 15.289      0
91   15:15 2026-04-04 15:15:00  0.000 0.131 -0.025 5.054 15.911      0
92   15:30 2026-04-04 15:30:00  0.000 0.131 -0.025 4.935 16.532      0
93   15:45 2026-04-04 15:45:00  0.000 0.131 -0.025 5.028 13.958      0
94   16:00 2026-04-04 16:00:00 -0.000 0.131 -0.025 5.308  8.536      0
95   16:15 2026-04-04 16:15:00  0.002 0.133 -0.023 5.401  5.962      0
96   16:30 2026-04-04 16:30:00  0.006 0.137 -0.019 5.494  3.388      0
97   16:45 2026-04-04 16:45:00  0.033 0.164  0.008 5.468  2.625      0
98   17:00 2026-04-04 17:00:00  0.012 0.143 -0.013 5.347  3.058      0
99   17:15 2026-04-04 17:15:00  0.042 0.173  0.017 5.321  2.296      0
100  17:30 2026-04-04 17:30:00  0.079 0.210  0.054 5.296  1.539      0
101  17:45 2026-04-04 17:45:00  0.086 0.217  0.061 5.301  1.475      0
102  18:00 2026-04-04 18:00:00  0.053 0.184  0.028 5.427  1.781      0
103  18:15 2026-04-04 18:15:00  0.080 0.211  0.055 5.432  1.668      0
104  18:30 2026-04-04 18:30:00  0.104 0.235  0.079 5.437  1.555      0
105  18:45 2026-04-04 18:45:00  0.140 0.271  0.115 5.048  1.494      0
106  19:00 2026-04-04 19:00:00  0.110 0.241  0.085 4.221  1.398      0
107  19:15 2026-04-04 19:15:00  0.120 0.251  0.095 3.833  1.338      0
108  19:30 2026-04-04 19:30:00  0.147 0.278  0.122 3.444  1.277      0
109  19:45 2026-04-04 19:45:00  0.150 0.281  0.125 3.629  1.514      0
110  20:00 2026-04-04 20:00:00  0.156 0.287  0.131 4.303  1.983      0
111  20:15 2026-04-04 20:15:00  0.122 0.253  0.097 4.488  2.219      0
112  20:30 2026-04-04 20:30:00  0.116 0.247  0.091 4.672  2.456      0
113  20:45 2026-04-04 20:45:00  0.097 0.228  0.072 4.616  2.659      0
114  21:00 2026-04-04 21:00:00  0.122 0.253  0.097 4.408  2.943      0
115  21:15 2026-04-04 21:15:00  0.095 0.226  0.070 4.352  3.146      0
116  21:30 2026-04-04 21:30:00  0.088 0.219  0.063 4.295  3.349      0
117  21:45 2026-04-04 21:45:00  0.069 0.200  0.044 4.123  3.128      0
118  22:00 2026-04-04 22:00:00  0.100 0.231  0.075 3.860  2.515      0
119  22:15 2026-04-04 22:15:00  0.071 0.202  0.046 3.688  2.294      0
120  22:30 2026-04-04 22:30:00  0.064 0.195  0.039 3.516  2.073      0
121  22:45 2026-04-04 22:45:00  0.052 0.183  0.027 3.361  2.151      0
122  23:00 2026-04-04 23:00:00  0.065 0.196  0.040 3.218  2.453      0
123  23:15 2026-04-04 23:15:00  0.042 0.173  0.017 3.063  2.531      0
124  23:30 2026-04-04 23:30:00  0.035 0.166  0.010 2.908  2.609      0
125  23:45 2026-04-04 23:45:00  0.022 0.153 -0.003 2.753  2.688      0
2026-04-03 16:30:02 info: No reduced hours applied for Accu 1
2026-04-03 16:30:02 info: No reduced power applied during discharging at low soc
2026-04-03 16:30:02 info: No reduced power applied during charging at high soc
2026-04-03 16:30:02 info: Startwaarde SoC Accu 1: 95.0%
2026-04-03 16:30:02 info: Boiler niet aanwezig of staat uit, boiler wordt niet ingepland
2026-04-03 16:30:02 info: Warmtepomp niet aanwezig - warmtepomp wordt niet ingepland
2026-04-03 16:30:02 info: Strategie: minimale levering
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
2026-04-03 16:30:05 info: Eerste berekening
2026-04-03 16:30:05 info: Kosten (euro): 10.79 
2026-04-03 16:30:05 info: Levering (kWh): 0.00  
2026-04-03 16:30:06 info: Herberekening
2026-04-03 16:30:06 info: Kosten (euro): -12.84
2026-04-03 16:30:06 info: Levering (kWh): 0.00  
2026-04-03 16:30:06 info: Het programma heeft een optimale oplossing gevonden.
2026-04-03 16:30:06 info: Ontlaad volume in uur 0 16:30 2.5892287813437362 kWh
2026-04-03 16:30:06 info: 9 0.21160072672215044 49.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 1 16:45 2.036602077852934 kWh
2026-04-03 16:30:06 info: 10 0.16292816622823472 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 2 17:00 0.937651671731844 kWh
2026-04-03 16:30:06 info: 7 0.10418351908131604 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 3 17:15 0.3821446088198573 kWh
2026-04-03 16:30:06 info: 10 0.030571568705588584 50.0
2026-04-03 16:30:06 info: Laad volume in uur 4 17:30 0.0 kWh
2026-04-03 16:30:06 info: 1 0.806551107503477 0.5
2026-04-03 16:30:06 info: 2 0.19344889249652286 1.5
2026-04-03 16:30:06 info: Ontlaad volume in uur 5 17:45 0.35590511684305964 kWh
2026-04-03 16:30:06 info: 6 0.059317519473843276 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 6 18:00 1.9236055136672223 kWh
2026-04-03 16:30:06 info: 5 0.641201837889074 12.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 7 18:15 2.4528728578253647 kWh
2026-04-03 16:30:06 info: 9 0.20023451900615225 49.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 8 18:30 2.9821401996552024 kWh
2026-04-03 16:30:06 info: 5 0.9940467332184009 12.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 9 18:45 2.611999052151573 kWh
2026-04-03 16:30:06 info: 6 0.4353331753585954 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 10 19:00 1.472082119194326 kWh
2026-04-03 16:30:06 info: 4 0.9813880794628842 6.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 11 19:15 1.1019409719235262 kWh
2026-04-03 16:30:06 info: 4 0.7346273146156842 6.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 12 19:30 0.7317998253512197 kWh
2026-04-03 16:30:06 info: 4 0.48786655023414643 6.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 13 19:45 0.7425363588794135 kWh
2026-04-03 16:30:06 info: 5 0.2475121196264712 12.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 14 20:00 1.0785813096801287 kWh
2026-04-03 16:30:06 info: 8 0.08988177580667739 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 15 20:15 1.0893178430919077 kWh
2026-04-03 16:30:06 info: 8 0.09077648692432568 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 16 20:30 1.1000543765036854 kWh
2026-04-03 16:30:06 info: 10 0.08800435012029482 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 17 20:45 0.9521902806612192 kWh
2026-04-03 16:30:06 info: 8 0.0793491900551016 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 18 21:00 0.5868403340519873 kWh
2026-04-03 16:30:06 info: 7 0.06520448156133193 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 19 21:15 0.43897623832593713 kWh
2026-04-03 16:30:06 info: 8 0.036581353193828096 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 20 21:30 0.291112142483471 kWh
2026-04-03 16:30:06 info: 8 0.024259345206955923 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 21 21:45 0.5373895625274164 kWh
2026-04-03 16:30:06 info: 5 0.17912985417580546 12.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 22 22:00 1.1807009366250134 kWh
2026-04-03 16:30:06 info: 7 0.13118899295833483 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 23 22:15 1.4269783566689593 kWh
2026-04-03 16:30:06 info: 10 0.11415826853351674 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 24 22:30 1.673255776712904 kWh
2026-04-03 16:30:06 info: 6 0.278875962785484 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 25 22:45 1.5138219280850609 kWh
2026-04-03 16:30:06 info: 7 0.16820243645389568 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 26 23:00 1.0468771981438625 kWh
2026-04-03 16:30:06 info: 4 0.6979181320959084 6.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 27 23:15 0.8874431109810249 kWh
2026-04-03 16:30:06 info: 10 0.070995448878482 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 28 23:30 0.7280092624695969 kWh
2026-04-03 16:30:06 info: 5 0.24266975415653227 12.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 29 23:45 0.5814848947776478 kWh
2026-04-03 16:30:06 info: 10 0.046518791582211824 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 30 00:00 0.37939133107196477 kWh
2026-04-03 16:30:06 info: 9 0.030970720903833862 49.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 31 00:15 0.2328669643113392 kWh
2026-04-03 16:30:06 info: 8 0.01940558035927827 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 32 00:30 0.08634259661938995 kWh
2026-04-03 16:30:06 info: 9 0.007048375234235913 49.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 33 00:45 0.2008236950235444 kWh
2026-04-03 16:30:06 info: 8 0.016735307918628706 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 34 01:00 0.5213479113457725 kWh
2026-04-03 16:30:06 info: 8 0.04344565927881438 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 35 01:15 0.635829009982756 kWh
2026-04-03 16:30:06 info: 10 0.05086632079862049 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 36 01:30 0.7503101083869106 kWh
2026-04-03 16:30:06 info: 6 0.12505168473115177 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 37 01:45 0.8236351289832963 kWh
2026-04-03 16:30:06 info: 4 0.5490900859888641 6.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 38 02:00 0.882140986716607 kWh
2026-04-03 16:30:06 info: 5 0.29404699557220243 12.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 39 02:15 0.955465890082764 kWh
2026-04-03 16:30:06 info: 8 0.07962215750689701 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 40 02:30 1.0281791211254898 kWh
2026-04-03 16:30:06 info: 4 0.6854527474169932 6.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 41 02:45 1.0373124390281738 kWh
2026-04-03 16:30:06 info: 4 0.6915416260187826 6.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 42 03:00 0.9784441828522826 kWh
2026-04-03 16:30:06 info: 7 0.10871602031692035 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 43 03:15 0.9875775007549672 kWh
2026-04-03 16:30:06 info: 8 0.08229812506291394 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 44 03:30 0.9967108181919897 kWh
2026-04-03 16:30:06 info: 7 0.11074564646577666 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 45 03:45 1.0874550796332771 kWh
2026-04-03 16:30:06 info: 6 0.18124251327221289 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 46 04:00 1.0995806501057237 kWh
2026-04-03 16:30:06 info: 5 0.36652688336857453 12.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 47 04:15 1.1902355807154674 kWh
2026-04-03 16:30:06 info: 6 0.19837259678591126 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 48 04:30 1.2808905113834188 kWh
2026-04-03 16:30:06 info: 7 0.14232116793149102 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 49 04:45 1.930227721769479 kWh
2026-04-03 16:30:06 info: 10 0.1544182177415583 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 50 05:00 3.202863060788484 kWh
2026-04-03 16:30:06 info: 6 0.5338105101314139 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 51 05:15 3.852200211453484 kWh
2026-04-03 16:30:06 info: 8 0.32101668428779034 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 52 05:30 4.501537451641867 kWh
2026-04-03 16:30:06 info: 6 0.7502562419403112 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 53 05:45 4.333728749570669 kWh
2026-04-03 16:30:06 info: 9 0.3537737754751567 49.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 54 06:00 3.666215642035008 kWh
2026-04-03 16:30:06 info: 10 0.29329725136280066 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 55 06:15 3.520090741278604 kWh
2026-04-03 16:30:06 info: 9 0.2873543462268248 49.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 56 06:30 3.356969468729571 kWh
2026-04-03 16:30:06 info: 10 0.2685575574983657 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 57 06:45 10.875000000000002 kWh
2026-04-03 16:30:06 info: 8 0.90625 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 58 07:00 1.485645026631654 kWh
2026-04-03 16:30:06 info: 6 0.247607504438609 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 59 07:15 5.076730669562053 kWh
2026-04-03 16:30:06 info: 6 0.8461217782603422 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 60 07:30 10.875000000000002 kWh
2026-04-03 16:30:06 info: 9 0.8877551020408163 49.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 61 07:45 10.875 kWh
2026-04-03 16:30:06 info: 9 0.8877551020408163 49.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 62 08:00 10.875 kWh
2026-04-03 16:30:06 info: 8 0.90625 48.0
2026-04-03 16:30:06 info: Laad volume in uur 65 08:45 0.0 kWh
2026-04-03 16:30:06 info: 5 0.6084288264910381 12.0
2026-04-03 16:30:06 info: 6 0.3915711735089619 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 66 09:00 10.875000000000002 kWh
2026-04-03 16:30:06 info: 10 0.8699999999999999 50.0
2026-04-03 16:30:06 info: Laad volume in uur 68 09:30 0.0 kWh
2026-04-03 16:30:06 info: 4 0.9130640290233832 6.0
2026-04-03 16:30:06 info: 5 0.08693597097661676 12.0
2026-04-03 16:30:06 info: Laad volume in uur 69 09:45 0.0 kWh
2026-04-03 16:30:06 info: 7 0.4626568769812584 36.0
2026-04-03 16:30:06 info: 8 0.5373431230187417 48.0
2026-04-03 16:30:06 info: Laad volume in uur 71 10:15 0.0 kWh
2026-04-03 16:30:06 info: 9 0.6040839292208361 49.0
2026-04-03 16:30:06 info: 10 0.3959160707791641 55.0
2026-04-03 16:30:06 info: Laad volume in uur 72 10:30 0.0 kWh
2026-04-03 16:30:06 info: 10 1.0 55.0
2026-04-03 16:30:06 info: Laad volume in uur 73 10:45 0.0 kWh
2026-04-03 16:30:06 info: 10 1.0000000000000002 55.0
2026-04-03 16:30:06 info: Laad volume in uur 74 11:00 0.0 kWh
2026-04-03 16:30:06 info: 10 1.0 55.0
2026-04-03 16:30:06 info: Laad volume in uur 75 11:15 0.0 kWh
2026-04-03 16:30:06 info: 10 0.9999999999999998 55.0
2026-04-03 16:30:06 info: Laad volume in uur 76 11:30 0.0 kWh
2026-04-03 16:30:06 info: 10 1.0 55.0
2026-04-03 16:30:06 info: Laad volume in uur 77 11:45 0.0 kWh
2026-04-03 16:30:06 info: 10 1.0 55.0
2026-04-03 16:30:06 info: Laad volume in uur 78 12:00 0.0 kWh
2026-04-03 16:30:06 info: 7 0.9647105476856229 36.0
2026-04-03 16:30:06 info: 8 0.035289452314377114 48.0
2026-04-03 16:30:06 info: Laad volume in uur 79 12:15 0.0 kWh
2026-04-03 16:30:06 info: 6 0.8393262294928236 24.0
2026-04-03 16:30:06 info: 7 0.16067377050717627 36.0
2026-04-03 16:30:06 info: Laad volume in uur 80 12:30 0.0 kWh
2026-04-03 16:30:06 info: 5 0.7139419709046684 12.0
2026-04-03 16:30:06 info: 6 0.2860580290953315 24.0
2026-04-03 16:30:06 info: Laad volume in uur 81 12:45 0.0 kWh
2026-04-03 16:30:06 info: 5 0.7640583136081698 12.0
2026-04-03 16:30:06 info: 6 0.2359416863918301 24.0
2026-04-03 16:30:06 info: Laad volume in uur 82 13:00 0.0 kWh
2026-04-03 16:30:06 info: 5 0.25473736894130694 12.0
2026-04-03 16:30:06 info: 6 0.7452626310586931 24.0
2026-04-03 16:30:06 info: Laad volume in uur 83 13:15 0.0 kWh
2026-04-03 16:30:06 info: 5 0.3048535427649816 12.0
2026-04-03 16:30:06 info: 6 0.6951464572350184 24.0
2026-04-03 16:30:06 info: Laad volume in uur 84 13:30 0.0 kWh
2026-04-03 16:30:06 info: 5 0.35496987553437537 12.0
2026-04-03 16:30:06 info: 6 0.6450301244656247 24.0
2026-04-03 16:30:06 info: Laad volume in uur 85 13:45 0.0 kWh
2026-04-03 16:30:06 info: 5 0.16933660535017597 12.0
2026-04-03 16:30:06 info: 6 0.8306633946498241 24.0
2026-04-03 16:30:06 info: Laad volume in uur 86 14:00 0.0 kWh
2026-04-03 16:30:06 info: 6 0.8221563518047339 24.0
2026-04-03 16:30:06 info: 7 0.1778436481952661 36.0
2026-04-03 16:30:06 info: Laad volume in uur 87 14:15 0.0 kWh
2026-04-03 16:30:06 info: 6 0.6365229226748153 24.0
2026-04-03 16:30:06 info: 7 0.3634770773251847 36.0
2026-04-03 16:30:06 info: Laad volume in uur 88 14:30 0.0 kWh
2026-04-03 16:30:06 info: 6 0.4508896425565081 24.0
2026-04-03 16:30:06 info: 7 0.5491103574434919 36.0
2026-04-03 16:30:06 info: Laad volume in uur 89 14:45 0.0 kWh
2026-04-03 16:30:06 info: 6 0.2041951194604241 24.0
2026-04-03 16:30:06 info: 7 0.7958048805395759 36.0
2026-04-03 16:30:06 info: Laad volume in uur 90 15:00 0.0 kWh
2026-04-03 16:30:06 info: 7 0.6278428335189827 36.0
2026-04-03 16:30:06 info: 8 0.3721571664810173 48.0
2026-04-03 16:30:06 info: Laad volume in uur 91 15:15 0.0 kWh
2026-04-03 16:30:06 info: 7 0.38114808193842525 36.0
2026-04-03 16:30:06 info: 8 0.6188519180615748 48.0
2026-04-03 16:30:06 info: Laad volume in uur 92 15:30 0.0 kWh
2026-04-03 16:30:06 info: 7 0.13445354890823427 36.0
2026-04-03 16:30:06 info: 8 0.8655464510917656 48.0
2026-04-03 16:30:06 info: Laad volume in uur 93 15:45 0.0 kWh
2026-04-03 16:30:06 info: 6 0.023205573399861196 24.0
2026-04-03 16:30:06 info: 7 0.9767944266001389 36.0
2026-04-03 16:30:06 info: Laad volume in uur 94 16:00 0.0 kWh
2026-04-03 16:30:06 info: 5 0.9242895945310594 12.0
2026-04-03 16:30:06 info: 6 0.07571040546894059 24.0
2026-04-03 16:30:06 info: Laad volume in uur 95 16:15 0.0 kWh
2026-04-03 16:30:06 info: 2 0.5043331906000762 1.5
2026-04-03 16:30:06 info: 3 0.49566680939992375 3.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 96 16:30 2.1053810497522343 kWh
2026-04-03 16:30:06 info: 6 0.3508968416253724 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 97 16:45 2.842674178004265 kWh
2026-04-03 16:30:06 info: 10 0.22741393424034123 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 98 17:00 2.2880659158155323 kWh
2026-04-03 16:30:06 info: 5 0.7626886386051773 12.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 99 17:15 3.025358880154788 kWh
2026-04-03 16:30:06 info: 7 0.3361509866838654 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 100 17:30 3.7569636316820976 kWh
2026-04-03 16:30:06 info: 10 0.30055709053456786 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 101 17:45 3.8255274396762244 kWh
2026-04-03 16:30:06 info: 10 0.306042195174098 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 102 18:00 3.6456524445619425 kWh
2026-04-03 16:30:06 info: 8 0.30380437038016195 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 103 18:15 3.7636608479078864 kWh
2026-04-03 16:30:06 info: 6 0.6272768079846477 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 104 18:30 3.8816692121382808 kWh
2026-04-03 16:30:06 info: 7 0.43129657912647573 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 105 18:45 3.5538887981157754 kWh
2026-04-03 16:30:06 info: 6 0.5923147996859627 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 106 19:00 2.8229368471633633 kWh
2026-04-03 16:30:06 info: 8 0.23524473726361364 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 107 19:15 2.4951564210336654 kWh
2026-04-03 16:30:06 info: 8 0.20792970175280548 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 108 19:30 2.167335462814197 kWh
2026-04-03 16:30:06 info: 8 0.18061128856784978 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 109 19:45 2.1148747136723256 kWh
2026-04-03 16:30:06 info: 7 0.23498607929692514 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 110 20:00 2.3206645482964827 kWh
2026-04-03 16:30:06 info: 9 0.18944200394257002 49.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 111 20:15 2.268203799620271 kWh
2026-04-03 16:30:06 info: 10 0.1814563039696217 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 112 20:30 2.215743050478399 kWh
2026-04-03 16:30:06 info: 5 0.7385810168261331 12.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 113 20:45 1.9564011446870864 kWh
2026-04-03 16:30:06 info: 6 0.32606685744784786 24.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 114 21:00 1.4648546315925206 kWh
2026-04-03 16:30:06 info: 10 0.11718837052740165 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 115 21:15 1.205512964219787 kWh
2026-04-03 16:30:06 info: 7 0.1339458849133097 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 116 21:30 0.9461710584284739 kWh
2026-04-03 16:30:06 info: 9 0.07723845374926319 49.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 117 21:45 0.9950053035290922 kWh
2026-04-03 16:30:06 info: 7 0.11055614483656585 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 118 22:00 1.3454865623167722 kWh
2026-04-03 16:30:06 info: 7 0.1494985069240858 36.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 119 22:15 1.394320807417389 kWh
2026-04-03 16:30:06 info: 8 0.11619340061811574 48.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 120 22:30 1.4431550525180068 kWh
2026-04-03 16:30:06 info: 9 0.11780857571575568 49.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 121 22:45 1.2099304145271896 kWh
2026-04-03 16:30:06 info: 4 0.8066202763514599 6.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 122 23:00 0.7651619124301946 kWh
2026-04-03 16:30:06 info: 10 0.061212952994415565 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 123 23:15 0.5319375136728629 kWh
2026-04-03 16:30:06 info: 10 0.04255500109382904 50.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 124 23:30 0.2987128756238375 kWh
2026-04-03 16:30:06 info: 5 0.09957095854127918 12.0
2026-04-03 16:30:06 info: Ontlaad volume in uur 125 23:45 0.06540205849893393 kWh
2026-04-03 16:30:06 info: 7 0.007266895388770439 36.0
2026-04-03 16:30:06 info: In- en uitgaande energie per kwartier batterij Accu 1
   uur   ac->    eff   ->dc pv->dc   dc->    eff  ->bat  o_eff    SoC
          kWh      %    kWh    kWh    kWh      %    kWh      %      %
 16:30  -2.59  87.00  -2.98   0.00  -2.98  92.00  -3.23  80.04  93.40
 16:45  -2.04  87.00  -2.34   0.00  -2.34  92.00  -2.54  80.04  92.13
 17:00  -0.94  87.00  -1.08   0.00  -1.08  92.00  -1.17  80.04  91.55
 17:15  -0.38  87.00  -0.44   0.00  -0.44  92.00  -0.48  80.04  91.32
 17:30   0.17  69.72   0.12   0.00   0.12  92.00   0.11  64.14  91.37
 17:45  -0.36  87.00  -0.41   0.00  -0.41  92.00  -0.44  80.04  91.15
 18:00  -1.92  87.00  -2.21   0.00  -2.21  92.00  -2.40  80.04  89.96
 18:15  -2.45  87.00  -2.82   0.00  -2.82  92.00  -3.06  80.04  88.44
 18:30  -2.98  87.00  -3.43   0.00  -3.43  92.00  -3.73  80.04  86.59
 18:45  -2.61  87.00  -3.00   0.00  -3.00  92.00  -3.26  80.04  84.97
 19:00  -1.47  87.00  -1.69   0.00  -1.69  92.00  -1.84  80.04  84.06
 19:15  -1.10  87.00  -1.27   0.00  -1.27  92.00  -1.38  80.04  83.38
 19:30  -0.73  87.00  -0.84   0.00  -0.84  92.00  -0.91  80.04  82.92
 19:45  -0.74  87.00  -0.85   0.00  -0.85  92.00  -0.93  80.04  82.46
 20:00  -1.08  87.00  -1.24   0.00  -1.24  92.00  -1.35  80.04  81.79
 20:15  -1.09  87.00  -1.25   0.00  -1.25  92.00  -1.36  80.04  81.12
 20:30  -1.10  87.00  -1.26   0.00  -1.26  92.00  -1.37  80.04  80.44
 20:45  -0.95  87.00  -1.09   0.00  -1.09  92.00  -1.19  80.04  79.85
 21:00  -0.59  87.00  -0.67   0.00  -0.67  92.00  -0.73  80.04  79.48
 21:15  -0.44  87.00  -0.50   0.00  -0.50  92.00  -0.55  80.04  79.21
 21:30  -0.29  87.00  -0.33   0.00  -0.33  92.00  -0.36  80.04  79.03
 21:45  -0.54  87.00  -0.62   0.00  -0.62  92.00  -0.67  80.04  78.70
 22:00  -1.18  87.00  -1.36   0.00  -1.36  92.00  -1.48  80.04  77.97
 22:15  -1.43  87.00  -1.64   0.00  -1.64  92.00  -1.78  80.04  77.08
 22:30  -1.67  87.00  -1.92   0.00  -1.92  92.00  -2.09  80.04  76.04
 22:45  -1.51  87.00  -1.74   0.00  -1.74  92.00  -1.89  80.04  75.11
 23:00  -1.05  87.00  -1.20   0.00  -1.20  92.00  -1.31  80.04  74.46
 23:15  -0.89  87.00  -1.02   0.00  -1.02  92.00  -1.11  80.04  73.91
 23:30  -0.73  87.00  -0.84   0.00  -0.84  92.00  -0.91  80.04  73.46
 23:45  -0.58  87.00  -0.67   0.00  -0.67  92.00  -0.73  80.04  73.10
 00:00  -0.38  87.00  -0.44   0.00  -0.44  92.00  -0.47  80.04  72.86
 00:15  -0.23  87.00  -0.27   0.00  -0.27  92.00  -0.29  80.04  72.72
 00:30  -0.09  87.00  -0.10   0.00  -0.10  92.00  -0.11  80.04  72.66
 00:45  -0.20  87.00  -0.23   0.00  -0.23  92.00  -0.25  80.04  72.54
 01:00  -0.52  87.00  -0.60   0.00  -0.60  92.00  -0.65  80.04  72.22
 01:15  -0.64  87.00  -0.73   0.00  -0.73  92.00  -0.79  80.04  71.82
 01:30  -0.75  87.00  -0.86   0.00  -0.86  92.00  -0.94  80.04  71.36
 01:45  -0.82  87.00  -0.95   0.00  -0.95  92.00  -1.03  80.04  70.85
 02:00  -0.88  87.00  -1.01   0.00  -1.01  92.00  -1.10  80.04  70.30
 02:15  -0.96  87.00  -1.10   0.00  -1.10  92.00  -1.19  80.04  69.71
 02:30  -1.03  87.00  -1.18   0.00  -1.18  92.00  -1.28  80.04  69.07
 02:45  -1.04  87.00  -1.19   0.00  -1.19  92.00  -1.30  80.04  68.43
 03:00  -0.98  87.00  -1.12   0.00  -1.12  92.00  -1.22  80.04  67.82
 03:15  -0.99  87.00  -1.14   0.00  -1.14  92.00  -1.23  80.04  67.21
 03:30  -1.00  87.00  -1.15   0.00  -1.15  92.00  -1.25  80.04  66.59
 03:45  -1.09  87.00  -1.25   0.00  -1.25  92.00  -1.36  80.04  65.92
 04:00  -1.10  87.00  -1.26   0.00  -1.26  92.00  -1.37  80.04  65.24
 04:15  -1.19  87.00  -1.37   0.00  -1.37  92.00  -1.49  80.04  64.50
 04:30  -1.28  87.00  -1.47   0.00  -1.47  92.00  -1.60  80.04  63.70
 04:45  -1.93  87.00  -2.22   0.00  -2.22  92.00  -2.41  80.04  62.51
 05:00  -3.20  87.00  -3.68   0.00  -3.68  92.00  -4.00  80.04  60.52
 05:15  -3.85  87.00  -4.43   0.00  -4.43  92.00  -4.81  80.04  58.14
 05:30  -4.50  87.00  -5.17   0.00  -5.17  92.00  -5.62  80.04  55.35
 05:45  -4.33  87.00  -4.98   0.00  -4.98  92.00  -5.41  80.04  52.66
 06:00  -3.67  87.00  -4.21   0.00  -4.21  92.00  -4.58  80.04  50.39
 06:15  -3.52  87.00  -4.05   0.00  -4.05  92.00  -4.40  80.04  48.21
 06:30  -3.36  87.00  -3.86   0.00  -3.86  92.00  -4.19  80.04  46.13
 06:45 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  39.39
 07:00  -1.49  87.00  -1.71   0.00  -1.71  92.00  -1.86  80.04  38.47
 07:15  -5.08  87.00  -5.84   0.00  -5.84  92.00  -6.34  80.04  35.32
 07:30 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  28.58
 07:45 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  21.84
 08:00 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  15.10
 08:15   0.00     --   0.00   0.00   0.00     --   0.00     --  15.10
 08:30   0.00     --   0.00   0.00   0.00     --   0.00     --  15.10
 08:45   4.17  86.00   3.59   0.00   3.59  92.00   3.30  79.12  16.74
 09:00 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  10.00
 09:15   0.00     --   0.00   0.00   0.00     --   0.00     --  10.00
 09:30   1.63  86.00   1.40   0.00   1.40  92.00   1.29  79.12  10.64
 09:45  10.61  86.00   9.13   0.00   9.13  92.00   8.40  79.12  14.80
 10:00   0.00     --   0.00   0.00   0.00     --   0.00     --  14.80
 10:15  12.84  86.00  11.05   0.00  11.05  92.00  10.16  79.12  19.85
 10:30  13.75  86.00  11.83   0.00  11.83  92.00  10.88  79.12  25.24
 10:45  13.75  86.00  11.83   0.00  11.83  92.00  10.88  79.12  30.64
 11:00  13.75  86.00  11.83   0.00  11.83  92.00  10.88  79.12  36.03
 11:15  13.75  86.00  11.82   0.00  11.82  92.00  10.88  79.12  41.43
 11:30  13.75  86.00  11.83   0.00  11.83  92.00  10.88  79.12  46.83
 11:45  13.75  86.00  11.83   0.00  11.83  92.00  10.88  79.12  52.22
 12:00   9.11  86.00   7.83   0.00   7.83  92.00   7.20  79.12  55.80
 12:15   6.48  86.00   5.57   0.00   5.57  92.00   5.13  79.12  58.34
 12:30   3.86  86.00   3.32   0.00   3.32  92.00   3.05  79.12  59.86
 12:45   3.71  86.00   3.19   0.00   3.19  92.00   2.93  79.12  61.31
 13:00   5.24  86.00   4.50   0.00   4.50  92.00   4.14  79.12  63.37
 13:15   5.09  86.00   4.37   0.00   4.37  92.00   4.02  79.12  65.36
 13:30   4.94  86.00   4.24   0.00   4.24  92.00   3.90  79.12  67.30
 13:45   5.49  86.00   4.72   0.00   4.72  92.00   4.35  79.12  69.45
 14:00   6.53  86.00   5.62   0.00   5.62  92.00   5.17  79.12  72.02
 14:15   7.09  86.00   6.10   0.00   6.10  92.00   5.61  79.12  74.80
 14:30   7.65  86.00   6.58   0.00   6.58  92.00   6.05  79.12  77.80
 14:45   8.39  86.00   7.21   0.00   7.21  92.00   6.64  79.12  81.09
 15:00  10.12  86.00   8.70   0.00   8.70  92.00   8.00  79.12  85.06
 15:15  10.86  86.00   9.34   0.00   9.34  92.00   8.59  79.12  89.32
 15:30  11.60  86.00   9.97   0.00   9.97  92.00   9.18  79.12  93.88
 15:45   8.93  86.00   7.68   0.00   7.68  92.00   7.07  79.12  97.38
 16:00   3.23  86.00   2.78   0.00   2.78  92.00   2.55  79.12  98.65
 16:15   0.56  86.00   0.48   0.00   0.48  92.00   0.44  79.12  98.87
 16:30  -2.11  87.00  -2.42   0.00  -2.42  92.00  -2.63  80.04  97.56
 16:45  -2.84  87.00  -3.27   0.00  -3.27  92.00  -3.55  80.04  95.80
 17:00  -2.29  87.00  -2.63   0.00  -2.63  92.00  -2.86  80.04  94.38
 17:15  -3.03  87.00  -3.48   0.00  -3.48  92.00  -3.78  80.04  92.51
 17:30  -3.76  87.00  -4.32   0.00  -4.32  92.00  -4.69  80.04  90.18
 17:45  -3.83  87.00  -4.40   0.00  -4.40  92.00  -4.78  80.04  87.81
 18:00  -3.65  87.00  -4.19   0.00  -4.19  92.00  -4.55  80.04  85.55
 18:15  -3.76  87.00  -4.33   0.00  -4.33  92.00  -4.70  80.04  83.22
 18:30  -3.88  87.00  -4.46   0.00  -4.46  92.00  -4.85  80.04  80.81
 18:45  -3.55  87.00  -4.08   0.00  -4.08  92.00  -4.44  80.04  78.61
 19:00  -2.82  87.00  -3.24   0.00  -3.24  92.00  -3.53  80.04  76.86
 19:15  -2.50  87.00  -2.87   0.00  -2.87  92.00  -3.12  80.04  75.31
 19:30  -2.17  87.00  -2.49   0.00  -2.49  92.00  -2.71  80.04  73.97
 19:45  -2.11  87.00  -2.43   0.00  -2.43  92.00  -2.64  80.04  72.66
 20:00  -2.32  87.00  -2.67   0.00  -2.67  92.00  -2.90  80.04  71.22
 20:15  -2.27  87.00  -2.61   0.00  -2.61  92.00  -2.83  80.04  69.82
 20:30  -2.22  87.00  -2.55   0.00  -2.55  92.00  -2.77  80.04  68.44
 20:45  -1.96  87.00  -2.25   0.00  -2.25  92.00  -2.44  80.04  67.23
 21:00  -1.46  87.00  -1.68   0.00  -1.68  92.00  -1.83  80.04  66.32
 21:15  -1.21  87.00  -1.39   0.00  -1.39  92.00  -1.51  80.04  65.57
 21:30  -0.95  87.00  -1.09   0.00  -1.09  92.00  -1.18  80.04  64.99
 21:45  -1.00  87.00  -1.14   0.00  -1.14  92.00  -1.24  80.04  64.37
 22:00  -1.35  87.00  -1.55   0.00  -1.55  92.00  -1.68  80.04  63.54
 22:15  -1.39  87.00  -1.60   0.00  -1.60  92.00  -1.74  80.04  62.67
 22:30  -1.44  87.00  -1.66   0.00  -1.66  92.00  -1.80  80.04  61.78
 22:45  -1.21  87.00  -1.39   0.00  -1.39  92.00  -1.51  80.04  61.03
 23:00  -0.77  87.00  -0.88   0.00  -0.88  92.00  -0.96  80.04  60.56
 23:15  -0.53  87.00  -0.61   0.00  -0.61  92.00  -0.66  80.04  60.23
 23:30  -0.30  87.00  -0.34   0.00  -0.34  92.00  -0.37  80.04  60.04
 23:45  -0.07  87.00  -0.08   0.00  -0.08  92.00  -0.08  80.04  60.00
Totaal  28.18    NaN -34.43   0.00 -34.43    NaN -70.56    NaN    NaN
2026-04-03 16:30:08 info: Berekende prognoses: 
   uur  bat_in  bat_out   cons   prod   base   boil     wp     ev  pv_ac   cost  profit  b_tem
 16:30    0.00     2.59   0.00   0.00   5.50   0.00   0.00   0.00   2.91   0.00   -0.00  20.00
 16:45    0.00     2.04   0.00   0.00   5.17   0.00   0.00   0.00   3.13   0.00   -0.00  20.00
 17:00    0.00     0.94   0.00   0.00   4.37   0.00   0.00   0.00   3.43   0.00   -0.00  20.00
 17:15    0.00     0.38   0.00   0.00   4.04   0.00   0.00   0.00   3.65   0.00   -0.00  20.00
 17:30    0.17     0.00   0.00   0.00   3.70   0.00   0.00   0.00   3.88   0.00   -0.00  20.00
 17:45    0.00     0.36   0.00   0.00   4.17   0.00   0.00   0.00   3.82   0.00   -0.00  20.00
 18:00    0.00     1.92   0.00   0.00   5.45   0.00   0.00   0.00   3.53   0.00   -0.00  20.00
 18:15    0.00     2.45   0.00   0.00   5.92   0.00   0.00   0.00   3.47   0.00   -0.00  20.00
 18:30    0.00     2.98   0.00   0.00   6.39   0.00   0.00   0.00   3.41   0.00   -0.00  20.00
 18:45    0.00     2.61   0.00   0.00   6.01   0.00   0.00   0.00   3.40   0.00   -0.00  20.00
 19:00    0.00     1.47   0.00   0.00   4.96   0.00   0.00   0.00   3.49   0.00   -0.00  20.00
 19:15    0.00     1.10   0.00   0.00   4.59   0.00   0.00   0.00   3.48   0.00   -0.00  20.00
 19:30    0.00     0.73   0.00   0.00   4.21   0.00   0.00   0.00   3.48   0.00   -0.00  20.00
 19:45    0.00     0.74   0.00   0.00   3.97   0.00   0.00   0.00   3.23   0.00   -0.00  20.00
 20:00    0.00     1.08   0.00   0.00   3.82   0.00   0.00   0.00   2.74   0.00   -0.00  20.00
 20:15    0.00     1.09   0.00   0.00   3.58   0.00   0.00   0.00   2.49   0.00   -0.00  20.00
 20:30    0.00     1.10   0.00   0.00   3.34   0.00   0.00   0.00   2.24   0.00   -0.00  20.00
 20:45    0.00     0.95   0.00   0.00   3.19   0.00   0.00   0.00   2.24   0.00   -0.00  20.00
 21:00    0.00     0.59   0.00   0.00   3.05   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:15    0.00     0.44   0.00   0.00   2.90   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:30    0.00     0.29   0.00   0.00   2.75   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:45    0.00     0.54   0.00   0.00   2.86   0.00   0.00   0.00   2.32   0.00   -0.00  20.00
 22:00    0.00     1.18   0.00   0.00   3.20   0.00   0.00   0.00   2.02   0.00   -0.00  20.00
 22:15    0.00     1.43   0.00   0.00   3.30   0.00   0.00   0.00   1.88   0.00   -0.00  20.00
 22:30    0.00     1.67   0.00   0.00   3.41   0.00   0.00   0.00   1.74   0.00   -0.00  20.00
 22:45    0.00     1.51   0.00   0.00   3.35   0.00   0.00   0.00   1.83   0.00   -0.00  20.00
 23:00    0.00     1.05   0.00   0.00   3.16   0.00   0.00   0.00   2.11   0.00   -0.00  20.00
 23:15    0.00     0.89   0.00   0.00   3.10   0.00   0.00   0.00   2.21   0.00   -0.00  20.00
 23:30    0.00     0.73   0.00   0.00   3.04   0.00   0.00   0.00   2.31   0.00   -0.00  20.00
 23:45    0.00     0.58   0.00   0.00   2.99   0.00   0.00   0.00   2.41   0.00   -0.00  20.00
 00:00    0.00     0.38   0.00   0.00   2.92   0.00   0.00   0.00   2.54   0.00   -0.00  20.00
 00:15    0.00     0.23   0.00   0.00   2.87   0.00   0.00   0.00   2.64   0.00    0.00  20.00
 00:30    0.00     0.09   0.00   0.00   2.82   0.00   0.00   0.00   2.73   0.00    0.00  20.00
 00:45    0.00     0.20   0.00   0.00   2.84   0.00   0.00   0.00   2.64   0.00    0.00  20.00
 01:00    0.00     0.52   0.00   0.00   2.92   0.00   0.00   0.00   2.40   0.00    0.00  20.00
 01:15    0.00     0.64   0.00   0.00   2.95   0.00   0.00   0.00   2.31   0.00    0.00  20.00
 01:30    0.00     0.75   0.00   0.00   2.97   0.00   0.00   0.00   2.22   0.00    0.00  20.00
 01:45    0.00     0.82   0.00   0.00   2.94   0.00   0.00   0.00   2.12   0.00    0.00  20.00
 02:00    0.00     0.88   0.00   0.00   2.89   0.00   0.00   0.00   2.01   0.00    0.00  20.00
 02:15    0.00     0.96   0.00   0.00   2.87   0.00   0.00   0.00   1.91   0.00    0.00  20.00
 02:30    0.00     1.03   0.00   0.00   2.84   0.00   0.00   0.00   1.82   0.00    0.00  20.00
 02:45    0.00     1.04   0.00   0.00   2.79   0.00   0.00   0.00   1.75   0.00    0.00  20.00
 03:00    0.00     0.98   0.00   0.00   2.67   0.00   0.00   0.00   1.70   0.00   -0.00  20.00
 03:15    0.00     0.99   0.00   0.00   2.61   0.00   0.00   0.00   1.63   0.00   -0.00  20.00
 03:30    0.00     1.00   0.00   0.00   2.55   0.00   0.00   0.00   1.56   0.00   -0.00  20.00
 03:45    0.00     1.09   0.00   0.00   2.59   0.00   0.00   0.00   1.50   0.00   -0.00  20.00
 04:00    0.00     1.10   0.00   0.00   2.61   0.00   0.00   0.00   1.51   0.00   -0.00  20.00
 04:15    0.00     1.19   0.00   0.00   2.65   0.00   0.00   0.00   1.46   0.00   -0.00  20.00
 04:30    0.00     1.28   0.00   0.00   2.68   0.00   0.00   0.00   1.40   0.00   -0.00  20.00
 04:45    0.00     1.93   0.00   0.00   3.11   0.00   0.00   0.00   1.18   0.00   -0.00  20.00
 05:00    0.00     3.20   0.00   0.00   3.97   0.00   0.00   0.00   0.77   0.00   -0.00  20.00
 05:15    0.00     3.85   0.00   0.00   4.39   0.00   0.00   0.00   0.54   0.00   -0.00  20.00
 05:30    0.00     4.50   0.00   0.00   4.82   0.00   0.00   0.00   0.32   0.00   -0.00  20.00
 05:45    0.00     4.33   0.00   0.00   4.68   0.00   0.00   0.00   0.35   0.00   -0.00  20.00
 06:00    0.00     3.67   0.00   0.00   4.09   0.00   0.00   0.00   0.42   0.00   -0.00  20.00
 06:15    0.00     3.52   0.00   0.00   3.95   0.00   0.00   0.00   0.43   0.00   -0.00  20.00
 06:30    0.00     3.36   0.00   0.00   3.81   0.00   0.00   0.00   0.45   0.00   -0.00  20.00
 06:45    0.00    10.88   0.00   8.24   3.78   0.00   0.00   0.00   1.15   0.00   -1.69  20.00
 07:00    0.00     1.49   0.00   0.00   3.83   0.00   0.00   0.00   2.35   0.00   -0.00  20.00
 07:15    0.00     5.08   0.00   4.32   3.80   0.00   0.00   0.00   3.04   0.00   -0.80  20.00
 07:30    0.00    10.88   0.00  10.84   3.77   0.00   0.00   0.00   3.74   0.00   -2.45  20.00
 07:45    0.00    10.88   0.00  11.56   3.77   0.00   0.00   0.00   4.46   0.00   -2.72  20.00
 08:00    0.00    10.88   0.00  12.08   3.77   0.00   0.00   0.00   4.98   0.00   -3.34  20.00
 08:15    0.00     0.00   0.00   1.93   3.76   0.00   0.00   0.00   5.70   0.00   -0.26  20.00
 08:30    0.00     0.00   0.00   2.65   3.76   0.00   0.00   0.00   6.41   0.00   -0.28  20.00
 08:45    4.17     0.00   0.00   0.00   3.79   0.00   0.00   0.00   7.97   0.00   -0.00  20.00
 09:00    0.00    10.88   0.00  17.26   3.86   0.00   0.00   0.00  10.24   0.00   -4.09  20.00
 09:15    0.00     0.00   0.00   7.90   3.89   0.00   0.00   0.00  11.80   0.00   -0.97  20.00
 09:30    1.63     0.00   0.00   7.80   3.93   0.00   0.00   0.00  13.36   0.00   -0.62  20.00
 09:45   10.61     0.00   0.00   0.00   3.96   0.00   0.00   0.00  14.58   0.00   -0.00  20.00
 10:00    0.00     0.00   0.00  11.66   3.93   0.00   0.00   0.00  15.59   0.00   -1.66  20.00
 10:15   12.84     0.00   0.00   0.00   3.97   0.00   0.00   0.00  16.81   0.00   -0.00  20.00
 10:30   13.75     0.00   0.00   0.28   4.00   0.00   0.00   0.00  18.03   0.00   -0.02  20.00
 10:45   13.75     0.00   0.00   1.02   4.30   0.00   0.00   0.00  19.07   0.00   -0.04  20.00
 11:00   13.75     0.00   0.00   2.27   4.87   0.00   0.00   0.00  20.88   0.00   -0.11  20.00
 11:15   13.75     0.00   0.00   3.00   5.17   0.00   0.00   0.00  21.92   0.00   -0.12  20.00
 11:30   13.75     0.00   0.00   3.74   5.47   0.00   0.00   0.00  22.96   0.00   -0.05  20.00
 11:45   13.75     0.00   0.00   1.12   5.50   0.00   0.00   0.00  20.37   0.00    0.02  20.00
 12:00    9.11     0.00   0.00   0.00   5.36   0.00   0.00   0.00  14.47   0.00   -0.00  20.00
 12:15    6.48     0.00   0.00   0.00   5.40   0.00   0.00   0.00  11.88   0.00    0.00  20.00
 12:30    3.86     0.00   0.00   0.00   5.44   0.00   0.00   0.00   9.30   0.00    0.00  20.00
 12:45    3.71     0.00   0.00   0.00   5.41   0.00   0.00   0.00   9.11   0.00    0.00  20.00
 13:00    5.24     0.00   0.00   0.00   5.30   0.00   0.00   0.00  10.54   0.00    0.00  20.00
 13:15    5.09     0.00   0.00   0.00   5.27   0.00   0.00   0.00  10.35   0.00    0.00  20.00
 13:30    4.94     0.00   0.00   0.00   5.24   0.00   0.00   0.00  10.17   0.00    0.00  20.00
 13:45    5.49     0.00   0.00   0.00   5.30   0.00   0.00   0.00  10.79   0.00    0.00  20.00
 14:00    6.53     0.00   0.00   0.00   5.47   0.00   0.00   0.00  12.01   0.00    0.00  20.00
 14:15    7.09     0.00   0.00   0.00   5.54   0.00   0.00   0.00  12.63   0.00    0.00  20.00
 14:30    7.65     0.00   0.00   0.00   5.60   0.00   0.00   0.00  13.25   0.00    0.00  20.00
 14:45    8.39     0.00   0.00   0.00   5.48   0.00   0.00   0.00  13.87   0.00    0.00  20.00
 15:00   10.12     0.00   0.00   0.00   5.17   0.00   0.00   0.00  15.29   0.00    0.00  20.00
 15:15   10.86     0.00   0.00   0.00   5.05   0.00   0.00   0.00  15.91   0.00    0.00  20.00
 15:30   11.60     0.00   0.00   0.00   4.94   0.00   0.00   0.00  16.53   0.00    0.00  20.00
 15:45    8.93     0.00   0.00   0.00   5.03   0.00   0.00   0.00  13.96   0.00    0.00  20.00
 16:00    3.23     0.00   0.00   0.00   5.31   0.00   0.00   0.00   8.54   0.00    0.00  20.00
 16:15    0.56     0.00   0.00   0.00   5.40   0.00   0.00   0.00   5.96   0.00    0.00  20.00
 16:30    0.00     2.11   0.00   0.00   5.49   0.00   0.00   0.00   3.39   0.00    0.00  20.00
 16:45    0.00     2.84   0.00   0.00   5.47   0.00   0.00   0.00   2.63   0.00   -0.00  20.00
 17:00    0.00     2.29   0.00   0.00   5.35   0.00   0.00   0.00   3.06   0.00    0.00  20.00
 17:15    0.00     3.03   0.00   0.00   5.32   0.00   0.00   0.00   2.30   0.00   -0.00  20.00
 17:30    0.00     3.76   0.00   0.00   5.30   0.00   0.00   0.00   1.54   0.00   -0.00  20.00
 17:45    0.00     3.83   0.00   0.00   5.30   0.00   0.00   0.00   1.48   0.00   -0.00  20.00
 18:00    0.00     3.65   0.00   0.00   5.43   0.00   0.00   0.00   1.78   0.00   -0.00  20.00
 18:15    0.00     3.76   0.00   0.00   5.43   0.00   0.00   0.00   1.67   0.00   -0.00  20.00
 18:30    0.00     3.88   0.00   0.00   5.44   0.00   0.00   0.00   1.55   0.00   -0.00  20.00
 18:45    0.00     3.55   0.00   0.00   5.05   0.00   0.00   0.00   1.49   0.00   -0.00  20.00
 19:00    0.00     2.82   0.00   0.00   4.22   0.00   0.00   0.00   1.40   0.00   -0.00  20.00
 19:15    0.00     2.50   0.00   0.00   3.83   0.00   0.00   0.00   1.34   0.00   -0.00  20.00
 19:30    0.00     2.17   0.00   0.00   3.44   0.00   0.00   0.00   1.28   0.00   -0.00  20.00
 19:45    0.00     2.11   0.00   0.00   3.63   0.00   0.00   0.00   1.51   0.00   -0.00  20.00
 20:00    0.00     2.32   0.00   0.00   4.30   0.00   0.00   0.00   1.98   0.00   -0.00  20.00
 20:15    0.00     2.27   0.00   0.00   4.49   0.00   0.00   0.00   2.22   0.00   -0.00  20.00
 20:30    0.00     2.22   0.00   0.00   4.67   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 20:45    0.00     1.96   0.00   0.00   4.62   0.00   0.00   0.00   2.66   0.00   -0.00  20.00
 21:00    0.00     1.46   0.00   0.00   4.41   0.00   0.00   0.00   2.94   0.00   -0.00  20.00
 21:15    0.00     1.21   0.00   0.00   4.35   0.00   0.00   0.00   3.15   0.00   -0.00  20.00
 21:30    0.00     0.95   0.00   0.00   4.30   0.00   0.00   0.00   3.35   0.00   -0.00  20.00
 21:45    0.00     1.00   0.00   0.00   4.12   0.00   0.00   0.00   3.13   0.00   -0.00  20.00
 22:00    0.00     1.35   0.00   0.00   3.86   0.00   0.00   0.00   2.51   0.00   -0.00  20.00
 22:15    0.00     1.39   0.00   0.00   3.69   0.00   0.00   0.00   2.29   0.00   -0.00  20.00
 22:30    0.00     1.44   0.00   0.00   3.52   0.00   0.00   0.00   2.07   0.00   -0.00  20.00
 22:45    0.00     1.21   0.00   0.00   3.36   0.00   0.00   0.00   2.15   0.00   -0.00  20.00
 23:00    0.00     0.77   0.00   0.00   3.22   0.00   0.00   0.00   2.45   0.00   -0.00  20.00
 23:15    0.00     0.53   0.00   0.00   3.06   0.00   0.00   0.00   2.53   0.00   -0.00  20.00
 23:30    0.00     0.30   0.00   0.00   2.91   0.00   0.00   0.00   2.61   0.00   -0.00  20.00
 23:45    0.00     0.07   0.00   0.00   2.75   0.00   0.00   0.00   2.69   0.00    0.00  20.00
Totaal  230.78   202.61   0.00 107.68 518.21   0.00   0.00   0.00 654.06   0.00  -19.19    NaN
2026-04-03 16:30:08 info: Consumption               0.00 (kWh)
2026-04-03 16:30:08 info: Cost consumption          0.00 (€)
2026-04-03 16:30:08 info: Tariff consumption        0.000 (€/kWh)
2026-04-03 16:30:08 info: Production              107.68 (kWh)
2026-04-03 16:30:08 info: Profit production       -19.19 (€)
2026-04-03 16:30:08 info: Tariff production         0.178 (€/kWh)
2026-04-03 16:30:08 info: 
Calculation profit after optimize in €
Cost before optimize             23.99
Cost consumption      0.00
Cycle cost            4.31
Penalty cost          0.04
Battery storage       2.00
Boiler storage        0.00
Profit production   -19.19
Total               -12.84
Cost after optimize             -12.84
Profit:                          36.84
2026-04-03 16:30:08 info: Doorzetten van alle settings naar HA
2026-04-03 16:30:08 info: Grid set point: 0.0 W
2026-04-03 16:30:08 info: Cycle cost Accu 1: 4.31 euro
2026-04-03 16:30:08 info: Netto vermogen naar(+)/uit(-) omvormer Accu 1: -10368 W 
2026-04-03 16:30:08 info: Balanceren: on
2026-04-03 16:30:08 info: Vermogen uit batterij: 11917W
2026-04-03 16:30:08 info: Vermogen dat binnenkomt van pv: 0W
2026-04-03 16:30:08 info: Vermogen dat binnenkomt van ac: -11917W
2026-04-03 16:30:08 info: Waarde SoC na eerste uur: 93.4%
rescla schreef op vrijdag 3 april 2026 @ 13:37:
De hass config was het niet, de date in core os staat ook gewoon correct op CEST. Als ik alle variabel = 3 waardes weggooi, ophaal via nordpool, en dan DAO draai, staat het 2 uur verkeerd. Als ik daarna de waardes met 7200 verhoog, gaat het goed.
DAO haalt de time_zone uit Home Assistant.
Als je DAO runt met log_level=debug en je zoekt dan in de logging op "time_zone" dan vind je de time_zone waar DAO mee rekent.
Welke db-engine gebruik je? Daar kan ook nog iets fout zitten.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • rescla
  • Registratie: November 2012
  • Laatst online: 23:31
KC27 schreef op vrijdag 3 april 2026 @ 16:39:
[...]

DAO haalt de time_zone uit Home Assistant.
Als je DAO runt met log_level=debug en je zoekt dan in de logging op "time_zone" dan vind je de time_zone waar DAO mee rekent.
Welke db-engine gebruik je? Daar kan ook nog iets fout zitten.
Met debug zie ik "time_zone":"Europe/Amsterdam".

Db-engine is mariadb, zal even kijken of die goed staat qua timezone.

  • Torch1969
  • Registratie: Juni 2013
  • Laatst online: 22:21
Karpertje schreef op vrijdag 3 april 2026 @ 16:30:
[...]


Ik stuur Victron nu in HA aan op basis van:
energieverbruik - pv - wind + entity set power feedin
En wanneer balance switch aan staat wordt ac powersetpoint op 0 gezet zodat er gebalanceerd wordt door victron zelf.

Ben wel eens benieuwd wat nu de beste manier is om de accu aan te sturen met behulp van de entities welke uit DAO kunnen komen.

Ik zag vanmorgen dat de accu eerder leeg was dan gisteren gepland door DAO, en er op het duurste moment stroom van het net wou gebruiken. Het lijkt erop dat het ontladen in de praktijk te agressief gaat.

Ik stuur hier de config even, zou je eens willen kijken? Niet dat ik misschien iets verkeerd heb staan o.i.d.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
{
  "config_version": 0,
  "homeassistant": {},
  "database ha": {
    "engine": "sqlite",
    "database": "home-assistant_v2.db",
    "db_path": "/homeassistant"
  },
  "database da": {
    "engine": "sqlite",
    "db_path": "../data"
  },
  "meteoserver-key": "!secret meteoserver-key",
  "prices": {
    "source day ahead": "nordpool",
    "regular high": 0.5,
    "regular low": 0.4,
    "switch to low": 23,
    "energy taxes consumption": {
      "2023-01-01": 0.0,
      "2025-01-01": 0.0
    },
    "energy taxes production": {
      "2023-01-01": 0.0,
      "2025-01-01": 0.0
    },
    "cost supplier consumption": {
      "2023-01-01": 0.131,
      "2025-01-01": 0.131
    },
    "cost supplier production": {
      "2023-01-01": -0.025,
      "2025-01-01": -0.025
    },
    "vat consumption": {
      "2023-01-01": 0,
      "2025-01-01": 0
    },
    "vat production": {
      "2023-01-01": 0,
      "2025-01-01": 0
    },
   "last invoice": "2026-01-01",
    "tax refund": "False"
  },
  "logging level" : "info",
  "use_calc_baseload": "True",
  "baseload calc periode": 56,
  "baseload": [
    9.5,
    9.5,
    9.5,
    9.5,
    9.5,
    15.5,
    15.5,
    15.5,
    18.5,
    21.5,
    23.5,
    23.5,
    23.5,
    23.5,
    23.5,
    23.5,
    22.5,
    20.5,
    23.5,
    16.5,
    9.5,
    9.5,
    9.5,
    9.5
  ],
  "graphical backend": "",
  "graphics": {
    "style": "Solarize_Light2",
    "show": "true",
    "battery balance": "True",
    "prices consumption": "True",
    "prices production": "True",
    "prices spot": "False",
    "average consumption": "False"
  },
  "interval": "15min",
  "strategy": "input_select.dao_strategy",
  "max gap": 0.005,
  "notifications": {
    "notification entity": "input_text.dao_notificatie",
    "opstarten": "False",
    "berekening": "True",
    "last activity entity": "input_datetime.dao_laatste_activiteit"
  },
  "grid": {
    "max_power": 70
  },
  "history": {
    "save days": 7
  },
  "dashboard": {
    "port": 5000
  },
  "boiler": {
    "boiler present": false,
    "entity actual temp.": "sensor.boiler_gemeten",
    "entity setpoint": "sensor.boiler_ingesteld",
    "entity hysterese": "sensor.hysterese_hot_water",
    "cop": 2.9,
    "cooling rate": 0.4,
    "volume": 180,
    "heating allowed below": 44,
    "elec. power": 1500,
    "activate service": "press",
    "activate entity": "input_button.hw_trigger"
  },
  "heating": {
    "heater present": false,
    "degree days factor": 3.6,
    "stages": [
      {
        "max_power": 225,
        "cop": 7.1
      },
      {
        "max_power": 300,
        "cop": 7.0
      },
      {
        "max_power": 400,
        "cop": 6.5
      },
      {
        "max_power": 500,
        "cop": 6.0
      },
      {
        "max_power": 600,
        "cop": 5.5
      },
      {
        "max_power": 750,
        "cop": 5.0
      },
      {
        "max_power": 1000,
        "cop": 4.5
      },
      {
        "max_power": 1250,
        "cop": 4.0
      }
    ],
    "entity adjust heating curve": "input_number.stooklijn_verschuiving_day_ahead",
    "adjustment factor": 0.04
  },
  "battery": [
    {
      "name": "Accu 1",
      "entity actual level": "sensor.accu_1_battery_percent",
      "capacity": 201.6,
      "upper limit": 100,
      "lower limit": 10,
      "optimal lower level": 20,
      "entity min soc end opt": "input_number.dao_accu_1_min_soc_end_opt",
      "entity max soc end opt": "input_number.dao_accu_1_max_soc_end_opt",
      "charge stages": [
        {
          "power": 0.0,
          "efficiency": 1.0
        },
        {
          "power": 500.0,
          "efficiency": 0.58
        },
        {
          "power": 1500.0,
          "efficiency": 0.86
        },
        {
          "power": 3000.0,
          "efficiency": 0.86
        },
        {
          "power": 6000.0,
          "efficiency": 0.86
        },
        {
          "power": 12000.0,
          "efficiency": 0.86
        },
        {
          "power": 24000.0,
          "efficiency": 0.86
        },
        {
          "power": 36000.0,
          "efficiency": 0.86
        },
        {
          "power": 48000.0,
          "efficiency": 0.86
        },
        {
          "power": 49000.0,
          "efficiency": 0.86
        },
        {
          "power": 55000.0,
          "efficiency": 0.86
        }
      ],
      "discharge stages": [
        {
          "power": 0.0,
          "efficiency": 1.0
        },
        {
          "power": 500.0,
          "efficiency": 0.60
        },
        {
          "power": 1500.0,
          "efficiency": 0.8
        },
        {
          "power": 3000.0,
          "efficiency": 0.87
        },
        {
          "power": 6000.0,
          "efficiency": 0.87
        },
        {
          "power": 12000.0,
          "efficiency": 0.87
        },
        {
          "power": 24000.0,
          "efficiency": 0.87
        },
        {
          "power": 36000.0,
          "efficiency": 0.87
        },
        {
          "power": 48000.0,
          "efficiency": 0.87
        },
        {
          "power": 49000.0,
          "efficiency": 0.87
        },
        {
          "power": 50000.0,
          "efficiency": 0.87
        }
      ],
      "minimum power": 0,
      "dc_to_bat efficiency": 0.92,
      "dc_to_bat max power": 50000.0,
      "bat_to_dc efficiency": 0.92,
      "bat_to_dc max power": 50000.0,
      "cycle cost": 0.01,
      "entity set power feedin": "input_number.dao_accu_1_setpoint",
      "entity set operating mode": "input_select.dao_accu_1_operating_mode",
      "entity set operating mode on": "Aan",
      "entity set operating mode off": "Uit",
      "entity balance switch": "input_boolean.dao_accu_1_balance_switch",
      "entity calculated soc": "input_number.dao_accu_1_calculated_soc",
      "solar": []
  }
  ],
  "solar": [
    {
      "name": "PV stal",
      "max power": 84.78,
      "tilt": 20,
      "orientation": 131,
      "capacity": 84.78,
      "yield": 0.173,
      "ml_prediction": "true",
      "entities sensors": ["sensor.pv_stal_modbus_importenergy_sum"]
    },
    {
      "name": "PV loods",
      "max power": 8.085,
      "tilt": 20,
      "orientation": 131,
      "capacity": 8.085,
      "yield": 0.019,
      "ml_prediction": "true",
      "entities sensors": ["sensor.pv_loods_modbus_importenergy_sum"]
    },
    {
      "name": "Windmolen",
      "max power": 80,
      "capacity": 80,
      "tilt": 0,
      "orientation": 0,
      "yield": 1,
      "ml_prediction": "true",
      "entities sensors": ["sensor.windmolen_modbus_importenergy_sum"]
    },
    {
      "name": "pv Huawei 1",
      "max power": 40.0,
      "ml_prediction": "true",
      "entities sensors": ["sensor.pv_huawei_1_modbus_importenergy_sum"],
      "strings": [
        {
          "tilt": 20,
          "orientation": 131,
          "capacity": 33.75,
          "yield": 0.082
        },
        {
          "tilt": 20,
          "orientation": -49,
          "capacity": 20.02,
          "yield": 0.082
        }
      ]
    },
    {
      "name": "pv Huawei 2",
      "max power": 40.0,
      "ml_prediction": "true",
      "entities sensors": ["sensor.pv_huawei_2_modbus_importenergy_sum"],
      "strings": [
        {
          "tilt": 20,
          "orientation": 131,
          "capacity": 33.75,
          "yield": 0.082
        },
        {
          "tilt": 20,
          "orientation": -49,
          "capacity": 20.02,
          "yield": 0.082
        }
      ]
    }
  ],
  "electric vehicle": [ ],
  "machines" : [ ],
  "tibber": {
    "api_token": "!secret tibber_api_token"
  },
  "report": {
    "entities grid consumption": [
      "sensor.vanaf_net_modbus_importenergy_sum"
    ],
    "entities grid production": [
      "sensor.vanaf_net_modbus_exportgrid_sum"
    ],
    "entities solar production ac": [
      "sensor.pv_stal_modbus_importenergy_sum",
      "sensor.pv_loods_modbus_importenergy_sum",
      "sensor.windmolen_modbus_importenergy_sum",
      "sensor.pv_huawei_1_modbus_importenergy_sum",
      "sensor.pv_huawei_2_modbus_importenergy_sum"
    ],
    "entities solar production dc": [],
    "entities ev consumption": [
      "sensor.lader_auto_total_power_import"
    ],
    "entities wp consumption": [],
    "entities boiler consumption": [
      "sensor.shellyproem50_8c4f00dc9108_energy_meter_0_total_active_energy"
    ],
    "entities machine consumption": [],
    "entities battery consumption": [
      "sensor.sensor_accu_1_total_battery_in_integral"
    ],
    "entities battery production": [
      "sensor.sensor_accu_1_total_battery_out_integral"
    ]
  },
  "scheduler": {
    "active": true,
    "schedule": [
      {
        "time": "0543",
        "action": "get_meteo_data"
      },
      {
        "time": "1143",
        "action": "get_meteo_data"
      },
      {
        "time": "1743",
        "action": "get_meteo_data"
      },
      {
        "time": "2343",
        "action": "get_meteo_data"
      },
      {
        "time": "1313",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1328",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1343",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1358",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1413",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1428",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1443",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1458",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1513",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1528",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "xx00",
        "action": "calc_optimum"
      },
      {
        "time": "xx15",
        "action": "calc_optimum"
      },
      {
        "time": "xx30",
        "action": "calc_optimum"
      },
      {
        "time": "xx45",
        "action": "calc_optimum"
      },
      {
        "time": "2359",
        "action": "clean_data"
      },
      {
        "time": "0932",
        "action": "calc_baseloads"
      },
      {
        "time": "2347",
        "action": "train_ml_predictions"
      }
    ]
  }
}
Hoi @Karpertje zou je a.u.b. even quote tag om je code blok willen zetten? Dat scheelt de niet geïnteresseerde lezer veeeeeeeeeel scrollen ;) ;)

  • Karpertje
  • Registratie: Januari 2013
  • Laatst online: 08-05 15:52
Torch1969 schreef op vrijdag 3 april 2026 @ 16:46:
[...]

Hoi @Karpertje zou je a.u.b. even quote tag om je code blok willen zetten? Dat scheelt de niet geïnteresseerde lezer veeeeeeeeeel scrollen ;) ;)
Ik zag het ook. lijkt me veel beter zo :*)

  • rescla
  • Registratie: November 2012
  • Laatst online: 23:31
@KC27 Dat was 'm. De global timezone van de database stond op UTC, nadat ik die op Europe/Amsterdam heb gezet gaat het goed. Het zou nog een optie zijn om hem vanuit DAO per sessie expliciet te zetten, alhoewel niet elke mariadb/mysql installatie de timezones ondersteund. Sommige implementaties (waaronder de addon in HASS) hebben te timezones niet ingeladen en dan werkt het niet. Ik was eerst met de addon aan het klooien, maar besefte toen dat ik die helemaal niet gebruik.

  • Karpertje
  • Registratie: Januari 2013
  • Laatst online: 08-05 15:52
KC27 schreef op donderdag 2 april 2026 @ 17:12:
[...]

DAO. weet niet wat er realtime gebeurt. Als de pv productie hoger is dan gepland (en de rest klopt wel) dan zal de overproductie "weglopen" naar het net.
Maar je kunt in HA de batterij ook sturen op de berekende grid afname en als deze dan hoger/lager is dan berekend dan kun je de batterij extra laden cq ontladen, zodat de berekende gridafname cq -teruglevering wordt gerespecteerd.
Kun je daar iets mee?
En om 16:15 had ik weer wat raars wat ik al een paar keer eerder heb gezien. In de grafiek zie ik dat hij niet gaat ontladen, maar ineens gaat hij toch ontladen, terwijl de prijs toen negatief was om terug te leveren (bij mij in iedergeval)

Afbeeldingslocatie: https://tweakers.net/i/nZxpFWjtC1qUNtNnz_Qy6bRw6k4=/x800/filters:strip_exif()/f/image/8FxF6MdF94jgiBQWJqLNUjiO.png?f=fotoalbum_large
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
2026-04-03 16:15:00 info: Day Ahead Optimalisering versie: 2026.03.3.rc5
2026-04-03 16:15:00 info: Day Ahead Optimalisering gestart op: 03-04-2026 16:15:00
2026-04-03 16:15:00 info: Day Ahead Optimalisatie gestart: 03-04-2026 16:15:00 taak: calc_optimum
2026-04-03 16:15:00 info: Debug = False
2026-04-03 16:15:00 info: Zelf berekende baseload
2026-04-03 16:15:00 info: ML prediction PV_stal
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.593
1  2026-04-03 17:00:00+02:00       0.404
2  2026-04-03 18:00:00+02:00       0.111
3  2026-04-03 19:00:00+02:00       0.079
4  2026-04-03 20:00:00+02:00       0.079
5  2026-04-03 21:00:00+02:00       0.079
6  2026-04-03 22:00:00+02:00       0.079
7  2026-04-03 23:00:00+02:00       0.079
8  2026-04-04 00:00:00+02:00       0.079
9  2026-04-04 01:00:00+02:00       0.079
10 2026-04-04 02:00:00+02:00       0.057
11 2026-04-04 03:00:00+02:00       0.057
12 2026-04-04 04:00:00+02:00       0.057
13 2026-04-04 05:00:00+02:00       0.057
14 2026-04-04 06:00:00+02:00       0.209
15 2026-04-04 07:00:00+02:00       3.075
16 2026-04-04 08:00:00+02:00       6.528
17 2026-04-04 09:00:00+02:00      13.914
18 2026-04-04 10:00:00+02:00      26.043
19 2026-04-04 11:00:00+02:00      35.417
20 2026-04-04 12:00:00+02:00      19.031
21 2026-04-04 13:00:00+02:00      17.597
22 2026-04-04 14:00:00+02:00      21.902
23 2026-04-04 15:00:00+02:00      25.801
24 2026-04-04 16:00:00+02:00       7.952
25 2026-04-04 17:00:00+02:00       1.195
26 2026-04-04 18:00:00+02:00       0.404
27 2026-04-04 19:00:00+02:00       0.079
28 2026-04-04 20:00:00+02:00       0.079
29 2026-04-04 21:00:00+02:00       0.079
30 2026-04-04 22:00:00+02:00       0.079
31 2026-04-04 23:00:00+02:00       0.079
2026-04-03 16:15:00 info: ML prediction PV_loods
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.062
1  2026-04-03 17:00:00+02:00       0.046
2  2026-04-03 18:00:00+02:00       0.013
3  2026-04-03 19:00:00+02:00       0.009
4  2026-04-03 20:00:00+02:00       0.007
5  2026-04-03 21:00:00+02:00       0.007
6  2026-04-03 22:00:00+02:00       0.007
7  2026-04-03 23:00:00+02:00       0.008
8  2026-04-04 00:00:00+02:00       0.010
9  2026-04-04 01:00:00+02:00       0.013
10 2026-04-04 02:00:00+02:00       0.000
11 2026-04-04 03:00:00+02:00       0.000
12 2026-04-04 04:00:00+02:00       0.006
13 2026-04-04 05:00:00+02:00       0.006
14 2026-04-04 06:00:00+02:00       0.022
15 2026-04-04 07:00:00+02:00       0.326
16 2026-04-04 08:00:00+02:00       0.685
17 2026-04-04 09:00:00+02:00       1.667
18 2026-04-04 10:00:00+02:00       3.119
19 2026-04-04 11:00:00+02:00       4.307
20 2026-04-04 12:00:00+02:00       2.197
21 2026-04-04 13:00:00+02:00       1.945
22 2026-04-04 14:00:00+02:00       2.554
23 2026-04-04 15:00:00+02:00       2.991
24 2026-04-04 16:00:00+02:00       0.826
25 2026-04-04 17:00:00+02:00       0.148
26 2026-04-04 18:00:00+02:00       0.063
27 2026-04-04 19:00:00+02:00       0.026
28 2026-04-04 20:00:00+02:00       0.025
29 2026-04-04 21:00:00+02:00       0.012
30 2026-04-04 22:00:00+02:00       0.012
31 2026-04-04 23:00:00+02:00       0.003
2026-04-03 16:15:00 info: ML prediction Windmolen
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       9.539
1  2026-04-03 17:00:00+02:00      13.618
2  2026-04-03 18:00:00+02:00      13.513
3  2026-04-03 19:00:00+02:00      13.513
4  2026-04-03 20:00:00+02:00       9.539
5  2026-04-03 21:00:00+02:00       9.539
6  2026-04-03 22:00:00+02:00       7.295
7  2026-04-03 23:00:00+02:00       8.873
8  2026-04-04 00:00:00+02:00      10.358
9  2026-04-04 01:00:00+02:00       8.873
10 2026-04-04 02:00:00+02:00       7.332
11 2026-04-04 03:00:00+02:00       6.250
12 2026-04-04 04:00:00+02:00       5.409
13 2026-04-04 05:00:00+02:00       1.824
14 2026-04-04 06:00:00+02:00       1.824
15 2026-04-04 07:00:00+02:00       3.922
16 2026-04-04 08:00:00+02:00       1.828
17 2026-04-04 09:00:00+02:00       4.669
18 2026-04-04 10:00:00+02:00       4.040
19 2026-04-04 11:00:00+02:00       3.759
20 2026-04-04 12:00:00+02:00       1.848
21 2026-04-04 13:00:00+02:00       1.968
22 2026-04-04 14:00:00+02:00       1.862
23 2026-04-04 15:00:00+02:00       4.950
24 2026-04-04 16:00:00+02:00       2.029
25 2026-04-04 17:00:00+02:00       5.172
26 2026-04-04 18:00:00+02:00       5.301
27 2026-04-04 19:00:00+02:00       5.301
28 2026-04-04 20:00:00+02:00       9.093
29 2026-04-04 21:00:00+02:00      12.355
30 2026-04-04 22:00:00+02:00       8.861
31 2026-04-04 23:00:00+02:00      10.096
2026-04-03 16:15:00 info: ML prediction pv_Huawei_1
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.470
1  2026-04-03 17:00:00+02:00       0.336
2  2026-04-03 18:00:00+02:00       0.092
3  2026-04-03 19:00:00+02:00       0.050
4  2026-04-03 20:00:00+02:00       0.050
5  2026-04-03 21:00:00+02:00       0.050
6  2026-04-03 22:00:00+02:00       0.050
7  2026-04-03 23:00:00+02:00       0.050
8  2026-04-04 00:00:00+02:00       0.050
9  2026-04-04 01:00:00+02:00       0.050
10 2026-04-04 02:00:00+02:00       0.050
11 2026-04-04 03:00:00+02:00       0.050
12 2026-04-04 04:00:00+02:00       0.050
13 2026-04-04 05:00:00+02:00       0.050
14 2026-04-04 06:00:00+02:00       0.185
15 2026-04-04 07:00:00+02:00       2.924
16 2026-04-04 08:00:00+02:00       7.209
17 2026-04-04 09:00:00+02:00      14.402
18 2026-04-04 10:00:00+02:00      18.292
19 2026-04-04 11:00:00+02:00      22.412
20 2026-04-04 12:00:00+02:00       9.935
21 2026-04-04 13:00:00+02:00       9.176
22 2026-04-04 14:00:00+02:00      11.765
23 2026-04-04 15:00:00+02:00      12.847
24 2026-04-04 16:00:00+02:00       4.550
25 2026-04-04 17:00:00+02:00       0.827
26 2026-04-04 18:00:00+02:00       0.346
27 2026-04-04 19:00:00+02:00       0.060
28 2026-04-04 20:00:00+02:00       0.060
29 2026-04-04 21:00:00+02:00       0.060
30 2026-04-04 22:00:00+02:00       0.050
31 2026-04-04 23:00:00+02:00       0.050
2026-04-03 16:15:00 info: ML prediction pv_Huawei_2
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.532
1  2026-04-03 17:00:00+02:00       0.371
2  2026-04-03 18:00:00+02:00       0.077
3  2026-04-03 19:00:00+02:00       0.031
4  2026-04-03 20:00:00+02:00       0.031
5  2026-04-03 21:00:00+02:00       0.031
6  2026-04-03 22:00:00+02:00       0.031
7  2026-04-03 23:00:00+02:00       0.031
8  2026-04-04 00:00:00+02:00       0.054
9  2026-04-04 01:00:00+02:00       0.031
10 2026-04-04 02:00:00+02:00       0.049
11 2026-04-04 03:00:00+02:00       0.026
12 2026-04-04 04:00:00+02:00       0.026
13 2026-04-04 05:00:00+02:00       0.036
14 2026-04-04 06:00:00+02:00       0.188
15 2026-04-04 07:00:00+02:00       3.340
16 2026-04-04 08:00:00+02:00       8.805
17 2026-04-04 09:00:00+02:00      15.320
18 2026-04-04 10:00:00+02:00      18.004
19 2026-04-04 11:00:00+02:00      20.241
20 2026-04-04 12:00:00+02:00      11.750
21 2026-04-04 13:00:00+02:00      11.165
22 2026-04-04 14:00:00+02:00      13.664
23 2026-04-04 15:00:00+02:00      15.100
24 2026-04-04 16:00:00+02:00       5.154
25 2026-04-04 17:00:00+02:00       0.966
26 2026-04-04 18:00:00+02:00       0.384
27 2026-04-04 19:00:00+02:00       0.060
28 2026-04-04 20:00:00+02:00       0.060
29 2026-04-04 21:00:00+02:00       0.060
30 2026-04-04 22:00:00+02:00       0.031
31 2026-04-04 23:00:00+02:00       0.054
2026-04-03 16:15:00 info: Start waarden: 
       uur                tijd   spot   p_l    p_t  base  pv_ac  pv_dc
0    16:15 2026-04-03 16:15:00  0.012 0.143 -0.013 5.472  2.687      0
1    16:30 2026-04-03 16:30:00  0.033 0.164  0.008 5.503  2.911      0
2    16:45 2026-04-03 16:45:00  0.049 0.180  0.024 5.171  3.134      0
3    17:00 2026-04-03 17:00:00  0.044 0.175  0.019 4.367  3.429      0
4    17:15 2026-04-03 17:15:00  0.063 0.194  0.038 4.035  3.653      0
5    17:30 2026-04-03 17:30:00  0.079 0.210  0.054 3.703  3.877      0
6    17:45 2026-04-03 17:45:00  0.093 0.224  0.068 4.172  3.816      0
7    18:00 2026-04-03 18:00:00  0.082 0.213  0.057 5.453  3.529      0
8    18:15 2026-04-03 18:15:00  0.099 0.230  0.074 5.922  3.469      0
9    18:30 2026-04-03 18:30:00  0.108 0.239  0.083 6.390  3.408      0
10   18:45 2026-04-03 18:45:00  0.111 0.242  0.086 6.012  3.400      0
11   19:00 2026-04-03 19:00:00  0.130 0.261  0.105 4.964  3.492      0
12   19:15 2026-04-03 19:15:00  0.120 0.251  0.095 4.586  3.484      0
13   19:30 2026-04-03 19:30:00  0.125 0.256  0.100 4.208  3.477      0
14   19:45 2026-04-03 19:45:00  0.124 0.255  0.099 3.971  3.228      0
15   20:00 2026-04-03 20:00:00  0.134 0.265  0.109 3.816  2.737      0
16   20:15 2026-04-03 20:15:00  0.122 0.253  0.097 3.578  2.489      0
17   20:30 2026-04-03 20:30:00  0.117 0.248  0.092 3.340  2.240      0
18   20:45 2026-04-03 20:45:00  0.113 0.244  0.088 3.192  2.240      0
19   21:00 2026-04-03 21:00:00  0.119 0.250  0.094 3.048  2.461      0
20   21:15 2026-04-03 21:15:00  0.109 0.240  0.084 2.900  2.461      0
21   21:30 2026-04-03 21:30:00  0.105 0.236  0.080 2.753  2.461      0
22   21:45 2026-04-03 21:45:00  0.104 0.235  0.079 2.859  2.321      0
23   22:00 2026-04-03 22:00:00  0.106 0.237  0.081 3.197  2.016      0
24   22:15 2026-04-03 22:15:00  0.102 0.233  0.077 3.303  1.876      0
25   22:30 2026-04-03 22:30:00  0.100 0.231  0.075 3.409  1.736      0
26   22:45 2026-04-03 22:45:00  0.095 0.226  0.070 3.348  1.834      0
27   23:00 2026-04-03 23:00:00  0.095 0.226  0.070 3.160  2.113      0
28   23:15 2026-04-03 23:15:00  0.089 0.220  0.064 3.099  2.212      0
29   23:30 2026-04-03 23:30:00  0.076 0.207  0.051 3.039  2.311      0
30   23:45 2026-04-03 23:45:00  0.064 0.195  0.039 2.987  2.405      0
31   00:00 2026-04-04 00:00:00  0.028 0.159  0.003 2.923  2.543      0
32   00:15 2026-04-04 00:15:00  0.018 0.149 -0.007 2.871  2.638      0
33   00:30 2026-04-04 00:30:00  0.014 0.145 -0.011 2.819  2.732      0
34   00:45 2026-04-04 00:45:00  0.010 0.141 -0.015 2.839  2.638      0
35   01:00 2026-04-04 01:00:00  0.024 0.155 -0.001 2.925  2.403      0
36   01:15 2026-04-04 01:15:00  0.018 0.149 -0.007 2.945  2.309      0
37   01:30 2026-04-04 01:30:00  0.017 0.148 -0.008 2.966  2.215      0
38   01:45 2026-04-04 01:45:00  0.013 0.144 -0.012 2.941  2.118      0
39   02:00 2026-04-04 02:00:00  0.018 0.149 -0.007 2.893  2.011      0
40   02:15 2026-04-04 02:15:00  0.020 0.151 -0.005 2.869  1.914      0
41   02:30 2026-04-04 02:30:00  0.020 0.151 -0.005 2.845  1.817      0
42   02:45 2026-04-04 02:45:00  0.017 0.148 -0.008 2.785  1.748      0
43   03:00 2026-04-04 03:00:00  0.027 0.158  0.002 2.674  1.695      0
44   03:15 2026-04-04 03:15:00  0.047 0.178  0.022 2.614  1.626      0
45   03:30 2026-04-04 03:30:00  0.050 0.181  0.025 2.554  1.557      0
46   03:45 2026-04-04 03:45:00  0.053 0.184  0.028 2.592  1.505      0
47   04:00 2026-04-04 04:00:00  0.044 0.175  0.019 2.607  1.508      0
48   04:15 2026-04-04 04:15:00  0.060 0.191  0.035 2.646  1.456      0
49   04:30 2026-04-04 04:30:00  0.061 0.193  0.036 2.684  1.403      0
50   04:45 2026-04-04 04:45:00  0.071 0.202  0.046 3.110  1.180      0
51   05:00 2026-04-04 05:00:00  0.047 0.178  0.022 3.968  0.765      0
52   05:15 2026-04-04 05:15:00  0.067 0.198  0.042 4.394  0.542      0
53   05:30 2026-04-04 05:30:00  0.075 0.206  0.050 4.820  0.318      0
54   05:45 2026-04-04 05:45:00  0.135 0.266  0.110 4.680  0.347      0
55   06:00 2026-04-04 06:00:00  0.066 0.197  0.041 4.089  0.423      0
56   06:15 2026-04-04 06:15:00  0.093 0.224  0.068 3.950  0.430      0
57   06:30 2026-04-04 06:30:00  0.118 0.249  0.093 3.811  0.454      0
58   06:45 2026-04-04 06:45:00  0.230 0.361  0.205 3.782  1.151      0
59   07:00 2026-04-04 07:00:00  0.139 0.270  0.114 3.831  2.346      0
60   07:15 2026-04-04 07:15:00  0.210 0.341  0.185 3.803  3.043      0
61   07:30 2026-04-04 07:30:00  0.251 0.382  0.226 3.775  3.741      0
62   07:45 2026-04-04 07:45:00  0.260 0.391  0.235 3.769  4.457      0
63   08:00 2026-04-04 08:00:00  0.301 0.432  0.276 3.770  4.978      0
64   08:15 2026-04-04 08:15:00  0.157 0.288  0.132 3.765  5.695      0
65   08:30 2026-04-04 08:30:00  0.129 0.260  0.104 3.759  6.412      0
66   08:45 2026-04-04 08:45:00  0.097 0.228  0.072 3.794  7.969      0
67   09:00 2026-04-04 09:00:00  0.262 0.393  0.237 3.860 10.241      0
68   09:15 2026-04-04 09:15:00  0.148 0.279  0.123 3.895 11.798      0
69   09:30 2026-04-04 09:30:00  0.105 0.236  0.080 3.930 13.356      0
70   09:45 2026-04-04 09:45:00  0.069 0.200  0.044 3.964 14.576      0
71   10:00 2026-04-04 10:00:00  0.167 0.298  0.142 3.931 15.589      0
72   10:15 2026-04-04 10:15:00  0.100 0.231  0.075 3.966 16.810      0
73   10:30 2026-04-04 10:30:00  0.080 0.211  0.055 4.000 18.030      0
74   10:45 2026-04-04 10:45:00  0.066 0.197  0.041 4.300 19.070      0
75   11:00 2026-04-04 11:00:00  0.075 0.206  0.050 4.865 20.881      0
76   11:15 2026-04-04 11:15:00  0.064 0.195  0.039 5.165 21.920      0
77   11:30 2026-04-04 11:30:00  0.040 0.171  0.015 5.466 22.960      0
78   11:45 2026-04-04 11:45:00  0.011 0.142 -0.014 5.504 20.374      0
79   12:00 2026-04-04 12:00:00  0.035 0.166  0.010 5.362 14.468      0
80   12:15 2026-04-04 12:15:00  0.020 0.151 -0.005 5.400 11.882      0
81   12:30 2026-04-04 12:30:00  0.006 0.137 -0.019 5.438  9.296      0
82   12:45 2026-04-04 12:45:00  0.001 0.132 -0.024 5.407  9.114      0
83   13:00 2026-04-04 13:00:00  0.000 0.131 -0.025 5.300 10.535      0
84   13:15 2026-04-04 13:15:00  0.000 0.131 -0.025 5.268 10.353      0
85   13:30 2026-04-04 13:30:00  0.000 0.131 -0.025 5.236 10.171      0
86   13:45 2026-04-04 13:45:00  0.000 0.131 -0.025 5.298 10.790      0
87   14:00 2026-04-04 14:00:00  0.000 0.131 -0.025 5.475 12.009      0
88   14:15 2026-04-04 14:15:00  0.000 0.131 -0.025 5.537 12.627      0
89   14:30 2026-04-04 14:30:00  0.000 0.131 -0.025 5.598 13.246      0
90   14:45 2026-04-04 14:45:00  0.000 0.131 -0.025 5.480 13.867      0
91   15:00 2026-04-04 15:00:00  0.000 0.131 -0.025 5.173 15.289      0
92   15:15 2026-04-04 15:15:00  0.000 0.131 -0.025 5.054 15.911      0
93   15:30 2026-04-04 15:30:00  0.000 0.131 -0.025 4.935 16.532      0
94   15:45 2026-04-04 15:45:00  0.000 0.131 -0.025 5.028 13.958      0
95   16:00 2026-04-04 16:00:00 -0.000 0.131 -0.025 5.308  8.536      0
96   16:15 2026-04-04 16:15:00  0.002 0.133 -0.023 5.401  5.962      0
97   16:30 2026-04-04 16:30:00  0.006 0.137 -0.019 5.494  3.388      0
98   16:45 2026-04-04 16:45:00  0.033 0.164  0.008 5.468  2.625      0
99   17:00 2026-04-04 17:00:00  0.012 0.143 -0.013 5.347  3.058      0
100  17:15 2026-04-04 17:15:00  0.042 0.173  0.017 5.321  2.296      0
101  17:30 2026-04-04 17:30:00  0.079 0.210  0.054 5.296  1.539      0
102  17:45 2026-04-04 17:45:00  0.086 0.217  0.061 5.301  1.475      0
103  18:00 2026-04-04 18:00:00  0.053 0.184  0.028 5.427  1.781      0
104  18:15 2026-04-04 18:15:00  0.080 0.211  0.055 5.432  1.668      0
105  18:30 2026-04-04 18:30:00  0.104 0.235  0.079 5.437  1.555      0
106  18:45 2026-04-04 18:45:00  0.140 0.271  0.115 5.048  1.494      0
107  19:00 2026-04-04 19:00:00  0.110 0.241  0.085 4.221  1.398      0
108  19:15 2026-04-04 19:15:00  0.120 0.251  0.095 3.833  1.338      0
109  19:30 2026-04-04 19:30:00  0.147 0.278  0.122 3.444  1.277      0
110  19:45 2026-04-04 19:45:00  0.150 0.281  0.125 3.629  1.514      0
111  20:00 2026-04-04 20:00:00  0.156 0.287  0.131 4.303  1.983      0
112  20:15 2026-04-04 20:15:00  0.122 0.253  0.097 4.488  2.219      0
113  20:30 2026-04-04 20:30:00  0.116 0.247  0.091 4.672  2.456      0
114  20:45 2026-04-04 20:45:00  0.097 0.228  0.072 4.616  2.659      0
115  21:00 2026-04-04 21:00:00  0.122 0.253  0.097 4.408  2.943      0
116  21:15 2026-04-04 21:15:00  0.095 0.226  0.070 4.352  3.146      0
117  21:30 2026-04-04 21:30:00  0.088 0.219  0.063 4.295  3.349      0
118  21:45 2026-04-04 21:45:00  0.069 0.200  0.044 4.123  3.128      0
119  22:00 2026-04-04 22:00:00  0.100 0.231  0.075 3.860  2.515      0
120  22:15 2026-04-04 22:15:00  0.071 0.202  0.046 3.688  2.294      0
121  22:30 2026-04-04 22:30:00  0.064 0.195  0.039 3.516  2.073      0
122  22:45 2026-04-04 22:45:00  0.052 0.183  0.027 3.361  2.151      0
123  23:00 2026-04-04 23:00:00  0.065 0.196  0.040 3.218  2.453      0
124  23:15 2026-04-04 23:15:00  0.042 0.173  0.017 3.063  2.531      0
125  23:30 2026-04-04 23:30:00  0.035 0.166  0.010 2.908  2.609      0
126  23:45 2026-04-04 23:45:00  0.022 0.153 -0.003 2.753  2.688      0
2026-04-03 16:15:00 info: No reduced hours applied for Accu 1
2026-04-03 16:15:00 info: No reduced power applied during discharging at low soc
2026-04-03 16:15:00 info: No reduced power applied during charging at high soc
2026-04-03 16:15:00 info: Startwaarde SoC Accu 1: 100.0%
2026-04-03 16:15:00 info: Boiler niet aanwezig of staat uit, boiler wordt niet ingepland
2026-04-03 16:15:00 info: Warmtepomp niet aanwezig - warmtepomp wordt niet ingepland
2026-04-03 16:15:00 info: Strategie: minimale levering
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
2026-04-03 16:15:05 info: Eerste berekening
2026-04-03 16:15:05 info: Kosten (euro): 7.58  
2026-04-03 16:15:05 info: Levering (kWh): 2.52  
2026-04-03 16:15:07 info: Herberekening
2026-04-03 16:15:07 info: Kosten (euro): -13.40
2026-04-03 16:15:07 info: Levering (kWh): 2.52  
2026-04-03 16:15:07 info: Het programma heeft een optimale oplossing gevonden.
2026-04-03 16:15:07 info: Ontlaad volume in uur 0 16:15 2.467706243583031 kWh
2026-04-03 16:15:07 info: 7 0.27418958262033677 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 1 16:30 2.592108902346343 kWh
2026-04-03 16:15:07 info: 7 0.2880121002607048 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 2 16:45 2.036602077852935 kWh
2026-04-03 16:15:07 info: 8 0.1697168398210779 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 3 17:00 0.9376516717318442 kWh
2026-04-03 16:15:07 info: 6 0.15627527862197402 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 4 17:15 0.382144608819857 kWh
2026-04-03 16:15:07 info: 8 0.031845384068321415 48.0
2026-04-03 16:15:07 info: Laad volume in uur 5 17:30 0.0 kWh
2026-04-03 16:15:07 info: 1 0.8065511075034737 0.5
2026-04-03 16:15:07 info: 2 0.19344889249652655 1.5
2026-04-03 16:15:07 info: Ontlaad volume in uur 6 17:45 0.3559051168430596 kWh
2026-04-03 16:15:07 info: 6 0.05931751947384326 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 7 18:00 1.9236055136672228 kWh
2026-04-03 16:15:07 info: 10 0.15388844109337782 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 8 18:15 2.4528728578253656 kWh
2026-04-03 16:15:07 info: 9 0.2002345190061523 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 9 18:30 2.9821401996552024 kWh
2026-04-03 16:15:07 info: 9 0.24344001629838385 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 10 18:45 2.611999052151573 kWh
2026-04-03 16:15:07 info: 8 0.21766658767929775 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 11 19:00 1.4720821191943259 kWh
2026-04-03 16:15:07 info: 4 0.9813880794628839 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 12 19:15 1.1019409719235265 kWh
2026-04-03 16:15:07 info: 7 0.12243788576928072 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 13 19:30 0.7317998253512199 kWh
2026-04-03 16:15:07 info: 6 0.12196663755853665 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 14 19:45 0.7425363588794136 kWh
2026-04-03 16:15:07 info: 10 0.059402908710353086 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 15 20:00 1.0785813096801284 kWh
2026-04-03 16:15:07 info: 4 0.719054206453419 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 16 20:15 1.0893178430919073 kWh
2026-04-03 16:15:07 info: 4 0.7262118953946048 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 17 20:30 1.1000543765036856 kWh
2026-04-03 16:15:07 info: 6 0.18334239608394762 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 18 20:45 0.95219028066122 kWh
2026-04-03 16:15:07 info: 9 0.07772981882948735 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 19 21:00 0.5868403340519874 kWh
2026-04-03 16:15:07 info: 8 0.04890336117099895 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 20 21:15 0.438976238325937 kWh
2026-04-03 16:15:07 info: 4 0.29265082555062466 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 21 21:30 0.29111214248347134 kWh
2026-04-03 16:15:07 info: 9 0.023764256529262964 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 22 21:45 0.5373895625274163 kWh
2026-04-03 16:15:07 info: 8 0.04478246354395136 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 23 22:00 1.1807009366250134 kWh
2026-04-03 16:15:07 info: 9 0.09638374992857252 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 24 22:15 1.426978356668959 kWh
2026-04-03 16:15:07 info: 10 0.11415826853351671 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 25 22:30 1.673255776712904 kWh
2026-04-03 16:15:07 info: 5 0.557751925570968 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 26 22:45 1.5138219280850609 kWh
2026-04-03 16:15:07 info: 7 0.16820243645389565 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 27 23:00 1.0468771981438625 kWh
2026-04-03 16:15:07 info: 6 0.1744795330239771 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 28 23:15 0.887443110981025 kWh
2026-04-03 16:15:07 info: 6 0.14790718516350418 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 29 23:30 0.7280092624695973 kWh
2026-04-03 16:15:07 info: 7 0.08088991805217748 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 30 23:45 0.5814848947776481 kWh
2026-04-03 16:15:07 info: 7 0.06460943275307202 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 31 00:00 0.37939133107196543 kWh
2026-04-03 16:15:07 info: 6 0.06323188851199424 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 32 00:15 0.23286696431133924 kWh
2026-04-03 16:15:07 info: 7 0.02587410714570436 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 33 00:30 0.08634259661939003 kWh
2026-04-03 16:15:07 info: 10 0.006907407729551202 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 35 01:00 0.5213479113457722 kWh
2026-04-03 16:15:07 info: 8 0.04344565927881435 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 36 01:15 0.6358290099827566 kWh
2026-04-03 16:15:07 info: 5 0.21194300332758553 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 37 01:30 0.7503101083869108 kWh
2026-04-03 16:15:07 info: 5 0.2501033694623036 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 38 01:45 0.8236351289832959 kWh
2026-04-03 16:15:07 info: 5 0.274545042994432 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 39 02:00 0.8821409867166076 kWh
2026-04-03 16:15:07 info: 9 0.07201150911972307 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 40 02:15 0.9554658900827635 kWh
2026-04-03 16:15:07 info: 7 0.10616287667586263 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 41 02:30 1.0281791211254898 kWh
2026-04-03 16:15:07 info: 4 0.6854527474169932 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 42 02:45 1.0373124390281736 kWh
2026-04-03 16:15:07 info: 8 0.08644270325234783 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 43 03:00 0.9784441828522827 kWh
2026-04-03 16:15:07 info: 4 0.6522961219015219 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 44 03:15 0.9875775007549672 kWh
2026-04-03 16:15:07 info: 6 0.16459625012582788 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 45 03:30 0.9967108181919899 kWh
2026-04-03 16:15:07 info: 6 0.16611846969866498 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 46 03:45 1.0874550796332767 kWh
2026-04-03 16:15:07 info: 6 0.18124251327221277 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 47 04:00 1.0995806501057235 kWh
2026-04-03 16:15:07 info: 7 0.12217562778952483 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 48 04:15 1.1902355807154672 kWh
2026-04-03 16:15:07 info: 10 0.09521884645723737 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 49 04:30 1.280890511383419 kWh
2026-04-03 16:15:07 info: 7 0.142321167931491 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 50 04:45 1.9302277217694792 kWh
2026-04-03 16:15:07 info: 7 0.21446974686327547 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 51 05:00 3.2028630607884834 kWh
2026-04-03 16:15:07 info: 9 0.26145820904395783 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 52 05:15 3.8522002114534826 kWh
2026-04-03 16:15:07 info: 10 0.3081760169162786 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 53 05:30 4.501537451641866 kWh
2026-04-03 16:15:07 info: 7 0.5001708279602073 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 54 05:45 4.3337287495706684 kWh
2026-04-03 16:15:07 info: 8 0.36114406246422237 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 55 06:00 3.6662156420350076 kWh
2026-04-03 16:15:07 info: 7 0.4073572935594453 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 56 06:15 3.5200907412786036 kWh
2026-04-03 16:15:07 info: 6 0.5866817902131006 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 57 06:30 3.356969468729571 kWh
2026-04-03 16:15:07 info: 8 0.27974745572746423 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 58 06:45 10.875 kWh
2026-04-03 16:15:07 info: 9 0.8877551020408163 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 59 07:00 1.4856450266316539 kWh
2026-04-03 16:15:07 info: 8 0.1238037522193045 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 60 07:15 10.875 kWh
2026-04-03 16:15:07 info: 9 0.8877551020408163 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 61 07:30 10.875 kWh
2026-04-03 16:15:07 info: 8 0.90625 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 62 07:45 10.875 kWh
2026-04-03 16:15:07 info: 8 0.90625 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 63 08:00 10.875 kWh
2026-04-03 16:15:07 info: 8 0.90625 48.0
2026-04-03 16:15:07 info: Laad volume in uur 66 08:45 0.0 kWh
2026-04-03 16:15:07 info: 5 0.6084288264910375 12.0
2026-04-03 16:15:07 info: 6 0.3915711735089622 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 67 09:00 10.875 kWh
2026-04-03 16:15:07 info: 9 0.8877551020408163 49.0
2026-04-03 16:15:07 info: Laad volume in uur 70 09:45 0.0 kWh
2026-04-03 16:15:07 info: 7 0.46265687698125796 36.0
2026-04-03 16:15:07 info: 8 0.5373431230187419 48.0
2026-04-03 16:15:07 info: Laad volume in uur 72 10:15 0.0 kWh
2026-04-03 16:15:07 info: 7 0.22809595035709784 36.0
2026-04-03 16:15:07 info: 8 0.7719040496429018 48.0
2026-04-03 16:15:07 info: Laad volume in uur 73 10:30 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 74 10:45 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 75 11:00 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 76 11:15 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 77 11:30 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 78 11:45 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 79 12:00 0.0 kWh
2026-04-03 16:15:07 info: 7 0.9647105476856224 36.0
2026-04-03 16:15:07 info: 8 0.03528945231437718 48.0
2026-04-03 16:15:07 info: Laad volume in uur 80 12:15 0.0 kWh
2026-04-03 16:15:07 info: 6 0.8393262294928234 24.0
2026-04-03 16:15:07 info: 7 0.16067377050717635 36.0
2026-04-03 16:15:07 info: Laad volume in uur 81 12:30 0.0 kWh
2026-04-03 16:15:07 info: 5 0.7139419709046679 12.0
2026-04-03 16:15:07 info: 6 0.28605802909533184 24.0
2026-04-03 16:15:07 info: Laad volume in uur 82 12:45 0.0 kWh
2026-04-03 16:15:07 info: 5 0.7640583136081693 12.0
2026-04-03 16:15:07 info: 6 0.23594168639183044 24.0
2026-04-03 16:15:07 info: Laad volume in uur 83 13:00 0.0 kWh
2026-04-03 16:15:07 info: 5 0.2547373689413067 12.0
2026-04-03 16:15:07 info: 6 0.7452626310586932 24.0
2026-04-03 16:15:07 info: Laad volume in uur 84 13:15 0.0 kWh
2026-04-03 16:15:07 info: 5 0.3048535427649809 12.0
2026-04-03 16:15:07 info: 6 0.6951464572350188 24.0
2026-04-03 16:15:07 info: Laad volume in uur 85 13:30 0.0 kWh
2026-04-03 16:15:07 info: 5 0.35496987553437537 12.0
2026-04-03 16:15:07 info: 6 0.6450301244656247 24.0
2026-04-03 16:15:07 info: Laad volume in uur 86 13:45 0.0 kWh
2026-04-03 16:15:07 info: 5 0.16933660535017578 12.0
2026-04-03 16:15:07 info: 6 0.8306633946498239 24.0
2026-04-03 16:15:07 info: Laad volume in uur 87 14:00 0.0 kWh
2026-04-03 16:15:07 info: 6 0.8221563518047332 24.0
2026-04-03 16:15:07 info: 7 0.1778436481952667 36.0
2026-04-03 16:15:07 info: Laad volume in uur 88 14:15 0.0 kWh
2026-04-03 16:15:07 info: 6 0.6365229226748148 24.0
2026-04-03 16:15:07 info: 7 0.36347707732518497 36.0
2026-04-03 16:15:07 info: Laad volume in uur 89 14:30 0.0 kWh
2026-04-03 16:15:07 info: 6 0.4508896425565085 24.0
2026-04-03 16:15:07 info: 7 0.5491103574434915 36.0
2026-04-03 16:15:07 info: Laad volume in uur 90 14:45 0.0 kWh
2026-04-03 16:15:07 info: 6 0.20419511946042437 24.0
2026-04-03 16:15:07 info: 7 0.7958048805395759 36.0
2026-04-03 16:15:07 info: Laad volume in uur 91 15:00 0.0 kWh
2026-04-03 16:15:07 info: 7 0.6278428335189813 36.0
2026-04-03 16:15:07 info: 8 0.37215716648101854 48.0
2026-04-03 16:15:07 info: Laad volume in uur 92 15:15 0.0 kWh
2026-04-03 16:15:07 info: 7 0.3811480819384263 36.0
2026-04-03 16:15:07 info: 8 0.6188519180615736 48.0
2026-04-03 16:15:07 info: Laad volume in uur 93 15:30 0.0 kWh
2026-04-03 16:15:07 info: 7 0.1344535489082333 36.0
2026-04-03 16:15:07 info: 8 0.8655464510917662 48.0
2026-04-03 16:15:07 info: Laad volume in uur 94 15:45 0.0 kWh
2026-04-03 16:15:07 info: 6 0.023205573399862355 24.0
2026-04-03 16:15:07 info: 7 0.9767944266001378 36.0
2026-04-03 16:15:07 info: Laad volume in uur 95 16:00 0.0 kWh
2026-04-03 16:15:07 info: 5 0.9242895945310594 12.0
2026-04-03 16:15:07 info: 6 0.07571040546894059 24.0
2026-04-03 16:15:07 info: Laad volume in uur 96 16:15 0.0 kWh
2026-04-03 16:15:07 info: 2 0.5043331906000764 1.5
2026-04-03 16:15:07 info: 3 0.49566680939992364 3.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 97 16:30 0.10513554607328768 kWh
2026-04-03 16:15:07 info: 7 0.011681727341476409 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 98 16:45 2.842674178004264 kWh
2026-04-03 16:15:07 info: 10 0.22741393424034112 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 99 17:00 2.2880659158155323 kWh
2026-04-03 16:15:07 info: 10 0.1830452732652426 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 100 17:15 3.025358880154788 kWh
2026-04-03 16:15:07 info: 7 0.33615098668386534 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 101 17:30 3.756963631682098 kWh
2026-04-03 16:15:07 info: 8 0.31308030264017483 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 102 17:45 3.8255274396762244 kWh
2026-04-03 16:15:07 info: 8 0.318793953306352 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 103 18:00 3.6456524445619434 kWh
2026-04-03 16:15:07 info: 9 0.29760428118873006 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 104 18:15 3.763660847907886 kWh
2026-04-03 16:15:07 info: 10 0.3010928678326309 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 105 18:30 3.88166921213828 kWh
2026-04-03 16:15:07 info: 8 0.3234724343448567 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 106 18:45 3.553888798115775 kWh
2026-04-03 16:15:07 info: 10 0.284311103849262 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 107 19:00 2.822936847163364 kWh
2026-04-03 16:15:07 info: 10 0.2258349477730691 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 108 19:15 2.4951564210336663 kWh
2026-04-03 16:15:07 info: 7 0.277239602337074 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 109 19:30 2.167335462814197 kWh
2026-04-03 16:15:07 info: 7 0.2408150514237997 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 110 19:45 2.114874713672325 kWh
2026-04-03 16:15:07 info: 7 0.23498607929692503 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 111 20:00 2.320664548296482 kWh
2026-04-03 16:15:07 info: 10 0.18565316386371855 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 112 20:15 2.268203799620271 kWh
2026-04-03 16:15:07 info: 7 0.25202264440225236 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 113 20:30 2.2157430504783986 kWh
2026-04-03 16:15:07 info: 10 0.1772594440382719 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 114 20:45 1.9564011446870868 kWh
2026-04-03 16:15:07 info: 5 0.6521337148956956 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 115 21:00 1.4648546315925204 kWh
2026-04-03 16:15:07 info: 6 0.2441424385987534 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 116 21:15 1.2055129642197864 kWh
2026-04-03 16:15:07 info: 4 0.8036753094798575 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 117 21:30 0.9461710584284742 kWh
2026-04-03 16:15:07 info: 7 0.10513011760316379 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 118 21:45 0.9950053035290916 kWh
2026-04-03 16:15:07 info: 6 0.1658342172548486 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 119 22:00 1.345486562316772 kWh
2026-04-03 16:15:07 info: 10 0.10763892498534176 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 120 22:15 1.3943208074173894 kWh
2026-04-03 16:15:07 info: 10 0.11154566459339114 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 121 22:30 1.4431550525180068 kWh
2026-04-03 16:15:07 info: 5 0.4810516841726689 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 122 22:45 1.2099304145271894 kWh
2026-04-03 16:15:07 info: 6 0.2016550690878649 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 123 23:00 0.7651619124301945 kWh
2026-04-03 16:15:07 info: 9 0.0624621969330771 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 124 23:15 0.5319375136728629 kWh
2026-04-03 16:15:07 info: 9 0.04342347050390718 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 125 23:30 0.2987128756238379 kWh
2026-04-03 16:15:07 info: 9 0.024384724540721464 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 126 23:45 0.06540205849893388 kWh
2026-04-03 16:15:07 info: 10 0.0052321646799147106 50.0
2026-04-03 16:15:07 info: In- en uitgaande energie per kwartier batterij Accu 1
   uur   ac->    eff   ->dc pv->dc   dc->    eff  ->bat  o_eff    SoC
          kWh      %    kWh    kWh    kWh      %    kWh      %      %
 16:15  -2.47  87.00  -2.84   0.00  -2.84  92.00  -3.08  80.04  98.47
 16:30  -2.59  87.00  -2.98   0.00  -2.98  92.00  -3.24  80.04  96.86
 16:45  -2.04  87.00  -2.34   0.00  -2.34  92.00  -2.54  80.04  95.60
 17:00  -0.94  87.00  -1.08   0.00  -1.08  92.00  -1.17  80.04  95.02
 17:15  -0.38  87.00  -0.44   0.00  -0.44  92.00  -0.48  80.04  94.78
 17:30   0.17  69.72   0.12   0.00   0.12  92.00   0.11  64.14  94.84
 17:45  -0.36  87.00  -0.41   0.00  -0.41  92.00  -0.44  80.04  94.62
 18:00  -1.92  87.00  -2.21   0.00  -2.21  92.00  -2.40  80.04  93.43
 18:15  -2.45  87.00  -2.82   0.00  -2.82  92.00  -3.06  80.04  91.91
 18:30  -2.98  87.00  -3.43   0.00  -3.43  92.00  -3.73  80.04  90.06
 18:45  -2.61  87.00  -3.00   0.00  -3.00  92.00  -3.26  80.04  88.44
 19:00  -1.47  87.00  -1.69   0.00  -1.69  92.00  -1.84  80.04  87.53
 19:15  -1.10  87.00  -1.27   0.00  -1.27  92.00  -1.38  80.04  86.84
 19:30  -0.73  87.00  -0.84   0.00  -0.84  92.00  -0.91  80.04  86.39
 19:45  -0.74  87.00  -0.85   0.00  -0.85  92.00  -0.93  80.04  85.93
 20:00  -1.08  87.00  -1.24   0.00  -1.24  92.00  -1.35  80.04  85.26
 20:15  -1.09  87.00  -1.25   0.00  -1.25  92.00  -1.36  80.04  84.59
 20:30  -1.10  87.00  -1.26   0.00  -1.26  92.00  -1.37  80.04  83.91
 20:45  -0.95  87.00  -1.09   0.00  -1.09  92.00  -1.19  80.04  83.32
 21:00  -0.59  87.00  -0.67   0.00  -0.67  92.00  -0.73  80.04  82.95
 21:15  -0.44  87.00  -0.50   0.00  -0.50  92.00  -0.55  80.04  82.68
 21:30  -0.29  87.00  -0.33   0.00  -0.33  92.00  -0.36  80.04  82.50
 21:45  -0.54  87.00  -0.62   0.00  -0.62  92.00  -0.67  80.04  82.17
 22:00  -1.18  87.00  -1.36   0.00  -1.36  92.00  -1.48  80.04  81.43
 22:15  -1.43  87.00  -1.64   0.00  -1.64  92.00  -1.78  80.04  80.55
 22:30  -1.67  87.00  -1.92   0.00  -1.92  92.00  -2.09  80.04  79.51
 22:45  -1.51  87.00  -1.74   0.00  -1.74  92.00  -1.89  80.04  78.58
 23:00  -1.05  87.00  -1.20   0.00  -1.20  92.00  -1.31  80.04  77.93
 23:15  -0.89  87.00  -1.02   0.00  -1.02  92.00  -1.11  80.04  77.38
 23:30  -0.73  87.00  -0.84   0.00  -0.84  92.00  -0.91  80.04  76.93
 23:45  -0.58  87.00  -0.67   0.00  -0.67  92.00  -0.73  80.04  76.56
 00:00  -0.38  87.00  -0.44   0.00  -0.44  92.00  -0.47  80.04  76.33
 00:15  -0.23  87.00  -0.27   0.00  -0.27  92.00  -0.29  80.04  76.19
 00:30  -0.09  87.00  -0.10   0.00  -0.10  92.00  -0.11  80.04  76.13
 00:45   0.00     --   0.00   0.00   0.00     --   0.00     --  76.13
 01:00  -0.52  87.00  -0.60   0.00  -0.60  92.00  -0.65  80.04  75.81
 01:15  -0.64  87.00  -0.73   0.00  -0.73  92.00  -0.79  80.04  75.41
 01:30  -0.75  87.00  -0.86   0.00  -0.86  92.00  -0.94  80.04  74.95
 01:45  -0.82  87.00  -0.95   0.00  -0.95  92.00  -1.03  80.04  74.44
 02:00  -0.88  87.00  -1.01   0.00  -1.01  92.00  -1.10  80.04  73.89
 02:15  -0.96  87.00  -1.10   0.00  -1.10  92.00  -1.19  80.04  73.30
 02:30  -1.03  87.00  -1.18   0.00  -1.18  92.00  -1.28  80.04  72.66
 02:45  -1.04  87.00  -1.19   0.00  -1.19  92.00  -1.30  80.04  72.02
 03:00  -0.98  87.00  -1.12   0.00  -1.12  92.00  -1.22  80.04  71.41
 03:15  -0.99  87.00  -1.14   0.00  -1.14  92.00  -1.23  80.04  70.80
 03:30  -1.00  87.00  -1.15   0.00  -1.15  92.00  -1.25  80.04  70.18
 03:45  -1.09  87.00  -1.25   0.00  -1.25  92.00  -1.36  80.04  69.51
 04:00  -1.10  87.00  -1.26   0.00  -1.26  92.00  -1.37  80.04  68.83
 04:15  -1.19  87.00  -1.37   0.00  -1.37  92.00  -1.49  80.04  68.09
 04:30  -1.28  87.00  -1.47   0.00  -1.47  92.00  -1.60  80.04  67.30
 04:45  -1.93  87.00  -2.22   0.00  -2.22  92.00  -2.41  80.04  66.10
 05:00  -3.20  87.00  -3.68   0.00  -3.68  92.00  -4.00  80.04  64.12
 05:15  -3.85  87.00  -4.43   0.00  -4.43  92.00  -4.81  80.04  61.73
 05:30  -4.50  87.00  -5.17   0.00  -5.17  92.00  -5.62  80.04  58.94
 05:45  -4.33  87.00  -4.98   0.00  -4.98  92.00  -5.41  80.04  56.25
 06:00  -3.67  87.00  -4.21   0.00  -4.21  92.00  -4.58  80.04  53.98
 06:15  -3.52  87.00  -4.05   0.00  -4.05  92.00  -4.40  80.04  51.80
 06:30  -3.36  87.00  -3.86   0.00  -3.86  92.00  -4.19  80.04  49.72
 06:45 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  42.98
 07:00  -1.49  87.00  -1.71   0.00  -1.71  92.00  -1.86  80.04  42.06
 07:15 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  35.32
 07:30 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  28.58
 07:45 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  21.84
 08:00 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  15.10
 08:15   0.00     --   0.00   0.00   0.00     --   0.00     --  15.10
 08:30   0.00     --   0.00   0.00   0.00     --   0.00     --  15.10
 08:45   4.17  86.00   3.59   0.00   3.59  92.00   3.30  79.12  16.74
 09:00 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  10.00
 09:15   0.00     --   0.00   0.00   0.00     --   0.00     --  10.00
 09:30   0.00     --   0.00   0.00   0.00     --   0.00     --  10.00
 09:45  10.61  86.00   9.13   0.00   9.13  92.00   8.40  79.12  14.16
 10:00   0.00     --   0.00   0.00   0.00     --   0.00     --  14.16
 10:15  11.32  86.00   9.73   0.00   9.73  92.00   8.95  79.12  18.61
 10:30  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  24.00
 10:45  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  29.40
 11:00  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  34.79
 11:15  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  40.19
 11:30  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  45.59
 11:45  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  50.98
 12:00   9.11  86.00   7.83   0.00   7.83  92.00   7.20  79.12  54.56
 12:15   6.48  86.00   5.57   0.00   5.57  92.00   5.13  79.12  57.10
 12:30   3.86  86.00   3.32   0.00   3.32  92.00   3.05  79.12  58.62
 12:45   3.71  86.00   3.19   0.00   3.19  92.00   2.93  79.12  60.07
 13:00   5.24  86.00   4.50   0.00   4.50  92.00   4.14  79.12  62.13
 13:15   5.09  86.00   4.37   0.00   4.37  92.00   4.02  79.12  64.12
 13:30   4.94  86.00   4.24   0.00   4.24  92.00   3.90  79.12  66.06
 13:45   5.49  86.00   4.72   0.00   4.72  92.00   4.35  79.12  68.21
 14:00   6.53  86.00   5.62   0.00   5.62  92.00   5.17  79.12  70.78
 14:15   7.09  86.00   6.10   0.00   6.10  92.00   5.61  79.12  73.56
 14:30   7.65  86.00   6.58   0.00   6.58  92.00   6.05  79.12  76.56
 14:45   8.39  86.00   7.21   0.00   7.21  92.00   6.64  79.12  79.85
 15:00  10.12  86.00   8.70   0.00   8.70  92.00   8.00  79.12  83.82
 15:15  10.86  86.00   9.34   0.00   9.34  92.00   8.59  79.12  88.08
 15:30  11.60  86.00   9.97   0.00   9.97  92.00   9.18  79.12  92.64
 15:45   8.93  86.00   7.68   0.00   7.68  92.00   7.07  79.12  96.14
 16:00   3.23  86.00   2.78   0.00   2.78  92.00   2.55  79.12  97.41
 16:15   0.56  86.00   0.48   0.00   0.48  92.00   0.44  79.12  97.63
 16:30  -0.11  87.00  -0.12   0.00  -0.12  92.00  -0.13  80.04  97.56
 16:45  -2.84  87.00  -3.27   0.00  -3.27  92.00  -3.55  80.04  95.80
 17:00  -2.29  87.00  -2.63   0.00  -2.63  92.00  -2.86  80.04  94.38
 17:15  -3.03  87.00  -3.48   0.00  -3.48  92.00  -3.78  80.04  92.51
 17:30  -3.76  87.00  -4.32   0.00  -4.32  92.00  -4.69  80.04  90.18
 17:45  -3.83  87.00  -4.40   0.00  -4.40  92.00  -4.78  80.04  87.81
 18:00  -3.65  87.00  -4.19   0.00  -4.19  92.00  -4.55  80.04  85.55
 18:15  -3.76  87.00  -4.33   0.00  -4.33  92.00  -4.70  80.04  83.22
 18:30  -3.88  87.00  -4.46   0.00  -4.46  92.00  -4.85  80.04  80.81
 18:45  -3.55  87.00  -4.08   0.00  -4.08  92.00  -4.44  80.04  78.61
 19:00  -2.82  87.00  -3.24   0.00  -3.24  92.00  -3.53  80.04  76.86
 19:15  -2.50  87.00  -2.87   0.00  -2.87  92.00  -3.12  80.04  75.31
 19:30  -2.17  87.00  -2.49   0.00  -2.49  92.00  -2.71  80.04  73.97
 19:45  -2.11  87.00  -2.43   0.00  -2.43  92.00  -2.64  80.04  72.66
 20:00  -2.32  87.00  -2.67   0.00  -2.67  92.00  -2.90  80.04  71.22
 20:15  -2.27  87.00  -2.61   0.00  -2.61  92.00  -2.83  80.04  69.82
 20:30  -2.22  87.00  -2.55   0.00  -2.55  92.00  -2.77  80.04  68.44
 20:45  -1.96  87.00  -2.25   0.00  -2.25  92.00  -2.44  80.04  67.23
 21:00  -1.46  87.00  -1.68   0.00  -1.68  92.00  -1.83  80.04  66.32
 21:15  -1.21  87.00  -1.39   0.00  -1.39  92.00  -1.51  80.04  65.57
 21:30  -0.95  87.00  -1.09   0.00  -1.09  92.00  -1.18  80.04  64.99
 21:45  -1.00  87.00  -1.14   0.00  -1.14  92.00  -1.24  80.04  64.37
 22:00  -1.35  87.00  -1.55   0.00  -1.55  92.00  -1.68  80.04  63.54
 22:15  -1.39  87.00  -1.60   0.00  -1.60  92.00  -1.74  80.04  62.67
 22:30  -1.44  87.00  -1.66   0.00  -1.66  92.00  -1.80  80.04  61.78
 22:45  -1.21  87.00  -1.39   0.00  -1.39  92.00  -1.51  80.04  61.03
 23:00  -0.77  87.00  -0.88   0.00  -0.88  92.00  -0.96  80.04  60.56
 23:15  -0.53  87.00  -0.61   0.00  -0.61  92.00  -0.66  80.04  60.23
 23:30  -0.30  87.00  -0.34   0.00  -0.34  92.00  -0.37  80.04  60.04
 23:45  -0.07  87.00  -0.08   0.00  -0.08  92.00  -0.08  80.04  60.00
Totaal  18.95    NaN -44.12   0.00 -44.12    NaN -80.64    NaN    NaN
2026-04-03 16:15:09 info: Berekende prognoses: 
   uur  bat_in  bat_out   cons   prod   base   boil     wp     ev  pv_ac   cost  profit  b_tem
 16:15    0.00     2.47   0.32   0.00   5.47   0.00   0.00   0.00   2.69   0.05    0.00  20.00
 16:30    0.00     2.59   0.00   0.00   5.50   0.00   0.00   0.00   2.91   0.00   -0.00  20.00
 16:45    0.00     2.04   0.00   0.00   5.17   0.00   0.00   0.00   3.13   0.00   -0.00  20.00
 17:00    0.00     0.94   0.00   0.00   4.37   0.00   0.00   0.00   3.43   0.00   -0.00  20.00
 17:15    0.00     0.38   0.00   0.00   4.04   0.00   0.00   0.00   3.65   0.00   -0.00  20.00
 17:30    0.17     0.00   0.00   0.00   3.70   0.00   0.00   0.00   3.88   0.00   -0.00  20.00
 17:45    0.00     0.36   0.00   0.00   4.17   0.00   0.00   0.00   3.82   0.00   -0.00  20.00
 18:00    0.00     1.92   0.00   0.00   5.45   0.00   0.00   0.00   3.53   0.00   -0.00  20.00
 18:15    0.00     2.45   0.00   0.00   5.92   0.00   0.00   0.00   3.47   0.00   -0.00  20.00
 18:30    0.00     2.98   0.00   0.00   6.39   0.00   0.00   0.00   3.41   0.00   -0.00  20.00
 18:45    0.00     2.61   0.00   0.00   6.01   0.00   0.00   0.00   3.40   0.00   -0.00  20.00
 19:00    0.00     1.47   0.00   0.00   4.96   0.00   0.00   0.00   3.49   0.00   -0.00  20.00
 19:15    0.00     1.10   0.00   0.00   4.59   0.00   0.00   0.00   3.48   0.00   -0.00  20.00
 19:30    0.00     0.73   0.00   0.00   4.21   0.00   0.00   0.00   3.48   0.00   -0.00  20.00
 19:45    0.00     0.74   0.00   0.00   3.97   0.00   0.00   0.00   3.23   0.00   -0.00  20.00
 20:00    0.00     1.08   0.00   0.00   3.82   0.00   0.00   0.00   2.74   0.00   -0.00  20.00
 20:15    0.00     1.09   0.00   0.00   3.58   0.00   0.00   0.00   2.49   0.00   -0.00  20.00
 20:30    0.00     1.10   0.00   0.00   3.34   0.00   0.00   0.00   2.24   0.00   -0.00  20.00
 20:45    0.00     0.95   0.00   0.00   3.19   0.00   0.00   0.00   2.24   0.00   -0.00  20.00
 21:00    0.00     0.59   0.00   0.00   3.05   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:15    0.00     0.44   0.00   0.00   2.90   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:30    0.00     0.29   0.00   0.00   2.75   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:45    0.00     0.54   0.00   0.00   2.86   0.00   0.00   0.00   2.32   0.00   -0.00  20.00
 22:00    0.00     1.18   0.00   0.00   3.20   0.00   0.00   0.00   2.02   0.00   -0.00  20.00
 22:15    0.00     1.43   0.00   0.00   3.30   0.00   0.00   0.00   1.88   0.00   -0.00  20.00
 22:30    0.00     1.67   0.00   0.00   3.41   0.00   0.00   0.00   1.74   0.00   -0.00  20.00
 22:45    0.00     1.51   0.00   0.00   3.35   0.00   0.00   0.00   1.83   0.00   -0.00  20.00
 23:00    0.00     1.05   0.00   0.00   3.16   0.00   0.00   0.00   2.11   0.00   -0.00  20.00
 23:15    0.00     0.89   0.00   0.00   3.10   0.00   0.00   0.00   2.21   0.00   -0.00  20.00
 23:30    0.00     0.73   0.00   0.00   3.04   0.00   0.00   0.00   2.31   0.00   -0.00  20.00
 23:45    0.00     0.58   0.00   0.00   2.99   0.00   0.00   0.00   2.41   0.00   -0.00  20.00
 00:00    0.00     0.38   0.00   0.00   2.92   0.00   0.00   0.00   2.54   0.00   -0.00  20.00
 00:15    0.00     0.23   0.00   0.00   2.87   0.00   0.00   0.00   2.64   0.00    0.00  20.00
 00:30    0.00     0.09   0.00   0.00   2.82   0.00   0.00   0.00   2.73   0.00    0.00  20.00
 00:45    0.00     0.00   0.20   0.00   2.84   0.00   0.00   0.00   2.64   0.03    0.00  20.00
 01:00    0.00     0.52   0.00   0.00   2.92   0.00   0.00   0.00   2.40   0.00    0.00  20.00
 01:15    0.00     0.64   0.00   0.00   2.95   0.00   0.00   0.00   2.31   0.00    0.00  20.00
 01:30    0.00     0.75   0.00   0.00   2.97   0.00   0.00   0.00   2.22   0.00    0.00  20.00
 01:45    0.00     0.82   0.00   0.00   2.94   0.00   0.00   0.00   2.12   0.00    0.00  20.00
 02:00    0.00     0.88   0.00   0.00   2.89   0.00   0.00   0.00   2.01   0.00    0.00  20.00
 02:15    0.00     0.96   0.00   0.00   2.87   0.00   0.00   0.00   1.91   0.00    0.00  20.00
 02:30    0.00     1.03   0.00   0.00   2.84   0.00   0.00   0.00   1.82   0.00    0.00  20.00
 02:45    0.00     1.04   0.00   0.00   2.79   0.00   0.00   0.00   1.75   0.00    0.00  20.00
 03:00    0.00     0.98   0.00   0.00   2.67   0.00   0.00   0.00   1.70   0.00   -0.00  20.00
 03:15    0.00     0.99   0.00   0.00   2.61   0.00   0.00   0.00   1.63   0.00   -0.00  20.00
 03:30    0.00     1.00   0.00   0.00   2.55   0.00   0.00   0.00   1.56   0.00   -0.00  20.00
 03:45    0.00     1.09   0.00   0.00   2.59   0.00   0.00   0.00   1.50   0.00   -0.00  20.00
 04:00    0.00     1.10   0.00   0.00   2.61   0.00   0.00   0.00   1.51   0.00   -0.00  20.00
 04:15    0.00     1.19   0.00   0.00   2.65   0.00   0.00   0.00   1.46   0.00   -0.00  20.00
 04:30    0.00     1.28   0.00   0.00   2.68   0.00   0.00   0.00   1.40   0.00   -0.00  20.00
 04:45    0.00     1.93   0.00   0.00   3.11   0.00   0.00   0.00   1.18   0.00   -0.00  20.00
 05:00    0.00     3.20   0.00   0.00   3.97   0.00   0.00   0.00   0.77   0.00   -0.00  20.00
 05:15    0.00     3.85   0.00   0.00   4.39   0.00   0.00   0.00   0.54   0.00   -0.00  20.00
 05:30    0.00     4.50   0.00   0.00   4.82   0.00   0.00   0.00   0.32   0.00   -0.00  20.00
 05:45    0.00     4.33   0.00   0.00   4.68   0.00   0.00   0.00   0.35   0.00   -0.00  20.00
 06:00    0.00     3.67   0.00   0.00   4.09   0.00   0.00   0.00   0.42   0.00   -0.00  20.00
 06:15    0.00     3.52   0.00   0.00   3.95   0.00   0.00   0.00   0.43   0.00   -0.00  20.00
 06:30    0.00     3.36   0.00   0.00   3.81   0.00   0.00   0.00   0.45   0.00   -0.00  20.00
 06:45    0.00    10.88   0.00   8.24   3.78   0.00   0.00   0.00   1.15   0.00   -1.69  20.00
 07:00    0.00     1.49   0.00   0.00   3.83   0.00   0.00   0.00   2.35   0.00   -0.00  20.00
 07:15    0.00    10.88   0.00  10.12   3.80   0.00   0.00   0.00   3.04   0.00   -1.88  20.00
 07:30    0.00    10.88   0.00  10.84   3.77   0.00   0.00   0.00   3.74   0.00   -2.45  20.00
 07:45    0.00    10.88   0.00  11.56   3.77   0.00   0.00   0.00   4.46   0.00   -2.72  20.00
 08:00    0.00    10.88   0.00  12.08   3.77   0.00   0.00   0.00   4.98   0.00   -3.34  20.00
 08:15    0.00     0.00   0.00   1.93   3.76   0.00   0.00   0.00   5.70   0.00   -0.26  20.00
 08:30    0.00     0.00   0.00   2.65   3.76   0.00   0.00   0.00   6.41   0.00   -0.28  20.00
 08:45    4.17     0.00   0.00   0.00   3.79   0.00   0.00   0.00   7.97   0.00   -0.00  20.00
 09:00    0.00    10.88   0.00  17.26   3.86   0.00   0.00   0.00  10.24   0.00   -4.09  20.00
 09:15    0.00     0.00   0.00   7.90   3.89   0.00   0.00   0.00  11.80   0.00   -0.97  20.00
 09:30    0.00     0.00   0.00   9.43   3.93   0.00   0.00   0.00  13.36   0.00   -0.75  20.00
 09:45   10.61     0.00   0.00   0.00   3.96   0.00   0.00   0.00  14.58   0.00   -0.00  20.00
 10:00    0.00     0.00   0.00  11.66   3.93   0.00   0.00   0.00  15.59   0.00   -1.66  20.00
 10:15   11.32     0.00   0.00   1.53   3.97   0.00   0.00   0.00  16.81   0.00   -0.11  20.00
 10:30   13.75     0.00   0.00   0.28   4.00   0.00   0.00   0.00  18.03   0.00   -0.02  20.00
 10:45   13.75     0.00   0.00   1.02   4.30   0.00   0.00   0.00  19.07   0.00   -0.04  20.00
 11:00   13.75     0.00   0.00   2.27   4.87   0.00   0.00   0.00  20.88   0.00   -0.11  20.00
 11:15   13.75     0.00   0.00   3.00   5.17   0.00   0.00   0.00  21.92   0.00   -0.12  20.00
 11:30   13.75     0.00   0.00   3.74   5.47   0.00   0.00   0.00  22.96   0.00   -0.05  20.00
 11:45   13.75     0.00   0.00   1.12   5.50   0.00   0.00   0.00  20.37   0.00    0.02  20.00
 12:00    9.11     0.00   0.00   0.00   5.36   0.00   0.00   0.00  14.47   0.00   -0.00  20.00
 12:15    6.48     0.00   0.00   0.00   5.40   0.00   0.00   0.00  11.88   0.00    0.00  20.00
 12:30    3.86     0.00   0.00   0.00   5.44   0.00   0.00   0.00   9.30   0.00    0.00  20.00
 12:45    3.71     0.00   0.00   0.00   5.41   0.00   0.00   0.00   9.11   0.00    0.00  20.00
 13:00    5.24     0.00   0.00   0.00   5.30   0.00   0.00   0.00  10.54   0.00    0.00  20.00
 13:15    5.09     0.00   0.00   0.00   5.27   0.00   0.00   0.00  10.35   0.00    0.00  20.00
 13:30    4.94     0.00   0.00   0.00   5.24   0.00   0.00   0.00  10.17   0.00    0.00  20.00
 13:45    5.49     0.00   0.00   0.00   5.30   0.00   0.00   0.00  10.79   0.00    0.00  20.00
 14:00    6.53     0.00   0.00   0.00   5.47   0.00   0.00   0.00  12.01   0.00    0.00  20.00
 14:15    7.09     0.00   0.00   0.00   5.54   0.00   0.00   0.00  12.63   0.00    0.00  20.00
 14:30    7.65     0.00   0.00   0.00   5.60   0.00   0.00   0.00  13.25   0.00    0.00  20.00
 14:45    8.39     0.00   0.00   0.00   5.48   0.00   0.00   0.00  13.87   0.00    0.00  20.00
 15:00   10.12     0.00   0.00   0.00   5.17   0.00   0.00   0.00  15.29   0.00    0.00  20.00
 15:15   10.86     0.00   0.00   0.00   5.05   0.00   0.00   0.00  15.91   0.00    0.00  20.00
 15:30   11.60     0.00   0.00   0.00   4.94   0.00   0.00   0.00  16.53   0.00    0.00  20.00
 15:45    8.93     0.00   0.00   0.00   5.03   0.00   0.00   0.00  13.96   0.00    0.00  20.00
 16:00    3.23     0.00   0.00   0.00   5.31   0.00   0.00   0.00   8.54   0.00    0.00  20.00
 16:15    0.56     0.00   0.00   0.00   5.40   0.00   0.00   0.00   5.96   0.00    0.00  20.00
 16:30    0.00     0.11   2.00   0.00   5.49   0.00   0.00   0.00   3.39   0.27    0.00  20.00
 16:45    0.00     2.84   0.00   0.00   5.47   0.00   0.00   0.00   2.63   0.00   -0.00  20.00
 17:00    0.00     2.29   0.00   0.00   5.35   0.00   0.00   0.00   3.06   0.00    0.00  20.00
 17:15    0.00     3.03   0.00   0.00   5.32   0.00   0.00   0.00   2.30   0.00   -0.00  20.00
 17:30    0.00     3.76   0.00   0.00   5.30   0.00   0.00   0.00   1.54   0.00   -0.00  20.00
 17:45    0.00     3.83   0.00   0.00   5.30   0.00   0.00   0.00   1.48   0.00   -0.00  20.00
 18:00    0.00     3.65   0.00   0.00   5.43   0.00   0.00   0.00   1.78   0.00   -0.00  20.00
 18:15    0.00     3.76   0.00   0.00   5.43   0.00   0.00   0.00   1.67   0.00   -0.00  20.00
 18:30    0.00     3.88   0.00   0.00   5.44   0.00   0.00   0.00   1.55   0.00   -0.00  20.00
 18:45    0.00     3.55   0.00   0.00   5.05   0.00   0.00   0.00   1.49   0.00   -0.00  20.00
 19:00    0.00     2.82   0.00   0.00   4.22   0.00   0.00   0.00   1.40   0.00   -0.00  20.00
 19:15    0.00     2.50   0.00   0.00   3.83   0.00   0.00   0.00   1.34   0.00   -0.00  20.00
 19:30    0.00     2.17   0.00   0.00   3.44   0.00   0.00   0.00   1.28   0.00   -0.00  20.00
 19:45    0.00     2.11   0.00   0.00   3.63   0.00   0.00   0.00   1.51   0.00   -0.00  20.00
 20:00    0.00     2.32   0.00   0.00   4.30   0.00   0.00   0.00   1.98   0.00   -0.00  20.00
 20:15    0.00     2.27   0.00   0.00   4.49   0.00   0.00   0.00   2.22   0.00   -0.00  20.00
 20:30    0.00     2.22   0.00   0.00   4.67   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 20:45    0.00     1.96   0.00   0.00   4.62   0.00   0.00   0.00   2.66   0.00   -0.00  20.00
 21:00    0.00     1.46   0.00   0.00   4.41   0.00   0.00   0.00   2.94   0.00   -0.00  20.00
 21:15    0.00     1.21   0.00   0.00   4.35   0.00   0.00   0.00   3.15   0.00   -0.00  20.00
 21:30    0.00     0.95   0.00   0.00   4.30   0.00   0.00   0.00   3.35   0.00   -0.00  20.00
 21:45    0.00     1.00   0.00   0.00   4.12   0.00   0.00   0.00   3.13   0.00   -0.00  20.00
 22:00    0.00     1.35   0.00   0.00   3.86   0.00   0.00   0.00   2.51   0.00   -0.00  20.00
 22:15    0.00     1.39   0.00   0.00   3.69   0.00   0.00   0.00   2.29   0.00   -0.00  20.00
 22:30    0.00     1.44   0.00   0.00   3.52   0.00   0.00   0.00   2.07   0.00   -0.00  20.00
 22:45    0.00     1.21   0.00   0.00   3.36   0.00   0.00   0.00   2.15   0.00   -0.00  20.00
 23:00    0.00     0.77   0.00   0.00   3.22   0.00   0.00   0.00   2.45   0.00   -0.00  20.00
 23:15    0.00     0.53   0.00   0.00   3.06   0.00   0.00   0.00   2.53   0.00   -0.00  20.00
 23:30    0.00     0.30   0.00   0.00   2.91   0.00   0.00   0.00   2.61   0.00   -0.00  20.00
 23:45    0.00     0.07   0.00   0.00   2.75   0.00   0.00   0.00   2.69   0.00    0.00  20.00
Totaal  227.62   208.67   2.52 116.64 523.68   0.00   0.00   0.00 656.75   0.35  -20.51    NaN
2026-04-03 16:15:09 info: Consumption               2.52 (kWh)
2026-04-03 16:15:09 info: Cost consumption          0.35 (€)
2026-04-03 16:15:09 info: Tariff consumption        0.138 (€/kWh)
2026-04-03 16:15:09 info: Production              116.64 (kWh)
2026-04-03 16:15:09 info: Profit production       -20.51 (€)
2026-04-03 16:15:09 info: Tariff production         0.176 (€/kWh)
2026-04-03 16:15:09 info: 
Calculation profit after optimize in €
Cost before optimize             24.39
Cost consumption      0.35
Cycle cost            4.36
Penalty cost          0.04
Battery storage       2.37
Boiler storage        0.00
Profit production   -20.51
Total               -13.40
Cost after optimize             -13.40
Profit:                          37.79
2026-04-03 16:15:09 info: Doorzetten van alle settings naar HA
2026-04-03 16:15:09 info: Grid set point: 1268.0 W
2026-04-03 16:15:09 info: Cycle cost Accu 1: 4.36 euro
2026-04-03 16:15:09 info: Netto vermogen naar(+)/uit(-) omvormer Accu 1: -36000 W  tot: 2026-04-03 16:19
2026-04-03 16:15:09 info: Balanceren: off
2026-04-03 16:15:09 info: Vermogen uit batterij: 11345W
2026-04-03 16:15:09 info: Vermogen dat binnenkomt van pv: 0W
2026-04-03 16:15:09 info: Vermogen dat binnenkomt van ac: -11345W
2026-04-03 16:15:09 info: Waarde SoC na eerste uur: 98.5%
Karpertje schreef op vrijdag 3 april 2026 @ 17:17:
[...]


En om 16:15 had ik weer wat raars wat ik al een paar keer eerder heb gezien. In de grafiek zie ik dat hij niet gaat ontladen, maar ineens gaat hij toch ontladen, terwijl de prijs toen negatief was om terug te leveren (bij mij in iedergeval)

[Afbeelding]


[...]
Wat ik uit de grafiek van 16:00 uur lees is dat DAO berekent om te ontladen zodat er net zoveel geproduceerd wordt door pv, wind en accu als de belasting van de aansluiting: nul op de meter dus. In dat geval zou de input_boolean.dao_accu_balance_switch op aan gezet moeten zijn. Je zou in die situatie Victron op "nom" moeten zetten.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer

Karpertje schreef op vrijdag 3 april 2026 @ 16:30:
[...]


Ik stuur Victron nu in HA aan op basis van:
energieverbruik - pv - wind + entity set power feedin
En wanneer balance switch aan staat wordt ac powersetpoint op 0 gezet zodat er gebalanceerd wordt door victron zelf.

Ben wel eens benieuwd wat nu de beste manier is om de accu aan te sturen met behulp van de entities welke uit DAO kunnen komen.

Ik zag vanmorgen dat de accu eerder leeg was dan gisteren gepland door DAO, en er op het duurste moment stroom van het net wou gebruiken. Het lijkt erop dat het ontladen in de praktijk te agressief gaat.

Ik stuur hier de config even, zou je eens willen kijken? Niet dat ik misschien iets verkeerd heb staan o.i.d.

[...]
Dat de accu eerder leeg is dan gepland kan verschillende oorzaken hebben. Je zult zelf op onderzoek uit moeten (met meetapparatuur, meters en analyse) wat de oorza(a)k(en) zijn. Om er een paar te noemen:
  • De voorspelling van de productie van zon en wind was hoger dan het feitelijk was ( dus hou rekening met een veiligheidsmarge als je gaat sturen op "nom")
  • Klopt de capaciteit van de accu
  • Kloppen de opgegeven efficiencies
  • Kloppen de meters die de producties van pv en wind meten

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • Karpertje
  • Registratie: Januari 2013
  • Laatst online: 08-05 15:52
KC27 schreef op vrijdag 3 april 2026 @ 21:58:
[...]

Wat ik uit de grafiek van 16:00 uur lees is dat DAO berekent om te ontladen zodat er net zoveel geproduceerd wordt door pv, wind en accu als de belasting van de aansluiting: nul op de meter dus. In dat geval zou de input_boolean.dao_accu_balance_switch op aan gezet moeten zijn. Je zou in die situatie Victron op "nom" moeten zetten.
Dankjewel voor je antwoord. Op de grafiek van 16:00 lees ik het inderdaad ook als 'nul-op-de-meter'.

Alleen in de log van 16:15 staat vervolgens:

2026-04-03 16:15:09 info: Netto vermogen naar(+)/uit(-) omvormer Accu 1: -36000 W tot: 2026-04-03 16:19
2026-04-03 16:15:09 info: Balanceren: off

Dus precies dat omslagpunt snap ik niet: om 16:00 lijkt hij nog te willen balanceren, maar om 16:15 ineens niet meer.

Daardoor staat hij in dat kwartier in de praktijk wel ongeveer 9 kW uit de accu te halen, terwijl de terugleverprijs op dat moment negatief was. Dat lijkt mij dan juist ongunstig.

  • Karpertje
  • Registratie: Januari 2013
  • Laatst online: 08-05 15:52
KC27 schreef op vrijdag 3 april 2026 @ 22:09:
[...]

Dat de accu eerder leeg is dan gepland kan verschillende oorzaken hebben. Je zult zelf op onderzoek uit moeten (met meetapparatuur, meters en analyse) wat de oorza(a)k(en) zijn. Om er een paar te noemen:
  • De voorspelling van de productie van zon en wind was hoger dan het feitelijk was ( dus hou rekening met een veiligheidsmarge als je gaat sturen op "nom")
  • Klopt de capaciteit van de accu
  • Kloppen de opgegeven efficiencies
  • Kloppen de meters die de producties van pv en wind meten
Top bedankt. Kan er weer wat mee. _/-\o_ Ik ga in iedergeval eens op onderzoek uit.

[ Voor 3% gewijzigd door Karpertje op 03-04-2026 22:41 ]

Karpertje schreef op vrijdag 3 april 2026 @ 22:40:
[...]

Dankjewel voor je antwoord. Op de grafiek van 16:00 lees ik het inderdaad ook als 'nul-op-de-meter'.

Alleen in de log van 16:15 staat vervolgens:

2026-04-03 16:15:09 info: Netto vermogen naar(+)/uit(-) omvormer Accu 1: -36000 W tot: 2026-04-03 16:19
2026-04-03 16:15:09 info: Balanceren: off

Dus precies dat omslagpunt snap ik niet: om 16:00 lijkt hij nog te willen balanceren, maar om 16:15 ineens niet meer.

Daardoor staat hij in dat kwartier in de praktijk wel ongeveer 9 kW uit de accu te halen, terwijl de terugleverprijs op dat moment negatief was. Dat lijkt mij dan juist ongunstig.
Dan wijkt het resultaat van de berekening van 16:15 af van wat de berekening om 16:00 uur voor 16:15 berekende..
Heb je voor mij de grafiek en de logging (tussen quote-tags ;) ) van de berekening om 16:15?

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • Karpertje
  • Registratie: Januari 2013
  • Laatst online: 08-05 15:52
KC27 schreef op zaterdag 4 april 2026 @ 11:09:
[...]

Dan wijkt het resultaat van de berekening van 16:15 af van wat de berekening om 16:00 uur voor 16:15 berekende..
Heb je voor mij de grafiek en de logging (tussen quote-tags ;) ) van de berekening om 16:15?
Hierbij de grafiek en log van 16:00 uur

Afbeeldingslocatie: https://tweakers.net/i/_fe4S40yjvx_1g-UkfBlubXo02g=/x800/filters:strip_exif()/f/image/tRLMY8gZn0TkZieDj7E7usbT.png?f=fotoalbum_large
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
2026-04-03 16:00:00 info: Day Ahead Optimalisering versie: 2026.03.3.rc5
2026-04-03 16:00:00 info: Day Ahead Optimalisering gestart op: 03-04-2026 16:00:00
2026-04-03 16:00:00 info: Day Ahead Optimalisatie gestart: 03-04-2026 16:00:00 taak: calc_optimum
2026-04-03 16:00:00 info: Debug = False
2026-04-03 16:00:00 info: Zelf berekende baseload
2026-04-03 16:00:00 info: ML prediction PV_stal
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.593
1  2026-04-03 17:00:00+02:00       0.404
2  2026-04-03 18:00:00+02:00       0.111
3  2026-04-03 19:00:00+02:00       0.079
4  2026-04-03 20:00:00+02:00       0.079
5  2026-04-03 21:00:00+02:00       0.079
6  2026-04-03 22:00:00+02:00       0.079
7  2026-04-03 23:00:00+02:00       0.079
8  2026-04-04 00:00:00+02:00       0.079
9  2026-04-04 01:00:00+02:00       0.079
10 2026-04-04 02:00:00+02:00       0.057
11 2026-04-04 03:00:00+02:00       0.057
12 2026-04-04 04:00:00+02:00       0.057
13 2026-04-04 05:00:00+02:00       0.057
14 2026-04-04 06:00:00+02:00       0.209
15 2026-04-04 07:00:00+02:00       3.075
16 2026-04-04 08:00:00+02:00       6.528
17 2026-04-04 09:00:00+02:00      13.914
18 2026-04-04 10:00:00+02:00      26.043
19 2026-04-04 11:00:00+02:00      35.417
20 2026-04-04 12:00:00+02:00      19.031
21 2026-04-04 13:00:00+02:00      17.597
22 2026-04-04 14:00:00+02:00      21.902
23 2026-04-04 15:00:00+02:00      25.801
24 2026-04-04 16:00:00+02:00       7.952
25 2026-04-04 17:00:00+02:00       1.195
26 2026-04-04 18:00:00+02:00       0.404
27 2026-04-04 19:00:00+02:00       0.079
28 2026-04-04 20:00:00+02:00       0.079
29 2026-04-04 21:00:00+02:00       0.079
30 2026-04-04 22:00:00+02:00       0.079
31 2026-04-04 23:00:00+02:00       0.079
2026-04-03 16:00:00 info: ML prediction PV_loods
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.062
1  2026-04-03 17:00:00+02:00       0.046
2  2026-04-03 18:00:00+02:00       0.013
3  2026-04-03 19:00:00+02:00       0.009
4  2026-04-03 20:00:00+02:00       0.007
5  2026-04-03 21:00:00+02:00       0.007
6  2026-04-03 22:00:00+02:00       0.007
7  2026-04-03 23:00:00+02:00       0.008
8  2026-04-04 00:00:00+02:00       0.010
9  2026-04-04 01:00:00+02:00       0.013
10 2026-04-04 02:00:00+02:00       0.000
11 2026-04-04 03:00:00+02:00       0.000
12 2026-04-04 04:00:00+02:00       0.006
13 2026-04-04 05:00:00+02:00       0.006
14 2026-04-04 06:00:00+02:00       0.022
15 2026-04-04 07:00:00+02:00       0.326
16 2026-04-04 08:00:00+02:00       0.685
17 2026-04-04 09:00:00+02:00       1.667
18 2026-04-04 10:00:00+02:00       3.119
19 2026-04-04 11:00:00+02:00       4.307
20 2026-04-04 12:00:00+02:00       2.197
21 2026-04-04 13:00:00+02:00       1.945
22 2026-04-04 14:00:00+02:00       2.554
23 2026-04-04 15:00:00+02:00       2.991
24 2026-04-04 16:00:00+02:00       0.826
25 2026-04-04 17:00:00+02:00       0.148
26 2026-04-04 18:00:00+02:00       0.063
27 2026-04-04 19:00:00+02:00       0.026
28 2026-04-04 20:00:00+02:00       0.025
29 2026-04-04 21:00:00+02:00       0.012
30 2026-04-04 22:00:00+02:00       0.012
31 2026-04-04 23:00:00+02:00       0.003
2026-04-03 16:00:00 info: ML prediction Windmolen
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       9.539
1  2026-04-03 17:00:00+02:00      13.618
2  2026-04-03 18:00:00+02:00      13.513
3  2026-04-03 19:00:00+02:00      13.513
4  2026-04-03 20:00:00+02:00       9.539
5  2026-04-03 21:00:00+02:00       9.539
6  2026-04-03 22:00:00+02:00       7.295
7  2026-04-03 23:00:00+02:00       8.873
8  2026-04-04 00:00:00+02:00      10.358
9  2026-04-04 01:00:00+02:00       8.873
10 2026-04-04 02:00:00+02:00       7.332
11 2026-04-04 03:00:00+02:00       6.250
12 2026-04-04 04:00:00+02:00       5.409
13 2026-04-04 05:00:00+02:00       1.824
14 2026-04-04 06:00:00+02:00       1.824
15 2026-04-04 07:00:00+02:00       3.922
16 2026-04-04 08:00:00+02:00       1.828
17 2026-04-04 09:00:00+02:00       4.669
18 2026-04-04 10:00:00+02:00       4.040
19 2026-04-04 11:00:00+02:00       3.759
20 2026-04-04 12:00:00+02:00       1.848
21 2026-04-04 13:00:00+02:00       1.968
22 2026-04-04 14:00:00+02:00       1.862
23 2026-04-04 15:00:00+02:00       4.950
24 2026-04-04 16:00:00+02:00       2.029
25 2026-04-04 17:00:00+02:00       5.172
26 2026-04-04 18:00:00+02:00       5.301
27 2026-04-04 19:00:00+02:00       5.301
28 2026-04-04 20:00:00+02:00       9.093
29 2026-04-04 21:00:00+02:00      12.355
30 2026-04-04 22:00:00+02:00       8.861
31 2026-04-04 23:00:00+02:00      10.096
2026-04-03 16:00:00 info: ML prediction pv_Huawei_1
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.470
1  2026-04-03 17:00:00+02:00       0.336
2  2026-04-03 18:00:00+02:00       0.092
3  2026-04-03 19:00:00+02:00       0.050
4  2026-04-03 20:00:00+02:00       0.050
5  2026-04-03 21:00:00+02:00       0.050
6  2026-04-03 22:00:00+02:00       0.050
7  2026-04-03 23:00:00+02:00       0.050
8  2026-04-04 00:00:00+02:00       0.050
9  2026-04-04 01:00:00+02:00       0.050
10 2026-04-04 02:00:00+02:00       0.050
11 2026-04-04 03:00:00+02:00       0.050
12 2026-04-04 04:00:00+02:00       0.050
13 2026-04-04 05:00:00+02:00       0.050
14 2026-04-04 06:00:00+02:00       0.185
15 2026-04-04 07:00:00+02:00       2.924
16 2026-04-04 08:00:00+02:00       7.209
17 2026-04-04 09:00:00+02:00      14.402
18 2026-04-04 10:00:00+02:00      18.292
19 2026-04-04 11:00:00+02:00      22.412
20 2026-04-04 12:00:00+02:00       9.935
21 2026-04-04 13:00:00+02:00       9.176
22 2026-04-04 14:00:00+02:00      11.765
23 2026-04-04 15:00:00+02:00      12.847
24 2026-04-04 16:00:00+02:00       4.550
25 2026-04-04 17:00:00+02:00       0.827
26 2026-04-04 18:00:00+02:00       0.346
27 2026-04-04 19:00:00+02:00       0.060
28 2026-04-04 20:00:00+02:00       0.060
29 2026-04-04 21:00:00+02:00       0.060
30 2026-04-04 22:00:00+02:00       0.050
31 2026-04-04 23:00:00+02:00       0.050
2026-04-03 16:00:00 info: ML prediction pv_Huawei_2
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.532
1  2026-04-03 17:00:00+02:00       0.371
2  2026-04-03 18:00:00+02:00       0.077
3  2026-04-03 19:00:00+02:00       0.031
4  2026-04-03 20:00:00+02:00       0.031
5  2026-04-03 21:00:00+02:00       0.031
6  2026-04-03 22:00:00+02:00       0.031
7  2026-04-03 23:00:00+02:00       0.031
8  2026-04-04 00:00:00+02:00       0.054
9  2026-04-04 01:00:00+02:00       0.031
10 2026-04-04 02:00:00+02:00       0.049
11 2026-04-04 03:00:00+02:00       0.026
12 2026-04-04 04:00:00+02:00       0.026
13 2026-04-04 05:00:00+02:00       0.036
14 2026-04-04 06:00:00+02:00       0.188
15 2026-04-04 07:00:00+02:00       3.340
16 2026-04-04 08:00:00+02:00       8.805
17 2026-04-04 09:00:00+02:00      15.320
18 2026-04-04 10:00:00+02:00      18.004
19 2026-04-04 11:00:00+02:00      20.241
20 2026-04-04 12:00:00+02:00      11.750
21 2026-04-04 13:00:00+02:00      11.165
22 2026-04-04 14:00:00+02:00      13.664
23 2026-04-04 15:00:00+02:00      15.100
24 2026-04-04 16:00:00+02:00       5.154
25 2026-04-04 17:00:00+02:00       0.966
26 2026-04-04 18:00:00+02:00       0.384
27 2026-04-04 19:00:00+02:00       0.060
28 2026-04-04 20:00:00+02:00       0.060
29 2026-04-04 21:00:00+02:00       0.060
30 2026-04-04 22:00:00+02:00       0.031
31 2026-04-04 23:00:00+02:00       0.054
2026-04-03 16:00:00 info: Start waarden: 
       uur                tijd   spot   p_l    p_t  base  pv_ac  pv_dc
0    16:00 2026-04-03 16:00:00  0.003 0.134 -0.022 5.440  2.463      0
1    16:15 2026-04-03 16:15:00  0.012 0.143 -0.013 5.472  2.687      0
2    16:30 2026-04-03 16:30:00  0.033 0.164  0.008 5.503  2.911      0
3    16:45 2026-04-03 16:45:00  0.049 0.180  0.024 5.171  3.134      0
4    17:00 2026-04-03 17:00:00  0.044 0.175  0.019 4.367  3.429      0
5    17:15 2026-04-03 17:15:00  0.063 0.194  0.038 4.035  3.653      0
6    17:30 2026-04-03 17:30:00  0.079 0.210  0.054 3.703  3.877      0
7    17:45 2026-04-03 17:45:00  0.093 0.224  0.068 4.172  3.816      0
8    18:00 2026-04-03 18:00:00  0.082 0.213  0.057 5.453  3.529      0
9    18:15 2026-04-03 18:15:00  0.099 0.230  0.074 5.922  3.469      0
10   18:30 2026-04-03 18:30:00  0.108 0.239  0.083 6.390  3.408      0
11   18:45 2026-04-03 18:45:00  0.111 0.242  0.086 6.012  3.400      0
12   19:00 2026-04-03 19:00:00  0.130 0.261  0.105 4.964  3.492      0
13   19:15 2026-04-03 19:15:00  0.120 0.251  0.095 4.586  3.484      0
14   19:30 2026-04-03 19:30:00  0.125 0.256  0.100 4.208  3.477      0
15   19:45 2026-04-03 19:45:00  0.124 0.255  0.099 3.971  3.228      0
16   20:00 2026-04-03 20:00:00  0.134 0.265  0.109 3.816  2.737      0
17   20:15 2026-04-03 20:15:00  0.122 0.253  0.097 3.578  2.489      0
18   20:30 2026-04-03 20:30:00  0.117 0.248  0.092 3.340  2.240      0
19   20:45 2026-04-03 20:45:00  0.113 0.244  0.088 3.192  2.240      0
20   21:00 2026-04-03 21:00:00  0.119 0.250  0.094 3.048  2.461      0
21   21:15 2026-04-03 21:15:00  0.109 0.240  0.084 2.900  2.461      0
22   21:30 2026-04-03 21:30:00  0.105 0.236  0.080 2.753  2.461      0
23   21:45 2026-04-03 21:45:00  0.104 0.235  0.079 2.859  2.321      0
24   22:00 2026-04-03 22:00:00  0.106 0.237  0.081 3.197  2.016      0
25   22:15 2026-04-03 22:15:00  0.102 0.233  0.077 3.303  1.876      0
26   22:30 2026-04-03 22:30:00  0.100 0.231  0.075 3.409  1.736      0
27   22:45 2026-04-03 22:45:00  0.095 0.226  0.070 3.348  1.834      0
28   23:00 2026-04-03 23:00:00  0.095 0.226  0.070 3.160  2.113      0
29   23:15 2026-04-03 23:15:00  0.089 0.220  0.064 3.099  2.212      0
30   23:30 2026-04-03 23:30:00  0.076 0.207  0.051 3.039  2.311      0
31   23:45 2026-04-03 23:45:00  0.064 0.195  0.039 2.987  2.405      0
32   00:00 2026-04-04 00:00:00  0.028 0.159  0.003 2.923  2.543      0
33   00:15 2026-04-04 00:15:00  0.018 0.149 -0.007 2.871  2.638      0
34   00:30 2026-04-04 00:30:00  0.014 0.145 -0.011 2.819  2.732      0
35   00:45 2026-04-04 00:45:00  0.010 0.141 -0.015 2.839  2.638      0
36   01:00 2026-04-04 01:00:00  0.024 0.155 -0.001 2.925  2.403      0
37   01:15 2026-04-04 01:15:00  0.018 0.149 -0.007 2.945  2.309      0
38   01:30 2026-04-04 01:30:00  0.017 0.148 -0.008 2.966  2.215      0
39   01:45 2026-04-04 01:45:00  0.013 0.144 -0.012 2.941  2.118      0
40   02:00 2026-04-04 02:00:00  0.018 0.149 -0.007 2.893  2.011      0
41   02:15 2026-04-04 02:15:00  0.020 0.151 -0.005 2.869  1.914      0
42   02:30 2026-04-04 02:30:00  0.020 0.151 -0.005 2.845  1.817      0
43   02:45 2026-04-04 02:45:00  0.017 0.148 -0.008 2.785  1.748      0
44   03:00 2026-04-04 03:00:00  0.027 0.158  0.002 2.674  1.695      0
45   03:15 2026-04-04 03:15:00  0.047 0.178  0.022 2.614  1.626      0
46   03:30 2026-04-04 03:30:00  0.050 0.181  0.025 2.554  1.557      0
47   03:45 2026-04-04 03:45:00  0.053 0.184  0.028 2.592  1.505      0
48   04:00 2026-04-04 04:00:00  0.044 0.175  0.019 2.607  1.508      0
49   04:15 2026-04-04 04:15:00  0.060 0.191  0.035 2.646  1.456      0
50   04:30 2026-04-04 04:30:00  0.061 0.193  0.036 2.684  1.403      0
51   04:45 2026-04-04 04:45:00  0.071 0.202  0.046 3.110  1.180      0
52   05:00 2026-04-04 05:00:00  0.047 0.178  0.022 3.968  0.765      0
53   05:15 2026-04-04 05:15:00  0.067 0.198  0.042 4.394  0.542      0
54   05:30 2026-04-04 05:30:00  0.075 0.206  0.050 4.820  0.318      0
55   05:45 2026-04-04 05:45:00  0.135 0.266  0.110 4.680  0.347      0
56   06:00 2026-04-04 06:00:00  0.066 0.197  0.041 4.089  0.423      0
57   06:15 2026-04-04 06:15:00  0.093 0.224  0.068 3.950  0.430      0
58   06:30 2026-04-04 06:30:00  0.118 0.249  0.093 3.811  0.454      0
59   06:45 2026-04-04 06:45:00  0.230 0.361  0.205 3.782  1.151      0
60   07:00 2026-04-04 07:00:00  0.139 0.270  0.114 3.831  2.346      0
61   07:15 2026-04-04 07:15:00  0.210 0.341  0.185 3.803  3.043      0
62   07:30 2026-04-04 07:30:00  0.251 0.382  0.226 3.775  3.741      0
63   07:45 2026-04-04 07:45:00  0.260 0.391  0.235 3.769  4.457      0
64   08:00 2026-04-04 08:00:00  0.301 0.432  0.276 3.770  4.978      0
65   08:15 2026-04-04 08:15:00  0.157 0.288  0.132 3.765  5.695      0
66   08:30 2026-04-04 08:30:00  0.129 0.260  0.104 3.759  6.412      0
67   08:45 2026-04-04 08:45:00  0.097 0.228  0.072 3.794  7.969      0
68   09:00 2026-04-04 09:00:00  0.262 0.393  0.237 3.860 10.241      0
69   09:15 2026-04-04 09:15:00  0.148 0.279  0.123 3.895 11.798      0
70   09:30 2026-04-04 09:30:00  0.105 0.236  0.080 3.930 13.356      0
71   09:45 2026-04-04 09:45:00  0.069 0.200  0.044 3.964 14.576      0
72   10:00 2026-04-04 10:00:00  0.167 0.298  0.142 3.931 15.589      0
73   10:15 2026-04-04 10:15:00  0.100 0.231  0.075 3.966 16.810      0
74   10:30 2026-04-04 10:30:00  0.080 0.211  0.055 4.000 18.030      0
75   10:45 2026-04-04 10:45:00  0.066 0.197  0.041 4.300 19.070      0
76   11:00 2026-04-04 11:00:00  0.075 0.206  0.050 4.865 20.881      0
77   11:15 2026-04-04 11:15:00  0.064 0.195  0.039 5.165 21.920      0
78   11:30 2026-04-04 11:30:00  0.040 0.171  0.015 5.466 22.960      0
79   11:45 2026-04-04 11:45:00  0.011 0.142 -0.014 5.504 20.374      0
80   12:00 2026-04-04 12:00:00  0.035 0.166  0.010 5.362 14.468      0
81   12:15 2026-04-04 12:15:00  0.020 0.151 -0.005 5.400 11.882      0
82   12:30 2026-04-04 12:30:00  0.006 0.137 -0.019 5.438  9.296      0
83   12:45 2026-04-04 12:45:00  0.001 0.132 -0.024 5.407  9.114      0
84   13:00 2026-04-04 13:00:00  0.000 0.131 -0.025 5.300 10.535      0
85   13:15 2026-04-04 13:15:00  0.000 0.131 -0.025 5.268 10.353      0
86   13:30 2026-04-04 13:30:00  0.000 0.131 -0.025 5.236 10.171      0
87   13:45 2026-04-04 13:45:00  0.000 0.131 -0.025 5.298 10.790      0
88   14:00 2026-04-04 14:00:00  0.000 0.131 -0.025 5.475 12.009      0
89   14:15 2026-04-04 14:15:00  0.000 0.131 -0.025 5.537 12.627      0
90   14:30 2026-04-04 14:30:00  0.000 0.131 -0.025 5.598 13.246      0
91   14:45 2026-04-04 14:45:00  0.000 0.131 -0.025 5.480 13.867      0
92   15:00 2026-04-04 15:00:00  0.000 0.131 -0.025 5.173 15.289      0
93   15:15 2026-04-04 15:15:00  0.000 0.131 -0.025 5.054 15.911      0
94   15:30 2026-04-04 15:30:00  0.000 0.131 -0.025 4.935 16.532      0
95   15:45 2026-04-04 15:45:00  0.000 0.131 -0.025 5.028 13.958      0
96   16:00 2026-04-04 16:00:00 -0.000 0.131 -0.025 5.308  8.536      0
97   16:15 2026-04-04 16:15:00  0.002 0.133 -0.023 5.401  5.962      0
98   16:30 2026-04-04 16:30:00  0.006 0.137 -0.019 5.494  3.388      0
99   16:45 2026-04-04 16:45:00  0.033 0.164  0.008 5.468  2.625      0
100  17:00 2026-04-04 17:00:00  0.012 0.143 -0.013 5.347  3.058      0
101  17:15 2026-04-04 17:15:00  0.042 0.173  0.017 5.321  2.296      0
102  17:30 2026-04-04 17:30:00  0.079 0.210  0.054 5.296  1.539      0
103  17:45 2026-04-04 17:45:00  0.086 0.217  0.061 5.301  1.475      0
104  18:00 2026-04-04 18:00:00  0.053 0.184  0.028 5.427  1.781      0
105  18:15 2026-04-04 18:15:00  0.080 0.211  0.055 5.432  1.668      0
106  18:30 2026-04-04 18:30:00  0.104 0.235  0.079 5.437  1.555      0
107  18:45 2026-04-04 18:45:00  0.140 0.271  0.115 5.048  1.494      0
108  19:00 2026-04-04 19:00:00  0.110 0.241  0.085 4.221  1.398      0
109  19:15 2026-04-04 19:15:00  0.120 0.251  0.095 3.833  1.338      0
110  19:30 2026-04-04 19:30:00  0.147 0.278  0.122 3.444  1.277      0
111  19:45 2026-04-04 19:45:00  0.150 0.281  0.125 3.629  1.514      0
112  20:00 2026-04-04 20:00:00  0.156 0.287  0.131 4.303  1.983      0
113  20:15 2026-04-04 20:15:00  0.122 0.253  0.097 4.488  2.219      0
114  20:30 2026-04-04 20:30:00  0.116 0.247  0.091 4.672  2.456      0
115  20:45 2026-04-04 20:45:00  0.097 0.228  0.072 4.616  2.659      0
116  21:00 2026-04-04 21:00:00  0.122 0.253  0.097 4.408  2.943      0
117  21:15 2026-04-04 21:15:00  0.095 0.226  0.070 4.352  3.146      0
118  21:30 2026-04-04 21:30:00  0.088 0.219  0.063 4.295  3.349      0
119  21:45 2026-04-04 21:45:00  0.069 0.200  0.044 4.123  3.128      0
120  22:00 2026-04-04 22:00:00  0.100 0.231  0.075 3.860  2.515      0
121  22:15 2026-04-04 22:15:00  0.071 0.202  0.046 3.688  2.294      0
122  22:30 2026-04-04 22:30:00  0.064 0.195  0.039 3.516  2.073      0
123  22:45 2026-04-04 22:45:00  0.052 0.183  0.027 3.361  2.151      0
124  23:00 2026-04-04 23:00:00  0.065 0.196  0.040 3.218  2.453      0
125  23:15 2026-04-04 23:15:00  0.042 0.173  0.017 3.063  2.531      0
126  23:30 2026-04-04 23:30:00  0.035 0.166  0.010 2.908  2.609      0
127  23:45 2026-04-04 23:45:00  0.022 0.153 -0.003 2.753  2.688      0
2026-04-03 16:00:00 info: No reduced hours applied for Accu 1
2026-04-03 16:00:00 info: No reduced power applied during discharging at low soc
2026-04-03 16:00:00 info: No reduced power applied during charging at high soc
2026-04-03 16:00:00 info: Startwaarde SoC Accu 1: 99.0%
2026-04-03 16:00:00 info: Boiler niet aanwezig of staat uit, boiler wordt niet ingepland
2026-04-03 16:00:00 info: Warmtepomp niet aanwezig - warmtepomp wordt niet ingepland
2026-04-03 16:00:00 info: Strategie: minimale levering
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
2026-04-03 16:00:03 info: Eerste berekening
2026-04-03 16:00:03 info: Kosten (euro): 8.68  
2026-04-03 16:00:03 info: Levering (kWh): 0.00  
2026-04-03 16:00:03 info: Herberekening
2026-04-03 16:00:03 info: Kosten (euro): -12.63
2026-04-03 16:00:03 info: Levering (kWh): 0.00  
2026-04-03 16:00:03 info: Het programma heeft een optimale oplossing gevonden.
2026-04-03 16:00:03 info: Ontlaad volume in uur 0 16:00 2.977122691962869 kWh
2026-04-03 16:00:03 info: 8 0.24809355766357244 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 1 16:15 2.784615733359009 kWh
2026-04-03 16:00:03 info: 6 0.4641026222265016 24.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 2 16:30 2.5921089023463435 kWh
2026-04-03 16:00:03 info: 8 0.21600907519552862 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 3 16:45 2.0366020778529346 kWh
2026-04-03 16:00:03 info: 8 0.16971683982107788 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 4 17:00 0.937651671731844 kWh
2026-04-03 16:00:03 info: 4 0.6251011144878961 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 5 17:15 0.382144608819857 kWh
2026-04-03 16:00:03 info: 8 0.031845384068321415 48.0
2026-04-03 16:00:03 info: Laad volume in uur 6 17:30 0.0 kWh
2026-04-03 16:00:03 info: 1 0.8065511075034757 0.5
2026-04-03 16:00:03 info: 2 0.1934488924965242 1.5
2026-04-03 16:00:03 info: Ontlaad volume in uur 7 17:45 0.3559051168430595 kWh
2026-04-03 16:00:03 info: 9 0.029053478925964042 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 8 18:00 1.9236055136672219 kWh
2026-04-03 16:00:03 info: 10 0.15388844109337776 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 9 18:15 2.4528728578253647 kWh
2026-04-03 16:00:03 info: 9 0.20023451900615225 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 10 18:30 2.9821401996552024 kWh
2026-04-03 16:00:03 info: 9 0.2434400162983839 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 11 18:45 2.611999052151573 kWh
2026-04-03 16:00:03 info: 5 0.8706663507171908 12.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 12 19:00 1.4720821191943265 kWh
2026-04-03 16:00:03 info: 8 0.12267350993286055 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 13 19:15 1.1019409719235274 kWh
2026-04-03 16:00:03 info: 4 0.7346273146156849 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 14 19:30 0.7317998253512197 kWh
2026-04-03 16:00:03 info: 6 0.12196663755853661 24.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 15 19:45 0.7425363588794135 kWh
2026-04-03 16:00:03 info: 4 0.4950242392529424 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 16 20:00 1.0785813096801287 kWh
2026-04-03 16:00:03 info: 4 0.7190542064534191 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 17 20:15 1.0893178430919077 kWh
2026-04-03 16:00:03 info: 7 0.12103531589910092 36.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 18 20:30 1.1000543765036854 kWh
2026-04-03 16:00:03 info: 5 0.3666847921678952 12.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 19 20:45 0.9521902806612192 kWh
2026-04-03 16:00:03 info: 4 0.6347935204408128 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 20 21:00 0.5868403340519872 kWh
2026-04-03 16:00:03 info: 6 0.09780672234199786 24.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 21 21:15 0.43897623832593696 kWh
2026-04-03 16:00:03 info: 9 0.0358347949653826 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 22 21:30 0.291112142483471 kWh
2026-04-03 16:00:03 info: 8 0.024259345206955923 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 23 21:45 0.5373895625274162 kWh
2026-04-03 16:00:03 info: 7 0.05970995139193514 36.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 24 22:00 1.1807009366250132 kWh
2026-04-03 16:00:03 info: 8 0.0983917447187511 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 25 22:15 1.4269783566689593 kWh
2026-04-03 16:00:03 info: 6 0.2378297261114932 24.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 26 22:30 1.673255776712904 kWh
2026-04-03 16:00:03 info: 9 0.1365923083030942 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 27 22:45 1.5138219280850613 kWh
2026-04-03 16:00:03 info: 10 0.12110575424680488 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 28 23:00 1.0468771981438625 kWh
2026-04-03 16:00:03 info: 5 0.3489590660479542 12.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 29 23:15 0.8874431109810249 kWh
2026-04-03 16:00:03 info: 8 0.07395359258175209 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 30 23:30 0.7280092624695969 kWh
2026-04-03 16:00:03 info: 5 0.24266975415653227 12.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 31 23:45 0.5814848947776478 kWh
2026-04-03 16:00:03 info: 4 0.3876565965184318 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 32 00:00 0.37939133107196477 kWh
2026-04-03 16:00:03 info: 4 0.25292755404797657 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 33 00:15 0.2328669643113389 kWh
2026-04-03 16:00:03 info: 9 0.019009548107048073 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 34 00:30 0.08634259661938995 kWh
2026-04-03 16:00:03 info: 10 0.006907407729551195 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 35 00:45 0.20082369502354433 kWh
2026-04-03 16:00:03 info: 9 0.016393771022330153 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 36 01:00 0.5213479113457725 kWh
2026-04-03 16:00:03 info: 9 0.042559013171083473 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 37 01:15 0.635829009982756 kWh
2026-04-03 16:00:03 info: 10 0.05086632079862049 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 38 01:30 0.7503101083869106 kWh
2026-04-03 16:00:03 info: 10 0.060024808670952855 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 39 01:45 0.8236351289832963 kWh
2026-04-03 16:00:03 info: 8 0.06863626074860801 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 40 02:00 0.882140986716607 kWh
2026-04-03 16:00:03 info: 9 0.07201150911972304 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 41 02:15 0.955465890082764 kWh
2026-04-03 16:00:03 info: 4 0.6369772600551761 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 42 02:30 1.0281791211254898 kWh
2026-04-03 16:00:03 info: 10 0.08225432969003921 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 43 02:45 1.0373124390281738 kWh
2026-04-03 16:00:03 info: 7 0.11525693766979711 36.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 44 03:00 0.9784441828522826 kWh
2026-04-03 16:00:03 info: 8 0.08153701523769025 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 45 03:15 0.9875775007549672 kWh
2026-04-03 16:00:03 info: 8 0.08229812506291394 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 46 03:30 0.9967108181919897 kWh
2026-04-03 16:00:03 info: 8 0.08305923484933249 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 47 03:45 1.0874550796332771 kWh
2026-04-03 16:00:03 info: 10 0.08699640637066218 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 48 04:00 1.0995806501057237 kWh
2026-04-03 16:00:03 info: 9 0.0897616857229162 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 49 04:15 1.1902355807154674 kWh
2026-04-03 16:00:03 info: 4 0.7934903871436451 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 50 04:30 1.2808905113834188 kWh
2026-04-03 16:00:03 info: 4 0.853927007588946 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 51 04:45 1.930227721769479 kWh
2026-04-03 16:00:03 info: 8 0.1608523101474566 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 52 05:00 3.202863060788484 kWh
2026-04-03 16:00:03 info: 7 0.35587367342094267 36.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 53 05:15 3.852200211453484 kWh
2026-04-03 16:00:03 info: 9 0.3144653233839579 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 54 05:30 4.501537451641867 kWh
2026-04-03 16:00:03 info: 10 0.3601229961313494 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 55 05:45 4.333728749570669 kWh
2026-04-03 16:00:03 info: 6 0.722288124928445 24.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 56 06:00 3.666215642035008 kWh
2026-04-03 16:00:03 info: 8 0.30551797016958404 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 57 06:15 3.520090741278604 kWh
2026-04-03 16:00:03 info: 6 0.5866817902131006 24.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 58 06:30 3.356969468729571 kWh
2026-04-03 16:00:03 info: 7 0.372996607636619 36.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 59 06:45 10.875 kWh
2026-04-03 16:00:03 info: 9 0.8877551020408162 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 60 07:00 1.485645026631654 kWh
2026-04-03 16:00:03 info: 7 0.16507166962573935 36.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 61 07:15 5.766537723237717 kWh
2026-04-03 16:00:03 info: 10 0.4613230178590173 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 62 07:30 10.874999999999998 kWh
2026-04-03 16:00:03 info: 8 0.9062499999999998 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 63 07:45 10.874999999999998 kWh
2026-04-03 16:00:03 info: 10 0.8699999999999998 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 64 08:00 10.874999999999998 kWh
2026-04-03 16:00:03 info: 9 0.8877551020408162 49.0
2026-04-03 16:00:03 info: Laad volume in uur 67 08:45 0.0 kWh
2026-04-03 16:00:03 info: 5 0.6084288264910381 12.0
2026-04-03 16:00:03 info: 6 0.3915711735089619 24.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 68 09:00 10.875 kWh
2026-04-03 16:00:03 info: 10 0.8699999999999998 50.0
2026-04-03 16:00:03 info: Laad volume in uur 70 09:30 0.0 kWh
2026-04-03 16:00:03 info: 4 0.9130640290235261 6.0
2026-04-03 16:00:03 info: 5 0.08693597097647388 12.0
2026-04-03 16:00:03 info: Laad volume in uur 71 09:45 0.0 kWh
2026-04-03 16:00:03 info: 7 0.4626568769812584 36.0
2026-04-03 16:00:03 info: 8 0.5373431230187417 48.0
2026-04-03 16:00:03 info: Laad volume in uur 73 10:15 0.0 kWh
2026-04-03 16:00:03 info: 9 0.6040839292208361 49.0
2026-04-03 16:00:03 info: 10 0.3959160707791641 55.0
2026-04-03 16:00:03 info: Laad volume in uur 74 10:30 0.0 kWh
2026-04-03 16:00:03 info: 10 1.0 55.0
2026-04-03 16:00:03 info: Laad volume in uur 75 10:45 0.0 kWh
2026-04-03 16:00:03 info: 10 1.0 55.0
2026-04-03 16:00:03 info: Laad volume in uur 76 11:00 0.0 kWh
2026-04-03 16:00:03 info: 10 1.0 55.0
2026-04-03 16:00:03 info: Laad volume in uur 77 11:15 0.0 kWh
2026-04-03 16:00:03 info: 10 0.9999999999999998 55.0
2026-04-03 16:00:03 info: Laad volume in uur 78 11:30 0.0 kWh
2026-04-03 16:00:03 info: 10 1.0 55.0
2026-04-03 16:00:03 info: Laad volume in uur 79 11:45 0.0 kWh
2026-04-03 16:00:03 info: 10 1.0 55.0
2026-04-03 16:00:03 info: Laad volume in uur 80 12:00 0.0 kWh
2026-04-03 16:00:03 info: 7 0.9647105476856229 36.0
2026-04-03 16:00:03 info: 8 0.035289452314377114 48.0
2026-04-03 16:00:03 info: Laad volume in uur 81 12:15 0.0 kWh
2026-04-03 16:00:03 info: 6 0.8393262294928236 24.0
2026-04-03 16:00:03 info: 7 0.16067377050717627 36.0
2026-04-03 16:00:03 info: Laad volume in uur 82 12:30 0.0 kWh
2026-04-03 16:00:03 info: 5 0.7139419709046684 12.0
2026-04-03 16:00:03 info: 6 0.2860580290953315 24.0
2026-04-03 16:00:03 info: Laad volume in uur 83 12:45 0.0 kWh
2026-04-03 16:00:03 info: 5 0.7640583136081698 12.0
2026-04-03 16:00:03 info: 6 0.2359416863918301 24.0
2026-04-03 16:00:03 info: Laad volume in uur 84 13:00 0.0 kWh
2026-04-03 16:00:03 info: 5 0.25473736894130694 12.0
2026-04-03 16:00:03 info: 6 0.7452626310586931 24.0
2026-04-03 16:00:03 info: Laad volume in uur 85 13:15 0.0 kWh
2026-04-03 16:00:03 info: 5 0.3048535427649816 12.0
2026-04-03 16:00:03 info: 6 0.6951464572350184 24.0
2026-04-03 16:00:03 info: Laad volume in uur 86 13:30 0.0 kWh
2026-04-03 16:00:03 info: 5 0.35496987553437537 12.0
2026-04-03 16:00:03 info: 6 0.6450301244656247 24.0
2026-04-03 16:00:03 info: Laad volume in uur 87 13:45 0.0 kWh
2026-04-03 16:00:03 info: 5 0.16933660535017597 12.0
2026-04-03 16:00:03 info: 6 0.8306633946498241 24.0
2026-04-03 16:00:03 info: Laad volume in uur 88 14:00 0.0 kWh
2026-04-03 16:00:03 info: 6 0.8221563518047339 24.0
2026-04-03 16:00:03 info: 7 0.1778436481952661 36.0
2026-04-03 16:00:03 info: Laad volume in uur 89 14:15 0.0 kWh
2026-04-03 16:00:03 info: 6 0.6365229226748153 24.0
2026-04-03 16:00:03 info: 7 0.3634770773251847 36.0
2026-04-03 16:00:03 info: Laad volume in uur 90 14:30 0.0 kWh
2026-04-03 16:00:03 info: 6 0.4508896425565081 24.0
2026-04-03 16:00:03 info: 7 0.5491103574434919 36.0
2026-04-03 16:00:03 info: Laad volume in uur 91 14:45 0.0 kWh
2026-04-03 16:00:03 info: 6 0.2041951194604241 24.0
2026-04-03 16:00:03 info: 7 0.7958048805395759 36.0
2026-04-03 16:00:03 info: Laad volume in uur 92 15:00 0.0 kWh
2026-04-03 16:00:03 info: 7 0.6278428335189827 36.0
2026-04-03 16:00:03 info: 8 0.3721571664810173 48.0
2026-04-03 16:00:03 info: Laad volume in uur 93 15:15 0.0 kWh
2026-04-03 16:00:03 info: 7 0.38114808193842525 36.0
2026-04-03 16:00:03 info: 8 0.6188519180615748 48.0
2026-04-03 16:00:03 info: Laad volume in uur 94 15:30 0.0 kWh
2026-04-03 16:00:03 info: 7 0.13445354890823427 36.0
2026-04-03 16:00:03 info: 8 0.8655464510917656 48.0
2026-04-03 16:00:03 info: Laad volume in uur 95 15:45 0.0 kWh
2026-04-03 16:00:03 info: 6 0.023205573399861196 24.0
2026-04-03 16:00:03 info: 7 0.9767944266001389 36.0
2026-04-03 16:00:03 info: Laad volume in uur 96 16:00 0.0 kWh
2026-04-03 16:00:03 info: 5 0.9242895945310594 12.0
2026-04-03 16:00:03 info: 6 0.07571040546894059 24.0
2026-04-03 16:00:03 info: Laad volume in uur 97 16:15 0.0 kWh
2026-04-03 16:00:03 info: 2 0.5043331906000762 1.5
2026-04-03 16:00:03 info: 3 0.49566680939992375 3.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 98 16:30 2.1053810497522343 kWh
2026-04-03 16:00:03 info: 6 0.3508968416253724 24.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 99 16:45 2.842674178004265 kWh
2026-04-03 16:00:03 info: 6 0.47377902966737756 24.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 100 17:00 2.2880659158155323 kWh
2026-04-03 16:00:03 info: 10 0.18304527326524256 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 101 17:15 3.025358880154788 kWh
2026-04-03 16:00:03 info: 9 0.24696807184937045 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 102 17:30 3.7569636316820976 kWh
2026-04-03 16:00:03 info: 10 0.30055709053456786 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 103 17:45 3.8255274396762244 kWh
2026-04-03 16:00:03 info: 6 0.637587906612704 24.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 104 18:00 3.6456524445619425 kWh
2026-04-03 16:00:03 info: 8 0.30380437038016195 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 105 18:15 3.7636608479078864 kWh
2026-04-03 16:00:03 info: 7 0.41818453865643185 36.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 106 18:30 3.8816692121382808 kWh
2026-04-03 16:00:03 info: 8 0.32347243434485673 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 107 18:45 3.5538887981157754 kWh
2026-04-03 16:00:03 info: 8 0.29615739984298134 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 108 19:00 2.8229368471633633 kWh
2026-04-03 16:00:03 info: 10 0.2258349477730691 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 109 19:15 2.4951564210336654 kWh
2026-04-03 16:00:03 info: 10 0.19961251368269325 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 110 19:30 2.167335462814197 kWh
2026-04-03 16:00:03 info: 9 0.17692534390319978 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 111 19:45 2.1148747136723256 kWh
2026-04-03 16:00:03 info: 9 0.17264283376916945 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 112 20:00 2.3206645482964827 kWh
2026-04-03 16:00:03 info: 6 0.38677742471608045 24.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 113 20:15 2.268203799620271 kWh
2026-04-03 16:00:03 info: 9 0.18515949384655275 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 114 20:30 2.215743050478399 kWh
2026-04-03 16:00:03 info: 5 0.7385810168261331 12.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 115 20:45 1.9564011446870864 kWh
2026-04-03 16:00:03 info: 9 0.1597062158928234 49.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 116 21:00 1.4648546315925206 kWh
2026-04-03 16:00:03 info: 10 0.11718837052740165 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 117 21:15 1.205512964219787 kWh
2026-04-03 16:00:03 info: 4 0.8036753094798581 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 118 21:30 0.9461710584284739 kWh
2026-04-03 16:00:03 info: 10 0.07569368467427792 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 119 21:45 0.9950053035290922 kWh
2026-04-03 16:00:03 info: 7 0.11055614483656585 36.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 120 22:00 1.3454865623167722 kWh
2026-04-03 16:00:03 info: 8 0.11212388019306435 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 121 22:15 1.394320807417389 kWh
2026-04-03 16:00:03 info: 10 0.11154566459339112 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 122 22:30 1.4431550525180068 kWh
2026-04-03 16:00:03 info: 8 0.12026292104316726 48.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 123 22:45 1.2099304145271896 kWh
2026-04-03 16:00:03 info: 7 0.13443671272524335 36.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 124 23:00 0.7651619124301946 kWh
2026-04-03 16:00:03 info: 7 0.08501799027002163 36.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 125 23:15 0.5319375136728629 kWh
2026-04-03 16:00:03 info: 10 0.04255500109382904 50.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 126 23:30 0.2987128756238375 kWh
2026-04-03 16:00:03 info: 4 0.19914191708255835 6.0
2026-04-03 16:00:03 info: Ontlaad volume in uur 127 23:45 0.06540205849893382 kWh
2026-04-03 16:00:03 info: 7 0.007266895388770428 36.0
2026-04-03 16:00:03 info: In- en uitgaande energie per kwartier batterij Accu 1
   uur   ac->    eff   ->dc pv->dc   dc->    eff  ->bat  o_eff    SoC
          kWh      %    kWh    kWh    kWh      %    kWh      %      %
 16:00  -2.98  87.00  -3.42   0.00  -3.42  92.00  -3.72  80.04  97.15
 16:15  -2.78  87.00  -3.20   0.00  -3.20  92.00  -3.48  80.04  95.43
 16:30  -2.59  87.00  -2.98   0.00  -2.98  92.00  -3.24  80.04  93.82
 16:45  -2.04  87.00  -2.34   0.00  -2.34  92.00  -2.54  80.04  92.56
 17:00  -0.94  87.00  -1.08   0.00  -1.08  92.00  -1.17  80.04  91.98
 17:15  -0.38  87.00  -0.44   0.00  -0.44  92.00  -0.48  80.04  91.74
 17:30   0.17  69.72   0.12   0.00   0.12  92.00   0.11  64.14  91.80
 17:45  -0.36  87.00  -0.41   0.00  -0.41  92.00  -0.44  80.04  91.58
 18:00  -1.92  87.00  -2.21   0.00  -2.21  92.00  -2.40  80.04  90.39
 18:15  -2.45  87.00  -2.82   0.00  -2.82  92.00  -3.06  80.04  88.87
 18:30  -2.98  87.00  -3.43   0.00  -3.43  92.00  -3.73  80.04  87.02
 18:45  -2.61  87.00  -3.00   0.00  -3.00  92.00  -3.26  80.04  85.40
 19:00  -1.47  87.00  -1.69   0.00  -1.69  92.00  -1.84  80.04  84.49
 19:15  -1.10  87.00  -1.27   0.00  -1.27  92.00  -1.38  80.04  83.80
 19:30  -0.73  87.00  -0.84   0.00  -0.84  92.00  -0.91  80.04  83.35
 19:45  -0.74  87.00  -0.85   0.00  -0.85  92.00  -0.93  80.04  82.89
 20:00  -1.08  87.00  -1.24   0.00  -1.24  92.00  -1.35  80.04  82.22
 20:15  -1.09  87.00  -1.25   0.00  -1.25  92.00  -1.36  80.04  81.55
 20:30  -1.10  87.00  -1.26   0.00  -1.26  92.00  -1.37  80.04  80.86
 20:45  -0.95  87.00  -1.09   0.00  -1.09  92.00  -1.19  80.04  80.27
 21:00  -0.59  87.00  -0.67   0.00  -0.67  92.00  -0.73  80.04  79.91
 21:15  -0.44  87.00  -0.50   0.00  -0.50  92.00  -0.55  80.04  79.64
 21:30  -0.29  87.00  -0.33   0.00  -0.33  92.00  -0.36  80.04  79.46
 21:45  -0.54  87.00  -0.62   0.00  -0.62  92.00  -0.67  80.04  79.12
 22:00  -1.18  87.00  -1.36   0.00  -1.36  92.00  -1.48  80.04  78.39
 22:15  -1.43  87.00  -1.64   0.00  -1.64  92.00  -1.78  80.04  77.51
 22:30  -1.67  87.00  -1.92   0.00  -1.92  92.00  -2.09  80.04  76.47
 22:45  -1.51  87.00  -1.74   0.00  -1.74  92.00  -1.89  80.04  75.53
 23:00  -1.05  87.00  -1.20   0.00  -1.20  92.00  -1.31  80.04  74.88
 23:15  -0.89  87.00  -1.02   0.00  -1.02  92.00  -1.11  80.04  74.33
 23:30  -0.73  87.00  -0.84   0.00  -0.84  92.00  -0.91  80.04  73.88
 23:45  -0.58  87.00  -0.67   0.00  -0.67  92.00  -0.73  80.04  73.52
 00:00  -0.38  87.00  -0.44   0.00  -0.44  92.00  -0.47  80.04  73.29
 00:15  -0.23  87.00  -0.27   0.00  -0.27  92.00  -0.29  80.04  73.14
 00:30  -0.09  87.00  -0.10   0.00  -0.10  92.00  -0.11  80.04  73.09
 00:45  -0.20  87.00  -0.23   0.00  -0.23  92.00  -0.25  80.04  72.97
 01:00  -0.52  87.00  -0.60   0.00  -0.60  92.00  -0.65  80.04  72.64
 01:15  -0.64  87.00  -0.73   0.00  -0.73  92.00  -0.79  80.04  72.25
 01:30  -0.75  87.00  -0.86   0.00  -0.86  92.00  -0.94  80.04  71.78
 01:45  -0.82  87.00  -0.95   0.00  -0.95  92.00  -1.03  80.04  71.27
 02:00  -0.88  87.00  -1.01   0.00  -1.01  92.00  -1.10  80.04  70.73
 02:15  -0.96  87.00  -1.10   0.00  -1.10  92.00  -1.19  80.04  70.13
 02:30  -1.03  87.00  -1.18   0.00  -1.18  92.00  -1.28  80.04  69.50
 02:45  -1.04  87.00  -1.19   0.00  -1.19  92.00  -1.30  80.04  68.85
 03:00  -0.98  87.00  -1.12   0.00  -1.12  92.00  -1.22  80.04  68.25
 03:15  -0.99  87.00  -1.14   0.00  -1.14  92.00  -1.23  80.04  67.64
 03:30  -1.00  87.00  -1.15   0.00  -1.15  92.00  -1.25  80.04  67.02
 03:45  -1.09  87.00  -1.25   0.00  -1.25  92.00  -1.36  80.04  66.34
 04:00  -1.10  87.00  -1.26   0.00  -1.26  92.00  -1.37  80.04  65.66
 04:15  -1.19  87.00  -1.37   0.00  -1.37  92.00  -1.49  80.04  64.93
 04:30  -1.28  87.00  -1.47   0.00  -1.47  92.00  -1.60  80.04  64.13
 04:45  -1.93  87.00  -2.22   0.00  -2.22  92.00  -2.41  80.04  62.94
 05:00  -3.20  87.00  -3.68   0.00  -3.68  92.00  -4.00  80.04  60.95
 05:15  -3.85  87.00  -4.43   0.00  -4.43  92.00  -4.81  80.04  58.56
 05:30  -4.50  87.00  -5.17   0.00  -5.17  92.00  -5.62  80.04  55.77
 05:45  -4.33  87.00  -4.98   0.00  -4.98  92.00  -5.41  80.04  53.09
 06:00  -3.67  87.00  -4.21   0.00  -4.21  92.00  -4.58  80.04  50.82
 06:15  -3.52  87.00  -4.05   0.00  -4.05  92.00  -4.40  80.04  48.63
 06:30  -3.36  87.00  -3.86   0.00  -3.86  92.00  -4.19  80.04  46.55
 06:45 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  39.81
 07:00  -1.49  87.00  -1.71   0.00  -1.71  92.00  -1.86  80.04  38.89
 07:15  -5.77  87.00  -6.63   0.00  -6.63  92.00  -7.20  80.04  35.32
 07:30 -10.87  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  28.58
 07:45 -10.87  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  21.84
 08:00 -10.87  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  15.10
 08:15   0.00     --   0.00   0.00   0.00     --   0.00     --  15.10
 08:30   0.00     --   0.00   0.00   0.00     --   0.00     --  15.10
 08:45   4.17  86.00   3.59   0.00   3.59  92.00   3.30  79.12  16.74
 09:00 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  10.00
 09:15   0.00     --   0.00   0.00   0.00     --   0.00     --  10.00
 09:30   1.63  86.00   1.40   0.00   1.40  92.00   1.29  79.12  10.64
 09:45  10.61  86.00   9.13   0.00   9.13  92.00   8.40  79.12  14.80
 10:00   0.00     --   0.00   0.00   0.00     --   0.00     --  14.80
 10:15  12.84  86.00  11.05   0.00  11.05  92.00  10.16  79.12  19.85
 10:30  13.75  86.00  11.83   0.00  11.83  92.00  10.88  79.12  25.24
 10:45  13.75  86.00  11.83   0.00  11.83  92.00  10.88  79.12  30.64
 11:00  13.75  86.00  11.83   0.00  11.83  92.00  10.88  79.12  36.03
 11:15  13.75  86.00  11.82   0.00  11.82  92.00  10.88  79.12  41.43
 11:30  13.75  86.00  11.83   0.00  11.83  92.00  10.88  79.12  46.83
 11:45  13.75  86.00  11.83   0.00  11.83  92.00  10.88  79.12  52.22
 12:00   9.11  86.00   7.83   0.00   7.83  92.00   7.20  79.12  55.80
 12:15   6.48  86.00   5.57   0.00   5.57  92.00   5.13  79.12  58.34
 12:30   3.86  86.00   3.32   0.00   3.32  92.00   3.05  79.12  59.86
 12:45   3.71  86.00   3.19   0.00   3.19  92.00   2.93  79.12  61.31
 13:00   5.24  86.00   4.50   0.00   4.50  92.00   4.14  79.12  63.37
 13:15   5.09  86.00   4.37   0.00   4.37  92.00   4.02  79.12  65.36
 13:30   4.94  86.00   4.24   0.00   4.24  92.00   3.90  79.12  67.30
 13:45   5.49  86.00   4.72   0.00   4.72  92.00   4.35  79.12  69.45
 14:00   6.53  86.00   5.62   0.00   5.62  92.00   5.17  79.12  72.02
 14:15   7.09  86.00   6.10   0.00   6.10  92.00   5.61  79.12  74.80
 14:30   7.65  86.00   6.58   0.00   6.58  92.00   6.05  79.12  77.80
 14:45   8.39  86.00   7.21   0.00   7.21  92.00   6.64  79.12  81.09
 15:00  10.12  86.00   8.70   0.00   8.70  92.00   8.00  79.12  85.06
 15:15  10.86  86.00   9.34   0.00   9.34  92.00   8.59  79.12  89.32
 15:30  11.60  86.00   9.97   0.00   9.97  92.00   9.18  79.12  93.88
 15:45   8.93  86.00   7.68   0.00   7.68  92.00   7.07  79.12  97.38
 16:00   3.23  86.00   2.78   0.00   2.78  92.00   2.55  79.12  98.65
 16:15   0.56  86.00   0.48   0.00   0.48  92.00   0.44  79.12  98.87
 16:30  -2.11  87.00  -2.42   0.00  -2.42  92.00  -2.63  80.04  97.56
 16:45  -2.84  87.00  -3.27   0.00  -3.27  92.00  -3.55  80.04  95.80
 17:00  -2.29  87.00  -2.63   0.00  -2.63  92.00  -2.86  80.04  94.38
 17:15  -3.03  87.00  -3.48   0.00  -3.48  92.00  -3.78  80.04  92.51
 17:30  -3.76  87.00  -4.32   0.00  -4.32  92.00  -4.69  80.04  90.18
 17:45  -3.83  87.00  -4.40   0.00  -4.40  92.00  -4.78  80.04  87.81
 18:00  -3.65  87.00  -4.19   0.00  -4.19  92.00  -4.55  80.04  85.55
 18:15  -3.76  87.00  -4.33   0.00  -4.33  92.00  -4.70  80.04  83.22
 18:30  -3.88  87.00  -4.46   0.00  -4.46  92.00  -4.85  80.04  80.81
 18:45  -3.55  87.00  -4.08   0.00  -4.08  92.00  -4.44  80.04  78.61
 19:00  -2.82  87.00  -3.24   0.00  -3.24  92.00  -3.53  80.04  76.86
 19:15  -2.50  87.00  -2.87   0.00  -2.87  92.00  -3.12  80.04  75.31
 19:30  -2.17  87.00  -2.49   0.00  -2.49  92.00  -2.71  80.04  73.97
 19:45  -2.11  87.00  -2.43   0.00  -2.43  92.00  -2.64  80.04  72.66
 20:00  -2.32  87.00  -2.67   0.00  -2.67  92.00  -2.90  80.04  71.22
 20:15  -2.27  87.00  -2.61   0.00  -2.61  92.00  -2.83  80.04  69.82
 20:30  -2.22  87.00  -2.55   0.00  -2.55  92.00  -2.77  80.04  68.44
 20:45  -1.96  87.00  -2.25   0.00  -2.25  92.00  -2.44  80.04  67.23
 21:00  -1.46  87.00  -1.68   0.00  -1.68  92.00  -1.83  80.04  66.32
 21:15  -1.21  87.00  -1.39   0.00  -1.39  92.00  -1.51  80.04  65.57
 21:30  -0.95  87.00  -1.09   0.00  -1.09  92.00  -1.18  80.04  64.99
 21:45  -1.00  87.00  -1.14   0.00  -1.14  92.00  -1.24  80.04  64.37
 22:00  -1.35  87.00  -1.55   0.00  -1.55  92.00  -1.68  80.04  63.54
 22:15  -1.39  87.00  -1.60   0.00  -1.60  92.00  -1.74  80.04  62.67
 22:30  -1.44  87.00  -1.66   0.00  -1.66  92.00  -1.80  80.04  61.78
 22:45  -1.21  87.00  -1.39   0.00  -1.39  92.00  -1.51  80.04  61.03
 23:00  -0.77  87.00  -0.88   0.00  -0.88  92.00  -0.96  80.04  60.56
 23:15  -0.53  87.00  -0.61   0.00  -0.61  92.00  -0.66  80.04  60.23
 23:30  -0.30  87.00  -0.34   0.00  -0.34  92.00  -0.37  80.04  60.04
 23:45  -0.07  87.00  -0.08   0.00  -0.08  92.00  -0.08  80.04  60.00
Totaal  21.72    NaN -41.85   0.00 -41.85    NaN -78.62    NaN    NaN
2026-04-03 16:00:05 info: Berekende prognoses: 
   uur  bat_in  bat_out   cons   prod   base   boil     wp     ev  pv_ac   cost  profit  b_tem
 16:00    0.00     2.98   0.00   0.00   5.44   0.00   0.00   0.00   2.46   0.00    0.00  20.00
 16:15    0.00     2.78   0.00   0.00   5.47   0.00   0.00   0.00   2.69   0.00    0.00  20.00
 16:30    0.00     2.59   0.00   0.00   5.50   0.00   0.00   0.00   2.91   0.00   -0.00  20.00
 16:45    0.00     2.04   0.00   0.00   5.17   0.00   0.00   0.00   3.13   0.00   -0.00  20.00
 17:00    0.00     0.94   0.00   0.00   4.37   0.00   0.00   0.00   3.43   0.00   -0.00  20.00
 17:15    0.00     0.38   0.00   0.00   4.04   0.00   0.00   0.00   3.65   0.00   -0.00  20.00
 17:30    0.17     0.00   0.00   0.00   3.70   0.00   0.00   0.00   3.88   0.00   -0.00  20.00
 17:45    0.00     0.36   0.00   0.00   4.17   0.00   0.00   0.00   3.82   0.00   -0.00  20.00
 18:00    0.00     1.92   0.00   0.00   5.45   0.00   0.00   0.00   3.53   0.00   -0.00  20.00
 18:15    0.00     2.45   0.00   0.00   5.92   0.00   0.00   0.00   3.47   0.00   -0.00  20.00
 18:30    0.00     2.98   0.00   0.00   6.39   0.00   0.00   0.00   3.41   0.00   -0.00  20.00
 18:45    0.00     2.61   0.00   0.00   6.01   0.00   0.00   0.00   3.40   0.00   -0.00  20.00
 19:00    0.00     1.47   0.00   0.00   4.96   0.00   0.00   0.00   3.49   0.00   -0.00  20.00
 19:15    0.00     1.10   0.00   0.00   4.59   0.00   0.00   0.00   3.48   0.00   -0.00  20.00
 19:30    0.00     0.73   0.00   0.00   4.21   0.00   0.00   0.00   3.48   0.00   -0.00  20.00
 19:45    0.00     0.74   0.00   0.00   3.97   0.00   0.00   0.00   3.23   0.00   -0.00  20.00
 20:00    0.00     1.08   0.00   0.00   3.82   0.00   0.00   0.00   2.74   0.00   -0.00  20.00
 20:15    0.00     1.09   0.00   0.00   3.58   0.00   0.00   0.00   2.49   0.00   -0.00  20.00
 20:30    0.00     1.10   0.00   0.00   3.34   0.00   0.00   0.00   2.24   0.00   -0.00  20.00
 20:45    0.00     0.95   0.00   0.00   3.19   0.00   0.00   0.00   2.24   0.00   -0.00  20.00
 21:00    0.00     0.59   0.00   0.00   3.05   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:15    0.00     0.44   0.00   0.00   2.90   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:30    0.00     0.29   0.00   0.00   2.75   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:45    0.00     0.54   0.00   0.00   2.86   0.00   0.00   0.00   2.32   0.00   -0.00  20.00
 22:00    0.00     1.18   0.00   0.00   3.20   0.00   0.00   0.00   2.02   0.00   -0.00  20.00
 22:15    0.00     1.43   0.00   0.00   3.30   0.00   0.00   0.00   1.88   0.00   -0.00  20.00
 22:30    0.00     1.67   0.00   0.00   3.41   0.00   0.00   0.00   1.74   0.00   -0.00  20.00
 22:45    0.00     1.51   0.00   0.00   3.35   0.00   0.00   0.00   1.83   0.00   -0.00  20.00
 23:00    0.00     1.05   0.00   0.00   3.16   0.00   0.00   0.00   2.11   0.00   -0.00  20.00
 23:15    0.00     0.89   0.00   0.00   3.10   0.00   0.00   0.00   2.21   0.00   -0.00  20.00
 23:30    0.00     0.73   0.00   0.00   3.04   0.00   0.00   0.00   2.31   0.00   -0.00  20.00
 23:45    0.00     0.58   0.00   0.00   2.99   0.00   0.00   0.00   2.41   0.00   -0.00  20.00
 00:00    0.00     0.38   0.00   0.00   2.92   0.00   0.00   0.00   2.54   0.00   -0.00  20.00
 00:15    0.00     0.23   0.00   0.00   2.87   0.00   0.00   0.00   2.64   0.00    0.00  20.00
 00:30    0.00     0.09   0.00   0.00   2.82   0.00   0.00   0.00   2.73   0.00    0.00  20.00
 00:45    0.00     0.20   0.00   0.00   2.84   0.00   0.00   0.00   2.64   0.00    0.00  20.00
 01:00    0.00     0.52   0.00   0.00   2.92   0.00   0.00   0.00   2.40   0.00    0.00  20.00
 01:15    0.00     0.64   0.00   0.00   2.95   0.00   0.00   0.00   2.31   0.00    0.00  20.00
 01:30    0.00     0.75   0.00   0.00   2.97   0.00   0.00   0.00   2.22   0.00    0.00  20.00
 01:45    0.00     0.82   0.00   0.00   2.94   0.00   0.00   0.00   2.12   0.00    0.00  20.00
 02:00    0.00     0.88   0.00   0.00   2.89   0.00   0.00   0.00   2.01   0.00    0.00  20.00
 02:15    0.00     0.96   0.00   0.00   2.87   0.00   0.00   0.00   1.91   0.00    0.00  20.00
 02:30    0.00     1.03   0.00   0.00   2.84   0.00   0.00   0.00   1.82   0.00    0.00  20.00
 02:45    0.00     1.04   0.00   0.00   2.79   0.00   0.00   0.00   1.75   0.00    0.00  20.00
 03:00    0.00     0.98   0.00   0.00   2.67   0.00   0.00   0.00   1.70   0.00   -0.00  20.00
 03:15    0.00     0.99   0.00   0.00   2.61   0.00   0.00   0.00   1.63   0.00   -0.00  20.00
 03:30    0.00     1.00   0.00   0.00   2.55   0.00   0.00   0.00   1.56   0.00   -0.00  20.00
 03:45    0.00     1.09   0.00   0.00   2.59   0.00   0.00   0.00   1.50   0.00   -0.00  20.00
 04:00    0.00     1.10   0.00   0.00   2.61   0.00   0.00   0.00   1.51   0.00   -0.00  20.00
 04:15    0.00     1.19   0.00   0.00   2.65   0.00   0.00   0.00   1.46   0.00   -0.00  20.00
 04:30    0.00     1.28   0.00   0.00   2.68   0.00   0.00   0.00   1.40   0.00   -0.00  20.00
 04:45    0.00     1.93   0.00   0.00   3.11   0.00   0.00   0.00   1.18   0.00   -0.00  20.00
 05:00    0.00     3.20   0.00   0.00   3.97   0.00   0.00   0.00   0.77   0.00   -0.00  20.00
 05:15    0.00     3.85   0.00   0.00   4.39   0.00   0.00   0.00   0.54   0.00   -0.00  20.00
 05:30    0.00     4.50   0.00   0.00   4.82   0.00   0.00   0.00   0.32   0.00   -0.00  20.00
 05:45    0.00     4.33   0.00   0.00   4.68   0.00   0.00   0.00   0.35   0.00   -0.00  20.00
 06:00    0.00     3.67   0.00   0.00   4.09   0.00   0.00   0.00   0.42   0.00   -0.00  20.00
 06:15    0.00     3.52   0.00   0.00   3.95   0.00   0.00   0.00   0.43   0.00   -0.00  20.00
 06:30    0.00     3.36   0.00   0.00   3.81   0.00   0.00   0.00   0.45   0.00   -0.00  20.00
 06:45    0.00    10.88   0.00   8.24   3.78   0.00   0.00   0.00   1.15   0.00   -1.69  20.00
 07:00    0.00     1.49   0.00   0.00   3.83   0.00   0.00   0.00   2.35   0.00   -0.00  20.00
 07:15    0.00     5.77   0.00   5.01   3.80   0.00   0.00   0.00   3.04   0.00   -0.93  20.00
 07:30    0.00    10.87   0.00  10.84   3.77   0.00   0.00   0.00   3.74   0.00   -2.45  20.00
 07:45    0.00    10.87   0.00  11.56   3.77   0.00   0.00   0.00   4.46   0.00   -2.72  20.00
 08:00    0.00    10.87   0.00  12.08   3.77   0.00   0.00   0.00   4.98   0.00   -3.34  20.00
 08:15    0.00     0.00   0.00   1.93   3.76   0.00   0.00   0.00   5.70   0.00   -0.26  20.00
 08:30    0.00     0.00   0.00   2.65   3.76   0.00   0.00   0.00   6.41   0.00   -0.28  20.00
 08:45    4.17     0.00   0.00   0.00   3.79   0.00   0.00   0.00   7.97   0.00   -0.00  20.00
 09:00    0.00    10.88   0.00  17.26   3.86   0.00   0.00   0.00  10.24   0.00   -4.09  20.00
 09:15    0.00     0.00   0.00   7.90   3.89   0.00   0.00   0.00  11.80   0.00   -0.97  20.00
 09:30    1.63     0.00   0.00   7.80   3.93   0.00   0.00   0.00  13.36   0.00   -0.62  20.00
 09:45   10.61     0.00   0.00   0.00   3.96   0.00   0.00   0.00  14.58   0.00   -0.00  20.00
 10:00    0.00     0.00   0.00  11.66   3.93   0.00   0.00   0.00  15.59   0.00   -1.66  20.00
 10:15   12.84     0.00   0.00   0.00   3.97   0.00   0.00   0.00  16.81   0.00   -0.00  20.00
 10:30   13.75     0.00   0.00   0.28   4.00   0.00   0.00   0.00  18.03   0.00   -0.02  20.00
 10:45   13.75     0.00   0.00   1.02   4.30   0.00   0.00   0.00  19.07   0.00   -0.04  20.00
 11:00   13.75     0.00   0.00   2.27   4.87   0.00   0.00   0.00  20.88   0.00   -0.11  20.00
 11:15   13.75     0.00   0.00   3.00   5.17   0.00   0.00   0.00  21.92   0.00   -0.12  20.00
 11:30   13.75     0.00   0.00   3.74   5.47   0.00   0.00   0.00  22.96   0.00   -0.05  20.00
 11:45   13.75     0.00   0.00   1.12   5.50   0.00   0.00   0.00  20.37   0.00    0.02  20.00
 12:00    9.11     0.00   0.00   0.00   5.36   0.00   0.00   0.00  14.47   0.00   -0.00  20.00
 12:15    6.48     0.00   0.00   0.00   5.40   0.00   0.00   0.00  11.88   0.00    0.00  20.00
 12:30    3.86     0.00   0.00   0.00   5.44   0.00   0.00   0.00   9.30   0.00    0.00  20.00
 12:45    3.71     0.00   0.00   0.00   5.41   0.00   0.00   0.00   9.11   0.00    0.00  20.00
 13:00    5.24     0.00   0.00   0.00   5.30   0.00   0.00   0.00  10.54   0.00    0.00  20.00
 13:15    5.09     0.00   0.00   0.00   5.27   0.00   0.00   0.00  10.35   0.00    0.00  20.00
 13:30    4.94     0.00   0.00   0.00   5.24   0.00   0.00   0.00  10.17   0.00    0.00  20.00
 13:45    5.49     0.00   0.00   0.00   5.30   0.00   0.00   0.00  10.79   0.00    0.00  20.00
 14:00    6.53     0.00   0.00   0.00   5.47   0.00   0.00   0.00  12.01   0.00    0.00  20.00
 14:15    7.09     0.00   0.00   0.00   5.54   0.00   0.00   0.00  12.63   0.00    0.00  20.00
 14:30    7.65     0.00   0.00   0.00   5.60   0.00   0.00   0.00  13.25   0.00    0.00  20.00
 14:45    8.39     0.00   0.00   0.00   5.48   0.00   0.00   0.00  13.87   0.00    0.00  20.00
 15:00   10.12     0.00   0.00   0.00   5.17   0.00   0.00   0.00  15.29   0.00    0.00  20.00
 15:15   10.86     0.00   0.00   0.00   5.05   0.00   0.00   0.00  15.91   0.00    0.00  20.00
 15:30   11.60     0.00   0.00   0.00   4.94   0.00   0.00   0.00  16.53   0.00    0.00  20.00
 15:45    8.93     0.00   0.00   0.00   5.03   0.00   0.00   0.00  13.96   0.00    0.00  20.00
 16:00    3.23     0.00   0.00   0.00   5.31   0.00   0.00   0.00   8.54   0.00    0.00  20.00
 16:15    0.56     0.00   0.00   0.00   5.40   0.00   0.00   0.00   5.96   0.00    0.00  20.00
 16:30    0.00     2.11   0.00   0.00   5.49   0.00   0.00   0.00   3.39   0.00    0.00  20.00
 16:45    0.00     2.84   0.00   0.00   5.47   0.00   0.00   0.00   2.63   0.00   -0.00  20.00
 17:00    0.00     2.29   0.00   0.00   5.35   0.00   0.00   0.00   3.06   0.00    0.00  20.00
 17:15    0.00     3.03   0.00   0.00   5.32   0.00   0.00   0.00   2.30   0.00   -0.00  20.00
 17:30    0.00     3.76   0.00   0.00   5.30   0.00   0.00   0.00   1.54   0.00   -0.00  20.00
 17:45    0.00     3.83   0.00   0.00   5.30   0.00   0.00   0.00   1.48   0.00   -0.00  20.00
 18:00    0.00     3.65   0.00   0.00   5.43   0.00   0.00   0.00   1.78   0.00   -0.00  20.00
 18:15    0.00     3.76   0.00   0.00   5.43   0.00   0.00   0.00   1.67   0.00   -0.00  20.00
 18:30    0.00     3.88   0.00   0.00   5.44   0.00   0.00   0.00   1.55   0.00   -0.00  20.00
 18:45    0.00     3.55   0.00   0.00   5.05   0.00   0.00   0.00   1.49   0.00   -0.00  20.00
 19:00    0.00     2.82   0.00   0.00   4.22   0.00   0.00   0.00   1.40   0.00   -0.00  20.00
 19:15    0.00     2.50   0.00   0.00   3.83   0.00   0.00   0.00   1.34   0.00   -0.00  20.00
 19:30    0.00     2.17   0.00   0.00   3.44   0.00   0.00   0.00   1.28   0.00   -0.00  20.00
 19:45    0.00     2.11   0.00   0.00   3.63   0.00   0.00   0.00   1.51   0.00   -0.00  20.00
 20:00    0.00     2.32   0.00   0.00   4.30   0.00   0.00   0.00   1.98   0.00   -0.00  20.00
 20:15    0.00     2.27   0.00   0.00   4.49   0.00   0.00   0.00   2.22   0.00   -0.00  20.00
 20:30    0.00     2.22   0.00   0.00   4.67   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 20:45    0.00     1.96   0.00   0.00   4.62   0.00   0.00   0.00   2.66   0.00   -0.00  20.00
 21:00    0.00     1.46   0.00   0.00   4.41   0.00   0.00   0.00   2.94   0.00   -0.00  20.00
 21:15    0.00     1.21   0.00   0.00   4.35   0.00   0.00   0.00   3.15   0.00   -0.00  20.00
 21:30    0.00     0.95   0.00   0.00   4.30   0.00   0.00   0.00   3.35   0.00   -0.00  20.00
 21:45    0.00     1.00   0.00   0.00   4.12   0.00   0.00   0.00   3.13   0.00   -0.00  20.00
 22:00    0.00     1.35   0.00   0.00   3.86   0.00   0.00   0.00   2.51   0.00   -0.00  20.00
 22:15    0.00     1.39   0.00   0.00   3.69   0.00   0.00   0.00   2.29   0.00   -0.00  20.00
 22:30    0.00     1.44   0.00   0.00   3.52   0.00   0.00   0.00   2.07   0.00   -0.00  20.00
 22:45    0.00     1.21   0.00   0.00   3.36   0.00   0.00   0.00   2.15   0.00   -0.00  20.00
 23:00    0.00     0.77   0.00   0.00   3.22   0.00   0.00   0.00   2.45   0.00   -0.00  20.00
 23:15    0.00     0.53   0.00   0.00   3.06   0.00   0.00   0.00   2.53   0.00   -0.00  20.00
 23:30    0.00     0.30   0.00   0.00   2.91   0.00   0.00   0.00   2.61   0.00   -0.00  20.00
 23:45    0.00     0.07   0.00   0.00   2.75   0.00   0.00   0.00   2.69   0.00    0.00  20.00
Totaal  230.78   209.06   0.00 108.37 529.12   0.00   0.00   0.00 659.22   0.00  -19.32    NaN
2026-04-03 16:00:05 info: Consumption               0.00 (kWh)
2026-04-03 16:00:05 info: Cost consumption          0.00 (€)
2026-04-03 16:00:05 info: Tariff consumption        0.000 (€/kWh)
2026-04-03 16:00:05 info: Production              108.37 (kWh)
2026-04-03 16:00:05 info: Profit production       -19.32 (€)
2026-04-03 16:00:05 info: Tariff production         0.178 (€/kWh)
2026-04-03 16:00:05 info: 
Calculation profit after optimize in €
Cost before optimize             24.79
Cost consumption      0.00
Cycle cost            4.39
Penalty cost          0.04
Battery storage       2.27
Boiler storage        0.00
Profit production   -19.32
Total               -12.63
Cost after optimize             -12.63
Profit:                          37.42
2026-04-03 16:00:05 info: Doorzetten van alle settings naar HA
2026-04-03 16:00:05 info: Grid set point: 0.0 W
2026-04-03 16:00:05 info: Cycle cost Accu 1: 4.39 euro
2026-04-03 16:00:05 info: Netto vermogen naar(+)/uit(-) omvormer Accu 1: -11908 W 
2026-04-03 16:00:05 info: Balanceren: on
2026-04-03 16:00:05 info: Vermogen uit batterij: 13687W
2026-04-03 16:00:05 info: Vermogen dat binnenkomt van pv: 0W
2026-04-03 16:00:05 info: Vermogen dat binnenkomt van ac: -13687W
2026-04-03 16:00:05 info: Waarde SoC na eerste uur: 97.2%

  • Karpertje
  • Registratie: Januari 2013
  • Laatst online: 08-05 15:52
KC27 schreef op zaterdag 4 april 2026 @ 11:09:
[...]

Dan wijkt het resultaat van de berekening van 16:15 af van wat de berekening om 16:00 uur voor 16:15 berekende..
Heb je voor mij de grafiek en de logging (tussen quote-tags ;) ) van de berekening om 16:15?
hierbij de grafiek en log van 16:15

Afbeeldingslocatie: https://tweakers.net/i/r79gIYSsCX1BsU-yCTsMXJ54OM0=/x800/filters:strip_exif()/f/image/amZMN5bBepPJ5Pz4lAyvw8mv.png?f=fotoalbum_large
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
2026-04-03 16:15:00 info: Day Ahead Optimalisering versie: 2026.03.3.rc5
2026-04-03 16:15:00 info: Day Ahead Optimalisering gestart op: 03-04-2026 16:15:00
2026-04-03 16:15:00 info: Day Ahead Optimalisatie gestart: 03-04-2026 16:15:00 taak: calc_optimum
2026-04-03 16:15:00 info: Debug = False
2026-04-03 16:15:00 info: Zelf berekende baseload
2026-04-03 16:15:00 info: ML prediction PV_stal
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.593
1  2026-04-03 17:00:00+02:00       0.404
2  2026-04-03 18:00:00+02:00       0.111
3  2026-04-03 19:00:00+02:00       0.079
4  2026-04-03 20:00:00+02:00       0.079
5  2026-04-03 21:00:00+02:00       0.079
6  2026-04-03 22:00:00+02:00       0.079
7  2026-04-03 23:00:00+02:00       0.079
8  2026-04-04 00:00:00+02:00       0.079
9  2026-04-04 01:00:00+02:00       0.079
10 2026-04-04 02:00:00+02:00       0.057
11 2026-04-04 03:00:00+02:00       0.057
12 2026-04-04 04:00:00+02:00       0.057
13 2026-04-04 05:00:00+02:00       0.057
14 2026-04-04 06:00:00+02:00       0.209
15 2026-04-04 07:00:00+02:00       3.075
16 2026-04-04 08:00:00+02:00       6.528
17 2026-04-04 09:00:00+02:00      13.914
18 2026-04-04 10:00:00+02:00      26.043
19 2026-04-04 11:00:00+02:00      35.417
20 2026-04-04 12:00:00+02:00      19.031
21 2026-04-04 13:00:00+02:00      17.597
22 2026-04-04 14:00:00+02:00      21.902
23 2026-04-04 15:00:00+02:00      25.801
24 2026-04-04 16:00:00+02:00       7.952
25 2026-04-04 17:00:00+02:00       1.195
26 2026-04-04 18:00:00+02:00       0.404
27 2026-04-04 19:00:00+02:00       0.079
28 2026-04-04 20:00:00+02:00       0.079
29 2026-04-04 21:00:00+02:00       0.079
30 2026-04-04 22:00:00+02:00       0.079
31 2026-04-04 23:00:00+02:00       0.079
2026-04-03 16:15:00 info: ML prediction PV_loods
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.062
1  2026-04-03 17:00:00+02:00       0.046
2  2026-04-03 18:00:00+02:00       0.013
3  2026-04-03 19:00:00+02:00       0.009
4  2026-04-03 20:00:00+02:00       0.007
5  2026-04-03 21:00:00+02:00       0.007
6  2026-04-03 22:00:00+02:00       0.007
7  2026-04-03 23:00:00+02:00       0.008
8  2026-04-04 00:00:00+02:00       0.010
9  2026-04-04 01:00:00+02:00       0.013
10 2026-04-04 02:00:00+02:00       0.000
11 2026-04-04 03:00:00+02:00       0.000
12 2026-04-04 04:00:00+02:00       0.006
13 2026-04-04 05:00:00+02:00       0.006
14 2026-04-04 06:00:00+02:00       0.022
15 2026-04-04 07:00:00+02:00       0.326
16 2026-04-04 08:00:00+02:00       0.685
17 2026-04-04 09:00:00+02:00       1.667
18 2026-04-04 10:00:00+02:00       3.119
19 2026-04-04 11:00:00+02:00       4.307
20 2026-04-04 12:00:00+02:00       2.197
21 2026-04-04 13:00:00+02:00       1.945
22 2026-04-04 14:00:00+02:00       2.554
23 2026-04-04 15:00:00+02:00       2.991
24 2026-04-04 16:00:00+02:00       0.826
25 2026-04-04 17:00:00+02:00       0.148
26 2026-04-04 18:00:00+02:00       0.063
27 2026-04-04 19:00:00+02:00       0.026
28 2026-04-04 20:00:00+02:00       0.025
29 2026-04-04 21:00:00+02:00       0.012
30 2026-04-04 22:00:00+02:00       0.012
31 2026-04-04 23:00:00+02:00       0.003
2026-04-03 16:15:00 info: ML prediction Windmolen
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       9.539
1  2026-04-03 17:00:00+02:00      13.618
2  2026-04-03 18:00:00+02:00      13.513
3  2026-04-03 19:00:00+02:00      13.513
4  2026-04-03 20:00:00+02:00       9.539
5  2026-04-03 21:00:00+02:00       9.539
6  2026-04-03 22:00:00+02:00       7.295
7  2026-04-03 23:00:00+02:00       8.873
8  2026-04-04 00:00:00+02:00      10.358
9  2026-04-04 01:00:00+02:00       8.873
10 2026-04-04 02:00:00+02:00       7.332
11 2026-04-04 03:00:00+02:00       6.250
12 2026-04-04 04:00:00+02:00       5.409
13 2026-04-04 05:00:00+02:00       1.824
14 2026-04-04 06:00:00+02:00       1.824
15 2026-04-04 07:00:00+02:00       3.922
16 2026-04-04 08:00:00+02:00       1.828
17 2026-04-04 09:00:00+02:00       4.669
18 2026-04-04 10:00:00+02:00       4.040
19 2026-04-04 11:00:00+02:00       3.759
20 2026-04-04 12:00:00+02:00       1.848
21 2026-04-04 13:00:00+02:00       1.968
22 2026-04-04 14:00:00+02:00       1.862
23 2026-04-04 15:00:00+02:00       4.950
24 2026-04-04 16:00:00+02:00       2.029
25 2026-04-04 17:00:00+02:00       5.172
26 2026-04-04 18:00:00+02:00       5.301
27 2026-04-04 19:00:00+02:00       5.301
28 2026-04-04 20:00:00+02:00       9.093
29 2026-04-04 21:00:00+02:00      12.355
30 2026-04-04 22:00:00+02:00       8.861
31 2026-04-04 23:00:00+02:00      10.096
2026-04-03 16:15:00 info: ML prediction pv_Huawei_1
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.470
1  2026-04-03 17:00:00+02:00       0.336
2  2026-04-03 18:00:00+02:00       0.092
3  2026-04-03 19:00:00+02:00       0.050
4  2026-04-03 20:00:00+02:00       0.050
5  2026-04-03 21:00:00+02:00       0.050
6  2026-04-03 22:00:00+02:00       0.050
7  2026-04-03 23:00:00+02:00       0.050
8  2026-04-04 00:00:00+02:00       0.050
9  2026-04-04 01:00:00+02:00       0.050
10 2026-04-04 02:00:00+02:00       0.050
11 2026-04-04 03:00:00+02:00       0.050
12 2026-04-04 04:00:00+02:00       0.050
13 2026-04-04 05:00:00+02:00       0.050
14 2026-04-04 06:00:00+02:00       0.185
15 2026-04-04 07:00:00+02:00       2.924
16 2026-04-04 08:00:00+02:00       7.209
17 2026-04-04 09:00:00+02:00      14.402
18 2026-04-04 10:00:00+02:00      18.292
19 2026-04-04 11:00:00+02:00      22.412
20 2026-04-04 12:00:00+02:00       9.935
21 2026-04-04 13:00:00+02:00       9.176
22 2026-04-04 14:00:00+02:00      11.765
23 2026-04-04 15:00:00+02:00      12.847
24 2026-04-04 16:00:00+02:00       4.550
25 2026-04-04 17:00:00+02:00       0.827
26 2026-04-04 18:00:00+02:00       0.346
27 2026-04-04 19:00:00+02:00       0.060
28 2026-04-04 20:00:00+02:00       0.060
29 2026-04-04 21:00:00+02:00       0.060
30 2026-04-04 22:00:00+02:00       0.050
31 2026-04-04 23:00:00+02:00       0.050
2026-04-03 16:15:00 info: ML prediction pv_Huawei_2
                   date_time  prediction
0  2026-04-03 16:00:00+02:00       0.532
1  2026-04-03 17:00:00+02:00       0.371
2  2026-04-03 18:00:00+02:00       0.077
3  2026-04-03 19:00:00+02:00       0.031
4  2026-04-03 20:00:00+02:00       0.031
5  2026-04-03 21:00:00+02:00       0.031
6  2026-04-03 22:00:00+02:00       0.031
7  2026-04-03 23:00:00+02:00       0.031
8  2026-04-04 00:00:00+02:00       0.054
9  2026-04-04 01:00:00+02:00       0.031
10 2026-04-04 02:00:00+02:00       0.049
11 2026-04-04 03:00:00+02:00       0.026
12 2026-04-04 04:00:00+02:00       0.026
13 2026-04-04 05:00:00+02:00       0.036
14 2026-04-04 06:00:00+02:00       0.188
15 2026-04-04 07:00:00+02:00       3.340
16 2026-04-04 08:00:00+02:00       8.805
17 2026-04-04 09:00:00+02:00      15.320
18 2026-04-04 10:00:00+02:00      18.004
19 2026-04-04 11:00:00+02:00      20.241
20 2026-04-04 12:00:00+02:00      11.750
21 2026-04-04 13:00:00+02:00      11.165
22 2026-04-04 14:00:00+02:00      13.664
23 2026-04-04 15:00:00+02:00      15.100
24 2026-04-04 16:00:00+02:00       5.154
25 2026-04-04 17:00:00+02:00       0.966
26 2026-04-04 18:00:00+02:00       0.384
27 2026-04-04 19:00:00+02:00       0.060
28 2026-04-04 20:00:00+02:00       0.060
29 2026-04-04 21:00:00+02:00       0.060
30 2026-04-04 22:00:00+02:00       0.031
31 2026-04-04 23:00:00+02:00       0.054
2026-04-03 16:15:00 info: Start waarden: 
       uur                tijd   spot   p_l    p_t  base  pv_ac  pv_dc
0    16:15 2026-04-03 16:15:00  0.012 0.143 -0.013 5.472  2.687      0
1    16:30 2026-04-03 16:30:00  0.033 0.164  0.008 5.503  2.911      0
2    16:45 2026-04-03 16:45:00  0.049 0.180  0.024 5.171  3.134      0
3    17:00 2026-04-03 17:00:00  0.044 0.175  0.019 4.367  3.429      0
4    17:15 2026-04-03 17:15:00  0.063 0.194  0.038 4.035  3.653      0
5    17:30 2026-04-03 17:30:00  0.079 0.210  0.054 3.703  3.877      0
6    17:45 2026-04-03 17:45:00  0.093 0.224  0.068 4.172  3.816      0
7    18:00 2026-04-03 18:00:00  0.082 0.213  0.057 5.453  3.529      0
8    18:15 2026-04-03 18:15:00  0.099 0.230  0.074 5.922  3.469      0
9    18:30 2026-04-03 18:30:00  0.108 0.239  0.083 6.390  3.408      0
10   18:45 2026-04-03 18:45:00  0.111 0.242  0.086 6.012  3.400      0
11   19:00 2026-04-03 19:00:00  0.130 0.261  0.105 4.964  3.492      0
12   19:15 2026-04-03 19:15:00  0.120 0.251  0.095 4.586  3.484      0
13   19:30 2026-04-03 19:30:00  0.125 0.256  0.100 4.208  3.477      0
14   19:45 2026-04-03 19:45:00  0.124 0.255  0.099 3.971  3.228      0
15   20:00 2026-04-03 20:00:00  0.134 0.265  0.109 3.816  2.737      0
16   20:15 2026-04-03 20:15:00  0.122 0.253  0.097 3.578  2.489      0
17   20:30 2026-04-03 20:30:00  0.117 0.248  0.092 3.340  2.240      0
18   20:45 2026-04-03 20:45:00  0.113 0.244  0.088 3.192  2.240      0
19   21:00 2026-04-03 21:00:00  0.119 0.250  0.094 3.048  2.461      0
20   21:15 2026-04-03 21:15:00  0.109 0.240  0.084 2.900  2.461      0
21   21:30 2026-04-03 21:30:00  0.105 0.236  0.080 2.753  2.461      0
22   21:45 2026-04-03 21:45:00  0.104 0.235  0.079 2.859  2.321      0
23   22:00 2026-04-03 22:00:00  0.106 0.237  0.081 3.197  2.016      0
24   22:15 2026-04-03 22:15:00  0.102 0.233  0.077 3.303  1.876      0
25   22:30 2026-04-03 22:30:00  0.100 0.231  0.075 3.409  1.736      0
26   22:45 2026-04-03 22:45:00  0.095 0.226  0.070 3.348  1.834      0
27   23:00 2026-04-03 23:00:00  0.095 0.226  0.070 3.160  2.113      0
28   23:15 2026-04-03 23:15:00  0.089 0.220  0.064 3.099  2.212      0
29   23:30 2026-04-03 23:30:00  0.076 0.207  0.051 3.039  2.311      0
30   23:45 2026-04-03 23:45:00  0.064 0.195  0.039 2.987  2.405      0
31   00:00 2026-04-04 00:00:00  0.028 0.159  0.003 2.923  2.543      0
32   00:15 2026-04-04 00:15:00  0.018 0.149 -0.007 2.871  2.638      0
33   00:30 2026-04-04 00:30:00  0.014 0.145 -0.011 2.819  2.732      0
34   00:45 2026-04-04 00:45:00  0.010 0.141 -0.015 2.839  2.638      0
35   01:00 2026-04-04 01:00:00  0.024 0.155 -0.001 2.925  2.403      0
36   01:15 2026-04-04 01:15:00  0.018 0.149 -0.007 2.945  2.309      0
37   01:30 2026-04-04 01:30:00  0.017 0.148 -0.008 2.966  2.215      0
38   01:45 2026-04-04 01:45:00  0.013 0.144 -0.012 2.941  2.118      0
39   02:00 2026-04-04 02:00:00  0.018 0.149 -0.007 2.893  2.011      0
40   02:15 2026-04-04 02:15:00  0.020 0.151 -0.005 2.869  1.914      0
41   02:30 2026-04-04 02:30:00  0.020 0.151 -0.005 2.845  1.817      0
42   02:45 2026-04-04 02:45:00  0.017 0.148 -0.008 2.785  1.748      0
43   03:00 2026-04-04 03:00:00  0.027 0.158  0.002 2.674  1.695      0
44   03:15 2026-04-04 03:15:00  0.047 0.178  0.022 2.614  1.626      0
45   03:30 2026-04-04 03:30:00  0.050 0.181  0.025 2.554  1.557      0
46   03:45 2026-04-04 03:45:00  0.053 0.184  0.028 2.592  1.505      0
47   04:00 2026-04-04 04:00:00  0.044 0.175  0.019 2.607  1.508      0
48   04:15 2026-04-04 04:15:00  0.060 0.191  0.035 2.646  1.456      0
49   04:30 2026-04-04 04:30:00  0.061 0.193  0.036 2.684  1.403      0
50   04:45 2026-04-04 04:45:00  0.071 0.202  0.046 3.110  1.180      0
51   05:00 2026-04-04 05:00:00  0.047 0.178  0.022 3.968  0.765      0
52   05:15 2026-04-04 05:15:00  0.067 0.198  0.042 4.394  0.542      0
53   05:30 2026-04-04 05:30:00  0.075 0.206  0.050 4.820  0.318      0
54   05:45 2026-04-04 05:45:00  0.135 0.266  0.110 4.680  0.347      0
55   06:00 2026-04-04 06:00:00  0.066 0.197  0.041 4.089  0.423      0
56   06:15 2026-04-04 06:15:00  0.093 0.224  0.068 3.950  0.430      0
57   06:30 2026-04-04 06:30:00  0.118 0.249  0.093 3.811  0.454      0
58   06:45 2026-04-04 06:45:00  0.230 0.361  0.205 3.782  1.151      0
59   07:00 2026-04-04 07:00:00  0.139 0.270  0.114 3.831  2.346      0
60   07:15 2026-04-04 07:15:00  0.210 0.341  0.185 3.803  3.043      0
61   07:30 2026-04-04 07:30:00  0.251 0.382  0.226 3.775  3.741      0
62   07:45 2026-04-04 07:45:00  0.260 0.391  0.235 3.769  4.457      0
63   08:00 2026-04-04 08:00:00  0.301 0.432  0.276 3.770  4.978      0
64   08:15 2026-04-04 08:15:00  0.157 0.288  0.132 3.765  5.695      0
65   08:30 2026-04-04 08:30:00  0.129 0.260  0.104 3.759  6.412      0
66   08:45 2026-04-04 08:45:00  0.097 0.228  0.072 3.794  7.969      0
67   09:00 2026-04-04 09:00:00  0.262 0.393  0.237 3.860 10.241      0
68   09:15 2026-04-04 09:15:00  0.148 0.279  0.123 3.895 11.798      0
69   09:30 2026-04-04 09:30:00  0.105 0.236  0.080 3.930 13.356      0
70   09:45 2026-04-04 09:45:00  0.069 0.200  0.044 3.964 14.576      0
71   10:00 2026-04-04 10:00:00  0.167 0.298  0.142 3.931 15.589      0
72   10:15 2026-04-04 10:15:00  0.100 0.231  0.075 3.966 16.810      0
73   10:30 2026-04-04 10:30:00  0.080 0.211  0.055 4.000 18.030      0
74   10:45 2026-04-04 10:45:00  0.066 0.197  0.041 4.300 19.070      0
75   11:00 2026-04-04 11:00:00  0.075 0.206  0.050 4.865 20.881      0
76   11:15 2026-04-04 11:15:00  0.064 0.195  0.039 5.165 21.920      0
77   11:30 2026-04-04 11:30:00  0.040 0.171  0.015 5.466 22.960      0
78   11:45 2026-04-04 11:45:00  0.011 0.142 -0.014 5.504 20.374      0
79   12:00 2026-04-04 12:00:00  0.035 0.166  0.010 5.362 14.468      0
80   12:15 2026-04-04 12:15:00  0.020 0.151 -0.005 5.400 11.882      0
81   12:30 2026-04-04 12:30:00  0.006 0.137 -0.019 5.438  9.296      0
82   12:45 2026-04-04 12:45:00  0.001 0.132 -0.024 5.407  9.114      0
83   13:00 2026-04-04 13:00:00  0.000 0.131 -0.025 5.300 10.535      0
84   13:15 2026-04-04 13:15:00  0.000 0.131 -0.025 5.268 10.353      0
85   13:30 2026-04-04 13:30:00  0.000 0.131 -0.025 5.236 10.171      0
86   13:45 2026-04-04 13:45:00  0.000 0.131 -0.025 5.298 10.790      0
87   14:00 2026-04-04 14:00:00  0.000 0.131 -0.025 5.475 12.009      0
88   14:15 2026-04-04 14:15:00  0.000 0.131 -0.025 5.537 12.627      0
89   14:30 2026-04-04 14:30:00  0.000 0.131 -0.025 5.598 13.246      0
90   14:45 2026-04-04 14:45:00  0.000 0.131 -0.025 5.480 13.867      0
91   15:00 2026-04-04 15:00:00  0.000 0.131 -0.025 5.173 15.289      0
92   15:15 2026-04-04 15:15:00  0.000 0.131 -0.025 5.054 15.911      0
93   15:30 2026-04-04 15:30:00  0.000 0.131 -0.025 4.935 16.532      0
94   15:45 2026-04-04 15:45:00  0.000 0.131 -0.025 5.028 13.958      0
95   16:00 2026-04-04 16:00:00 -0.000 0.131 -0.025 5.308  8.536      0
96   16:15 2026-04-04 16:15:00  0.002 0.133 -0.023 5.401  5.962      0
97   16:30 2026-04-04 16:30:00  0.006 0.137 -0.019 5.494  3.388      0
98   16:45 2026-04-04 16:45:00  0.033 0.164  0.008 5.468  2.625      0
99   17:00 2026-04-04 17:00:00  0.012 0.143 -0.013 5.347  3.058      0
100  17:15 2026-04-04 17:15:00  0.042 0.173  0.017 5.321  2.296      0
101  17:30 2026-04-04 17:30:00  0.079 0.210  0.054 5.296  1.539      0
102  17:45 2026-04-04 17:45:00  0.086 0.217  0.061 5.301  1.475      0
103  18:00 2026-04-04 18:00:00  0.053 0.184  0.028 5.427  1.781      0
104  18:15 2026-04-04 18:15:00  0.080 0.211  0.055 5.432  1.668      0
105  18:30 2026-04-04 18:30:00  0.104 0.235  0.079 5.437  1.555      0
106  18:45 2026-04-04 18:45:00  0.140 0.271  0.115 5.048  1.494      0
107  19:00 2026-04-04 19:00:00  0.110 0.241  0.085 4.221  1.398      0
108  19:15 2026-04-04 19:15:00  0.120 0.251  0.095 3.833  1.338      0
109  19:30 2026-04-04 19:30:00  0.147 0.278  0.122 3.444  1.277      0
110  19:45 2026-04-04 19:45:00  0.150 0.281  0.125 3.629  1.514      0
111  20:00 2026-04-04 20:00:00  0.156 0.287  0.131 4.303  1.983      0
112  20:15 2026-04-04 20:15:00  0.122 0.253  0.097 4.488  2.219      0
113  20:30 2026-04-04 20:30:00  0.116 0.247  0.091 4.672  2.456      0
114  20:45 2026-04-04 20:45:00  0.097 0.228  0.072 4.616  2.659      0
115  21:00 2026-04-04 21:00:00  0.122 0.253  0.097 4.408  2.943      0
116  21:15 2026-04-04 21:15:00  0.095 0.226  0.070 4.352  3.146      0
117  21:30 2026-04-04 21:30:00  0.088 0.219  0.063 4.295  3.349      0
118  21:45 2026-04-04 21:45:00  0.069 0.200  0.044 4.123  3.128      0
119  22:00 2026-04-04 22:00:00  0.100 0.231  0.075 3.860  2.515      0
120  22:15 2026-04-04 22:15:00  0.071 0.202  0.046 3.688  2.294      0
121  22:30 2026-04-04 22:30:00  0.064 0.195  0.039 3.516  2.073      0
122  22:45 2026-04-04 22:45:00  0.052 0.183  0.027 3.361  2.151      0
123  23:00 2026-04-04 23:00:00  0.065 0.196  0.040 3.218  2.453      0
124  23:15 2026-04-04 23:15:00  0.042 0.173  0.017 3.063  2.531      0
125  23:30 2026-04-04 23:30:00  0.035 0.166  0.010 2.908  2.609      0
126  23:45 2026-04-04 23:45:00  0.022 0.153 -0.003 2.753  2.688      0
2026-04-03 16:15:00 info: No reduced hours applied for Accu 1
2026-04-03 16:15:00 info: No reduced power applied during discharging at low soc
2026-04-03 16:15:00 info: No reduced power applied during charging at high soc
2026-04-03 16:15:00 info: Startwaarde SoC Accu 1: 100.0%
2026-04-03 16:15:00 info: Boiler niet aanwezig of staat uit, boiler wordt niet ingepland
2026-04-03 16:15:00 info: Warmtepomp niet aanwezig - warmtepomp wordt niet ingepland
2026-04-03 16:15:00 info: Strategie: minimale levering
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
Coin0505I Presolved problem not optimal, resolve after postsolve
2026-04-03 16:15:05 info: Eerste berekening
2026-04-03 16:15:05 info: Kosten (euro): 7.58  
2026-04-03 16:15:05 info: Levering (kWh): 2.52  
2026-04-03 16:15:07 info: Herberekening
2026-04-03 16:15:07 info: Kosten (euro): -13.40
2026-04-03 16:15:07 info: Levering (kWh): 2.52  
2026-04-03 16:15:07 info: Het programma heeft een optimale oplossing gevonden.
2026-04-03 16:15:07 info: Ontlaad volume in uur 0 16:15 2.467706243583031 kWh
2026-04-03 16:15:07 info: 7 0.27418958262033677 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 1 16:30 2.592108902346343 kWh
2026-04-03 16:15:07 info: 7 0.2880121002607048 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 2 16:45 2.036602077852935 kWh
2026-04-03 16:15:07 info: 8 0.1697168398210779 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 3 17:00 0.9376516717318442 kWh
2026-04-03 16:15:07 info: 6 0.15627527862197402 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 4 17:15 0.382144608819857 kWh
2026-04-03 16:15:07 info: 8 0.031845384068321415 48.0
2026-04-03 16:15:07 info: Laad volume in uur 5 17:30 0.0 kWh
2026-04-03 16:15:07 info: 1 0.8065511075034737 0.5
2026-04-03 16:15:07 info: 2 0.19344889249652655 1.5
2026-04-03 16:15:07 info: Ontlaad volume in uur 6 17:45 0.3559051168430596 kWh
2026-04-03 16:15:07 info: 6 0.05931751947384326 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 7 18:00 1.9236055136672228 kWh
2026-04-03 16:15:07 info: 10 0.15388844109337782 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 8 18:15 2.4528728578253656 kWh
2026-04-03 16:15:07 info: 9 0.2002345190061523 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 9 18:30 2.9821401996552024 kWh
2026-04-03 16:15:07 info: 9 0.24344001629838385 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 10 18:45 2.611999052151573 kWh
2026-04-03 16:15:07 info: 8 0.21766658767929775 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 11 19:00 1.4720821191943259 kWh
2026-04-03 16:15:07 info: 4 0.9813880794628839 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 12 19:15 1.1019409719235265 kWh
2026-04-03 16:15:07 info: 7 0.12243788576928072 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 13 19:30 0.7317998253512199 kWh
2026-04-03 16:15:07 info: 6 0.12196663755853665 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 14 19:45 0.7425363588794136 kWh
2026-04-03 16:15:07 info: 10 0.059402908710353086 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 15 20:00 1.0785813096801284 kWh
2026-04-03 16:15:07 info: 4 0.719054206453419 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 16 20:15 1.0893178430919073 kWh
2026-04-03 16:15:07 info: 4 0.7262118953946048 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 17 20:30 1.1000543765036856 kWh
2026-04-03 16:15:07 info: 6 0.18334239608394762 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 18 20:45 0.95219028066122 kWh
2026-04-03 16:15:07 info: 9 0.07772981882948735 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 19 21:00 0.5868403340519874 kWh
2026-04-03 16:15:07 info: 8 0.04890336117099895 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 20 21:15 0.438976238325937 kWh
2026-04-03 16:15:07 info: 4 0.29265082555062466 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 21 21:30 0.29111214248347134 kWh
2026-04-03 16:15:07 info: 9 0.023764256529262964 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 22 21:45 0.5373895625274163 kWh
2026-04-03 16:15:07 info: 8 0.04478246354395136 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 23 22:00 1.1807009366250134 kWh
2026-04-03 16:15:07 info: 9 0.09638374992857252 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 24 22:15 1.426978356668959 kWh
2026-04-03 16:15:07 info: 10 0.11415826853351671 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 25 22:30 1.673255776712904 kWh
2026-04-03 16:15:07 info: 5 0.557751925570968 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 26 22:45 1.5138219280850609 kWh
2026-04-03 16:15:07 info: 7 0.16820243645389565 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 27 23:00 1.0468771981438625 kWh
2026-04-03 16:15:07 info: 6 0.1744795330239771 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 28 23:15 0.887443110981025 kWh
2026-04-03 16:15:07 info: 6 0.14790718516350418 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 29 23:30 0.7280092624695973 kWh
2026-04-03 16:15:07 info: 7 0.08088991805217748 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 30 23:45 0.5814848947776481 kWh
2026-04-03 16:15:07 info: 7 0.06460943275307202 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 31 00:00 0.37939133107196543 kWh
2026-04-03 16:15:07 info: 6 0.06323188851199424 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 32 00:15 0.23286696431133924 kWh
2026-04-03 16:15:07 info: 7 0.02587410714570436 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 33 00:30 0.08634259661939003 kWh
2026-04-03 16:15:07 info: 10 0.006907407729551202 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 35 01:00 0.5213479113457722 kWh
2026-04-03 16:15:07 info: 8 0.04344565927881435 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 36 01:15 0.6358290099827566 kWh
2026-04-03 16:15:07 info: 5 0.21194300332758553 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 37 01:30 0.7503101083869108 kWh
2026-04-03 16:15:07 info: 5 0.2501033694623036 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 38 01:45 0.8236351289832959 kWh
2026-04-03 16:15:07 info: 5 0.274545042994432 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 39 02:00 0.8821409867166076 kWh
2026-04-03 16:15:07 info: 9 0.07201150911972307 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 40 02:15 0.9554658900827635 kWh
2026-04-03 16:15:07 info: 7 0.10616287667586263 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 41 02:30 1.0281791211254898 kWh
2026-04-03 16:15:07 info: 4 0.6854527474169932 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 42 02:45 1.0373124390281736 kWh
2026-04-03 16:15:07 info: 8 0.08644270325234783 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 43 03:00 0.9784441828522827 kWh
2026-04-03 16:15:07 info: 4 0.6522961219015219 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 44 03:15 0.9875775007549672 kWh
2026-04-03 16:15:07 info: 6 0.16459625012582788 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 45 03:30 0.9967108181919899 kWh
2026-04-03 16:15:07 info: 6 0.16611846969866498 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 46 03:45 1.0874550796332767 kWh
2026-04-03 16:15:07 info: 6 0.18124251327221277 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 47 04:00 1.0995806501057235 kWh
2026-04-03 16:15:07 info: 7 0.12217562778952483 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 48 04:15 1.1902355807154672 kWh
2026-04-03 16:15:07 info: 10 0.09521884645723737 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 49 04:30 1.280890511383419 kWh
2026-04-03 16:15:07 info: 7 0.142321167931491 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 50 04:45 1.9302277217694792 kWh
2026-04-03 16:15:07 info: 7 0.21446974686327547 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 51 05:00 3.2028630607884834 kWh
2026-04-03 16:15:07 info: 9 0.26145820904395783 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 52 05:15 3.8522002114534826 kWh
2026-04-03 16:15:07 info: 10 0.3081760169162786 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 53 05:30 4.501537451641866 kWh
2026-04-03 16:15:07 info: 7 0.5001708279602073 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 54 05:45 4.3337287495706684 kWh
2026-04-03 16:15:07 info: 8 0.36114406246422237 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 55 06:00 3.6662156420350076 kWh
2026-04-03 16:15:07 info: 7 0.4073572935594453 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 56 06:15 3.5200907412786036 kWh
2026-04-03 16:15:07 info: 6 0.5866817902131006 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 57 06:30 3.356969468729571 kWh
2026-04-03 16:15:07 info: 8 0.27974745572746423 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 58 06:45 10.875 kWh
2026-04-03 16:15:07 info: 9 0.8877551020408163 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 59 07:00 1.4856450266316539 kWh
2026-04-03 16:15:07 info: 8 0.1238037522193045 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 60 07:15 10.875 kWh
2026-04-03 16:15:07 info: 9 0.8877551020408163 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 61 07:30 10.875 kWh
2026-04-03 16:15:07 info: 8 0.90625 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 62 07:45 10.875 kWh
2026-04-03 16:15:07 info: 8 0.90625 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 63 08:00 10.875 kWh
2026-04-03 16:15:07 info: 8 0.90625 48.0
2026-04-03 16:15:07 info: Laad volume in uur 66 08:45 0.0 kWh
2026-04-03 16:15:07 info: 5 0.6084288264910375 12.0
2026-04-03 16:15:07 info: 6 0.3915711735089622 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 67 09:00 10.875 kWh
2026-04-03 16:15:07 info: 9 0.8877551020408163 49.0
2026-04-03 16:15:07 info: Laad volume in uur 70 09:45 0.0 kWh
2026-04-03 16:15:07 info: 7 0.46265687698125796 36.0
2026-04-03 16:15:07 info: 8 0.5373431230187419 48.0
2026-04-03 16:15:07 info: Laad volume in uur 72 10:15 0.0 kWh
2026-04-03 16:15:07 info: 7 0.22809595035709784 36.0
2026-04-03 16:15:07 info: 8 0.7719040496429018 48.0
2026-04-03 16:15:07 info: Laad volume in uur 73 10:30 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 74 10:45 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 75 11:00 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 76 11:15 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 77 11:30 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 78 11:45 0.0 kWh
2026-04-03 16:15:07 info: 10 1.0 55.0
2026-04-03 16:15:07 info: Laad volume in uur 79 12:00 0.0 kWh
2026-04-03 16:15:07 info: 7 0.9647105476856224 36.0
2026-04-03 16:15:07 info: 8 0.03528945231437718 48.0
2026-04-03 16:15:07 info: Laad volume in uur 80 12:15 0.0 kWh
2026-04-03 16:15:07 info: 6 0.8393262294928234 24.0
2026-04-03 16:15:07 info: 7 0.16067377050717635 36.0
2026-04-03 16:15:07 info: Laad volume in uur 81 12:30 0.0 kWh
2026-04-03 16:15:07 info: 5 0.7139419709046679 12.0
2026-04-03 16:15:07 info: 6 0.28605802909533184 24.0
2026-04-03 16:15:07 info: Laad volume in uur 82 12:45 0.0 kWh
2026-04-03 16:15:07 info: 5 0.7640583136081693 12.0
2026-04-03 16:15:07 info: 6 0.23594168639183044 24.0
2026-04-03 16:15:07 info: Laad volume in uur 83 13:00 0.0 kWh
2026-04-03 16:15:07 info: 5 0.2547373689413067 12.0
2026-04-03 16:15:07 info: 6 0.7452626310586932 24.0
2026-04-03 16:15:07 info: Laad volume in uur 84 13:15 0.0 kWh
2026-04-03 16:15:07 info: 5 0.3048535427649809 12.0
2026-04-03 16:15:07 info: 6 0.6951464572350188 24.0
2026-04-03 16:15:07 info: Laad volume in uur 85 13:30 0.0 kWh
2026-04-03 16:15:07 info: 5 0.35496987553437537 12.0
2026-04-03 16:15:07 info: 6 0.6450301244656247 24.0
2026-04-03 16:15:07 info: Laad volume in uur 86 13:45 0.0 kWh
2026-04-03 16:15:07 info: 5 0.16933660535017578 12.0
2026-04-03 16:15:07 info: 6 0.8306633946498239 24.0
2026-04-03 16:15:07 info: Laad volume in uur 87 14:00 0.0 kWh
2026-04-03 16:15:07 info: 6 0.8221563518047332 24.0
2026-04-03 16:15:07 info: 7 0.1778436481952667 36.0
2026-04-03 16:15:07 info: Laad volume in uur 88 14:15 0.0 kWh
2026-04-03 16:15:07 info: 6 0.6365229226748148 24.0
2026-04-03 16:15:07 info: 7 0.36347707732518497 36.0
2026-04-03 16:15:07 info: Laad volume in uur 89 14:30 0.0 kWh
2026-04-03 16:15:07 info: 6 0.4508896425565085 24.0
2026-04-03 16:15:07 info: 7 0.5491103574434915 36.0
2026-04-03 16:15:07 info: Laad volume in uur 90 14:45 0.0 kWh
2026-04-03 16:15:07 info: 6 0.20419511946042437 24.0
2026-04-03 16:15:07 info: 7 0.7958048805395759 36.0
2026-04-03 16:15:07 info: Laad volume in uur 91 15:00 0.0 kWh
2026-04-03 16:15:07 info: 7 0.6278428335189813 36.0
2026-04-03 16:15:07 info: 8 0.37215716648101854 48.0
2026-04-03 16:15:07 info: Laad volume in uur 92 15:15 0.0 kWh
2026-04-03 16:15:07 info: 7 0.3811480819384263 36.0
2026-04-03 16:15:07 info: 8 0.6188519180615736 48.0
2026-04-03 16:15:07 info: Laad volume in uur 93 15:30 0.0 kWh
2026-04-03 16:15:07 info: 7 0.1344535489082333 36.0
2026-04-03 16:15:07 info: 8 0.8655464510917662 48.0
2026-04-03 16:15:07 info: Laad volume in uur 94 15:45 0.0 kWh
2026-04-03 16:15:07 info: 6 0.023205573399862355 24.0
2026-04-03 16:15:07 info: 7 0.9767944266001378 36.0
2026-04-03 16:15:07 info: Laad volume in uur 95 16:00 0.0 kWh
2026-04-03 16:15:07 info: 5 0.9242895945310594 12.0
2026-04-03 16:15:07 info: 6 0.07571040546894059 24.0
2026-04-03 16:15:07 info: Laad volume in uur 96 16:15 0.0 kWh
2026-04-03 16:15:07 info: 2 0.5043331906000764 1.5
2026-04-03 16:15:07 info: 3 0.49566680939992364 3.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 97 16:30 0.10513554607328768 kWh
2026-04-03 16:15:07 info: 7 0.011681727341476409 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 98 16:45 2.842674178004264 kWh
2026-04-03 16:15:07 info: 10 0.22741393424034112 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 99 17:00 2.2880659158155323 kWh
2026-04-03 16:15:07 info: 10 0.1830452732652426 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 100 17:15 3.025358880154788 kWh
2026-04-03 16:15:07 info: 7 0.33615098668386534 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 101 17:30 3.756963631682098 kWh
2026-04-03 16:15:07 info: 8 0.31308030264017483 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 102 17:45 3.8255274396762244 kWh
2026-04-03 16:15:07 info: 8 0.318793953306352 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 103 18:00 3.6456524445619434 kWh
2026-04-03 16:15:07 info: 9 0.29760428118873006 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 104 18:15 3.763660847907886 kWh
2026-04-03 16:15:07 info: 10 0.3010928678326309 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 105 18:30 3.88166921213828 kWh
2026-04-03 16:15:07 info: 8 0.3234724343448567 48.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 106 18:45 3.553888798115775 kWh
2026-04-03 16:15:07 info: 10 0.284311103849262 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 107 19:00 2.822936847163364 kWh
2026-04-03 16:15:07 info: 10 0.2258349477730691 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 108 19:15 2.4951564210336663 kWh
2026-04-03 16:15:07 info: 7 0.277239602337074 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 109 19:30 2.167335462814197 kWh
2026-04-03 16:15:07 info: 7 0.2408150514237997 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 110 19:45 2.114874713672325 kWh
2026-04-03 16:15:07 info: 7 0.23498607929692503 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 111 20:00 2.320664548296482 kWh
2026-04-03 16:15:07 info: 10 0.18565316386371855 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 112 20:15 2.268203799620271 kWh
2026-04-03 16:15:07 info: 7 0.25202264440225236 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 113 20:30 2.2157430504783986 kWh
2026-04-03 16:15:07 info: 10 0.1772594440382719 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 114 20:45 1.9564011446870868 kWh
2026-04-03 16:15:07 info: 5 0.6521337148956956 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 115 21:00 1.4648546315925204 kWh
2026-04-03 16:15:07 info: 6 0.2441424385987534 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 116 21:15 1.2055129642197864 kWh
2026-04-03 16:15:07 info: 4 0.8036753094798575 6.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 117 21:30 0.9461710584284742 kWh
2026-04-03 16:15:07 info: 7 0.10513011760316379 36.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 118 21:45 0.9950053035290916 kWh
2026-04-03 16:15:07 info: 6 0.1658342172548486 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 119 22:00 1.345486562316772 kWh
2026-04-03 16:15:07 info: 10 0.10763892498534176 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 120 22:15 1.3943208074173894 kWh
2026-04-03 16:15:07 info: 10 0.11154566459339114 50.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 121 22:30 1.4431550525180068 kWh
2026-04-03 16:15:07 info: 5 0.4810516841726689 12.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 122 22:45 1.2099304145271894 kWh
2026-04-03 16:15:07 info: 6 0.2016550690878649 24.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 123 23:00 0.7651619124301945 kWh
2026-04-03 16:15:07 info: 9 0.0624621969330771 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 124 23:15 0.5319375136728629 kWh
2026-04-03 16:15:07 info: 9 0.04342347050390718 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 125 23:30 0.2987128756238379 kWh
2026-04-03 16:15:07 info: 9 0.024384724540721464 49.0
2026-04-03 16:15:07 info: Ontlaad volume in uur 126 23:45 0.06540205849893388 kWh
2026-04-03 16:15:07 info: 10 0.0052321646799147106 50.0
2026-04-03 16:15:07 info: In- en uitgaande energie per kwartier batterij Accu 1
   uur   ac->    eff   ->dc pv->dc   dc->    eff  ->bat  o_eff    SoC
          kWh      %    kWh    kWh    kWh      %    kWh      %      %
 16:15  -2.47  87.00  -2.84   0.00  -2.84  92.00  -3.08  80.04  98.47
 16:30  -2.59  87.00  -2.98   0.00  -2.98  92.00  -3.24  80.04  96.86
 16:45  -2.04  87.00  -2.34   0.00  -2.34  92.00  -2.54  80.04  95.60
 17:00  -0.94  87.00  -1.08   0.00  -1.08  92.00  -1.17  80.04  95.02
 17:15  -0.38  87.00  -0.44   0.00  -0.44  92.00  -0.48  80.04  94.78
 17:30   0.17  69.72   0.12   0.00   0.12  92.00   0.11  64.14  94.84
 17:45  -0.36  87.00  -0.41   0.00  -0.41  92.00  -0.44  80.04  94.62
 18:00  -1.92  87.00  -2.21   0.00  -2.21  92.00  -2.40  80.04  93.43
 18:15  -2.45  87.00  -2.82   0.00  -2.82  92.00  -3.06  80.04  91.91
 18:30  -2.98  87.00  -3.43   0.00  -3.43  92.00  -3.73  80.04  90.06
 18:45  -2.61  87.00  -3.00   0.00  -3.00  92.00  -3.26  80.04  88.44
 19:00  -1.47  87.00  -1.69   0.00  -1.69  92.00  -1.84  80.04  87.53
 19:15  -1.10  87.00  -1.27   0.00  -1.27  92.00  -1.38  80.04  86.84
 19:30  -0.73  87.00  -0.84   0.00  -0.84  92.00  -0.91  80.04  86.39
 19:45  -0.74  87.00  -0.85   0.00  -0.85  92.00  -0.93  80.04  85.93
 20:00  -1.08  87.00  -1.24   0.00  -1.24  92.00  -1.35  80.04  85.26
 20:15  -1.09  87.00  -1.25   0.00  -1.25  92.00  -1.36  80.04  84.59
 20:30  -1.10  87.00  -1.26   0.00  -1.26  92.00  -1.37  80.04  83.91
 20:45  -0.95  87.00  -1.09   0.00  -1.09  92.00  -1.19  80.04  83.32
 21:00  -0.59  87.00  -0.67   0.00  -0.67  92.00  -0.73  80.04  82.95
 21:15  -0.44  87.00  -0.50   0.00  -0.50  92.00  -0.55  80.04  82.68
 21:30  -0.29  87.00  -0.33   0.00  -0.33  92.00  -0.36  80.04  82.50
 21:45  -0.54  87.00  -0.62   0.00  -0.62  92.00  -0.67  80.04  82.17
 22:00  -1.18  87.00  -1.36   0.00  -1.36  92.00  -1.48  80.04  81.43
 22:15  -1.43  87.00  -1.64   0.00  -1.64  92.00  -1.78  80.04  80.55
 22:30  -1.67  87.00  -1.92   0.00  -1.92  92.00  -2.09  80.04  79.51
 22:45  -1.51  87.00  -1.74   0.00  -1.74  92.00  -1.89  80.04  78.58
 23:00  -1.05  87.00  -1.20   0.00  -1.20  92.00  -1.31  80.04  77.93
 23:15  -0.89  87.00  -1.02   0.00  -1.02  92.00  -1.11  80.04  77.38
 23:30  -0.73  87.00  -0.84   0.00  -0.84  92.00  -0.91  80.04  76.93
 23:45  -0.58  87.00  -0.67   0.00  -0.67  92.00  -0.73  80.04  76.56
 00:00  -0.38  87.00  -0.44   0.00  -0.44  92.00  -0.47  80.04  76.33
 00:15  -0.23  87.00  -0.27   0.00  -0.27  92.00  -0.29  80.04  76.19
 00:30  -0.09  87.00  -0.10   0.00  -0.10  92.00  -0.11  80.04  76.13
 00:45   0.00     --   0.00   0.00   0.00     --   0.00     --  76.13
 01:00  -0.52  87.00  -0.60   0.00  -0.60  92.00  -0.65  80.04  75.81
 01:15  -0.64  87.00  -0.73   0.00  -0.73  92.00  -0.79  80.04  75.41
 01:30  -0.75  87.00  -0.86   0.00  -0.86  92.00  -0.94  80.04  74.95
 01:45  -0.82  87.00  -0.95   0.00  -0.95  92.00  -1.03  80.04  74.44
 02:00  -0.88  87.00  -1.01   0.00  -1.01  92.00  -1.10  80.04  73.89
 02:15  -0.96  87.00  -1.10   0.00  -1.10  92.00  -1.19  80.04  73.30
 02:30  -1.03  87.00  -1.18   0.00  -1.18  92.00  -1.28  80.04  72.66
 02:45  -1.04  87.00  -1.19   0.00  -1.19  92.00  -1.30  80.04  72.02
 03:00  -0.98  87.00  -1.12   0.00  -1.12  92.00  -1.22  80.04  71.41
 03:15  -0.99  87.00  -1.14   0.00  -1.14  92.00  -1.23  80.04  70.80
 03:30  -1.00  87.00  -1.15   0.00  -1.15  92.00  -1.25  80.04  70.18
 03:45  -1.09  87.00  -1.25   0.00  -1.25  92.00  -1.36  80.04  69.51
 04:00  -1.10  87.00  -1.26   0.00  -1.26  92.00  -1.37  80.04  68.83
 04:15  -1.19  87.00  -1.37   0.00  -1.37  92.00  -1.49  80.04  68.09
 04:30  -1.28  87.00  -1.47   0.00  -1.47  92.00  -1.60  80.04  67.30
 04:45  -1.93  87.00  -2.22   0.00  -2.22  92.00  -2.41  80.04  66.10
 05:00  -3.20  87.00  -3.68   0.00  -3.68  92.00  -4.00  80.04  64.12
 05:15  -3.85  87.00  -4.43   0.00  -4.43  92.00  -4.81  80.04  61.73
 05:30  -4.50  87.00  -5.17   0.00  -5.17  92.00  -5.62  80.04  58.94
 05:45  -4.33  87.00  -4.98   0.00  -4.98  92.00  -5.41  80.04  56.25
 06:00  -3.67  87.00  -4.21   0.00  -4.21  92.00  -4.58  80.04  53.98
 06:15  -3.52  87.00  -4.05   0.00  -4.05  92.00  -4.40  80.04  51.80
 06:30  -3.36  87.00  -3.86   0.00  -3.86  92.00  -4.19  80.04  49.72
 06:45 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  42.98
 07:00  -1.49  87.00  -1.71   0.00  -1.71  92.00  -1.86  80.04  42.06
 07:15 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  35.32
 07:30 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  28.58
 07:45 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  21.84
 08:00 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  15.10
 08:15   0.00     --   0.00   0.00   0.00     --   0.00     --  15.10
 08:30   0.00     --   0.00   0.00   0.00     --   0.00     --  15.10
 08:45   4.17  86.00   3.59   0.00   3.59  92.00   3.30  79.12  16.74
 09:00 -10.88  87.00 -12.50   0.00 -12.50  92.00 -13.59  80.04  10.00
 09:15   0.00     --   0.00   0.00   0.00     --   0.00     --  10.00
 09:30   0.00     --   0.00   0.00   0.00     --   0.00     --  10.00
 09:45  10.61  86.00   9.13   0.00   9.13  92.00   8.40  79.12  14.16
 10:00   0.00     --   0.00   0.00   0.00     --   0.00     --  14.16
 10:15  11.32  86.00   9.73   0.00   9.73  92.00   8.95  79.12  18.61
 10:30  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  24.00
 10:45  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  29.40
 11:00  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  34.79
 11:15  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  40.19
 11:30  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  45.59
 11:45  13.75  86.00  11.82   0.00  11.83  92.00  10.88  79.12  50.98
 12:00   9.11  86.00   7.83   0.00   7.83  92.00   7.20  79.12  54.56
 12:15   6.48  86.00   5.57   0.00   5.57  92.00   5.13  79.12  57.10
 12:30   3.86  86.00   3.32   0.00   3.32  92.00   3.05  79.12  58.62
 12:45   3.71  86.00   3.19   0.00   3.19  92.00   2.93  79.12  60.07
 13:00   5.24  86.00   4.50   0.00   4.50  92.00   4.14  79.12  62.13
 13:15   5.09  86.00   4.37   0.00   4.37  92.00   4.02  79.12  64.12
 13:30   4.94  86.00   4.24   0.00   4.24  92.00   3.90  79.12  66.06
 13:45   5.49  86.00   4.72   0.00   4.72  92.00   4.35  79.12  68.21
 14:00   6.53  86.00   5.62   0.00   5.62  92.00   5.17  79.12  70.78
 14:15   7.09  86.00   6.10   0.00   6.10  92.00   5.61  79.12  73.56
 14:30   7.65  86.00   6.58   0.00   6.58  92.00   6.05  79.12  76.56
 14:45   8.39  86.00   7.21   0.00   7.21  92.00   6.64  79.12  79.85
 15:00  10.12  86.00   8.70   0.00   8.70  92.00   8.00  79.12  83.82
 15:15  10.86  86.00   9.34   0.00   9.34  92.00   8.59  79.12  88.08
 15:30  11.60  86.00   9.97   0.00   9.97  92.00   9.18  79.12  92.64
 15:45   8.93  86.00   7.68   0.00   7.68  92.00   7.07  79.12  96.14
 16:00   3.23  86.00   2.78   0.00   2.78  92.00   2.55  79.12  97.41
 16:15   0.56  86.00   0.48   0.00   0.48  92.00   0.44  79.12  97.63
 16:30  -0.11  87.00  -0.12   0.00  -0.12  92.00  -0.13  80.04  97.56
 16:45  -2.84  87.00  -3.27   0.00  -3.27  92.00  -3.55  80.04  95.80
 17:00  -2.29  87.00  -2.63   0.00  -2.63  92.00  -2.86  80.04  94.38
 17:15  -3.03  87.00  -3.48   0.00  -3.48  92.00  -3.78  80.04  92.51
 17:30  -3.76  87.00  -4.32   0.00  -4.32  92.00  -4.69  80.04  90.18
 17:45  -3.83  87.00  -4.40   0.00  -4.40  92.00  -4.78  80.04  87.81
 18:00  -3.65  87.00  -4.19   0.00  -4.19  92.00  -4.55  80.04  85.55
 18:15  -3.76  87.00  -4.33   0.00  -4.33  92.00  -4.70  80.04  83.22
 18:30  -3.88  87.00  -4.46   0.00  -4.46  92.00  -4.85  80.04  80.81
 18:45  -3.55  87.00  -4.08   0.00  -4.08  92.00  -4.44  80.04  78.61
 19:00  -2.82  87.00  -3.24   0.00  -3.24  92.00  -3.53  80.04  76.86
 19:15  -2.50  87.00  -2.87   0.00  -2.87  92.00  -3.12  80.04  75.31
 19:30  -2.17  87.00  -2.49   0.00  -2.49  92.00  -2.71  80.04  73.97
 19:45  -2.11  87.00  -2.43   0.00  -2.43  92.00  -2.64  80.04  72.66
 20:00  -2.32  87.00  -2.67   0.00  -2.67  92.00  -2.90  80.04  71.22
 20:15  -2.27  87.00  -2.61   0.00  -2.61  92.00  -2.83  80.04  69.82
 20:30  -2.22  87.00  -2.55   0.00  -2.55  92.00  -2.77  80.04  68.44
 20:45  -1.96  87.00  -2.25   0.00  -2.25  92.00  -2.44  80.04  67.23
 21:00  -1.46  87.00  -1.68   0.00  -1.68  92.00  -1.83  80.04  66.32
 21:15  -1.21  87.00  -1.39   0.00  -1.39  92.00  -1.51  80.04  65.57
 21:30  -0.95  87.00  -1.09   0.00  -1.09  92.00  -1.18  80.04  64.99
 21:45  -1.00  87.00  -1.14   0.00  -1.14  92.00  -1.24  80.04  64.37
 22:00  -1.35  87.00  -1.55   0.00  -1.55  92.00  -1.68  80.04  63.54
 22:15  -1.39  87.00  -1.60   0.00  -1.60  92.00  -1.74  80.04  62.67
 22:30  -1.44  87.00  -1.66   0.00  -1.66  92.00  -1.80  80.04  61.78
 22:45  -1.21  87.00  -1.39   0.00  -1.39  92.00  -1.51  80.04  61.03
 23:00  -0.77  87.00  -0.88   0.00  -0.88  92.00  -0.96  80.04  60.56
 23:15  -0.53  87.00  -0.61   0.00  -0.61  92.00  -0.66  80.04  60.23
 23:30  -0.30  87.00  -0.34   0.00  -0.34  92.00  -0.37  80.04  60.04
 23:45  -0.07  87.00  -0.08   0.00  -0.08  92.00  -0.08  80.04  60.00
Totaal  18.95    NaN -44.12   0.00 -44.12    NaN -80.64    NaN    NaN
2026-04-03 16:15:09 info: Berekende prognoses: 
   uur  bat_in  bat_out   cons   prod   base   boil     wp     ev  pv_ac   cost  profit  b_tem
 16:15    0.00     2.47   0.32   0.00   5.47   0.00   0.00   0.00   2.69   0.05    0.00  20.00
 16:30    0.00     2.59   0.00   0.00   5.50   0.00   0.00   0.00   2.91   0.00   -0.00  20.00
 16:45    0.00     2.04   0.00   0.00   5.17   0.00   0.00   0.00   3.13   0.00   -0.00  20.00
 17:00    0.00     0.94   0.00   0.00   4.37   0.00   0.00   0.00   3.43   0.00   -0.00  20.00
 17:15    0.00     0.38   0.00   0.00   4.04   0.00   0.00   0.00   3.65   0.00   -0.00  20.00
 17:30    0.17     0.00   0.00   0.00   3.70   0.00   0.00   0.00   3.88   0.00   -0.00  20.00
 17:45    0.00     0.36   0.00   0.00   4.17   0.00   0.00   0.00   3.82   0.00   -0.00  20.00
 18:00    0.00     1.92   0.00   0.00   5.45   0.00   0.00   0.00   3.53   0.00   -0.00  20.00
 18:15    0.00     2.45   0.00   0.00   5.92   0.00   0.00   0.00   3.47   0.00   -0.00  20.00
 18:30    0.00     2.98   0.00   0.00   6.39   0.00   0.00   0.00   3.41   0.00   -0.00  20.00
 18:45    0.00     2.61   0.00   0.00   6.01   0.00   0.00   0.00   3.40   0.00   -0.00  20.00
 19:00    0.00     1.47   0.00   0.00   4.96   0.00   0.00   0.00   3.49   0.00   -0.00  20.00
 19:15    0.00     1.10   0.00   0.00   4.59   0.00   0.00   0.00   3.48   0.00   -0.00  20.00
 19:30    0.00     0.73   0.00   0.00   4.21   0.00   0.00   0.00   3.48   0.00   -0.00  20.00
 19:45    0.00     0.74   0.00   0.00   3.97   0.00   0.00   0.00   3.23   0.00   -0.00  20.00
 20:00    0.00     1.08   0.00   0.00   3.82   0.00   0.00   0.00   2.74   0.00   -0.00  20.00
 20:15    0.00     1.09   0.00   0.00   3.58   0.00   0.00   0.00   2.49   0.00   -0.00  20.00
 20:30    0.00     1.10   0.00   0.00   3.34   0.00   0.00   0.00   2.24   0.00   -0.00  20.00
 20:45    0.00     0.95   0.00   0.00   3.19   0.00   0.00   0.00   2.24   0.00   -0.00  20.00
 21:00    0.00     0.59   0.00   0.00   3.05   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:15    0.00     0.44   0.00   0.00   2.90   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:30    0.00     0.29   0.00   0.00   2.75   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 21:45    0.00     0.54   0.00   0.00   2.86   0.00   0.00   0.00   2.32   0.00   -0.00  20.00
 22:00    0.00     1.18   0.00   0.00   3.20   0.00   0.00   0.00   2.02   0.00   -0.00  20.00
 22:15    0.00     1.43   0.00   0.00   3.30   0.00   0.00   0.00   1.88   0.00   -0.00  20.00
 22:30    0.00     1.67   0.00   0.00   3.41   0.00   0.00   0.00   1.74   0.00   -0.00  20.00
 22:45    0.00     1.51   0.00   0.00   3.35   0.00   0.00   0.00   1.83   0.00   -0.00  20.00
 23:00    0.00     1.05   0.00   0.00   3.16   0.00   0.00   0.00   2.11   0.00   -0.00  20.00
 23:15    0.00     0.89   0.00   0.00   3.10   0.00   0.00   0.00   2.21   0.00   -0.00  20.00
 23:30    0.00     0.73   0.00   0.00   3.04   0.00   0.00   0.00   2.31   0.00   -0.00  20.00
 23:45    0.00     0.58   0.00   0.00   2.99   0.00   0.00   0.00   2.41   0.00   -0.00  20.00
 00:00    0.00     0.38   0.00   0.00   2.92   0.00   0.00   0.00   2.54   0.00   -0.00  20.00
 00:15    0.00     0.23   0.00   0.00   2.87   0.00   0.00   0.00   2.64   0.00    0.00  20.00
 00:30    0.00     0.09   0.00   0.00   2.82   0.00   0.00   0.00   2.73   0.00    0.00  20.00
 00:45    0.00     0.00   0.20   0.00   2.84   0.00   0.00   0.00   2.64   0.03    0.00  20.00
 01:00    0.00     0.52   0.00   0.00   2.92   0.00   0.00   0.00   2.40   0.00    0.00  20.00
 01:15    0.00     0.64   0.00   0.00   2.95   0.00   0.00   0.00   2.31   0.00    0.00  20.00
 01:30    0.00     0.75   0.00   0.00   2.97   0.00   0.00   0.00   2.22   0.00    0.00  20.00
 01:45    0.00     0.82   0.00   0.00   2.94   0.00   0.00   0.00   2.12   0.00    0.00  20.00
 02:00    0.00     0.88   0.00   0.00   2.89   0.00   0.00   0.00   2.01   0.00    0.00  20.00
 02:15    0.00     0.96   0.00   0.00   2.87   0.00   0.00   0.00   1.91   0.00    0.00  20.00
 02:30    0.00     1.03   0.00   0.00   2.84   0.00   0.00   0.00   1.82   0.00    0.00  20.00
 02:45    0.00     1.04   0.00   0.00   2.79   0.00   0.00   0.00   1.75   0.00    0.00  20.00
 03:00    0.00     0.98   0.00   0.00   2.67   0.00   0.00   0.00   1.70   0.00   -0.00  20.00
 03:15    0.00     0.99   0.00   0.00   2.61   0.00   0.00   0.00   1.63   0.00   -0.00  20.00
 03:30    0.00     1.00   0.00   0.00   2.55   0.00   0.00   0.00   1.56   0.00   -0.00  20.00
 03:45    0.00     1.09   0.00   0.00   2.59   0.00   0.00   0.00   1.50   0.00   -0.00  20.00
 04:00    0.00     1.10   0.00   0.00   2.61   0.00   0.00   0.00   1.51   0.00   -0.00  20.00
 04:15    0.00     1.19   0.00   0.00   2.65   0.00   0.00   0.00   1.46   0.00   -0.00  20.00
 04:30    0.00     1.28   0.00   0.00   2.68   0.00   0.00   0.00   1.40   0.00   -0.00  20.00
 04:45    0.00     1.93   0.00   0.00   3.11   0.00   0.00   0.00   1.18   0.00   -0.00  20.00
 05:00    0.00     3.20   0.00   0.00   3.97   0.00   0.00   0.00   0.77   0.00   -0.00  20.00
 05:15    0.00     3.85   0.00   0.00   4.39   0.00   0.00   0.00   0.54   0.00   -0.00  20.00
 05:30    0.00     4.50   0.00   0.00   4.82   0.00   0.00   0.00   0.32   0.00   -0.00  20.00
 05:45    0.00     4.33   0.00   0.00   4.68   0.00   0.00   0.00   0.35   0.00   -0.00  20.00
 06:00    0.00     3.67   0.00   0.00   4.09   0.00   0.00   0.00   0.42   0.00   -0.00  20.00
 06:15    0.00     3.52   0.00   0.00   3.95   0.00   0.00   0.00   0.43   0.00   -0.00  20.00
 06:30    0.00     3.36   0.00   0.00   3.81   0.00   0.00   0.00   0.45   0.00   -0.00  20.00
 06:45    0.00    10.88   0.00   8.24   3.78   0.00   0.00   0.00   1.15   0.00   -1.69  20.00
 07:00    0.00     1.49   0.00   0.00   3.83   0.00   0.00   0.00   2.35   0.00   -0.00  20.00
 07:15    0.00    10.88   0.00  10.12   3.80   0.00   0.00   0.00   3.04   0.00   -1.88  20.00
 07:30    0.00    10.88   0.00  10.84   3.77   0.00   0.00   0.00   3.74   0.00   -2.45  20.00
 07:45    0.00    10.88   0.00  11.56   3.77   0.00   0.00   0.00   4.46   0.00   -2.72  20.00
 08:00    0.00    10.88   0.00  12.08   3.77   0.00   0.00   0.00   4.98   0.00   -3.34  20.00
 08:15    0.00     0.00   0.00   1.93   3.76   0.00   0.00   0.00   5.70   0.00   -0.26  20.00
 08:30    0.00     0.00   0.00   2.65   3.76   0.00   0.00   0.00   6.41   0.00   -0.28  20.00
 08:45    4.17     0.00   0.00   0.00   3.79   0.00   0.00   0.00   7.97   0.00   -0.00  20.00
 09:00    0.00    10.88   0.00  17.26   3.86   0.00   0.00   0.00  10.24   0.00   -4.09  20.00
 09:15    0.00     0.00   0.00   7.90   3.89   0.00   0.00   0.00  11.80   0.00   -0.97  20.00
 09:30    0.00     0.00   0.00   9.43   3.93   0.00   0.00   0.00  13.36   0.00   -0.75  20.00
 09:45   10.61     0.00   0.00   0.00   3.96   0.00   0.00   0.00  14.58   0.00   -0.00  20.00
 10:00    0.00     0.00   0.00  11.66   3.93   0.00   0.00   0.00  15.59   0.00   -1.66  20.00
 10:15   11.32     0.00   0.00   1.53   3.97   0.00   0.00   0.00  16.81   0.00   -0.11  20.00
 10:30   13.75     0.00   0.00   0.28   4.00   0.00   0.00   0.00  18.03   0.00   -0.02  20.00
 10:45   13.75     0.00   0.00   1.02   4.30   0.00   0.00   0.00  19.07   0.00   -0.04  20.00
 11:00   13.75     0.00   0.00   2.27   4.87   0.00   0.00   0.00  20.88   0.00   -0.11  20.00
 11:15   13.75     0.00   0.00   3.00   5.17   0.00   0.00   0.00  21.92   0.00   -0.12  20.00
 11:30   13.75     0.00   0.00   3.74   5.47   0.00   0.00   0.00  22.96   0.00   -0.05  20.00
 11:45   13.75     0.00   0.00   1.12   5.50   0.00   0.00   0.00  20.37   0.00    0.02  20.00
 12:00    9.11     0.00   0.00   0.00   5.36   0.00   0.00   0.00  14.47   0.00   -0.00  20.00
 12:15    6.48     0.00   0.00   0.00   5.40   0.00   0.00   0.00  11.88   0.00    0.00  20.00
 12:30    3.86     0.00   0.00   0.00   5.44   0.00   0.00   0.00   9.30   0.00    0.00  20.00
 12:45    3.71     0.00   0.00   0.00   5.41   0.00   0.00   0.00   9.11   0.00    0.00  20.00
 13:00    5.24     0.00   0.00   0.00   5.30   0.00   0.00   0.00  10.54   0.00    0.00  20.00
 13:15    5.09     0.00   0.00   0.00   5.27   0.00   0.00   0.00  10.35   0.00    0.00  20.00
 13:30    4.94     0.00   0.00   0.00   5.24   0.00   0.00   0.00  10.17   0.00    0.00  20.00
 13:45    5.49     0.00   0.00   0.00   5.30   0.00   0.00   0.00  10.79   0.00    0.00  20.00
 14:00    6.53     0.00   0.00   0.00   5.47   0.00   0.00   0.00  12.01   0.00    0.00  20.00
 14:15    7.09     0.00   0.00   0.00   5.54   0.00   0.00   0.00  12.63   0.00    0.00  20.00
 14:30    7.65     0.00   0.00   0.00   5.60   0.00   0.00   0.00  13.25   0.00    0.00  20.00
 14:45    8.39     0.00   0.00   0.00   5.48   0.00   0.00   0.00  13.87   0.00    0.00  20.00
 15:00   10.12     0.00   0.00   0.00   5.17   0.00   0.00   0.00  15.29   0.00    0.00  20.00
 15:15   10.86     0.00   0.00   0.00   5.05   0.00   0.00   0.00  15.91   0.00    0.00  20.00
 15:30   11.60     0.00   0.00   0.00   4.94   0.00   0.00   0.00  16.53   0.00    0.00  20.00
 15:45    8.93     0.00   0.00   0.00   5.03   0.00   0.00   0.00  13.96   0.00    0.00  20.00
 16:00    3.23     0.00   0.00   0.00   5.31   0.00   0.00   0.00   8.54   0.00    0.00  20.00
 16:15    0.56     0.00   0.00   0.00   5.40   0.00   0.00   0.00   5.96   0.00    0.00  20.00
 16:30    0.00     0.11   2.00   0.00   5.49   0.00   0.00   0.00   3.39   0.27    0.00  20.00
 16:45    0.00     2.84   0.00   0.00   5.47   0.00   0.00   0.00   2.63   0.00   -0.00  20.00
 17:00    0.00     2.29   0.00   0.00   5.35   0.00   0.00   0.00   3.06   0.00    0.00  20.00
 17:15    0.00     3.03   0.00   0.00   5.32   0.00   0.00   0.00   2.30   0.00   -0.00  20.00
 17:30    0.00     3.76   0.00   0.00   5.30   0.00   0.00   0.00   1.54   0.00   -0.00  20.00
 17:45    0.00     3.83   0.00   0.00   5.30   0.00   0.00   0.00   1.48   0.00   -0.00  20.00
 18:00    0.00     3.65   0.00   0.00   5.43   0.00   0.00   0.00   1.78   0.00   -0.00  20.00
 18:15    0.00     3.76   0.00   0.00   5.43   0.00   0.00   0.00   1.67   0.00   -0.00  20.00
 18:30    0.00     3.88   0.00   0.00   5.44   0.00   0.00   0.00   1.55   0.00   -0.00  20.00
 18:45    0.00     3.55   0.00   0.00   5.05   0.00   0.00   0.00   1.49   0.00   -0.00  20.00
 19:00    0.00     2.82   0.00   0.00   4.22   0.00   0.00   0.00   1.40   0.00   -0.00  20.00
 19:15    0.00     2.50   0.00   0.00   3.83   0.00   0.00   0.00   1.34   0.00   -0.00  20.00
 19:30    0.00     2.17   0.00   0.00   3.44   0.00   0.00   0.00   1.28   0.00   -0.00  20.00
 19:45    0.00     2.11   0.00   0.00   3.63   0.00   0.00   0.00   1.51   0.00   -0.00  20.00
 20:00    0.00     2.32   0.00   0.00   4.30   0.00   0.00   0.00   1.98   0.00   -0.00  20.00
 20:15    0.00     2.27   0.00   0.00   4.49   0.00   0.00   0.00   2.22   0.00   -0.00  20.00
 20:30    0.00     2.22   0.00   0.00   4.67   0.00   0.00   0.00   2.46   0.00   -0.00  20.00
 20:45    0.00     1.96   0.00   0.00   4.62   0.00   0.00   0.00   2.66   0.00   -0.00  20.00
 21:00    0.00     1.46   0.00   0.00   4.41   0.00   0.00   0.00   2.94   0.00   -0.00  20.00
 21:15    0.00     1.21   0.00   0.00   4.35   0.00   0.00   0.00   3.15   0.00   -0.00  20.00
 21:30    0.00     0.95   0.00   0.00   4.30   0.00   0.00   0.00   3.35   0.00   -0.00  20.00
 21:45    0.00     1.00   0.00   0.00   4.12   0.00   0.00   0.00   3.13   0.00   -0.00  20.00
 22:00    0.00     1.35   0.00   0.00   3.86   0.00   0.00   0.00   2.51   0.00   -0.00  20.00
 22:15    0.00     1.39   0.00   0.00   3.69   0.00   0.00   0.00   2.29   0.00   -0.00  20.00
 22:30    0.00     1.44   0.00   0.00   3.52   0.00   0.00   0.00   2.07   0.00   -0.00  20.00
 22:45    0.00     1.21   0.00   0.00   3.36   0.00   0.00   0.00   2.15   0.00   -0.00  20.00
 23:00    0.00     0.77   0.00   0.00   3.22   0.00   0.00   0.00   2.45   0.00   -0.00  20.00
 23:15    0.00     0.53   0.00   0.00   3.06   0.00   0.00   0.00   2.53   0.00   -0.00  20.00
 23:30    0.00     0.30   0.00   0.00   2.91   0.00   0.00   0.00   2.61   0.00   -0.00  20.00
 23:45    0.00     0.07   0.00   0.00   2.75   0.00   0.00   0.00   2.69   0.00    0.00  20.00
Totaal  227.62   208.67   2.52 116.64 523.68   0.00   0.00   0.00 656.75   0.35  -20.51    NaN
2026-04-03 16:15:09 info: Consumption               2.52 (kWh)
2026-04-03 16:15:09 info: Cost consumption          0.35 (€)
2026-04-03 16:15:09 info: Tariff consumption        0.138 (€/kWh)
2026-04-03 16:15:09 info: Production              116.64 (kWh)
2026-04-03 16:15:09 info: Profit production       -20.51 (€)
2026-04-03 16:15:09 info: Tariff production         0.176 (€/kWh)
2026-04-03 16:15:09 info: 
Calculation profit after optimize in €
Cost before optimize             24.39
Cost consumption      0.35
Cycle cost            4.36
Penalty cost          0.04
Battery storage       2.37
Boiler storage        0.00
Profit production   -20.51
Total               -13.40
Cost after optimize             -13.40
Profit:                          37.79
2026-04-03 16:15:09 info: Doorzetten van alle settings naar HA
2026-04-03 16:15:09 info: Grid set point: 1268.0 W
2026-04-03 16:15:09 info: Cycle cost Accu 1: 4.36 euro
2026-04-03 16:15:09 info: Netto vermogen naar(+)/uit(-) omvormer Accu 1: -36000 W  tot: 2026-04-03 16:19
2026-04-03 16:15:09 info: Balanceren: off
2026-04-03 16:15:09 info: Vermogen uit batterij: 11345W
2026-04-03 16:15:09 info: Vermogen dat binnenkomt van pv: 0W
2026-04-03 16:15:09 info: Vermogen dat binnenkomt van ac: -11345W
2026-04-03 16:15:09 info: Waarde SoC na eerste uur: 98.5%
Karpertje schreef op zaterdag 4 april 2026 @ 12:50:
[...]

hierbij de grafiek en log van 16:15

[Afbeelding]

,92
[...]
Om 16:00 uur was berekend dat de batterij een kwartier nom zou draaien en 2,92 kWh zou produceren. Maar om 16:15 zit er nog steeds 100% in de batterij. De vraag is dus was de productie van pv en wind in dat kwartier hoger dan verwacht en/of is er niet nom gedraaid?

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • Karpertje
  • Registratie: Januari 2013
  • Laatst online: 08-05 15:52
KC27 schreef op zaterdag 4 april 2026 @ 19:08:
[...]

Om 16:00 uur was berekend dat de batterij een kwartier nom zou draaien en 2,92 kWh zou produceren. Maar om 16:15 zit er nog steeds 100% in de batterij. De vraag is dus was de productie van pv en wind in dat kwartier hoger dan verwacht en/of is er niet nom gedraaid?
ja, productie pv en wind was hoger dan verwacht.
Ik draai nom als de balance switch aan staat.
Om 16:15 ging de balance switch uit. En daarom ging hij om 16:15 met 36kWh vermogen uit de accu terug leveren aan het net, terwijl de teruglever prijs negatief was.

  • konehead
  • Registratie: Januari 2005
  • Laatst online: 22:09
@KC27
Ik ben mijn dashboard verder aan het updaten en loopt tegen een probleempje aan. Ik haal uit de API hoeveel KWh de batterij in gaat (12.8 KWh). Volgens de Bat_In importeer ik 5,58 KWh in de batterij, terwijl de batterij vandaag wel vol gaat (zie berekening). Wat gaat hier fout? Ik zou verwachten dat Bat_in de totale import naar de batterij inhoudt. Klopt dat?

Afbeeldingslocatie: https://tweakers.net/i/VsG4z9Z6FcMYCG8fc27NqmqjwPc=/800x/filters:strip_exif()/f/image/oE4vQq5vsYvgqEPR9iboxx9N.png?f=fotoalbum_large

Bat_in: JSON data:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
data:
  - time_ts: 1775340000000
    time: 2026-04-05 00:00
    value: 0
    datatype: recorded
  - time_ts: 1775343600000
    time: 2026-04-05 01:00
    value: 0
    datatype: recorded
  - time_ts: 1775347200000
    time: 2026-04-05 02:00
    value: 0
    datatype: recorded
  - time_ts: 1775350800000
    time: 2026-04-05 03:00
    value: 0
    datatype: recorded
  - time_ts: 1775354400000
    time: 2026-04-05 04:00
    value: 0
    datatype: recorded
  - time_ts: 1775358000000
    time: 2026-04-05 05:00
    value: 0
    datatype: recorded
  - time_ts: 1775361600000
    time: 2026-04-05 06:00
    value: 0
    datatype: recorded
  - time_ts: 1775365200000
    time: 2026-04-05 07:00
    value: 0
    datatype: recorded
  - time_ts: 1775368800000
    time: 2026-04-05 08:00
    value: 0
    datatype: recorded
  - time_ts: 1775372400000
    time: 2026-04-05 09:00
    value: 0
    datatype: recorded
  - time_ts: 1775376000000
    time: 2026-04-05 10:00
    value: 0.0998535156
    datatype: recorded
  - time_ts: 1775379600000
    time: 2026-04-05 11:00
    value: 0
    datatype: recorded
  - time_ts: 1775383200000
    time: 2026-04-05 12:00
    value: 0.4001464844
    datatype: recorded
  - time_ts: 1775386800000
    time: 2026-04-05 13:00
    value: 0
    datatype: expected
  - time_ts: 1775390400000
    time: 2026-04-05 14:00
    value: 2.3137362637
    datatype: expected
  - time_ts: 1775394000000
    time: 2026-04-05 15:00
    value: 2.2450549451
    datatype: expected
  - time_ts: 1775397600000
    time: 2026-04-05 16:00
    value: 0.5909750719
    datatype: expected
  - time_ts: 1775401200000
    time: 2026-04-05 17:00
    value: 0
    datatype: expected
  - time_ts: 1775404800000
    time: 2026-04-05 18:00
    value: 0
    datatype: expected
  - time_ts: 1775408400000
    time: 2026-04-05 19:00
    value: 0
    datatype: expected
  - time_ts: 1775412000000
    time: 2026-04-05 20:00
    value: 0
    datatype: expected
  - time_ts: 1775415600000
    time: 2026-04-05 21:00
    value: 0
    datatype: expected
  - time_ts: 1775419200000
    time: 2026-04-05 22:00
    value: 0
    datatype: expected
  - time_ts: 1775422800000
    time: 2026-04-05 23:00
    value: 0
    datatype: expected
  - time_ts: 1775426400000
    time: 2026-04-06 00:00
    value: 0
    datatype: expected
  - time_ts: 1775430000000
    time: 2026-04-06 01:00
    value: 0
    datatype: expected
  - time_ts: 1775433600000
    time: 2026-04-06 02:00
    value: 0
    datatype: expected
  - time_ts: 1775437200000
    time: 2026-04-06 03:00
    value: 0
    datatype: expected
  - time_ts: 1775440800000
    time: 2026-04-06 04:00
    value: 0
    datatype: expected
  - time_ts: 1775444400000
    time: 2026-04-06 05:00
    value: 0
    datatype: expected
  - time_ts: 1775448000000
    time: 2026-04-06 06:00
    value: 0
    datatype: expected
  - time_ts: 1775451600000
    time: 2026-04-06 07:00
    value: 0
    datatype: expected
  - time_ts: 1775455200000
    time: 2026-04-06 08:00
    value: 0
    datatype: expected
  - time_ts: 1775458800000
    time: 2026-04-06 09:00
    value: 0
    datatype: expected
  - time_ts: 1775462400000
    time: 2026-04-06 10:00
    value: 0
    datatype: expected
  - time_ts: 1775466000000
    time: 2026-04-06 11:00
    value: 0
    datatype: expected
  - time_ts: 1775469600000
    time: 2026-04-06 12:00
    value: 0
    datatype: expected
  - time_ts: 1775473200000
    time: 2026-04-06 13:00
    value: 0
    datatype: expected
  - time_ts: 1775476800000
    time: 2026-04-06 14:00
    value: 0
    datatype: expected
  - time_ts: 1775480400000
    time: 2026-04-06 15:00
    value: 0
    datatype: expected
  - time_ts: 1775484000000
    time: 2026-04-06 16:00
    value: 0
    datatype: expected
  - time_ts: 1775487600000
    time: 2026-04-06 17:00
    value: 0
    datatype: expected
  - time_ts: 1775491200000
    time: 2026-04-06 18:00
    value: 0
    datatype: expected
  - time_ts: 1775494800000
    time: 2026-04-06 19:00
    value: 0
    datatype: expected
  - time_ts: 1775498400000
    time: 2026-04-06 20:00
    value: 0
    datatype: expected
  - time_ts: 1775502000000
    time: 2026-04-06 21:00
    value: 0
    datatype: expected
  - time_ts: 1775505600000
    time: 2026-04-06 22:00
    value: 0
    datatype: expected
  - time_ts: 1775509200000
    time: 2026-04-06 23:00
    value: 0
    datatype: expected
unit_of_measurement: kWh
friendly_name: DAO batterij in
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
2026-04-05 13:30:00 info: Day Ahead Optimalisering versie: 2026.03.2
2026-04-05 13:30:00 info: Day Ahead Optimalisering gestart op: 05-04-2026 13:30:00
2026-04-05 13:30:00 info: Day Ahead Optimalisatie gestart: 05-04-2026 13:30:00 taak: calc_optimum
2026-04-05 13:30:00 info: Debug = False
2026-04-05 13:30:00 info: Zelf berekende baseload
2026-04-05 13:30:00 info: Start waarden: 
      uur                tijd   spot   p_l   p_t  base  pv_ac  pv_dc
0   13:30 2026-04-05 13:30:00 -0.030 0.099 0.074 0.109      0  0.625
1   13:45 2026-04-05 13:45:00 -0.041 0.087 0.062 0.105      0  0.596
2   14:00 2026-04-05 14:00:00 -0.047 0.079 0.054 0.104      0  0.566
3   14:15 2026-04-05 14:15:00 -0.051 0.074 0.049 0.101      0  0.537
4   14:30 2026-04-05 14:30:00 -0.052 0.073 0.048 0.098      0  0.508
5   14:45 2026-04-05 14:45:00 -0.052 0.073 0.048 0.098      0  0.482
6   15:00 2026-04-05 15:00:00 -0.053 0.071 0.046 0.101      0  0.457
7   15:15 2026-04-05 15:15:00 -0.053 0.072 0.047 0.101      0  0.432
8   15:30 2026-04-05 15:30:00 -0.050 0.075 0.050 0.101      0  0.406
9   15:45 2026-04-05 15:45:00 -0.044 0.082 0.058 0.098      0  0.388
10  16:00 2026-04-05 16:00:00 -0.050 0.076 0.051 0.092      0  0.379
11  16:15 2026-04-05 16:15:00 -0.030 0.100 0.075 0.089      0  0.361
12  16:30 2026-04-05 16:30:00 -0.025 0.106 0.081 0.086      0  0.343
13  16:45 2026-04-05 16:45:00 -0.014 0.118 0.094 0.083      0  0.309
14  17:00 2026-04-05 17:00:00 -0.011 0.122 0.097 0.076      0  0.262
15  17:15 2026-04-05 17:15:00 -0.005 0.130 0.105 0.073      0  0.214
16  17:30 2026-04-05 17:30:00 -0.002 0.133 0.108 0.070      0  0.170
17  17:45 2026-04-05 17:45:00 -0.000 0.135 0.111 0.082      0  0.133
18  18:00 2026-04-05 18:00:00 -0.002 0.133 0.108 0.110      0  0.098
19  18:15 2026-04-05 18:15:00 -0.000 0.135 0.111 0.123      0  0.068
20  18:30 2026-04-05 18:30:00  0.001 0.137 0.112 0.135      0  0.043
21  18:45 2026-04-05 18:45:00  0.004 0.141 0.116 0.132      0  0.029
22  19:00 2026-04-05 19:00:00  0.010 0.148 0.123 0.118      0  0.018
23  19:15 2026-04-05 19:15:00  0.054 0.201 0.176 0.115      0  0.004
24  19:30 2026-04-05 19:30:00  0.079 0.232 0.207 0.112      0  0.000
25  19:45 2026-04-05 19:45:00  0.113 0.272 0.247 0.105      0  0.000
26  20:00 2026-04-05 20:00:00  0.101 0.258 0.233 0.095      0  0.000
27  20:15 2026-04-05 20:15:00  0.117 0.277 0.252 0.089      0  0.000
28  20:30 2026-04-05 20:30:00  0.109 0.268 0.243 0.083      0  0.000
29  20:45 2026-04-05 20:45:00  0.130 0.293 0.268 0.083      0  0.000
30  21:00 2026-04-05 21:00:00  0.145 0.311 0.286 0.023      0  0.000
31  21:15 2026-04-05 21:15:00  0.130 0.293 0.268 0.023      0  0.000
32  21:30 2026-04-05 21:30:00  0.126 0.288 0.263 0.023      0  0.000
33  21:45 2026-04-05 21:45:00  0.119 0.280 0.255 0.280      0  0.000
34  22:00 2026-04-05 22:00:00  0.127 0.289 0.264 0.770      0  0.000
35  22:15 2026-04-05 22:15:00  0.125 0.287 0.263 1.027      0  0.000
36  22:30 2026-04-05 22:30:00  0.123 0.284 0.259 1.283      0  0.000
37  22:45 2026-04-05 22:45:00  0.118 0.279 0.254 1.370      0  0.000
38  23:00 2026-04-05 23:00:00  0.124 0.285 0.260 1.331      0  0.000
39  23:15 2026-04-05 23:15:00  0.114 0.273 0.248 1.419      0  0.000
40  23:30 2026-04-05 23:30:00  0.115 0.275 0.250 1.506      0  0.000
41  23:45 2026-04-05 23:45:00  0.102 0.259 0.234 1.594      0  0.000
2026-04-05 13:30:00 info: No reduced hours applied for Growatt ARK
2026-04-05 13:30:00 info: No reduced power applied during discharging at low soc
2026-04-05 13:30:00 info: No reduced power applied during charging at high soc
2026-04-05 13:30:00 info: Startwaarde SoC Growatt ARK: 19.0%

2026-04-05 13:30:00 info: Boiler niet aanwezig of staat uit, boiler wordt niet ingepland
2026-04-05 13:30:00 info: Warmtepomp niet aanwezig - warmtepomp wordt niet ingepland
2026-04-05 13:30:00 info: Strategie: minimale kosten
2026-04-05 13:30:00 info: Maximale fout (maximal gap): 0.005000 euro
2026-04-05 13:30:00 info: Rekentijd: 0.05  sec
2026-04-05 13:30:00 info: Het programma heeft een optimale oplossing gevonden.
2026-04-05 13:30:00 info: Ontlaad volume in uur 0 13:30 0.10859375 kWh
2026-04-05 13:30:00 info: 1 0.434375 1.0
2026-04-05 13:30:00 info: Laad volume in uur 2 14:00 0.0 kWh
2026-04-05 13:30:00 info: 1 1.0 1.0
2026-04-05 13:30:00 info: Laad volume in uur 3 14:15 0.0 kWh
2026-04-05 13:30:00 info: 2 0.37142857142857166 2.0
2026-04-05 13:30:00 info: 3 0.6285714285714283 3.0
2026-04-05 13:30:00 info: Laad volume in uur 4 14:30 0.0 kWh
2026-04-05 13:30:00 info: 2 0.24395604395604362 2.0
2026-04-05 13:30:00 info: 3 0.7560439560439564 3.0
2026-04-05 13:30:00 info: Laad volume in uur 5 14:45 0.0 kWh
2026-04-05 13:30:00 info: 2 0.12967032967033074 2.0
2026-04-05 13:30:00 info: 3 0.8703296703296693 3.0
2026-04-05 13:30:00 info: Laad volume in uur 6 15:00 0.0 kWh
2026-04-05 13:30:00 info: 2 0.019780219780220508 2.0
2026-04-05 13:30:00 info: 3 0.9802197802197794 3.0
2026-04-05 13:30:00 info: Laad volume in uur 7 15:15 0.0 kWh
2026-04-05 13:30:00 info: 3 1.0 3.0
2026-04-05 13:30:00 info: Laad volume in uur 8 15:30 0.0 kWh
2026-04-05 13:30:00 info: 3 1.0 3.0
2026-04-05 13:30:00 info: Laad volume in uur 10 16:00 0.0 kWh
2026-04-05 13:30:00 info: 2 0.6360997122720964 2.0
2026-04-05 13:30:00 info: 3 0.3639002877279035 3.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 11 16:15 0.0890625 kWh
2026-04-05 13:30:00 info: 1 0.35625 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 12 16:30 0.0859375 kWh
2026-04-05 13:30:00 info: 1 0.34375 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 13 16:45 0.2896082105263158 kWh
2026-04-05 13:30:00 info: 1 0.8415671578947369 1.0
2026-04-05 13:30:00 info: 2 0.15843284210526312 2.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 14 17:00 0.24627999999999997 kWh
2026-04-05 13:30:00 info: 1 0.98512 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 15 17:15 0.20115999999999995 kWh
2026-04-05 13:30:00 info: 1 0.8046399999999998 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 16 17:30 0.1598 kWh
2026-04-05 13:30:00 info: 1 0.6392 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 17 17:45 0.12502000000000002 kWh
2026-04-05 13:30:00 info: 1 0.5000800000000001 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 18 18:00 0.09211999999999997 kWh
2026-04-05 13:30:00 info: 1 0.3684799999999999 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 19 18:15 0.06392 kWh
2026-04-05 13:30:00 info: 1 0.25568 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 20 18:30 0.04042 kWh
2026-04-05 13:30:00 info: 1 0.16168000000000002 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 21 18:45 0.027259999999999996 kWh
2026-04-05 13:30:00 info: 1 0.10903999999999998 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 22 19:00 0.016919999999999998 kWh
2026-04-05 13:30:00 info: 1 0.06767999999999999 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 23 19:15 0.00376 kWh
2026-04-05 13:30:00 info: 1 0.015040000000000001 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 25 19:45 0.10546874999826643 kWh
2026-04-05 13:30:00 info: 1 0.4218749999930657 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 26 20:00 0.0953125 kWh
2026-04-05 13:30:00 info: 1 0.38125 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 27 20:15 0.08906249999826643 kWh
2026-04-05 13:30:00 info: 1 0.3562499999930657 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 28 20:30 0.08281249999999997 kWh
2026-04-05 13:30:00 info: 1 0.3312499999999999 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 29 20:45 0.75 kWh
2026-04-05 13:30:00 info: 3 1.0 3.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 30 21:00 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 31 21:15 0.75 kWh
2026-04-05 13:30:00 info: 3 1.0 3.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 32 21:30 0.5 kWh
2026-04-05 13:30:00 info: 2 1.0 2.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 33 21:45 0.2796874999999999 kWh
2026-04-05 13:30:00 info: 1 0.8812500000000004 1.0
2026-04-05 13:30:00 info: 2 0.1187499999999996 2.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 34 22:00 0.7703124999999998 kWh
2026-04-05 13:30:00 info: 3 0.9187500000000007 3.0
2026-04-05 13:30:00 info: 4 0.08124999999999928 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 35 22:15 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 36 22:30 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 37 22:45 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 38 23:00 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 39 23:15 0.7757511964679892 kWh
2026-04-05 13:30:00 info: 3 0.8969952141280432 3.0
2026-04-05 13:30:00 info: 4 0.10300478587195676 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 40 23:30 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 41 23:45 0.25 kWh
2026-04-05 13:30:00 info: 1 1.0 1.0
2026-04-05 13:30:00 info: In- en uitgaande energie per kwartier batterij Growatt ARK
   uur   ac->    eff   ->dc pv->dc   dc->    eff  ->bat  o_eff    SoC
          kWh      %    kWh    kWh    kWh      %    kWh      %      %
 13:30  -0.11  94.00  -0.12   0.62   0.51  98.00   0.50     --  22.90
 13:45   0.00     --   0.00   0.60   0.60  98.00   0.58     --  27.46
 14:00   0.25  95.00   0.24   0.57   0.80  98.00   0.79     --  33.62
 14:15   0.66  93.28   0.61   0.54   1.15  98.00   1.13     --  42.42
 14:30   0.69  93.18   0.64   0.51   1.15  98.00   1.13     --  51.22
 14:45   0.72  93.09   0.67   0.48   1.15  98.00   1.13     --  60.03
 15:00   0.75  93.01   0.69   0.46   1.15  98.00   1.13     --  68.83
 15:15   0.75  93.00   0.70   0.43   1.13  98.00   1.11     --  77.48
 15:30   0.75  93.00   0.70   0.41   1.10  98.00   1.08     --  85.93
 15:45   0.00     --   0.00   0.39   0.39  98.00   0.38     --  88.90
 16:00   0.59  93.54   0.55   0.38   0.93  98.00   0.91     --  96.04
 16:15  -0.09  94.00  -0.09   0.36   0.27  98.00   0.26     --  98.07
 16:30  -0.09  94.00  -0.09   0.34   0.25  98.00   0.25     -- 100.00
 16:45  -0.29  93.72  -0.31   0.31   0.00     --   0.00     -- 100.00
 17:00  -0.25  94.00  -0.26   0.26   0.00     --   0.00     -- 100.00
 17:15  -0.20  94.00  -0.21   0.21   0.00     --   0.00     -- 100.00
 17:30  -0.16  94.00  -0.17   0.17   0.00     --   0.00     -- 100.00
 17:45  -0.13  94.00  -0.13   0.13   0.00     --   0.00     -- 100.00
 18:00  -0.09  94.00  -0.10   0.10   0.00     --   0.00     -- 100.00
 18:15  -0.06  94.00  -0.07   0.07   0.00     --   0.00     -- 100.00
 18:30  -0.04  94.00  -0.04   0.04   0.00     --   0.00     -- 100.00
 18:45  -0.03  94.00  -0.03   0.03   0.00     --   0.00     -- 100.00
 19:00  -0.02  94.00  -0.02   0.02   0.00     --   0.00     -- 100.00
 19:15  -0.00  94.00  -0.00   0.00   0.00     --   0.00     -- 100.00
 19:30   0.00     --   0.00   0.00   0.00     --   0.00     -- 100.00
 19:45  -0.11  94.00  -0.11   0.00  -0.11  99.00  -0.11  93.06  99.11
 20:00  -0.10  94.00  -0.10   0.00  -0.10  99.00  -0.10  93.06  98.31
 20:15  -0.09  94.00  -0.09   0.00  -0.09  99.00  -0.10  93.06  97.57
 20:30  -0.08  94.00  -0.09   0.00  -0.09  99.00  -0.09  93.06  96.87
 20:45  -0.75  92.00  -0.82   0.00  -0.82  99.00  -0.82  91.08  90.44
 21:00  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  81.77
 21:15  -0.75  92.00  -0.82   0.00  -0.82  99.00  -0.82  91.08  75.33
 21:30  -0.50  93.00  -0.54   0.00  -0.54  99.00  -0.54  92.07  71.09
 21:45  -0.28  93.79  -0.30   0.00  -0.30  99.00  -0.30  92.85  68.74
 22:00  -0.77  91.89  -0.84   0.00  -0.84  99.00  -0.85  90.97  62.12
 22:15  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  53.45
 22:30  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  44.78
 22:45  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  36.11
 23:00  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  27.43
 23:15  -0.78  91.87  -0.84   0.00  -0.84  99.00  -0.85  90.95  20.77
 23:30  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  12.10
 23:45  -0.25  94.00  -0.27   0.00  -0.27  99.00  -0.27  93.06  10.00
Totaal  -6.85    NaN  -8.25   7.43  -0.83    NaN  -1.15    NaN    NaN
2026-04-05 13:30:01 info: Berekende prognoses: 
   uur  bat_in  bat_out   cons   prod   base   boil     wp     ev  pv_ac   cost  profit  b_tem
 13:30    0.00     0.11   0.00   0.00   0.11   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 13:45    0.00     0.00   0.11   0.00   0.11   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 14:00    0.25     0.00   0.35   0.00   0.10   0.00   0.00   0.00   0.00   0.03   -0.00  20.00
 14:15    0.66     0.00   0.76   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 14:30    0.69     0.00   0.79   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 14:45    0.72     0.00   0.82   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 15:00    0.75     0.00   0.85   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 15:15    0.75     0.00   0.85   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 15:30    0.75     0.00   0.85   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 15:45    0.00     0.00   0.10   0.00   0.10   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 16:00    0.59     0.00   0.68   0.00   0.09   0.00   0.00   0.00   0.00   0.05   -0.00  20.00
 16:15    0.00     0.09   0.00   0.00   0.09   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 16:30    0.00     0.09   0.00   0.00   0.09   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 16:45    0.00     0.29   0.00   0.21   0.08   0.00   0.00   0.00   0.00   0.00   -0.02  20.00
 17:00    0.00     0.25   0.00   0.17   0.08   0.00   0.00   0.00   0.00   0.00   -0.02  20.00
 17:15    0.00     0.20   0.00   0.13   0.07   0.00   0.00   0.00   0.00   0.00   -0.01  20.00
 17:30    0.00     0.16   0.00   0.09   0.07   0.00   0.00   0.00   0.00   0.00   -0.01  20.00
 17:45    0.00     0.13   0.00   0.04   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 18:00    0.00     0.09   0.02   0.00   0.11   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 18:15    0.00     0.06   0.06   0.00   0.12   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 18:30    0.00     0.04   0.09   0.00   0.14   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 18:45    0.00     0.03   0.10   0.00   0.13   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 19:00    0.00     0.02   0.10   0.00   0.12   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 19:15    0.00     0.00   0.11   0.00   0.11   0.00   0.00   0.00   0.00   0.02   -0.00  20.00
 19:30    0.00     0.00   0.11   0.00   0.11   0.00   0.00   0.00   0.00   0.03   -0.00  20.00
 19:45    0.00     0.11   0.00  -0.00   0.11   0.00   0.00   0.00   0.00   0.00    0.00  20.00
 20:00    0.00     0.10   0.00   0.00   0.10   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 20:15    0.00     0.09   0.00  -0.00   0.09   0.00   0.00   0.00   0.00   0.00    0.00  20.00
 20:30    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 20:45    0.00     0.75   0.00   0.67   0.08   0.00   0.00   0.00   0.00   0.00   -0.18  20.00
 21:00    0.00     1.00   0.00   0.98   0.02   0.00   0.00   0.00   0.00   0.00   -0.28  20.00
 21:15    0.00     0.75   0.00   0.73   0.02   0.00   0.00   0.00   0.00   0.00   -0.19  20.00
 21:30    0.00     0.50   0.00   0.48   0.02   0.00   0.00   0.00   0.00   0.00   -0.13  20.00
 21:45    0.00     0.28   0.00   0.00   0.28   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 22:00    0.00     0.77   0.00   0.00   0.77   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 22:15    0.00     1.00   0.03   0.00   1.03   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 22:30    0.00     1.00   0.28   0.00   1.28   0.00   0.00   0.00   0.00   0.08   -0.00  20.00
 22:45    0.00     1.00   0.37   0.00   1.37   0.00   0.00   0.00   0.00   0.10   -0.00  20.00
 23:00    0.00     1.00   0.33   0.00   1.33   0.00   0.00   0.00   0.00   0.09   -0.00  20.00
 23:15    0.00     0.78   0.64   0.00   1.42   0.00   0.00   0.00   0.00   0.18   -0.00  20.00
 23:30    0.00     1.00   0.51   0.00   1.51   0.00   0.00   0.00   0.00   0.14   -0.00  20.00
 23:45    0.00     0.25   1.34   0.00   1.59   0.00   0.00   0.00   0.00   0.35   -0.00  20.00
Totaal    5.15    12.00  10.25   3.49  13.61   0.00   0.00   0.00   0.00   1.50   -0.84    NaN

2026-04-05 13:30:01 info: Consumption              10.25 (kWh)
2026-04-05 13:30:01 info: Cost consumption          1.50 (€)
2026-04-05 13:30:01 info: Tariff consumption        0.147 (€/kWh)
2026-04-05 13:30:01 info: Production                3.49 (kWh)
2026-04-05 13:30:01 info: Profit production        -0.84 (€)
2026-04-05 13:30:01 info: Tariff production         0.242 (€/kWh)

2026-04-05 13:30:01 info: 
Calculation profit after optimize in €
Cost before optimize              2.87
Cost consumption      1.50
Cycle cost            0.22
Penalty cost          0.00
Battery storage       0.19
Boiler storage        0.00
Profit production    -0.84
Total                 1.07
Cost after optimize               1.07
Profit:                           1.79
2026-04-05 13:30:01 info: Doorzetten van alle settings naar HA
2026-04-05 13:30:01 info: Grid set point: 0.0 W
2026-04-05 13:30:01 info: Cycle cost Growatt ARK: 0.22 euro
2026-04-05 13:30:01 info: Netto vermogen naar(+)/uit(-) omvormer Growatt ARK: -434 W
2026-04-05 13:30:01 info: Balanceren: True
2026-04-05 13:30:01 info: Vermogen uit batterij: -2037W
2026-04-05 13:30:01 info: Vermogen dat binnenkomt van pv: 2500W
2026-04-05 13:30:01 info: Vermogen dat binnenkomt van ac: -462W
2026-04-05 13:30:01 info: Waarde SoC na eerste uur: 22.9%

  • hemertje
  • Registratie: Juli 2015
  • Laatst online: 22:36
konehead schreef op zondag 5 april 2026 @ 13:45:
@KC27
Ik ben mijn dashboard verder aan het updaten en loopt tegen een probleempje aan. Ik haal uit de API hoeveel KWh de batterij in gaat (12.8 KWh). Volgens de Bat_In importeer ik 5,58 KWh in de batterij, terwijl de batterij vandaag wel vol gaat (zie berekening). Wat gaat hier fout? Ik zou verwachten dat Bat_in de totale import naar de batterij inhoudt. Klopt dat?

[Afbeelding]

Bat_in: JSON data:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
data:
  - time_ts: 1775340000000
    time: 2026-04-05 00:00
    value: 0
    datatype: recorded
  - time_ts: 1775343600000
    time: 2026-04-05 01:00
    value: 0
    datatype: recorded
  - time_ts: 1775347200000
    time: 2026-04-05 02:00
    value: 0
    datatype: recorded
  - time_ts: 1775350800000
    time: 2026-04-05 03:00
    value: 0
    datatype: recorded
  - time_ts: 1775354400000
    time: 2026-04-05 04:00
    value: 0
    datatype: recorded
  - time_ts: 1775358000000
    time: 2026-04-05 05:00
    value: 0
    datatype: recorded
  - time_ts: 1775361600000
    time: 2026-04-05 06:00
    value: 0
    datatype: recorded
  - time_ts: 1775365200000
    time: 2026-04-05 07:00
    value: 0
    datatype: recorded
  - time_ts: 1775368800000
    time: 2026-04-05 08:00
    value: 0
    datatype: recorded
  - time_ts: 1775372400000
    time: 2026-04-05 09:00
    value: 0
    datatype: recorded
  - time_ts: 1775376000000
    time: 2026-04-05 10:00
    value: 0.0998535156
    datatype: recorded
  - time_ts: 1775379600000
    time: 2026-04-05 11:00
    value: 0
    datatype: recorded
  - time_ts: 1775383200000
    time: 2026-04-05 12:00
    value: 0.4001464844
    datatype: recorded
  - time_ts: 1775386800000
    time: 2026-04-05 13:00
    value: 0
    datatype: expected
  - time_ts: 1775390400000
    time: 2026-04-05 14:00
    value: 2.3137362637
    datatype: expected
  - time_ts: 1775394000000
    time: 2026-04-05 15:00
    value: 2.2450549451
    datatype: expected
  - time_ts: 1775397600000
    time: 2026-04-05 16:00
    value: 0.5909750719
    datatype: expected
  - time_ts: 1775401200000
    time: 2026-04-05 17:00
    value: 0
    datatype: expected
  - time_ts: 1775404800000
    time: 2026-04-05 18:00
    value: 0
    datatype: expected
  - time_ts: 1775408400000
    time: 2026-04-05 19:00
    value: 0
    datatype: expected
  - time_ts: 1775412000000
    time: 2026-04-05 20:00
    value: 0
    datatype: expected
  - time_ts: 1775415600000
    time: 2026-04-05 21:00
    value: 0
    datatype: expected
  - time_ts: 1775419200000
    time: 2026-04-05 22:00
    value: 0
    datatype: expected
  - time_ts: 1775422800000
    time: 2026-04-05 23:00
    value: 0
    datatype: expected
  - time_ts: 1775426400000
    time: 2026-04-06 00:00
    value: 0
    datatype: expected
  - time_ts: 1775430000000
    time: 2026-04-06 01:00
    value: 0
    datatype: expected
  - time_ts: 1775433600000
    time: 2026-04-06 02:00
    value: 0
    datatype: expected
  - time_ts: 1775437200000
    time: 2026-04-06 03:00
    value: 0
    datatype: expected
  - time_ts: 1775440800000
    time: 2026-04-06 04:00
    value: 0
    datatype: expected
  - time_ts: 1775444400000
    time: 2026-04-06 05:00
    value: 0
    datatype: expected
  - time_ts: 1775448000000
    time: 2026-04-06 06:00
    value: 0
    datatype: expected
  - time_ts: 1775451600000
    time: 2026-04-06 07:00
    value: 0
    datatype: expected
  - time_ts: 1775455200000
    time: 2026-04-06 08:00
    value: 0
    datatype: expected
  - time_ts: 1775458800000
    time: 2026-04-06 09:00
    value: 0
    datatype: expected
  - time_ts: 1775462400000
    time: 2026-04-06 10:00
    value: 0
    datatype: expected
  - time_ts: 1775466000000
    time: 2026-04-06 11:00
    value: 0
    datatype: expected
  - time_ts: 1775469600000
    time: 2026-04-06 12:00
    value: 0
    datatype: expected
  - time_ts: 1775473200000
    time: 2026-04-06 13:00
    value: 0
    datatype: expected
  - time_ts: 1775476800000
    time: 2026-04-06 14:00
    value: 0
    datatype: expected
  - time_ts: 1775480400000
    time: 2026-04-06 15:00
    value: 0
    datatype: expected
  - time_ts: 1775484000000
    time: 2026-04-06 16:00
    value: 0
    datatype: expected
  - time_ts: 1775487600000
    time: 2026-04-06 17:00
    value: 0
    datatype: expected
  - time_ts: 1775491200000
    time: 2026-04-06 18:00
    value: 0
    datatype: expected
  - time_ts: 1775494800000
    time: 2026-04-06 19:00
    value: 0
    datatype: expected
  - time_ts: 1775498400000
    time: 2026-04-06 20:00
    value: 0
    datatype: expected
  - time_ts: 1775502000000
    time: 2026-04-06 21:00
    value: 0
    datatype: expected
  - time_ts: 1775505600000
    time: 2026-04-06 22:00
    value: 0
    datatype: expected
  - time_ts: 1775509200000
    time: 2026-04-06 23:00
    value: 0
    datatype: expected
unit_of_measurement: kWh
friendly_name: DAO batterij in
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
2026-04-05 13:30:00 info: Day Ahead Optimalisering versie: 2026.03.2
2026-04-05 13:30:00 info: Day Ahead Optimalisering gestart op: 05-04-2026 13:30:00
2026-04-05 13:30:00 info: Day Ahead Optimalisatie gestart: 05-04-2026 13:30:00 taak: calc_optimum
2026-04-05 13:30:00 info: Debug = False
2026-04-05 13:30:00 info: Zelf berekende baseload
2026-04-05 13:30:00 info: Start waarden: 
      uur                tijd   spot   p_l   p_t  base  pv_ac  pv_dc
0   13:30 2026-04-05 13:30:00 -0.030 0.099 0.074 0.109      0  0.625
1   13:45 2026-04-05 13:45:00 -0.041 0.087 0.062 0.105      0  0.596
2   14:00 2026-04-05 14:00:00 -0.047 0.079 0.054 0.104      0  0.566
3   14:15 2026-04-05 14:15:00 -0.051 0.074 0.049 0.101      0  0.537
4   14:30 2026-04-05 14:30:00 -0.052 0.073 0.048 0.098      0  0.508
5   14:45 2026-04-05 14:45:00 -0.052 0.073 0.048 0.098      0  0.482
6   15:00 2026-04-05 15:00:00 -0.053 0.071 0.046 0.101      0  0.457
7   15:15 2026-04-05 15:15:00 -0.053 0.072 0.047 0.101      0  0.432
8   15:30 2026-04-05 15:30:00 -0.050 0.075 0.050 0.101      0  0.406
9   15:45 2026-04-05 15:45:00 -0.044 0.082 0.058 0.098      0  0.388
10  16:00 2026-04-05 16:00:00 -0.050 0.076 0.051 0.092      0  0.379
11  16:15 2026-04-05 16:15:00 -0.030 0.100 0.075 0.089      0  0.361
12  16:30 2026-04-05 16:30:00 -0.025 0.106 0.081 0.086      0  0.343
13  16:45 2026-04-05 16:45:00 -0.014 0.118 0.094 0.083      0  0.309
14  17:00 2026-04-05 17:00:00 -0.011 0.122 0.097 0.076      0  0.262
15  17:15 2026-04-05 17:15:00 -0.005 0.130 0.105 0.073      0  0.214
16  17:30 2026-04-05 17:30:00 -0.002 0.133 0.108 0.070      0  0.170
17  17:45 2026-04-05 17:45:00 -0.000 0.135 0.111 0.082      0  0.133
18  18:00 2026-04-05 18:00:00 -0.002 0.133 0.108 0.110      0  0.098
19  18:15 2026-04-05 18:15:00 -0.000 0.135 0.111 0.123      0  0.068
20  18:30 2026-04-05 18:30:00  0.001 0.137 0.112 0.135      0  0.043
21  18:45 2026-04-05 18:45:00  0.004 0.141 0.116 0.132      0  0.029
22  19:00 2026-04-05 19:00:00  0.010 0.148 0.123 0.118      0  0.018
23  19:15 2026-04-05 19:15:00  0.054 0.201 0.176 0.115      0  0.004
24  19:30 2026-04-05 19:30:00  0.079 0.232 0.207 0.112      0  0.000
25  19:45 2026-04-05 19:45:00  0.113 0.272 0.247 0.105      0  0.000
26  20:00 2026-04-05 20:00:00  0.101 0.258 0.233 0.095      0  0.000
27  20:15 2026-04-05 20:15:00  0.117 0.277 0.252 0.089      0  0.000
28  20:30 2026-04-05 20:30:00  0.109 0.268 0.243 0.083      0  0.000
29  20:45 2026-04-05 20:45:00  0.130 0.293 0.268 0.083      0  0.000
30  21:00 2026-04-05 21:00:00  0.145 0.311 0.286 0.023      0  0.000
31  21:15 2026-04-05 21:15:00  0.130 0.293 0.268 0.023      0  0.000
32  21:30 2026-04-05 21:30:00  0.126 0.288 0.263 0.023      0  0.000
33  21:45 2026-04-05 21:45:00  0.119 0.280 0.255 0.280      0  0.000
34  22:00 2026-04-05 22:00:00  0.127 0.289 0.264 0.770      0  0.000
35  22:15 2026-04-05 22:15:00  0.125 0.287 0.263 1.027      0  0.000
36  22:30 2026-04-05 22:30:00  0.123 0.284 0.259 1.283      0  0.000
37  22:45 2026-04-05 22:45:00  0.118 0.279 0.254 1.370      0  0.000
38  23:00 2026-04-05 23:00:00  0.124 0.285 0.260 1.331      0  0.000
39  23:15 2026-04-05 23:15:00  0.114 0.273 0.248 1.419      0  0.000
40  23:30 2026-04-05 23:30:00  0.115 0.275 0.250 1.506      0  0.000
41  23:45 2026-04-05 23:45:00  0.102 0.259 0.234 1.594      0  0.000
2026-04-05 13:30:00 info: No reduced hours applied for Growatt ARK
2026-04-05 13:30:00 info: No reduced power applied during discharging at low soc
2026-04-05 13:30:00 info: No reduced power applied during charging at high soc
2026-04-05 13:30:00 info: Startwaarde SoC Growatt ARK: 19.0%

2026-04-05 13:30:00 info: Boiler niet aanwezig of staat uit, boiler wordt niet ingepland
2026-04-05 13:30:00 info: Warmtepomp niet aanwezig - warmtepomp wordt niet ingepland
2026-04-05 13:30:00 info: Strategie: minimale kosten
2026-04-05 13:30:00 info: Maximale fout (maximal gap): 0.005000 euro
2026-04-05 13:30:00 info: Rekentijd: 0.05  sec
2026-04-05 13:30:00 info: Het programma heeft een optimale oplossing gevonden.
2026-04-05 13:30:00 info: Ontlaad volume in uur 0 13:30 0.10859375 kWh
2026-04-05 13:30:00 info: 1 0.434375 1.0
2026-04-05 13:30:00 info: Laad volume in uur 2 14:00 0.0 kWh
2026-04-05 13:30:00 info: 1 1.0 1.0
2026-04-05 13:30:00 info: Laad volume in uur 3 14:15 0.0 kWh
2026-04-05 13:30:00 info: 2 0.37142857142857166 2.0
2026-04-05 13:30:00 info: 3 0.6285714285714283 3.0
2026-04-05 13:30:00 info: Laad volume in uur 4 14:30 0.0 kWh
2026-04-05 13:30:00 info: 2 0.24395604395604362 2.0
2026-04-05 13:30:00 info: 3 0.7560439560439564 3.0
2026-04-05 13:30:00 info: Laad volume in uur 5 14:45 0.0 kWh
2026-04-05 13:30:00 info: 2 0.12967032967033074 2.0
2026-04-05 13:30:00 info: 3 0.8703296703296693 3.0
2026-04-05 13:30:00 info: Laad volume in uur 6 15:00 0.0 kWh
2026-04-05 13:30:00 info: 2 0.019780219780220508 2.0
2026-04-05 13:30:00 info: 3 0.9802197802197794 3.0
2026-04-05 13:30:00 info: Laad volume in uur 7 15:15 0.0 kWh
2026-04-05 13:30:00 info: 3 1.0 3.0
2026-04-05 13:30:00 info: Laad volume in uur 8 15:30 0.0 kWh
2026-04-05 13:30:00 info: 3 1.0 3.0
2026-04-05 13:30:00 info: Laad volume in uur 10 16:00 0.0 kWh
2026-04-05 13:30:00 info: 2 0.6360997122720964 2.0
2026-04-05 13:30:00 info: 3 0.3639002877279035 3.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 11 16:15 0.0890625 kWh
2026-04-05 13:30:00 info: 1 0.35625 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 12 16:30 0.0859375 kWh
2026-04-05 13:30:00 info: 1 0.34375 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 13 16:45 0.2896082105263158 kWh
2026-04-05 13:30:00 info: 1 0.8415671578947369 1.0
2026-04-05 13:30:00 info: 2 0.15843284210526312 2.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 14 17:00 0.24627999999999997 kWh
2026-04-05 13:30:00 info: 1 0.98512 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 15 17:15 0.20115999999999995 kWh
2026-04-05 13:30:00 info: 1 0.8046399999999998 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 16 17:30 0.1598 kWh
2026-04-05 13:30:00 info: 1 0.6392 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 17 17:45 0.12502000000000002 kWh
2026-04-05 13:30:00 info: 1 0.5000800000000001 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 18 18:00 0.09211999999999997 kWh
2026-04-05 13:30:00 info: 1 0.3684799999999999 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 19 18:15 0.06392 kWh
2026-04-05 13:30:00 info: 1 0.25568 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 20 18:30 0.04042 kWh
2026-04-05 13:30:00 info: 1 0.16168000000000002 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 21 18:45 0.027259999999999996 kWh
2026-04-05 13:30:00 info: 1 0.10903999999999998 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 22 19:00 0.016919999999999998 kWh
2026-04-05 13:30:00 info: 1 0.06767999999999999 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 23 19:15 0.00376 kWh
2026-04-05 13:30:00 info: 1 0.015040000000000001 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 25 19:45 0.10546874999826643 kWh
2026-04-05 13:30:00 info: 1 0.4218749999930657 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 26 20:00 0.0953125 kWh
2026-04-05 13:30:00 info: 1 0.38125 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 27 20:15 0.08906249999826643 kWh
2026-04-05 13:30:00 info: 1 0.3562499999930657 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 28 20:30 0.08281249999999997 kWh
2026-04-05 13:30:00 info: 1 0.3312499999999999 1.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 29 20:45 0.75 kWh
2026-04-05 13:30:00 info: 3 1.0 3.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 30 21:00 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 31 21:15 0.75 kWh
2026-04-05 13:30:00 info: 3 1.0 3.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 32 21:30 0.5 kWh
2026-04-05 13:30:00 info: 2 1.0 2.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 33 21:45 0.2796874999999999 kWh
2026-04-05 13:30:00 info: 1 0.8812500000000004 1.0
2026-04-05 13:30:00 info: 2 0.1187499999999996 2.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 34 22:00 0.7703124999999998 kWh
2026-04-05 13:30:00 info: 3 0.9187500000000007 3.0
2026-04-05 13:30:00 info: 4 0.08124999999999928 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 35 22:15 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 36 22:30 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 37 22:45 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 38 23:00 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 39 23:15 0.7757511964679892 kWh
2026-04-05 13:30:00 info: 3 0.8969952141280432 3.0
2026-04-05 13:30:00 info: 4 0.10300478587195676 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 40 23:30 1.0 kWh
2026-04-05 13:30:00 info: 4 1.0 4.0
2026-04-05 13:30:00 info: Ontlaad volume in uur 41 23:45 0.25 kWh
2026-04-05 13:30:00 info: 1 1.0 1.0
2026-04-05 13:30:00 info: In- en uitgaande energie per kwartier batterij Growatt ARK
   uur   ac->    eff   ->dc pv->dc   dc->    eff  ->bat  o_eff    SoC
          kWh      %    kWh    kWh    kWh      %    kWh      %      %
 13:30  -0.11  94.00  -0.12   0.62   0.51  98.00   0.50     --  22.90
 13:45   0.00     --   0.00   0.60   0.60  98.00   0.58     --  27.46
 14:00   0.25  95.00   0.24   0.57   0.80  98.00   0.79     --  33.62
 14:15   0.66  93.28   0.61   0.54   1.15  98.00   1.13     --  42.42
 14:30   0.69  93.18   0.64   0.51   1.15  98.00   1.13     --  51.22
 14:45   0.72  93.09   0.67   0.48   1.15  98.00   1.13     --  60.03
 15:00   0.75  93.01   0.69   0.46   1.15  98.00   1.13     --  68.83
 15:15   0.75  93.00   0.70   0.43   1.13  98.00   1.11     --  77.48
 15:30   0.75  93.00   0.70   0.41   1.10  98.00   1.08     --  85.93
 15:45   0.00     --   0.00   0.39   0.39  98.00   0.38     --  88.90
 16:00   0.59  93.54   0.55   0.38   0.93  98.00   0.91     --  96.04
 16:15  -0.09  94.00  -0.09   0.36   0.27  98.00   0.26     --  98.07
 16:30  -0.09  94.00  -0.09   0.34   0.25  98.00   0.25     -- 100.00
 16:45  -0.29  93.72  -0.31   0.31   0.00     --   0.00     -- 100.00
 17:00  -0.25  94.00  -0.26   0.26   0.00     --   0.00     -- 100.00
 17:15  -0.20  94.00  -0.21   0.21   0.00     --   0.00     -- 100.00
 17:30  -0.16  94.00  -0.17   0.17   0.00     --   0.00     -- 100.00
 17:45  -0.13  94.00  -0.13   0.13   0.00     --   0.00     -- 100.00
 18:00  -0.09  94.00  -0.10   0.10   0.00     --   0.00     -- 100.00
 18:15  -0.06  94.00  -0.07   0.07   0.00     --   0.00     -- 100.00
 18:30  -0.04  94.00  -0.04   0.04   0.00     --   0.00     -- 100.00
 18:45  -0.03  94.00  -0.03   0.03   0.00     --   0.00     -- 100.00
 19:00  -0.02  94.00  -0.02   0.02   0.00     --   0.00     -- 100.00
 19:15  -0.00  94.00  -0.00   0.00   0.00     --   0.00     -- 100.00
 19:30   0.00     --   0.00   0.00   0.00     --   0.00     -- 100.00
 19:45  -0.11  94.00  -0.11   0.00  -0.11  99.00  -0.11  93.06  99.11
 20:00  -0.10  94.00  -0.10   0.00  -0.10  99.00  -0.10  93.06  98.31
 20:15  -0.09  94.00  -0.09   0.00  -0.09  99.00  -0.10  93.06  97.57
 20:30  -0.08  94.00  -0.09   0.00  -0.09  99.00  -0.09  93.06  96.87
 20:45  -0.75  92.00  -0.82   0.00  -0.82  99.00  -0.82  91.08  90.44
 21:00  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  81.77
 21:15  -0.75  92.00  -0.82   0.00  -0.82  99.00  -0.82  91.08  75.33
 21:30  -0.50  93.00  -0.54   0.00  -0.54  99.00  -0.54  92.07  71.09
 21:45  -0.28  93.79  -0.30   0.00  -0.30  99.00  -0.30  92.85  68.74
 22:00  -0.77  91.89  -0.84   0.00  -0.84  99.00  -0.85  90.97  62.12
 22:15  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  53.45
 22:30  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  44.78
 22:45  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  36.11
 23:00  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  27.43
 23:15  -0.78  91.87  -0.84   0.00  -0.84  99.00  -0.85  90.95  20.77
 23:30  -1.00  91.00  -1.10   0.00  -1.10  99.00  -1.11  90.09  12.10
 23:45  -0.25  94.00  -0.27   0.00  -0.27  99.00  -0.27  93.06  10.00
Totaal  -6.85    NaN  -8.25   7.43  -0.83    NaN  -1.15    NaN    NaN
2026-04-05 13:30:01 info: Berekende prognoses: 
   uur  bat_in  bat_out   cons   prod   base   boil     wp     ev  pv_ac   cost  profit  b_tem
 13:30    0.00     0.11   0.00   0.00   0.11   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 13:45    0.00     0.00   0.11   0.00   0.11   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 14:00    0.25     0.00   0.35   0.00   0.10   0.00   0.00   0.00   0.00   0.03   -0.00  20.00
 14:15    0.66     0.00   0.76   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 14:30    0.69     0.00   0.79   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 14:45    0.72     0.00   0.82   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 15:00    0.75     0.00   0.85   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 15:15    0.75     0.00   0.85   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 15:30    0.75     0.00   0.85   0.00   0.10   0.00   0.00   0.00   0.00   0.06   -0.00  20.00
 15:45    0.00     0.00   0.10   0.00   0.10   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 16:00    0.59     0.00   0.68   0.00   0.09   0.00   0.00   0.00   0.00   0.05   -0.00  20.00
 16:15    0.00     0.09   0.00   0.00   0.09   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 16:30    0.00     0.09   0.00   0.00   0.09   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 16:45    0.00     0.29   0.00   0.21   0.08   0.00   0.00   0.00   0.00   0.00   -0.02  20.00
 17:00    0.00     0.25   0.00   0.17   0.08   0.00   0.00   0.00   0.00   0.00   -0.02  20.00
 17:15    0.00     0.20   0.00   0.13   0.07   0.00   0.00   0.00   0.00   0.00   -0.01  20.00
 17:30    0.00     0.16   0.00   0.09   0.07   0.00   0.00   0.00   0.00   0.00   -0.01  20.00
 17:45    0.00     0.13   0.00   0.04   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 18:00    0.00     0.09   0.02   0.00   0.11   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 18:15    0.00     0.06   0.06   0.00   0.12   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 18:30    0.00     0.04   0.09   0.00   0.14   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 18:45    0.00     0.03   0.10   0.00   0.13   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 19:00    0.00     0.02   0.10   0.00   0.12   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 19:15    0.00     0.00   0.11   0.00   0.11   0.00   0.00   0.00   0.00   0.02   -0.00  20.00
 19:30    0.00     0.00   0.11   0.00   0.11   0.00   0.00   0.00   0.00   0.03   -0.00  20.00
 19:45    0.00     0.11   0.00  -0.00   0.11   0.00   0.00   0.00   0.00   0.00    0.00  20.00
 20:00    0.00     0.10   0.00   0.00   0.10   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 20:15    0.00     0.09   0.00  -0.00   0.09   0.00   0.00   0.00   0.00   0.00    0.00  20.00
 20:30    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 20:45    0.00     0.75   0.00   0.67   0.08   0.00   0.00   0.00   0.00   0.00   -0.18  20.00
 21:00    0.00     1.00   0.00   0.98   0.02   0.00   0.00   0.00   0.00   0.00   -0.28  20.00
 21:15    0.00     0.75   0.00   0.73   0.02   0.00   0.00   0.00   0.00   0.00   -0.19  20.00
 21:30    0.00     0.50   0.00   0.48   0.02   0.00   0.00   0.00   0.00   0.00   -0.13  20.00
 21:45    0.00     0.28   0.00   0.00   0.28   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 22:00    0.00     0.77   0.00   0.00   0.77   0.00   0.00   0.00   0.00   0.00   -0.00  20.00
 22:15    0.00     1.00   0.03   0.00   1.03   0.00   0.00   0.00   0.00   0.01   -0.00  20.00
 22:30    0.00     1.00   0.28   0.00   1.28   0.00   0.00   0.00   0.00   0.08   -0.00  20.00
 22:45    0.00     1.00   0.37   0.00   1.37   0.00   0.00   0.00   0.00   0.10   -0.00  20.00
 23:00    0.00     1.00   0.33   0.00   1.33   0.00   0.00   0.00   0.00   0.09   -0.00  20.00
 23:15    0.00     0.78   0.64   0.00   1.42   0.00   0.00   0.00   0.00   0.18   -0.00  20.00
 23:30    0.00     1.00   0.51   0.00   1.51   0.00   0.00   0.00   0.00   0.14   -0.00  20.00
 23:45    0.00     0.25   1.34   0.00   1.59   0.00   0.00   0.00   0.00   0.35   -0.00  20.00
Totaal    5.15    12.00  10.25   3.49  13.61   0.00   0.00   0.00   0.00   1.50   -0.84    NaN

2026-04-05 13:30:01 info: Consumption              10.25 (kWh)
2026-04-05 13:30:01 info: Cost consumption          1.50 (€)
2026-04-05 13:30:01 info: Tariff consumption        0.147 (€/kWh)
2026-04-05 13:30:01 info: Production                3.49 (kWh)
2026-04-05 13:30:01 info: Profit production        -0.84 (€)
2026-04-05 13:30:01 info: Tariff production         0.242 (€/kWh)

2026-04-05 13:30:01 info: 
Calculation profit after optimize in €
Cost before optimize              2.87
Cost consumption      1.50
Cycle cost            0.22
Penalty cost          0.00
Battery storage       0.19
Boiler storage        0.00
Profit production    -0.84
Total                 1.07
Cost after optimize               1.07
Profit:                           1.79
2026-04-05 13:30:01 info: Doorzetten van alle settings naar HA
2026-04-05 13:30:01 info: Grid set point: 0.0 W
2026-04-05 13:30:01 info: Cycle cost Growatt ARK: 0.22 euro
2026-04-05 13:30:01 info: Netto vermogen naar(+)/uit(-) omvormer Growatt ARK: -434 W
2026-04-05 13:30:01 info: Balanceren: True
2026-04-05 13:30:01 info: Vermogen uit batterij: -2037W
2026-04-05 13:30:01 info: Vermogen dat binnenkomt van pv: 2500W
2026-04-05 13:30:01 info: Vermogen dat binnenkomt van ac: -462W
2026-04-05 13:30:01 info: Waarde SoC na eerste uur: 22.9%
Graag je Codetags tussen Quotes tags zetten

Gasloos 2019 + WP Panasonic H-serie 7kW + 300 liter boilervat + PV 12.415Wp + Home Assistant + Hyundai Ioniq 6 First Edition + Zaptec laadpaal


  • BertSmelik
  • Registratie: Oktober 2022
  • Laatst online: 04-05 16:22
@KC27
Ik ben bezig een koppeling tot stand te brengen tussen DAO en HBC (Home Battery Control voor 2 x Marstek Venus 3). Nu wil ik een HA automation starten als DAO zijn optimalisering heeft afgerond. DAO optimalisering draait elk kwartier. Ik zie (in de DAO log van de optimalisering) dat dit tussen de 10 en 20 seconden ná het kwartier is; kennelijk afhankelijk van de complexiteit van de berekening en de overige bezetting op mijn Proxmox server.
De veranderingen in de verschillende output waarden van DAO werkt niet zo goed en levert veel "loze" starts van de automatisering op.
Mij vraag is:
1. wat is de beste entiteit die ik als trigger kan gebruiken om zeker te zijn dat de DAO berekening klaar is?
2. als dat niet gezegd kan worden, is het een idee om in een volgende versie hiervoor een entiteit te introduceren?

  • simnet
  • Registratie: Januari 2020
  • Laatst online: 00:56
Er is een notification entity. Is dat iets waar je wat mee kunt?

Edit: @BertSmelik

[ Voor 15% gewijzigd door simnet op 05-04-2026 20:13 ]


  • BertSmelik
  • Registratie: Oktober 2022
  • Laatst online: 04-05 16:22
simnet schreef op zondag 5 april 2026 @ 20:13:
Er is een notification entity. Is dat iets waar je wat mee kunt?

Edit: @BertSmelik
Kun je wegwijs maken? Ik vind het niet in de Wiki.
Ik zoek iets dat in in HA kan testen of er een nieuwe uitkomst is. Als je de log van een berekening leest is "Waarde SoC na eerste uur" de laatste entity die wordt doorgezet, maar die is meestal anders maar niet altijd! Ik kan dat dus niet testen of die veranderd is en dan zeker zijn dat er een nieuwe calculatie is.

[ Voor 39% gewijzigd door BertSmelik op 05-04-2026 21:10 ]

konehead schreef op zondag 5 april 2026 @ 13:45:
@KC27
Ik ben mijn dashboard verder aan het updaten en loopt tegen een probleempje aan. Ik haal uit de API hoeveel KWh de batterij in gaat (12.8 KWh). Volgens de Bat_In importeer ik 5,58 KWh in de batterij, terwijl de batterij vandaag wel vol gaat (zie berekening). Wat gaat hier fout? Ik zou verwachten dat Bat_in de totale import naar de batterij inhoudt. Klopt dat?

[Afbeelding]

Bat_in: JSON data:

[...]


[...]
Je vraag en je data zijn een beetje onduidelijk.
Over welke periode heb je het hier?
De api geeft uur totalen weer, maar in de berekening staan kwartier hoeveelheden, dus die twee zijn niet direct vergelijkbaar.
Dus als je de api-resultaten wilt vergelijken met de resultaten van een berekening moet je vier kwartieren van de berekening vergelijken met het uur resultaat van de api.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer

BertSmelik schreef op zondag 5 april 2026 @ 21:03:
[...]

Kun je wegwijs maken? Ik vind het niet in de Wiki.
Ik zoek iets dat in in HA kan testen of er een nieuwe uitkomst is. Als je de log van een berekening leest is "Waarde SoC na eerste uur" de laatste entity die wordt doorgezet, maar die is meestal anders maar niet altijd! Ik kan dat dus niet testen of die veranderd is en dan zeker zijn dat er een nieuwe calculatie is.
Wat @simnet bedoelde:
In je instellingen onder "notifications" kun je een HA entity opgeven waar DAO informatie naar toe schrijft, bijvoorbeeld: "notification_entity": "input_text.notification_dao",
Als je bij "notifications" ook nog "berekenng" op "true" zet, schrijft DAO daar de volgende tekst naar toe als hij klaar is:
"DAO calc afgerond", aangevuld met datum en tijd.
DAO schrijft wel meer info naar die entity (ook de start van de berekening, fouten en waarschuwingen), maar je kunt in HA de nieuwe "state" filteren op "DAO calc afgerond" en dan weet je zeker dat ie klaar is.
Kom je hier mee verder?

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • simnet
  • Registratie: Januari 2020
  • Laatst online: 00:56
Het lijkt er op dat DAO morgen van plan is om de batterij te ontladen als de prijzen flink negatief zijn (tussen 15:00 en 16:00):

Afbeeldingslocatie: https://tweakers.net/i/s0f3Z8Cp0IEebdnMEVKBtcJskkQ=/800x/filters:strip_exif()/f/image/PhjVyH8FBmRbbpFSHTGkfwJk.png?f=fotoalbum_large
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
2026-04-05 22:45:00 info: Day Ahead Optimalisering versie: 2026.03.3.rc5
2026-04-05 22:45:00 info: Day Ahead Optimalisering gestart op: 05-04-2026 22:45:00
2026-04-05 22:45:00 info: Day Ahead Optimalisatie gestart: 05-04-2026 22:45:00 taak: calc_optimum
2026-04-05 22:45:00 info: Debug = False
2026-04-05 22:45:00 info: Zelf berekende baseload
2026-04-05 22:45:00 info: ML prediction dak_woning
                   date_time  prediction
0  2026-04-05 22:00:00+02:00       0.010
1  2026-04-05 23:00:00+02:00       0.010
2  2026-04-06 00:00:00+02:00       0.010
3  2026-04-06 01:00:00+02:00       0.010
4  2026-04-06 02:00:00+02:00       0.005
5  2026-04-06 03:00:00+02:00       0.005
6  2026-04-06 04:00:00+02:00       0.005
7  2026-04-06 05:00:00+02:00       0.005
8  2026-04-06 06:00:00+02:00       0.168
9  2026-04-06 07:00:00+02:00       0.390
10 2026-04-06 08:00:00+02:00       0.536
11 2026-04-06 09:00:00+02:00       1.184
12 2026-04-06 10:00:00+02:00       2.298
13 2026-04-06 11:00:00+02:00       3.050
14 2026-04-06 12:00:00+02:00       3.292
15 2026-04-06 13:00:00+02:00       3.488
16 2026-04-06 14:00:00+02:00       3.512
17 2026-04-06 15:00:00+02:00       3.518
18 2026-04-06 16:00:00+02:00       3.028
19 2026-04-06 17:00:00+02:00       1.784
20 2026-04-06 18:00:00+02:00       0.490
21 2026-04-06 19:00:00+02:00       0.010
22 2026-04-06 20:00:00+02:00       0.010
23 2026-04-06 21:00:00+02:00       0.010
24 2026-04-06 22:00:00+02:00       0.010
25 2026-04-06 23:00:00+02:00       0.010
2026-04-05 22:45:00 info: Start waarden: 
       uur                tijd   spot   p_l    p_t  base  pv_ac  pv_dc
0    22:45 2026-04-05 22:45:00  0.118 0.279  0.143 0.086  0.003      0
1    23:00 2026-04-05 23:00:00  0.124 0.285  0.150 0.085  0.003      0
2    23:15 2026-04-05 23:15:00  0.114 0.273  0.137 0.082  0.003      0
3    23:30 2026-04-05 23:30:00  0.115 0.275  0.139 0.079  0.003      0
4    23:45 2026-04-05 23:45:00  0.102 0.259  0.124 0.074  0.003      0
5    00:00 2026-04-06 00:00:00  0.117 0.277  0.141 0.069  0.003      0
6    00:15 2026-04-06 00:15:00  0.111 0.269  0.134 0.065  0.003      0
7    00:30 2026-04-06 00:30:00  0.094 0.249  0.114 0.060  0.003      0
8    00:45 2026-04-06 00:45:00  0.091 0.245  0.110 0.058  0.003      0
9    01:00 2026-04-06 01:00:00  0.111 0.270  0.134 0.057  0.003      0
10   01:15 2026-04-06 01:15:00  0.091 0.246  0.110 0.054  0.003      0
11   01:30 2026-04-06 01:30:00  0.082 0.235  0.099 0.052  0.003      0
12   01:45 2026-04-06 01:45:00  0.080 0.232  0.096 0.053  0.002      0
13   02:00 2026-04-06 02:00:00  0.097 0.253  0.117 0.056  0.002      0
14   02:15 2026-04-06 02:15:00  0.095 0.250  0.114 0.056  0.001      0
15   02:30 2026-04-06 02:30:00  0.105 0.263  0.127 0.057  0.001      0
16   02:45 2026-04-06 02:45:00  0.108 0.266  0.131 0.056  0.001      0
17   03:00 2026-04-06 03:00:00  0.098 0.254  0.118 0.054  0.001      0
18   03:15 2026-04-06 03:15:00  0.109 0.268  0.132 0.053  0.001      0
19   03:30 2026-04-06 03:30:00  0.114 0.274  0.138 0.052  0.001      0
20   03:45 2026-04-06 03:45:00  0.147 0.313  0.178 0.052  0.001      0
21   04:00 2026-04-06 04:00:00  0.120 0.281  0.146 0.053  0.001      0
22   04:15 2026-04-06 04:15:00  0.152 0.320  0.184 0.053  0.001      0
23   04:30 2026-04-06 04:30:00  0.163 0.333  0.198 0.053  0.001      0
24   04:45 2026-04-06 04:45:00  0.169 0.341  0.205 0.053  0.001      0
25   05:00 2026-04-06 05:00:00  0.112 0.271  0.135 0.051  0.000      0
26   05:15 2026-04-06 05:15:00  0.127 0.290  0.154 0.051  0.000      0
27   05:30 2026-04-06 05:30:00  0.153 0.321  0.185 0.050  0.000      0
28   05:45 2026-04-06 05:45:00  0.169 0.340  0.204 0.051  0.009      0
29   06:00 2026-04-06 06:00:00  0.114 0.274  0.138 0.050  0.026      0
30   06:15 2026-04-06 06:15:00  0.136 0.300  0.164 0.051  0.036      0
31   06:30 2026-04-06 06:30:00  0.150 0.317  0.181 0.051  0.046      0
32   06:45 2026-04-06 06:45:00  0.148 0.315  0.180 0.059  0.060      0
33   07:00 2026-04-06 07:00:00  0.135 0.299  0.163 0.076  0.078      0
34   07:15 2026-04-06 07:15:00  0.156 0.324  0.189 0.084  0.092      0
35   07:30 2026-04-06 07:30:00  0.173 0.345  0.209 0.092  0.105      0
36   07:45 2026-04-06 07:45:00  0.136 0.301  0.165 0.089  0.115      0
37   08:00 2026-04-06 08:00:00  0.244 0.430  0.295 0.078  0.112      0
38   08:15 2026-04-06 08:15:00  0.131 0.295  0.159 0.075  0.121      0
39   08:30 2026-04-06 08:30:00  0.103 0.260  0.124 0.072  0.131      0
40   08:45 2026-04-06 08:45:00  0.063 0.212  0.076 0.069  0.171      0
41   09:00 2026-04-06 09:00:00  0.118 0.278  0.143 0.066  0.228      0
42   09:15 2026-04-06 09:15:00  0.086 0.240  0.104 0.063  0.269      0
43   09:30 2026-04-06 09:30:00  0.042 0.186  0.050 0.061  0.309      0
44   09:45 2026-04-06 09:45:00  0.027 0.169  0.033 0.062  0.379      0
45   10:00 2026-04-06 10:00:00  0.034 0.176  0.041 0.066  0.476      0
46   10:15 2026-04-06 10:15:00  0.001 0.137  0.001 0.067  0.545      0
47   10:30 2026-04-06 10:30:00 -0.000 0.135 -0.000 0.068  0.615      0
48   10:45 2026-04-06 10:45:00 -0.002 0.133 -0.003 0.067  0.662      0
49   11:00 2026-04-06 11:00:00 -0.005 0.129 -0.006 0.064  0.700      0
50   11:15 2026-04-06 11:15:00 -0.008 0.126 -0.010 0.064  0.747      0
51   11:30 2026-04-06 11:30:00 -0.010 0.124 -0.012 0.063  0.794      0
52   11:45 2026-04-06 11:45:00 -0.017 0.115 -0.021 0.066  0.809      0
53   12:00 2026-04-06 12:00:00 -0.025 0.105 -0.030 0.073  0.801      0
54   12:15 2026-04-06 12:15:00 -0.030 0.099 -0.036 0.076  0.816      0
55   12:30 2026-04-06 12:30:00 -0.030 0.099 -0.036 0.079  0.831      0
56   12:45 2026-04-06 12:45:00 -0.035 0.093 -0.042 0.078  0.844      0
57   13:00 2026-04-06 13:00:00 -0.051 0.073 -0.062 0.072  0.856      0
58   13:15 2026-04-06 13:15:00 -0.054 0.071 -0.065 0.070  0.869      0
59   13:30 2026-04-06 13:30:00 -0.060 0.063 -0.073 0.068  0.881      0
60   13:45 2026-04-06 13:45:00 -0.056 0.068 -0.068 0.071  0.882      0
61   14:00 2026-04-06 14:00:00 -0.063 0.059 -0.076 0.078  0.876      0
62   14:15 2026-04-06 14:15:00 -0.057 0.066 -0.069 0.081  0.878      0
63   14:30 2026-04-06 14:30:00 -0.056 0.068 -0.068 0.084  0.879      0
64   14:45 2026-04-06 14:45:00 -0.051 0.074 -0.062 0.081  0.879      0
65   15:00 2026-04-06 15:00:00 -0.065 0.057 -0.079 0.075  0.887      0
66   15:15 2026-04-06 15:15:00 -0.055 0.069 -0.067 0.073  0.887      0
67   15:30 2026-04-06 15:30:00 -0.050 0.075 -0.060 0.071  0.887      0
68   15:45 2026-04-06 15:45:00 -0.030 0.099 -0.036 0.070  0.857      0
69   16:00 2026-04-06 16:00:00 -0.008 0.126 -0.010 0.062  0.815      0
70   16:15 2026-04-06 16:15:00 -0.003 0.131 -0.004 0.062  0.784      0
71   16:30 2026-04-06 16:30:00 -0.000 0.135 -0.000 0.061  0.753      0
72   16:45 2026-04-06 16:45:00  0.002 0.137  0.002 0.092  0.676      0
73   17:00 2026-04-06 17:00:00  0.000 0.136  0.000 0.153  0.563      0
74   17:15 2026-04-06 17:15:00  0.020 0.160  0.024 0.184  0.486      0
75   17:30 2026-04-06 17:30:00  0.070 0.220  0.085 0.216  0.408      0
76   17:45 2026-04-06 17:45:00  0.170 0.341  0.205 0.223  0.327      0
77   18:00 2026-04-06 18:00:00  0.050 0.196  0.060 0.221  0.231      0
78   18:15 2026-04-06 18:15:00  0.098 0.254  0.118 0.228  0.150      0
79   18:30 2026-04-06 18:30:00  0.137 0.302  0.166 0.236  0.069      0
80   18:45 2026-04-06 18:45:00  0.224 0.407  0.271 0.209  0.039      0
81   19:00 2026-04-06 19:00:00  0.106 0.264  0.129 0.150  0.040      0
82   19:15 2026-04-06 19:15:00  0.161 0.331  0.195 0.122  0.010      0
83   19:30 2026-04-06 19:30:00  0.150 0.317  0.181 0.095  0.000      0
84   19:45 2026-04-06 19:45:00  0.247 0.435  0.299 0.092  0.000      0
85   20:00 2026-04-06 20:00:00  0.149 0.316  0.181 0.106  0.002      0
86   20:15 2026-04-06 20:15:00  0.164 0.335  0.199 0.102  0.002      0
87   20:30 2026-04-06 20:30:00  0.161 0.330  0.195 0.099  0.002      0
88   20:45 2026-04-06 20:45:00  0.150 0.317  0.182 0.100  0.002      0
89   21:00 2026-04-06 21:00:00  0.194 0.370  0.234 0.106  0.002      0
90   21:15 2026-04-06 21:15:00  0.156 0.324  0.189 0.107  0.002      0
91   21:30 2026-04-06 21:30:00  0.137 0.302  0.166 0.108  0.002      0
92   21:45 2026-04-06 21:45:00  0.113 0.272  0.137 0.103  0.002      0
93   22:00 2026-04-06 22:00:00  0.125 0.287  0.151 0.091  0.002      0
94   22:15 2026-04-06 22:15:00  0.118 0.278  0.142 0.086  0.002      0
95   22:30 2026-04-06 22:30:00  0.116 0.276  0.140 0.081  0.002      0
96   22:45 2026-04-06 22:45:00  0.112 0.271  0.135 0.080  0.002      0
97   23:00 2026-04-06 23:00:00  0.117 0.277  0.141 0.083  0.002      0
98   23:15 2026-04-06 23:15:00  0.115 0.275  0.139 0.082  0.002      0
99   23:30 2026-04-06 23:30:00  0.107 0.265  0.130 0.082  0.002      0
100  23:45 2026-04-06 23:45:00  0.101 0.258  0.122 0.081  0.002      0
2026-04-05 22:45:00 info: No reduced hours applied for Marstek P3
2026-04-05 22:45:00 info: No reduced power applied during discharging at low soc
2026-04-05 22:45:00 info: Reduced power applied during charging at high soc, between 94% and 95% power is reduced from 2500W until 1250W
2026-04-05 22:45:00 info: Startwaarde SoC Marstek P3: 73.0%

2026-04-05 22:45:00 info: Boiler niet aanwezig of staat uit, boiler wordt niet ingepland
2026-04-05 22:45:00 info: Warmtepomp niet aanwezig - warmtepomp wordt niet ingepland
2026-04-05 22:45:00 info: Apparaat wasmachine direct starten staat uit
2026-04-05 22:45:00 info: Machine wasmachine wordt niet ingepland, want er is gekozen voor uit
2026-04-05 22:45:00 info: Apparaat droger direct starten staat uit
2026-04-05 22:45:00 info: Machine droger wordt niet ingepland, want er is gekozen voor uit
2026-04-05 22:45:00 info: Apparaat vaatwasser direct starten staat uit
2026-04-05 22:45:00 info: Machine vaatwasser wordt niet ingepland, want er is gekozen voor uit
2026-04-05 22:45:00 info: Strategie: minimale kosten
2026-04-05 22:45:00 info: Maximale fout (maximal gap): 0.005000 euro
2026-04-05 22:45:00 info: Rekentijd: 0.15  sec
2026-04-05 22:45:00 info: Het programma heeft een optimale oplossing gevonden.
2026-04-05 22:45:00 info: Ontlaad volume in uur 0 22:45 0.08361931563355028 kWh
2026-04-05 22:45:00 info: 1 0.13379090501368046 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 1 23:00 0.08199431563355031 kWh
2026-04-05 22:45:00 info: 1 0.1311909050136805 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 2 23:15 0.07899431563355032 kWh
2026-04-05 22:45:00 info: 1 0.1263909050136805 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 3 23:30 0.0759943156335503 kWh
2026-04-05 22:45:00 info: 1 0.1215909050136805 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 4 23:45 0.0718068156335503 kWh
2026-04-05 22:45:00 info: 1 0.1148909050136805 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 5 00:00 0.06623940756358206 kWh
2026-04-05 22:45:00 info: 1 0.10598305210173131 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 6 00:15 0.06205190756358206 kWh
2026-04-05 22:45:00 info: 1 0.09928305210173131 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 7 00:30 0.05786440756358207 kWh
2026-04-05 22:45:00 info: 1 0.09258305210173132 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 8 00:45 0.055634039843454976 kWh
2026-04-05 22:45:00 info: 1 0.08901446374952796 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 9 01:00 0.054105917071457954 kWh
2026-04-05 22:45:00 info: 1 0.08656946731433272 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 10 01:15 0.05187554935133087 kWh
2026-04-05 22:45:00 info: 1 0.08300087896212939 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 11 01:30 0.04964518163120375 kWh
2026-04-05 22:45:00 info: 1 0.07943229060992602 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 12 01:45 0.05047723095817492 kWh
2026-04-05 22:45:00 info: 1 0.08076356953307988 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 13 02:00 0.05401723037310875 kWh
2026-04-05 22:45:00 info: 1 0.08642756859697402 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 14 02:15 0.05484927958366461 kWh
2026-04-05 22:45:00 info: 1 0.0877588473338634 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 15 02:30 0.05568132891063579 kWh
2026-04-05 22:45:00 info: 1 0.08909012625701726 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 16 02:45 0.05486882891063579 kWh
2026-04-05 22:45:00 info: 1 0.08779012625701726 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 17 03:00 0.052593449985375636 kWh
2026-04-05 22:45:00 info: 1 0.08414951997660101 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 18 03:15 0.051780949985375635 kWh
2026-04-05 22:45:00 info: 1 0.082849519976601 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 19 03:30 0.050968449985375634 kWh
2026-04-05 22:45:00 info: 1 0.08154951997660101 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 20 03:45 0.05107381782191804 kWh
2026-04-05 22:45:00 info: 1 0.08171810851506887 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 21 04:00 0.05205017849500291 kWh
2026-04-05 22:45:00 info: 1 0.08328028559200465 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 22 04:15 0.05215554633154534 kWh
2026-04-05 22:45:00 info: 1 0.08344887413047254 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 23 04:30 0.05226091416808778 kWh
2026-04-05 22:45:00 info: 1 0.08361746266894043 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 24 04:45 0.05163591416709554 kWh
2026-04-05 22:45:00 info: 1 0.08261746266735284 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 25 05:00 0.05140625 kWh
2026-04-05 22:45:00 info: 1 0.08225 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 26 05:15 0.05078125000000001 kWh
2026-04-05 22:45:00 info: 1 0.08125 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 27 05:30 0.05015625 kWh
2026-04-05 22:45:00 info: 1 0.08025 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 28 05:45 0.04178644034749265 kWh
2026-04-05 22:45:00 info: 1 0.06685830455598823 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 29 06:00 0.0243136051222682 kWh
2026-04-05 22:45:00 info: 1 0.03890176819562913 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 30 06:15 0.014619672320783142 kWh
2026-04-05 22:45:00 info: 1 0.023391475713253024 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 31 06:30 0.004925743244588371 kWh
2026-04-05 22:45:00 info: 1 0.007881189191341394 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 35 07:30 0.558918180532916 kWh
2026-04-05 22:45:00 info: 1 0.8942690888526655 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 37 08:00 0.59375 kWh
2026-04-05 22:45:00 info: 1 0.9499999999999998 2.5
2026-04-05 22:45:00 info: Laad volume in uur 40 08:45 0.0 kWh
2026-04-05 22:45:00 info: 0 0.8371570364236831 0.0
2026-04-05 22:45:00 info: 1 0.16284296357631692 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 41 09:00 0.08289788225089532 kWh
2026-04-05 22:45:00 info: 1 0.1326366116014325 2.5
2026-04-05 22:45:00 info: Laad volume in uur 46 10:15 0.0 kWh
2026-04-05 22:45:00 info: 0 0.4115956682502623 0.0
2026-04-05 22:45:00 info: 1 0.5884043317497377 2.5
2026-04-05 22:45:00 info: Laad volume in uur 47 10:30 0.0 kWh
2026-04-05 22:45:00 info: 0 0.12406218709945717 0.0
2026-04-05 22:45:00 info: 1 0.8759378129005428 2.5
2026-04-05 22:45:00 info: Laad volume in uur 48 10:45 0.0 kWh
2026-04-05 22:45:00 info: 0 0.04800673818588264 0.0
2026-04-05 22:45:00 info: 1 0.9519932618141174 2.5
2026-04-05 22:45:00 info: Laad volume in uur 49 11:00 0.0 kWh
2026-04-05 22:45:00 info: 1 1.0 2.5
2026-04-05 22:45:00 info: Laad volume in uur 50 11:15 0.0 kWh
2026-04-05 22:45:00 info: 1 1.0 2.5
2026-04-05 22:45:00 info: Laad volume in uur 51 11:30 0.0 kWh
2026-04-05 22:45:00 info: 1 1.0 2.5
2026-04-05 22:45:00 info: Laad volume in uur 52 11:45 0.0 kWh
2026-04-05 22:45:00 info: 1 1.0 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 53 12:00 0.073140625 kWh
2026-04-05 22:45:00 info: 1 0.11702499999999998 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 54 12:15 0.07614062499999999 kWh
2026-04-05 22:45:00 info: 1 0.12182499999999997 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 55 12:30 0.079140625 kWh
2026-04-05 22:45:00 info: 1 0.12662500000000002 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 56 12:45 0.077578125 kWh
2026-04-05 22:45:00 info: 1 0.124125 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 57 13:00 0.07153125 kWh
2026-04-05 22:45:00 info: 1 0.11445000000000001 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 58 13:15 0.06996875000000001 kWh
2026-04-05 22:45:00 info: 1 0.11195000000000001 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 59 13:30 0.06840625 kWh
2026-04-05 22:45:00 info: 1 0.10945000000000002 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 60 13:45 0.07109375000000001 kWh
2026-04-05 22:45:00 info: 1 0.11375 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 61 14:00 0.07818749999999998 kWh
2026-04-05 22:45:00 info: 1 0.12509999999999996 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 62 14:15 0.08087499999999999 kWh
2026-04-05 22:45:00 info: 1 0.1294 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 63 14:30 0.08356249999999998 kWh
2026-04-05 22:45:00 info: 1 0.13369999999999999 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 64 14:45 0.081375 kWh
2026-04-05 22:45:00 info: 1 0.1302 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 65 15:00 0.07517187499999999 kWh
2026-04-05 22:45:00 info: 1 0.120275 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 66 15:15 0.07298437499999999 kWh
2026-04-05 22:45:00 info: 1 0.11677499999999998 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 67 15:30 0.07079687499999998 kWh
2026-04-05 22:45:00 info: 1 0.11327499999999999 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 68 15:45 0.070046875 kWh
2026-04-05 22:45:00 info: 1 0.112075 2.5
2026-04-05 22:45:00 info: Laad volume in uur 69 16:00 0.0 kWh
2026-04-05 22:45:00 info: 1 1.0 2.5
2026-04-05 22:45:00 info: Laad volume in uur 70 16:15 0.0 kWh
2026-04-05 22:45:00 info: 1 1.0 2.5
2026-04-05 22:45:00 info: Laad volume in uur 71 16:30 0.0 kWh
2026-04-05 22:45:00 info: 1 1.0 2.5
2026-04-05 22:45:00 info: Laad volume in uur 73 17:00 0.0 kWh
2026-04-05 22:45:00 info: 0 0.343622029495239 0.0
2026-04-05 22:45:00 info: 1 0.6563779705047611 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 76 17:45 0.23823857640281015 kWh
2026-04-05 22:45:00 info: 1 0.38118172224449626 2.5
2026-04-05 22:45:00 info: Laad volume in uur 77 18:00 0.0 kWh
2026-04-05 22:45:00 info: 0 0.9840433704614638 0.0
2026-04-05 22:45:00 info: 1 0.015956629538536132 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 78 18:15 0.07830560685694216 kWh
2026-04-05 22:45:00 info: 1 0.12528897097110747 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 79 18:30 0.16658406992256644 kWh
2026-04-05 22:45:00 info: 1 0.2665345118761063 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 80 18:45 0.5937499999999999 kWh
2026-04-05 22:45:00 info: 1 0.9499999999999998 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 81 19:00 0.10948257342539726 kWh
2026-04-05 22:45:00 info: 1 0.1751721174806356 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 82 19:15 0.11225121304951606 kWh
2026-04-05 22:45:00 info: 1 0.17960194087922568 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 83 19:30 0.09517187499999999 kWh
2026-04-05 22:45:00 info: 1 0.152275 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 84 19:45 0.59375 kWh
2026-04-05 22:45:00 info: 1 0.9499999999999998 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 85 20:00 0.1030605288268998 kWh
2026-04-05 22:45:00 info: 1 0.16489684612303965 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 86 20:15 0.09985478946659712 kWh
2026-04-05 22:45:00 info: 1 0.1597676631465554 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 87 20:30 0.09664905010629443 kWh
2026-04-05 22:45:00 info: 1 0.1546384801700711 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 88 20:45 0.09771155010629443 kWh
2026-04-05 22:45:00 info: 1 0.1563384801700711 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 89 21:00 0.59375 kWh
2026-04-05 22:45:00 info: 1 0.9499999999999998 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 90 21:15 0.10464710462652145 kWh
2026-04-05 22:45:00 info: 1 0.16743536740243434 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 91 21:30 0.10570960462652146 kWh
2026-04-05 22:45:00 info: 1 0.16913536740243432 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 92 21:45 0.10033460462652147 kWh
2026-04-05 22:45:00 info: 1 0.16053536740243435 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 93 22:00 0.08894397962652147 kWh
2026-04-05 22:45:00 info: 1 0.14231036740243436 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 94 22:15 0.08356897962652146 kWh
2026-04-05 22:45:00 info: 1 0.13371036740243436 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 95 22:30 0.07819397962652148 kWh
2026-04-05 22:45:00 info: 1 0.12511036740243436 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 96 22:45 0.07756897962652147 kWh
2026-04-05 22:45:00 info: 1 0.12411036740243436 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 97 23:00 0.08050647962652148 kWh
2026-04-05 22:45:00 info: 1 0.12881036740243434 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 98 23:15 0.07988147962652146 kWh
2026-04-05 22:45:00 info: 1 0.12781036740243434 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 99 23:30 0.07925647962652148 kWh
2026-04-05 22:45:00 info: 1 0.12681036740243434 2.5
2026-04-05 22:45:00 info: Ontlaad volume in uur 100 23:45 0.07863147962652146 kWh
2026-04-05 22:45:00 info: 1 0.12581036740243437 2.5
2026-04-05 22:45:00 info: In- en uitgaande energie per kwartier batterij Marstek P3
   uur   ac->    eff   ->dc pv->dc   dc->    eff  ->bat  o_eff    SoC
          kWh      %    kWh    kWh    kWh      %    kWh      %      %
 22:45  -0.08  95.00  -0.09   0.00  -0.09  95.00  -0.09  90.25  71.19
 23:00  -0.08  95.00  -0.09   0.00  -0.09  95.00  -0.09  90.25  69.42
 23:15  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.09  90.25  67.71
 23:30  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.08  90.25  66.06
 23:45  -0.07  95.00  -0.08   0.00  -0.08  95.00  -0.08  90.25  64.51
 00:00  -0.07  95.00  -0.07   0.00  -0.07  95.00  -0.07  90.25  63.07
 00:15  -0.06  95.00  -0.07   0.00  -0.07  95.00  -0.07  90.25  61.73
 00:30  -0.06  95.00  -0.06   0.00  -0.06  95.00  -0.06  90.25  60.48
 00:45  -0.06  95.00  -0.06   0.00  -0.06  95.00  -0.06  90.25  59.28
 01:00  -0.05  95.00  -0.06   0.00  -0.06  95.00  -0.06  90.25  58.10
 01:15  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  56.98
 01:30  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  55.91
 01:45  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  54.81
 02:00  -0.05  95.00  -0.06   0.00  -0.06  95.00  -0.06  90.25  53.65
 02:15  -0.05  95.00  -0.06   0.00  -0.06  95.00  -0.06  90.25  52.46
 02:30  -0.06  95.00  -0.06   0.00  -0.06  95.00  -0.06  90.25  51.25
 02:45  -0.05  95.00  -0.06   0.00  -0.06  95.00  -0.06  90.25  50.07
 03:00  -0.05  95.00  -0.06   0.00  -0.06  95.00  -0.06  90.25  48.93
 03:15  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  47.81
 03:30  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  46.70
 03:45  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  45.60
 04:00  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  44.47
 04:15  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  43.34
 04:30  -0.05  95.00  -0.06   0.00  -0.06  95.00  -0.06  90.25  42.21
 04:45  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  41.10
 05:00  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  39.98
 05:15  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  38.88
 05:30  -0.05  95.00  -0.05   0.00  -0.05  95.00  -0.06  90.25  37.80
 05:45  -0.04  95.00  -0.04   0.00  -0.04  95.00  -0.05  90.25  36.89
 06:00  -0.02  95.00  -0.03   0.00  -0.03  95.00  -0.03  90.25  36.37
 06:15  -0.01  95.00  -0.02   0.00  -0.02  95.00  -0.02  90.25  36.05
 06:30  -0.00  95.00  -0.01   0.00  -0.01  95.00  -0.01  90.25  35.95
 06:45   0.00     --   0.00   0.00   0.00     --   0.00     --  35.95
 07:00   0.00     --   0.00   0.00   0.00     --   0.00     --  35.95
 07:15   0.00     --   0.00   0.00   0.00     --   0.00     --  35.95
 07:30  -0.56  95.00  -0.59   0.00  -0.59  95.00  -0.62  90.25  23.85
 07:45   0.00     --   0.00   0.00   0.00     --   0.00     --  23.85
 08:00  -0.59  95.00  -0.62   0.00  -0.62  95.00  -0.66  90.25  11.00
 08:15   0.00     --   0.00   0.00   0.00     --   0.00     --  11.00
 08:30   0.00     --   0.00   0.00   0.00     --   0.00     --  11.00
 08:45   0.10  95.00   0.10   0.00   0.10  95.00   0.09  90.25  12.79
 09:00  -0.08  95.00  -0.09   0.00  -0.09  95.00  -0.09  90.25  11.00
 09:15   0.00     --   0.00   0.00   0.00     --   0.00     --  11.00
 09:30   0.00     --   0.00   0.00   0.00     --   0.00     --  11.00
 09:45   0.00     --   0.00   0.00   0.00     --   0.00     --  11.00
 10:00   0.00     --   0.00   0.00   0.00     --   0.00     --  11.00
 10:15   0.37  95.00   0.35   0.00   0.35  95.00   0.33  90.25  17.48
 10:30   0.55  95.00   0.52   0.00   0.52  95.00   0.49  90.25  27.13
 10:45   0.59  95.00   0.57   0.00   0.57  95.00   0.54  90.25  37.62
 11:00   0.62  95.00   0.59   0.00   0.59  95.00   0.56  90.25  48.64
 11:15   0.62  95.00   0.59   0.00   0.59  95.00   0.56  90.25  59.65
 11:30   0.62  95.00   0.59   0.00   0.59  95.00   0.56  90.25  70.67
 11:45   0.62  95.00   0.59   0.00   0.59  95.00   0.56  90.25  81.69
 12:00  -0.07  95.00  -0.08   0.00  -0.08  95.00  -0.08  90.25  80.10
 12:15  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.08  90.25  78.46
 12:30  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.09  90.25  76.74
 12:45  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.09  90.25  75.07
 13:00  -0.07  95.00  -0.08   0.00  -0.08  95.00  -0.08  90.25  73.52
 13:15  -0.07  95.00  -0.07   0.00  -0.07  95.00  -0.08  90.25  72.00
 13:30  -0.07  95.00  -0.07   0.00  -0.07  95.00  -0.08  90.25  70.52
 13:45  -0.07  95.00  -0.07   0.00  -0.07  95.00  -0.08  90.25  68.98
 14:00  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.09  90.25  67.29
 14:15  -0.08  95.00  -0.09   0.00  -0.09  95.00  -0.09  90.25  65.54
 14:30  -0.08  95.00  -0.09   0.00  -0.09  95.00  -0.09  90.25  63.73
 14:45  -0.08  95.00  -0.09   0.00  -0.09  95.00  -0.09  90.25  61.97
 15:00  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.08  90.25  60.35
 15:15  -0.07  95.00  -0.08   0.00  -0.08  95.00  -0.08  90.25  58.77
 15:30  -0.07  95.00  -0.07   0.00  -0.07  95.00  -0.08  90.25  57.23
 15:45  -0.07  95.00  -0.07   0.00  -0.07  95.00  -0.08  90.25  55.72
 16:00   0.62  95.00   0.59   0.00   0.59  95.00   0.56  90.25  66.74
 16:15   0.62  95.00   0.59   0.00   0.59  95.00   0.56  90.25  77.75
 16:30   0.62  95.00   0.59   0.00   0.59  95.00   0.56  90.25  88.77
 16:45   0.00     --   0.00   0.00   0.00     --   0.00     --  88.77
 17:00   0.41  95.00   0.39   0.00   0.39  95.00   0.37  90.25  96.00
 17:15   0.00     --   0.00   0.00   0.00     --   0.00     --  96.00
 17:30   0.00     --   0.00   0.00   0.00     --   0.00     --  96.00
 17:45  -0.24  95.00  -0.25   0.00  -0.25  95.00  -0.26  90.25  90.84
 18:00   0.01  95.00   0.01   0.00   0.01  95.00   0.01  90.25  91.02
 18:15  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.09  90.25  89.33
 18:30  -0.17  95.00  -0.18   0.00  -0.18  95.00  -0.18  90.25  85.72
 18:45  -0.59  95.00  -0.62   0.00  -0.62  95.00  -0.66  90.25  72.87
 19:00  -0.11  95.00  -0.12   0.00  -0.12  95.00  -0.12  90.25  70.50
 19:15  -0.11  95.00  -0.12   0.00  -0.12  95.00  -0.12  90.25  68.07
 19:30  -0.10  95.00  -0.10   0.00  -0.10  95.00  -0.11  90.25  66.01
 19:45  -0.59  95.00  -0.62   0.00  -0.62  95.00  -0.66  90.25  53.16
 20:00  -0.10  95.00  -0.11   0.00  -0.11  95.00  -0.11  90.25  50.93
 20:15  -0.10  95.00  -0.11   0.00  -0.11  95.00  -0.11  90.25  48.77
 20:30  -0.10  95.00  -0.10   0.00  -0.10  95.00  -0.11  90.25  46.68
 20:45  -0.10  95.00  -0.10   0.00  -0.10  95.00  -0.11  90.25  44.57
 21:00  -0.59  95.00  -0.62   0.00  -0.62  95.00  -0.66  90.25  31.72
 21:15  -0.10  95.00  -0.11   0.00  -0.11  95.00  -0.12  90.25  29.45
 21:30  -0.11  95.00  -0.11   0.00  -0.11  95.00  -0.12  90.25  27.16
 21:45  -0.10  95.00  -0.11   0.00  -0.11  95.00  -0.11  90.25  24.99
 22:00  -0.09  95.00  -0.09   0.00  -0.09  95.00  -0.10  90.25  23.07
 22:15  -0.08  95.00  -0.09   0.00  -0.09  95.00  -0.09  90.25  21.26
 22:30  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.09  90.25  19.57
 22:45  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.09  90.25  17.89
 23:00  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.09  90.25  16.15
 23:15  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.09  90.25  14.42
 23:30  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.09  90.25  12.70
 23:45  -0.08  95.00  -0.08   0.00  -0.08  95.00  -0.09  90.25  11.00
Totaal  -1.68    NaN  -2.42   0.00  -2.42    NaN  -3.17    NaN    NaN
2026-04-05 22:45:01 info: Berekende prognoses: 
   uur  bat_in  bat_out   cons   prod   base   boil     wp     ev  pv_ac   cost  profit  b_tem   mach
 22:45    0.00     0.08   0.00   0.00   0.09   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 23:00    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 23:15    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 23:30    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 23:45    0.00     0.07   0.00   0.00   0.07   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 00:00    0.00     0.07   0.00   0.00   0.07   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 00:15    0.00     0.06   0.00   0.00   0.06   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 00:30    0.00     0.06   0.00   0.00   0.06   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 00:45    0.00     0.06   0.00   0.00   0.06   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 01:00    0.00     0.05   0.00   0.00   0.06   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 01:15    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 01:30    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 01:45    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 02:00    0.00     0.05   0.00   0.00   0.06   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 02:15    0.00     0.05   0.00   0.00   0.06   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 02:30    0.00     0.06   0.00   0.00   0.06   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 02:45    0.00     0.05   0.00   0.00   0.06   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 03:00    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 03:15    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 03:30    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 03:45    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 04:00    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 04:15    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 04:30    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 04:45    0.00     0.05   0.00  -0.00   0.05   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 05:00    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 05:15    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 05:30    0.00     0.05   0.00   0.00   0.05   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 05:45    0.00     0.04   0.00  -0.00   0.05   0.00   0.00   0.00   0.01   0.00    0.00  20.00   0.00
 06:00    0.00     0.02   0.00   0.00   0.05   0.00   0.00   0.00   0.03   0.00   -0.00  20.00   0.00
 06:15    0.00     0.01   0.00   0.00   0.05   0.00   0.00   0.00   0.04   0.00   -0.00  20.00   0.00
 06:30    0.00     0.00   0.00   0.00   0.05   0.00   0.00   0.00   0.05   0.00   -0.00  20.00   0.00
 06:45    0.00     0.00   0.00   0.00   0.06   0.00   0.00   0.00   0.06   0.00   -0.00  20.00   0.00
 07:00    0.00     0.00   0.00   0.00   0.08   0.00   0.00   0.00   0.08   0.00   -0.00  20.00   0.00
 07:15    0.00     0.00   0.00   0.01   0.08   0.00   0.00   0.00   0.09   0.00   -0.00  20.00   0.00
 07:30    0.00     0.56   0.00   0.57   0.09   0.00   0.00   0.00   0.11   0.00   -0.12  20.00   0.00
 07:45    0.00     0.00   0.00   0.03   0.09   0.00   0.00   0.00   0.11   0.00   -0.00  20.00   0.00
 08:00    0.00     0.59   0.00   0.63   0.08   0.00   0.00   0.00   0.11   0.00   -0.19  20.00   0.00
 08:15    0.00     0.00   0.00   0.05   0.07   0.00   0.00   0.00   0.12   0.00   -0.01  20.00   0.00
 08:30    0.00     0.00   0.00   0.06   0.07   0.00   0.00   0.00   0.13   0.00   -0.01  20.00   0.00
 08:45    0.10     0.00   0.00   0.00   0.07   0.00   0.00   0.00   0.17   0.00   -0.00  20.00   0.00
 09:00    0.00     0.08   0.00   0.24   0.07   0.00   0.00   0.00   0.23   0.00   -0.03  20.00   0.00
 09:15    0.00     0.00   0.00   0.21   0.06   0.00   0.00   0.00   0.27   0.00   -0.02  20.00   0.00
 09:30    0.00     0.00   0.00   0.25   0.06   0.00   0.00   0.00   0.31   0.00   -0.01  20.00   0.00
 09:45    0.00     0.00   0.00   0.32   0.06   0.00   0.00   0.00   0.38   0.00   -0.01  20.00   0.00
 10:00    0.00     0.00   0.00   0.41   0.07   0.00   0.00   0.00   0.48   0.00   -0.02  20.00   0.00
 10:15    0.37     0.00   0.00   0.11   0.07   0.00   0.00   0.00   0.55   0.00   -0.00  20.00   0.00
 10:30    0.55     0.00   0.00   0.00   0.07   0.00   0.00   0.00   0.62   0.00    0.00  20.00   0.00
 10:45    0.59     0.00   0.00   0.00   0.07   0.00   0.00   0.00   0.66   0.00    0.00  20.00   0.00
 11:00    0.62     0.00   0.00   0.01   0.06   0.00   0.00   0.00   0.70   0.00    0.00  20.00   0.00
 11:15    0.62     0.00   0.00   0.06   0.06   0.00   0.00   0.00   0.75   0.00    0.00  20.00   0.00
 11:30    0.62     0.00   0.00   0.11   0.06   0.00   0.00   0.00   0.79   0.00    0.00  20.00   0.00
 11:45    0.62     0.00   0.00   0.12   0.07   0.00   0.00   0.00   0.81   0.00    0.00  20.00   0.00
 12:00    0.00     0.07   0.00   0.00   0.07   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 12:15    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 12:30    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 12:45    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 13:00    0.00     0.07   0.00   0.00   0.07   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 13:15    0.00     0.07   0.00   0.00   0.07   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 13:30    0.00     0.07   0.00   0.00   0.07   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 13:45    0.00     0.07   0.00   0.00   0.07   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 14:00    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 14:15    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 14:30    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 14:45    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 15:00    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 15:15    0.00     0.07   0.00   0.00   0.07   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 15:30    0.00     0.07   0.00   0.00   0.07   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 15:45    0.00     0.07   0.00   0.00   0.07   0.00   0.00   0.00   0.00   0.00    0.00  20.00   0.00
 16:00    0.62     0.00   0.00   0.13   0.06   0.00   0.00   0.00   0.81   0.00    0.00  20.00   0.00
 16:15    0.62     0.00   0.00   0.10   0.06   0.00   0.00   0.00   0.78   0.00    0.00  20.00   0.00
 16:30    0.62     0.00   0.00   0.07   0.06   0.00   0.00   0.00   0.75   0.00    0.00  20.00   0.00
 16:45    0.00     0.00   0.00   0.58   0.09   0.00   0.00   0.00   0.68   0.00   -0.00  20.00   0.00
 17:00    0.41     0.00   0.00   0.00   0.15   0.00   0.00   0.00   0.56   0.00   -0.00  20.00   0.00
 17:15    0.00     0.00   0.00   0.30   0.18   0.00   0.00   0.00   0.49   0.00   -0.01  20.00   0.00
 17:30    0.00     0.00   0.00   0.19   0.22   0.00   0.00   0.00   0.41   0.00   -0.02  20.00   0.00
 17:45    0.00     0.24   0.00   0.34   0.22   0.00   0.00   0.00   0.33   0.00   -0.07  20.00   0.00
 18:00    0.01     0.00   0.00   0.00   0.22   0.00   0.00   0.00   0.23   0.00   -0.00  20.00   0.00
 18:15    0.00     0.08   0.00   0.00   0.23   0.00   0.00   0.00   0.15   0.00   -0.00  20.00   0.00
 18:30    0.00     0.17   0.00   0.00   0.24   0.00   0.00   0.00   0.07   0.00   -0.00  20.00   0.00
 18:45    0.00     0.59   0.00   0.42   0.21   0.00   0.00   0.00   0.04   0.00   -0.12  20.00   0.00
 19:00    0.00     0.11   0.00   0.00   0.15   0.00   0.00   0.00   0.04   0.00   -0.00  20.00   0.00
 19:15    0.00     0.11   0.00   0.00   0.12   0.00   0.00   0.00   0.01   0.00   -0.00  20.00   0.00
 19:30    0.00     0.10   0.00   0.00   0.10   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 19:45    0.00     0.59   0.00   0.50   0.09   0.00   0.00   0.00   0.00   0.00   -0.15  20.00   0.00
 20:00    0.00     0.10   0.00   0.00   0.11   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 20:15    0.00     0.10   0.00   0.00   0.10   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 20:30    0.00     0.10   0.00   0.00   0.10   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 20:45    0.00     0.10   0.00   0.00   0.10   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 21:00    0.00     0.59   0.00   0.49   0.11   0.00   0.00   0.00   0.00   0.00   -0.11  20.00   0.00
 21:15    0.00     0.10   0.00   0.00   0.11   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 21:30    0.00     0.11   0.00   0.00   0.11   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 21:45    0.00     0.10   0.00   0.00   0.10   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 22:00    0.00     0.09   0.00   0.00   0.09   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 22:15    0.00     0.08   0.00   0.00   0.09   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 22:30    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 22:45    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 23:00    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 23:15    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 23:30    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
 23:45    0.00     0.08   0.00   0.00   0.08   0.00   0.00   0.00   0.00   0.00   -0.00  20.00   0.00
Totaal    6.41     8.08   0.00   6.30   8.45   0.00   0.00   0.00  13.07   0.00   -0.89    NaN   0.00

2026-04-05 22:45:01 info: Consumption               0.00 (kWh)
2026-04-05 22:45:01 info: Cost consumption          0.00 (€)
2026-04-05 22:45:01 info: Tariff consumption        0.000 (€/kWh)
2026-04-05 22:45:01 info: Production                6.30 (kWh)
2026-04-05 22:45:01 info: Profit production        -0.89 (€)
2026-04-05 22:45:01 info: Tariff production         0.141 (€/kWh)

2026-04-05 22:45:01 info: 
Calculation profit after optimize in €
Cost before optimize              1.80
Cost consumption      0.00
Cycle cost            0.15
Penalty cost          0.00
Battery storage       0.28
Boiler storage        0.00
Profit production    -0.89
Total                -0.47
Cost after optimize              -0.47
Profit:                           2.26
2026-04-05 22:45:01 info: Doorzetten van alle settings naar HA
2026-04-05 22:45:01 info: Grid set point: 0.0 W
2026-04-05 22:45:01 info: Cycle cost Marstek P3: 0.15 euro
2026-04-05 22:45:01 info: Netto vermogen naar(+)/uit(-) omvormer Marstek P3: -334 W 
2026-04-05 22:45:01 info: Balanceren: on
2026-04-05 22:45:01 info: Vermogen uit batterij: 352W
2026-04-05 22:45:01 info: Vermogen dat binnenkomt van pv: 0W
2026-04-05 22:45:01 info: Vermogen dat binnenkomt van ac: -352W
2026-04-05 22:45:01 info: Waarde SoC na eerste uur: 71.2%
2026-04-05 22:45:01 info: Apparaat: wasmachine
2026-04-05 22:45:01 info: Programma: uit
2026-04-05 22:45:01 info: Apparaat: droger
2026-04-05 22:45:01 info: Programma: uit
2026-04-05 22:45:01 info: Apparaat: vaatwasser
2026-04-05 22:45:01 info: Programma: uit
Of interpreteer ik de grafiek verkeerd?

Edit: Ow wacht, dat komt geloof ik doordat de panelen uitgezet worden...

[ Voor 100% gewijzigd door simnet op 05-04-2026 22:55 ]

simnet schreef op zondag 5 april 2026 @ 22:52:
Het lijkt er op dat DAO morgen van plan is om de batterij te ontladen als de prijzen flink negatief zijn:

[Afbeelding]


[...]


Of interpreteer ik de grafiek verkeerd?
Jammer dat je niet de grafiek met alle energiestromen erbij toont.
Waarschijnlijk wil DAO tussen 15:00 en 16:00 uur alleen maar voorkomen dat er moet worden ingekocht (en dat tarief is niet negatief).

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • BertSmelik
  • Registratie: Oktober 2022
  • Laatst online: 04-05 16:22
KC27 schreef op zondag 5 april 2026 @ 22:24:
[...]

Wat @simnet bedoelde:
In je instellingen onder "notifications" kun je een HA entity opgeven waar DAO informatie naar toe schrijft, bijvoorbeeld: "notification_entity": "input_text.notification_dao",
Als je bij "notifications" ook nog "berekenng" op "true" zet, schrijft DAO daar de volgende tekst naar toe als hij klaar is:
"DAO calc afgerond", aangevuld met datum en tijd.
DAO schrijft wel meer info naar die entity (ook de start van de berekening, fouten en waarschuwingen), maar je kunt in HA de nieuwe "state" filteren op "DAO calc afgerond" en dan weet je zeker dat ie klaar is.
Kom je hier mee verder?
Dat lijkt me inderdaad een goede oplossing.
Dit staat nu in mijn Config:
code:
1
2
3
4
5
6
"notifications": {
    "notification entity": "input_text.dao_out_notification",
    "opstarten": "False",
    "berekening": "True",
    "last activity entity": "input_datetime.dao_out_last_activity"
  },
Heb het net getest, maar ik vind nog geen inhoud.
De entiteiten bestaan. Morgen verder.

  • simnet
  • Registratie: Januari 2020
  • Laatst online: 00:56
Ik zal je nog iets dommer vertellen... dat was helemaal niet de grafiek van morgen, maar ik denk van vandaag?
Ik kam hem (die screenshot) helemaal niet meer terug vinden.

[ Voor 5% gewijzigd door simnet op 05-04-2026 23:25 ]


  • BertSmelik
  • Registratie: Oktober 2022
  • Laatst online: 04-05 16:22
BertSmelik schreef op zondag 5 april 2026 @ 23:23:
[...]

Dat lijkt me inderdaad een goede oplossing.
Dit staat nu in mijn Config:
code:
1
2
3
4
5
6
"notifications": {
    "notification entity": "input_text.dao_out_notification",
    "opstarten": "False",
    "berekening": "True",
    "last activity entity": "input_datetime.dao_out_last_activity"
  },
Heb het net getest, maar ik vind nog geen inhoud.
De entiteiten bestaan. Morgen verder.
Inmiddels opgelost door de entiteit voor "calculated soc" in de automation veilig te stellen en vervolgens op nul (0) te zetten. Vervolgens gebruik ik het krijgen van een waarde anders dan nul van "calculated soc" als trigger voor de automation die de berekening van DAO moet verwerken.
Wel moest ik een wachttijd van 1 seconde inlassen vóór het op nul stellen, anders wordt DAO een beetje ongelukkig. Werkt totnutoe prima!
Allemaal bedankt voor je hulp.

  • wwouter1000
  • Registratie: Februari 2026
  • Laatst online: 07-05 20:10
Sinds de zomertijd staat de verwachting van de pv exact 1 uur te vroeg. Zowel mijn database als ha zelf staan in de correcte tijdzone. Hij verwacht nu al een paar dagen voor 7:00 een substantiële productie en niets meer na 19:00, terwijl dat in de praktijk een uur opgeschoven ligt. Panelen liggen allemaal op het zuiden (orientation: 13 in de config).

Ik gebruik de default berekening, niet de ML variant

[ Voor 7% gewijzigd door wwouter1000 op 07-04-2026 06:48 ]

Er is een nieuwe testversie van DAO gepubliceerd: 2026.04.0.rc1

Dit staat in de changelog:
Fixes
  • changed vat_production and vat_consumption from int-> float (reported by @Mirabis)
  • fix limitation of pv_dc-production when chargelimit =0 (reported by @thesaxofonist)
  • replaced NaN in battery overview with blancs (reported by @rescla)
Changes
Opmerking:
Het onderdeel:
changed the handling of the run-requests of the run-menu: no time limit (120 sec) but feedback
werkt nog niet goed in de app/addon. Aan een update wordt gewerkt!

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • timscheffers
  • Registratie: November 2009
  • Laatst online: 21:56
wwouter1000 schreef op dinsdag 7 april 2026 @ 06:47:
Sinds de zomertijd staat de verwachting van de pv exact 1 uur te vroeg. Zowel mijn database als ha zelf staan in de correcte tijdzone. Hij verwacht nu al een paar dagen voor 7:00 een substantiële productie en niets meer na 19:00, terwijl dat in de praktijk een uur opgeschoven ligt. Panelen liggen allemaal op het zuiden (orientation: 13 in de config).

Ik gebruik de default berekening, niet de ML variant
Hier hetzelfde
Afbeeldingslocatie: https://tweakers.net/i/ilROa3exlz4KN4nl4d_J5KIGxRI=/800x/filters:strip_exif()/f/image/kVKFWou2Fl2bTTSHw2U7XJwa.png?f=fotoalbum_large

  • f.welvering
  • Registratie: Oktober 2009
  • Laatst online: 20:53
KC27 schreef op dinsdag 7 april 2026 @ 23:13:
Er is een nieuwe testversie van DAO gepubliceerd: 2026.04.0.rc1

Dit staat in de changelog:
Fixes
  • changed vat_production and vat_consumption from int-> float (reported by @Mirabis)
  • fix limitation of pv_dc-production when chargelimit =0 (reported by @thesaxofonist)
  • replaced NaN in battery overview with blancs (reported by @rescla)
Changes
Opmerking:
Het onderdeel:
changed the handling of the run-requests of the run-menu: no time limit (120 sec) but feedback
werkt nog niet goed in de app/addon. Aan een update wordt gewerkt!
Kan ik dan
code:
1
"use_self_compiled_miplib": true,
opnemen in mijn dao config voor de mip library compilatie?
Ik heb dit al gedaan, maar er gebeurt niets.

WP: DeWarmte PompAO 6.4Kw Hybrid, CV Intergas, Thermostaat Netatmo, 70m2 vvw, PV: 34x 325wp solaredge omvormer en optimizers,Wan ip adres weten? https://mijnips.eu


  • hemertje
  • Registratie: Juli 2015
  • Laatst online: 22:36
ter informatie, voor de PV-opbrengstberekeningen

Kimber and HSU Soiling Models Are Now Available in the Solcast API

https://solcast.com/blog/...-available-in-solcast-api?

Gasloos 2019 + WP Panasonic H-serie 7kW + 300 liter boilervat + PV 12.415Wp + Home Assistant + Hyundai Ioniq 6 First Edition + Zaptec laadpaal


  • thesaxofonist
  • Registratie: November 2016
  • Laatst online: 21:17
KC27 schreef op dinsdag 7 april 2026 @ 23:13:
Er is een nieuwe testversie van DAO gepubliceerd: 2026.04.0.rc1
Ik draai nu versie 2026.04.0.rc1.

Als ik naar het 'run-menu' ga en op optimaliseringsberekening klik (beide versies), dan verdwijnt het scherm om direct terug te komen met alle bewerkingen 'greyed-out'.

Op het scherm staat bij status: 'logging van bewerking ....', maar er komt geen resultaat. In het logboek verschijnt niets.

Edit: er verschijnen geen resultaten of melding dat de bewerking gereed is. Het scherm blijft ongewijzigd. Maar als ik na enige tijd naar het 'home-menu' ga, dan zie ik dat de berekening wel is uitgevoerd. Voor mij is dit werkbaar, dus kijk maar of er iets aan moet gebeuren.

[ Voor 21% gewijzigd door thesaxofonist op 08-04-2026 13:23 ]


  • wwouter1000
  • Registratie: Februari 2026
  • Laatst online: 07-05 20:10
Inspectie van de meteodata lijkt te laten zien dat daar het daar nog mis gaat na het verzetten van de tijd.

[ Voor 4% gewijzigd door wwouter1000 op 08-04-2026 17:51 ]

@timscheffers @wwouter1000
Dank voor jullie oplettendheid!
Ik heb het gechecked en ik zie ook de"verschuiving" in de binnenkomende data van Meteoserver.
Ik zal er een email naar sturen.
Wordt vervolgd...

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer

thesaxofonist schreef op woensdag 8 april 2026 @ 13:11:
[...]


Ik draai nu versie 2026.04.0.rc1.

Als ik naar het 'run-menu' ga en op optimaliseringsberekening klik (beide versies), dan verdwijnt het scherm om direct terug te komen met alle bewerkingen 'greyed-out'.

Op het scherm staat bij status: 'logging van bewerking ....', maar er komt geen resultaat. In het logboek verschijnt niets.

Edit: er verschijnen geen resultaten of melding dat de bewerking gereed is. Het scherm blijft ongewijzigd. Maar als ik na enige tijd naar het 'home-menu' ga, dan zie ik dat de berekening wel is uitgevoerd. Voor mij is dit werkbaar, dus kijk maar of er iets aan moet gebeuren.
Zoals ik bij de aankondiging al meldde:
Opmerking:
Het onderdeel:
changed the handling of the run-requests of the run-menu: no time limit (120 sec) but feedback
werkt nog niet goed in de app/addon. Aan een update wordt gewerkt!
Er wordt nog steeds aan gewerkt ....

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer

f.welvering schreef op woensdag 8 april 2026 @ 10:19:
[...]


Kan ik dan
code:
1
"use_self_compiled_miplib": true,
opnemen in mijn dao config voor de mip library compilatie?
Ik heb dit al gedaan, maar er gebeurt niets.
Nee je zit op het verkeerde spoor.
Je moet op de configuratie pagina van de addon/app zijn in HA:
Afbeeldingslocatie: https://tweakers.net/i/IdrabmpAb14B3-Wjiko5sB6bVpQ=/800x/filters:strip_exif()/f/image/7waxMPyWtYG1H3vpEjTtRcGz.png?f=fotoalbum_large
Zie ook de wiki:
https://github.com/cornee...ecompileerde-mip-binaries

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • f.welvering
  • Registratie: Oktober 2009
  • Laatst online: 20:53
KC27 schreef op woensdag 8 april 2026 @ 22:44:
[...]

Nee je zit op het verkeerde spoor.
Je moet op de configuratie pagina van de addon/app zijn in HA:
[Afbeelding]
Zie ook de wiki:
https://github.com/cornee...ecompileerde-mip-binaries
Deze pagina heb ik niet gezien ik alles in docker draai.

WP: DeWarmte PompAO 6.4Kw Hybrid, CV Intergas, Thermostaat Netatmo, 70m2 vvw, PV: 34x 325wp solaredge omvormer en optimizers,Wan ip adres weten? https://mijnips.eu


  • f.welvering
  • Registratie: Oktober 2009
  • Laatst online: 20:53
Ik heb ondertussen vanuit de container de mip builder gevonden en deze gedraaid.
Valt me bij de start van de container op dat ik de volgende meldingen zie.
Welke verklaarbaar zijn gezien ik geen Supervisor heb gezien ik alles in docker draai.
code:
1
2
3
dao_test  | curl: (6) Could not resolve host: supervisor
dao_test  | [08:57:48] ERROR: Something went wrong contacting the API
dao_test  | [08:57:48] ERROR: Failed to get addon config from Supervisor API

WP: DeWarmte PompAO 6.4Kw Hybrid, CV Intergas, Thermostaat Netatmo, 70m2 vvw, PV: 34x 325wp solaredge omvormer en optimizers,Wan ip adres weten? https://mijnips.eu

KC27 schreef op woensdag 8 april 2026 @ 22:35:
@timscheffers @wwouter1000
Dank voor jullie oplettendheid!
Ik heb het gechecked en ik zie ook de"verschuiving" in de binnenkomende data van Meteoserver.
Ik zal er een email naar sturen.
Wordt vervolgd...
@timscheffers @wwouter1000
Ik heb inmiddels een reactie van Meteoserver:
Net gekeken en het bleek een kleine glitch in de code te zijn, die is nu rechtgezet. Dank nogmaals voor de melding!
Het zou dus vanaf morgen opgelost moeten zijn.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • PJ_DnB
  • Registratie: Augustus 2012
  • Laatst online: 03:04
Gebruikt er iemand de weerscurve optie voor de warmtepomp (daikin altherma 4 in mijn geval)? Snap niet goed hoe dit helemaal zou moeten werken (gedraagt zich alvast niet zoals verwacht).

We krijgen een vermogen terug + een offset op de curve. Echter, via het vermogen zou ik eventueel een offset op de curve kunnen bouwen als automation, want dat is de enige regelbare parameter. Nu probeert hij qua vermogen 500W in te plannen, maar dan gelijktijdig een positieve ofset (+7°C) op de curve, wat hem in vermogen richting 1500W duwt. Mogelijk begrijp ik het niet zo goed.

Switch voor aan en uit te sturen daarmee verander ik het setpunt van de thermostaat, wat zorgt dat de WP actief of inactief komt.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
"heating": {
    "heater present": "True",
    "adjustment" : "heating curve",
    "degree days factor": 15.2,
    "entity hp heat produced": "sensor.daikin_altherma_4_enhanced_daily_altherma_power",
    "entity hp cop": "sensor.daikin_altherma_4_enhanced_coefficient_of_performance",
    "entity hp power sensor":"sensor.daikin_altherma_4_vermogen",
    "entity avg outside temp":"input_number.buitentempoptimalisatie",
    "entity hp power":"input_number.hp_power_dao",
    "entity hp switch":"switch.aanuithp",
    "min run length":2,
    "stages": [
      {
        "max_power": 500,
        "cop": 7.1
      },
      {
        "max_power": 700,
        "cop": 7.0
      },
      {
        "max_power": 900,
        "cop": 6.5
      },
      {
        "max_power": 1100,
        "cop": 6.0
      },
      {
        "max_power": 1300,
        "cop": 5.5
      },
      {
        "max_power": 1700,
        "cop": 5.0
      },
      {
        "max_power": 2000,
        "cop": 4.5
      },
      {
        "max_power": 2500,
        "cop": 4.0
      }
    ],
    "entity adjust heating curve": "input_number.althermaweerscurveoffsetopwarmen",
    "adjustment factor": 0.10
  },
In combinatie met "warmtevraag" zie ik ook niet goed hoe het zou moeten werken. Ofwel vraagt de thermostaat verwarming => dan is er direct actie om de pomp aan te zetten, ook 's nachts. Ofwel vraagt de thermostaat geen verwarming, dan wordt er overgeslagen tot er wel warmtevraag is. Oftewel aan uit gedrag. Deze parameter heb ik nu weggelaten, hij komt dan in "eco", wat al vooruitgang is.

entity avg outside temp lijkt ook niet te werken zoals ik dacht, daar wordt niets in ingevuld.

Alvast bedankt voor de inzichten!

  • jeroenribbink
  • Registratie: November 2003
  • Laatst online: 22:29
Ik zat vandaag te kijken hoe ik de gemeten straling voor de solar werkend zou kunnen krijgen, maar ik kom er nog niet uit.
Wie weet er meer?

Config is als volgt voor solar:
"solar": [
{
"name": "Enphase",
"entity pv switch": "",
"ml_prediction": "true",
"entities sensors": "sensor.envoy_122207077148_lifetime_energy_production",
"strings": [
{ "tilt": 15, "orientation": 80, "capacity": 4.8, "yield": 0.00744 },
{ "tilt": 15, "orientation": 15, "capacity": 1.68, "yield": 0.004132 },
{ "tilt": 15, "orientation": 80, "capacity": 1.62, "yield": 0.00382 }
]
}
],
En resultaat in tabelvorm blijft gemeten leeg:
Afbeeldingslocatie: https://tweakers.net/i/1Cs1PfpQTTNo8eVfKI1WdG5Fcdk=/x800/filters:strip_exif()/f/image/M90OTDywpQl0aGZvfWqaMAk7.png?f=fotoalbum_large

Metrogegevens worden netjes opgehaald en straling prognose staat daar netjes in. Vind het alleen wel erg uit verhouding staan ten opzichte van de productie, maar goed.
Waar zou dit aan kunnen liggen?
jeroenribbink schreef op donderdag 9 april 2026 @ 15:47:
Ik zat vandaag te kijken hoe ik de gemeten straling voor de solar werkend zou kunnen krijgen, maar ik kom er nog niet uit.
Wie weet er meer?

Config is als volgt voor solar:

[...]


En resultaat in tabelvorm blijft gemeten leeg:
[Afbeelding]

Metrogegevens worden netjes opgehaald en straling prognose staat daar netjes in. Vind het alleen wel erg uit verhouding staan ten opzichte van de productie, maar goed.
Waar zou dit aan kunnen liggen?
De gemeten gegevens komen niet mee met de data van Metesoserver, maar worden opgehaald bij het KNMI bij het trainen van het ml-model. Bovendien: ze lopen minimaal 24 uur achter.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer

Vanavond is versie 2026.04.0.rc2 gepubliceerd.
Hierin is de fout hersteld van rc1 bij:
"the handling of the run-requests of the run-menu: no time limit (120 sec) but feedback"
Graag jullie testen dan kunnen we hopelijk binnenkort de productieversie publiceren.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • balk
  • Registratie: Januari 2000
  • Laatst online: 23:27
KC27 schreef op vrijdag 10 april 2026 @ 00:01:
Vanavond is versie 2026.04.0.rc2 gepubliceerd.
Hierin is de fout hersteld van rc1 bij:
"the handling of the run-requests of the run-menu: no time limit (120 sec) but feedback"
Graag jullie testen dan kunnen we hopelijk binnenkort de productieversie publiceren.
Ik heb het kort getest. Uitkomst is hetzelfde als van de productie versie. Geen foutmeldingen. Ik heb niet de custom mip geprobeerd want ik weet niet wat het nut is en hoe ik dat zou moeten doen.

  • thesaxofonist
  • Registratie: November 2016
  • Laatst online: 21:17
KC27 schreef op vrijdag 10 april 2026 @ 00:01:
Vanavond is versie 2026.04.0.rc2 gepubliceerd.
Hierin is de fout hersteld van rc1 bij:
"the handling of the run-requests of the run-menu: no time limit (120 sec) but feedback"
Graag jullie testen dan kunnen we hopelijk binnenkort de productieversie publiceren.
Bij mij werkt het goed. Ik weet niet of je ook aan de inhoudelijke berekening iets hebt veranderd, maar het lijkt ook wel sneller te gaan.

Verder kan ik melden dat 'fix limitation of pv_dc-production when chargelimit =0' bij mij prima werkt.

  • rescla
  • Registratie: November 2012
  • Laatst online: 23:31
KC27 schreef op vrijdag 10 april 2026 @ 00:01:
Vanavond is versie 2026.04.0.rc2 gepubliceerd.
Hierin is de fout hersteld van rc1 bij:
"the handling of the run-requests of the run-menu: no time limit (120 sec) but feedback"
Graag jullie testen dan kunnen we hopelijk binnenkort de productieversie publiceren.
Lijkt allemaal goed te werken. Alleen als ik zonder verversen meerdere runs aftrap na elkaar, zie ik af en toe de oude logging ipv de logging van de laatste run. Dus daar lijkt iets niet helemaal goed te gaan. Maar verder draaien alle runs wel gewoon goed, inclusief de ml.

  • TanYauRei
  • Registratie: Juni 2022
  • Laatst online: 23-04 15:55
KC27 schreef op woensdag 11 maart 2026 @ 13:06:
[...]

Ik snap het niet.
Ik zal eens hier gaan testen met jouw long/lat.
Ik zal in een volgende testversie de toewijzing van het knmi-station verder opnemen in de debug-logging.
Bedankt, ben ook Belg en zit met hetzelfde probleem.

  • Hvdort
  • Registratie: Mei 2021
  • Laatst online: 30-04 19:56
Het lijkt erop dat er niet alleen bij Meteoserver maar ook bij het KNMI sprake is van een tijdsverschil van een uur? Dat heb ik tenminste als ik kijk naar tabbled Solar en dan de tabel straling Gemeten en Prognose. Gemeten is een uur later dan prognose.
Hvdort schreef op vrijdag 10 april 2026 @ 19:14:
Het lijkt erop dat er niet alleen bij Meteoserver maar ook bij het KNMI sprake is van een tijdsverschil van een uur? Dat heb ik tenminste als ik kijk naar tabbled Solar en dan de tabel straling Gemeten en Prognose. Gemeten is een uur later dan prognose.
Ik denk dat het komt omdat de prognose van Meteoserver pas vandaag "op tijd" zijn.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer

TanYauRei schreef op vrijdag 10 april 2026 @ 12:04:
[...]


Bedankt, ben ook Belg en zit met hetzelfde probleem.
@SeBsZ
In de volgende versie kunt u ook in België gebruik maken van een nabijgelegen Nederlands weerstation voor de ml-voorspelling van uw pv.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer

Vanavond zijn nieuwe versies gepubliceerd:
- productieversie2026.04.0
- testversie: 2026.04.0.rc3
Beide versies zijn identiek.
In de changelog van de productieversie staat:
Breaking change
The ML model was extended to allow for windspeed in predictions.
This means you have to retrain your ML models before running a calculation!
Changes
In the back-end we are moving to gui-interface to fill in our settings. This release is the first step in that direction.
The first step is that all our current settings are compared and validated with a model that is build of all possible settings. Until now this model is only tested by a few testers. We are very greatfull for their test-efforts.
@simnet is the great force and hard worker behind all these changes, all credits to him!
Watch at the logging of the new app and if you find any "irregularities" tell us via tweakers or Github.
After installation there are a few new files in the app which are possibly interesting to read:
  • DEVELOPER_GUIDE.md (in dao/prof/config) for developersand collaborators who want make new settings.
  • config_schema.json to validate the configurations
  • SETTINGS.md a completely automatic generated summary of all possible settings
Most important **changes** in the config/options.json:
  • all booleans are now noted as true or false: no "True" or "False" anymore.
  • changed entity_avg_temp to entity_avg_outside_temp (reported by @f.welvering)
  • removed "show_graph" from settings
  • implemented windvelocity as feature variable for solar prediction
  • (re)moved deprecated "entity stop victron" in favor of "entity stop inverter"<br>
Other changes:
  • The handling of the run-requests of the run-menu is changed: no time limit (120 sec) but feedback
  • The suppliers if the mip-binaries have updated their product. DAO now uses the updates binaries. For users who
  • cannot use this binaries we introduced the possibility to compile and use your own mip-binaries (see wiki: https://github.com/cornee...ecompileerde-mip-binaries)
  • Belgian users can now use a nearby Dutch weather station for the solar (or wind) ml-prediction
Fixes
  • Fix limitation of pv_dc-production when chargelimit =0 (reported by @thesaxofonist)
  • Replaced NaN in battery overview with blancs (reported by @rescla)
  • defaults for battery low- (20%) and upper-limit (100%)
  • default for ev "entity stop charging" (none)
  • boiler activate service must have a value if boiler activate entity is set
  • removed the requirement of stages from heating when adjustement is on/off
  • when boiler_present = false or heating_present= false all the other settings are optional
  • if scheduler active = true is not present it will be set to true

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • balk
  • Registratie: Januari 2000
  • Laatst online: 23:27
KC27 schreef op vrijdag 10 april 2026 @ 23:11:
Vanavond zijn nieuwe versies gepubliceerd:
- productieversie2026.04.0
- testversie: 2026.04.0.rc3
Beide versies zijn identiek.
In de changelog van de productieversie staat:
Breaking change
The ML model was extended to allow for windspeed in predictions.
This means you have to retrain your ML models before running a calculation!
Changes
In the back-end we are moving to gui-interface to fill in our settings. This release is the first step in that direction.
The first step is that all our current settings are compared and validated with a model that is build of all possible settings. Until now this model is only tested by a few testers. We are very greatfull for their test-efforts.
@simnet is the great force and hard worker behind all these changes, all credits to him!
Watch at the logging of the new app and if you find any "irregularities" tell us via tweakers or Github.
After installation there are a few new files in the app which are possibly interesting to read:
  • DEVELOPER_GUIDE.md (in dao/prof/config) for developersand collaborators who want make new settings.
  • config_schema.json to validate the configurations
  • SETTINGS.md a completely automatic generated summary of all possible settings
Most important **changes** in the config/options.json:
  • all booleans are now noted as true or false: no "True" or "False" anymore.
  • changed entity_avg_temp to entity_avg_outside_temp (reported by @f.welvering)
  • removed "show_graph" from settings
  • implemented windvelocity as feature variable for solar prediction
  • (re)moved deprecated "entity stop victron" in favor of "entity stop inverter"<br>
Other changes:
  • The handling of the run-requests of the run-menu is changed: no time limit (120 sec) but feedback
  • The suppliers if the mip-binaries have updated their product. DAO now uses the updates binaries. For users who
  • cannot use this binaries we introduced the possibility to compile and use your own mip-binaries (see wiki: https://github.com/cornee...ecompileerde-mip-binaries)
  • Belgian users can now use a nearby Dutch weather station for the solar (or wind) ml-prediction
Fixes
  • Fix limitation of pv_dc-production when chargelimit =0 (reported by @thesaxofonist)
  • Replaced NaN in battery overview with blancs (reported by @rescla)
  • defaults for battery low- (20%) and upper-limit (100%)
  • default for ev "entity stop charging" (none)
  • boiler activate service must have a value if boiler activate entity is set
  • removed the requirement of stages from heating when adjustement is on/off
  • when boiler_present = false or heating_present= false all the other settings are optional
  • if scheduler active = true is not present it will be set to true
Domweg het model opnieuw trainen werkte niet, na installeren. Deze foutmelding, na ophalen meteo en prijzen en training van het model.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2026-04-11 00:00:01 fout: Er is een fout opgetreden, zie de fout-tracering
Traceback (most recent call last):
  File "/root/dao/prog/da_base.py", line 694, in run_task_function
    getattr(self, run_task["function"])()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/root/dao/prog/da_base.py", line 546, in calc_optimum
    dacalc.calc_optimum()
    ~~~~~~~~~~~~~~~~~~~^^
  File "/root/dao/prog/day_ahead.py", line 288, in calc_optimum
    solar_prog = self.calc_solar_predictions(
        self.solar[s], start_interval_dt, end, self.interval
    )
  File "/root/dao/prog/da_base.py", line 587, in calc_solar_predictions
    solar_prog = solar_predictor.predict_solar_device(
        solar_option, vanaf, tot
    )
  File "/root/dao/prog/solar_predictor.py", line 1024, in predict_solar_device
    prediction = self.predict(weather_data)
  File "/root/dao/prog/solar_predictor.py", line 702, in predict
    prediction = self.model.predict(featured_df)
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 751, in inner_f
    return func(**kwargs)
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/sklearn.py", line 1446, in predict
    predts = self.get_booster().inplace_predict(
        data=X,
    ...<4 lines>...
        validate_features=validate_features,
    )
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 751, in inner_f
    return func(**kwargs)
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 2854, in inplace_predict
    self._validate_features(fns)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 3429, in _validate_features
    raise ValueError(msg.format(self.feature_names, feature_names))
ValueError: feature_names mismatch: ['temperature', 'irradiance', 'day_of_week', 'hour', 'quarter', 'month', 'season', 'week_nr'] ['temperature', 'irradiance', 'windvelocity', 'day_of_week', 'hour', 'quarter', 'month', 'season', 'week_nr']
training data did not have the following fields: windvelocity
feature_names mismatch: ['temperature', 'irradiance', 'day_of_week', 'hour', 'quarter', 'month', 'season', 'week_nr'] ['temperature', 'irradiance', 'windvelocity', 'day_of_week', 'hour', 'quarter', 'month', 'season', 'week_nr']
training data did not have the following fields: windvelocity
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
{
  "config_version": 0,
  "homeassistant": {
    "ip_address": "192.168.1.7",
    "ip_port": 8123,
    "hasstoken": "!secret ha_api_token",
    "protocol_api": "http"
  },
  "database_ha": {
    "engine": "postgresql",
    "server": "192.168.1.111",
    "port": 5432,
    "database": "homeassistant3",
    "username": "postgres",
    "password": "!secret db_ha_password"
  },
  "database_da": {
    "engine": "sqlite",
    "db_path": "../data",
    "database": "day_ahead.db"
  },
  "meteoserver_key": "!secret meteoserver-key",
  "meteoserver_model": "harmonie",
  "meteoserver_attemps": 2,
  "prices": {
    "source_day_ahead": "nordpool",
    "entsoe_api_key": "!secret entsoe-api-key",
    "energy_taxes_consumption": {
      "2022-01-01": 0.06729,
      "2023-01-01": 0.12599,
      "2024-01-01": 0.1088,
      "2025-01-01": 0.12286,
      "2025-09-01": 0.10154,
      "2026-01-01": 0.09157
    },
    "energy_taxes_production": {
      "2022-01-01": 0.06729,
      "2023-01-01": 0.12599,
      "2024-01-01": 0.1088,
      "2025-01-01": 0.12286,
      "2025-09-01": 0.10154,
      "2026-01-01": 0.09157
    },
    "cost_supplier_consumption": {
      "2022-01-01": 0.002,
      "2023-03-01": 0.018,
      "2024-04-01": 0.0175,
      "2024-08-01": 0.020496,
      "2025-01-01": 0.0182,
      "2025-09-01": 0.020496,
      "2026-01-01": 0.020496
    },
    "cost_supplier_production": {
      "2022-01-01": 0.002,
      "2023-03-01": 0.018,
      "2024-04-01": 0.0175,
      "2024-08-01": 0.020496,
      "2025-01-01": 0.0182,
      "2025-09-01": 0.020496,
      "2026-01-01": -0.020496
    },
    "vat_consumption": {
      "2022-01-01": 21.0,
      "2022-07-01": 9.0,
      "2023-01-01": 21.0,
      "2026-01-01": 21.0
    },
    "vat_production": {
      "2022-01-01": 21.0,
      "2022-07-01": 9.0,
      "2023-01-01": 21.0,
      "2026-01-01": 21.0
    },
    "last_invoice": "2027-01-01",
    "tax_refund": true,
    "regular high": 0.5,
    "regular low": 0.4,
    "switch to low": 23
  },
  "logging_level": "info",
  "use_calc_baseload": false,
  "baseload_calc_periode": 42,
  "baseload": [
    0.15,
    0.15,
    0.15,
    0.15,
    0.15,
    0.15,
    0.15,
    0.25,
    0.3,
    0.5,
    0.5,
    0.5,
    0.5,
    0.5,
    0.5,
    0.5,
    0.5,
    0.5,
    0.8,
    0.8,
    0.5,
    0.2,
    0.2,
    0.15
  ],
  "graphical_backend": "",
  "graphics": {
    "style": "Solarize_Light2",
    "battery_balance": true,
    "prices_consumption": true,
    "prices_production": true,
    "prices_spot": true,
    "average_consumption": true,
    "show": "true"
  },
  "interval": "15min",
  "strategy": "input_select.dao_strategy",
  "max_gap": 0.005,
  "notifications": {
    "notification_entity": "input_text.notification_dao",
    "opstarten": true,
    "berekening": true,
    "last_activity_entity": "input_datetime.dao_last_activity"
  },
  "grid": {
    "max_power": 17.0
  },
  "history": {
    "save_days": 7
  },
  "dashboard": {
    "port": 5000
  },
  "battery": [
    {
      "name": "Sessys",
      "entity_actual_level": "sensor.sessy_all_state_of_charge",
      "capacity": 10.0,
      "upper_limit": 100,
      "lower_limit": 10,
      "optimal_lower_level": 40,
      "penalty_low_soc": 0.0025,
      "entity_min_soc_end_opt": "input_number.dao_entity_min_soc_end_opt",
      "entity_max_soc_end_opt": "input_number.dao_entity_max_soc_end_opt",
      "charge_stages": [
        {
          "power": 0.0,
          "efficiency": 1.0
        },
        {
          "power": 120.0,
          "efficiency": 0.7
        },
        {
          "power": 220.0,
          "efficiency": 0.758
        },
        {
          "power": 440.0,
          "efficiency": 0.85
        },
        {
          "power": 660.0,
          "efficiency": 0.892
        },
        {
          "power": 880.0,
          "efficiency": 0.912
        },
        {
          "power": 1320.0,
          "efficiency": 0.933
        },
        {
          "power": 1760.0,
          "efficiency": 0.942
        },
        {
          "power": 2200.0,
          "efficiency": 0.946
        },
        {
          "power": 2640.0,
          "efficiency": 0.942
        },
        {
          "power": 3080.0,
          "efficiency": 0.938
        },
        {
          "power": 3520.0,
          "efficiency": 0.929
        },
        {
          "power": 3960.0,
          "efficiency": 0.921
        },
        {
          "power": 4400.0,
          "efficiency": 0.908
        }
      ],
      "discharge_stages": [
        {
          "power": 0.0,
          "efficiency": 1.0
        },
        {
          "power": 120.0,
          "efficiency": 0.7
        },
        {
          "power": 170.0,
          "efficiency": 0.735
        },
        {
          "power": 340.0,
          "efficiency": 0.829
        },
        {
          "power": 510.0,
          "efficiency": 0.882
        },
        {
          "power": 680.0,
          "efficiency": 0.921
        },
        {
          "power": 1020.0,
          "efficiency": 0.943
        },
        {
          "power": 1360.0,
          "efficiency": 0.957
        },
        {
          "power": 1700.0,
          "efficiency": 0.957
        },
        {
          "power": 2040.0,
          "efficiency": 0.953
        },
        {
          "power": 2380.0,
          "efficiency": 0.943
        },
        {
          "power": 2720.0,
          "efficiency": 0.936
        },
        {
          "power": 3060.0,
          "efficiency": 0.929
        },
        {
          "power": 3400.0,
          "efficiency": 0.925
        }
      ],
      "reduced_hours": {
        "0": 1000,
        "1": 1000,
        "2": 1000,
        "3": 1000,
        "4": 1000,
        "5": 1000,
        "6": 1000,
        "20": 1000,
        "21": 1000,
        "22": 1000,
        "23": 1000
      },
      "reduce_power_low_soc": [],
      "reduce_power_high_soc": [],
      "minimum_power": 200,
      "dc_to_bat_efficiency": 1.0,
      "dc_to_bat_max_power": 2200,
      "bat_to_dc_efficiency": 1.0,
      "bat_to_dc_max_power": 1700,
      "cycle_cost": 0.01,
      "entity_set_power_feedin": "input_number.sessy_charge_setpoint_from_dao",
      "entity_set_operating_mode_on": "Aan",
      "entity_set_operating_mode_off": "Uit",
      "entity_balance_switch": "input_boolean.sessy_dao_controlled_nom_aan",
      "entity_from_battery": "input_number.sessy_calculated_power_next_hour",
      "entity_calculated_soc": "input_number.sessy_calculated_soc_from_dao",
      "solar": []
    }
  ],
  "solar": [
    {
      "name": "Solaredge",
      "tilt": 10.0,
      "orientation": 146.0,
      "capacity": 2.43,
      "yield_factor": 0.005283448,
      "strings": [],
      "ml_prediction": true,
      "entities_sensors": [
        "sensor.solaredge_modbus_ac_energy_kwh"
      ],
      "max_power": 3.0
    }
  ],
  "electric_vehicle": [],
  "machines": [
    {
      "name": "Wasmachine",
      "programs": [
        {
          "name": "Uit",
          "power": []
        },
        {
          "name": "60graden",
          "power": [
            560.0,
            2100.0,
            2100.0,
            1600.0,
            100.0,
            100.0,
            100.0,
            100.0,
            130.0,
            240.0
          ]
        },
        {
          "name": "mix30",
          "power": [
            800.0,
            260.0,
            60.0,
            115.0
          ]
        }
      ],
      "entity_start_window": "input_datetime.dao_wasmachine_start_window",
      "entity_end_window": "input_datetime.dao_wasmachine_end_window",
      "entity_selected_program": "input_select.dao_wasmachine_programma",
      "entity_calculated_start": "input_datetime.dao_wasmachine_calculated_start",
      "entity_calculated_end": "input_datetime.dao_wasmachine_calculated_end",
      "entity_instant_start": "input_boolean.dao_wasmachine_instant_start"
    },
    {
      "name": "Vaatwasser",
      "programs": [
        {
          "name": "Uit",
          "power": []
        },
        {
          "name": "ECO",
          "power": [
            38.0,
            2038.0,
            1279.0,
            28.0,
            30.0,
            30.0,
            1222.0,
            818.0
          ]
        }
      ],
      "entity_start_window": "input_datetime.dao_vaatwasser_start_window",
      "entity_end_window": "input_datetime.dao_vaatwasser_end_window",
      "entity_selected_program": "input_select.dao_vaatwasser_programma",
      "entity_calculated_start": "input_datetime.dao_vaatwasser_calculated_start",
      "entity_calculated_end": "input_datetime.dao_vaatwasser_calculated_end",
      "entity_instant_start": "input_boolean.dao_vaatwasser_instant_start"
    }
  ],
  "boiler": {
    "boiler_present": false
  },
  "xgboost": {
    "tune_hyperparameters": true
  },
  "report": {
    "entities_grid_consumption": [
      "sensor.dsmr_reading_electricity_delivered_1",
      "sensor.dsmr_reading_electricity_delivered_2"
    ],
    "entities_grid_production": [
      "sensor.dsmr_reading_electricity_returned_1",
      "sensor.dsmr_reading_electricity_returned_2"
    ],
    "entities_solar_production_ac": [
      "sensor.solaredge_modbus_ac_energy_kwh"
    ],
    "entities_solar_production_dc": [],
    "entities_ev_consumption": [],
    "entities_wp_consumption": [],
    "entities_boiler_consumption": [],
    "entities_battery_consumption": [
      "sensor.sessy_links_charged_energy",
      "sensor.sessy_rechts_charged_energy"
    ],
    "entities_battery_production": [
      "sensor.sessy_links_discharged_energy",
      "sensor.sessy_rechts_discharged_energy"
    ],
    "entities_machine_consumption": [],
    "entity co2-intensity": [
      "sensor.electricity_maps_co2_intensity"
    ]
  },
  "scheduler": {
    "active": true,
    "schedule": [
      {
        "time": "1037",
        "action": "get_meteo_data"
      },
      {
        "time": "1250",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1350",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1450",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1550",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1634",
        "action": "get_meteo_data"
      },
      {
        "time": "1650",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "2222",
        "action": "get_meteo_data"
      },
      {
        "time": "2359",
        "action": "clean_data"
      },
      {
        "time": "0437",
        "action": "get_meteo_data"
      },
      {
        "time": "xx00",
        "action": "calc_optimum"
      },
      {
        "time": "xx15",
        "action": "calc_optimum"
      },
      {
        "time": "xx30",
        "action": "calc_optimum"
      },
      {
        "time": "xx45",
        "action": "calc_optimum"
      },
      {
        "time": "2144",
        "action": "train_ml_predictions"
      }
    ]
  },
  "heater": {
    "heater present": "False"
  }
}

  • mgroen81
  • Registratie: September 2010
  • Laatst online: 08-05 10:28
Productie versie geinstalleerd. Ik gebruik nog geen ML.
App startte niet. Kreeg de volgende melding:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[00:46:23] INFO: => directory dao_data exist
[00:46:23] INFO: => /root/dao/data doesn't exist, made
[00:46:23] INFO: => /root/dao/webserver/app/static/data exist
2026-04-11 00:46:33 INFO: Configuration needs migration from unversioned to v0
2026-04-11 00:46:33 INFO: Saved backup configuration to ../data/options_unversioned.json
2026-04-11 00:46:33 INFO: Migrating unversioned configuration to v0
2026-04-11 00:46:33 INFO: Added config_version=0 to unversioned configuration
2026-04-11 00:46:33 INFO: Migrated scheduler: active=True, 15 schedule entries
2026-04-11 00:46:33 INFO: Coerced boiler.boiler present from 'True' to boolean
2026-04-11 00:46:33 INFO: Coerced heating.heater present from 'False' to boolean
2026-04-11 00:46:33 INFO: Configuration at version 0
Error loading configuration: 1 validation error for ConfigurationV0
solar.1.entity pv switch
  Value error, Invalid Home Assistant entity ID: ''. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
Opgelost door: ("entity pv switch": "", ) te verwijderen uit de config.

[ Voor 3% gewijzigd door mgroen81 op 11-04-2026 01:19 ]

Mitsubishi PUHZ-W50VHA + EHPT20X-VM2C / 30x JASolar 265Wp oost/west + SolarEdge 7K


  • martijnr17
  • Registratie: November 2000
  • Laatst online: 22:39
Het lijkt mij een zeer mooi product echter is het mij nog niet gelukt het geheel goed draaiende te krijgen. Vandaag dacht ik even opnieuw te beginnen met een basis config en vanuit hier opbouwen. Echter krijg ik nu niet eens de nordpool data binnen. Doe ik iets verkeerd?
Wil nu gewoon beginnen met Solar, dan batterij toe gaan voegen en later boiler en warmtepomp.
code:
1
2
3
4
5
6
2026-04-11 08:18:40 INFO: Loaded 6 secrets from ../data/secrets.json
2026-04-11 08:18:40 INFO: Validating configuration with ConfigurationV0
2026-04-11 08:18:40 info: Day Ahead Optimalisering versie: 2026.04.0
2026-04-11 08:18:40 info: Day Ahead Optimalisering gestart op: 11-04-2026 08:18:40
2026-04-11 08:18:40 info: Day Ahead Optimalisatie gestart: 11-04-2026 08:18:40 taak: get_day_ahead_prices
2026-04-11 08:18:40 fout: Geen data van Nordpool: tussen 2026-04-11 00:00:00+02:00 en 2026-04-12 00:00:00+02:00
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
{
  "config_version": 0,
  "homeassistant": {
    "ip_address": "supervisor",
    "protocol_api": "http"
  },
  "database_ha": {
    "engine": "sqlite",
    "db_path": "/homeassistant",
    "database": "home-assistant_v2.db"
  },
  "database_da": {
    "engine": "sqlite",
    "db_path": "../data",
    "database": "day_ahead.db"
  },
  "meteoserver_key": "!secret meteoserver-key",
  "meteoserver_model": "harmonie",
  "meteoserver_attemps": 2,
  "prices": {
    "source_day_ahead": "nordpool",
    "energy_taxes_consumption": {
      "2022-01-01": 0.06729,
      "2023-01-01": 0.12599,
      "2024-01-01": 0.1088,
      "2025-01-01": 0.10154
    },
    "energy_taxes_production": {
      "2022-01-01": 0.06729,
      "2023-01-01": 0.12599,
      "2024-01-01": 0.1088,
      "2025-01-01": 0.10154
    },
    "cost_supplier_consumption": {
      "2022-01-01": 0.002,
      "2023-03-01": 0.018,
      "2024-04-01": 0.0175,
      "2024-08-01": 0.020496
    },
    "cost_supplier_production": {
      "2022-01-01": 0.002,
      "2023-03-01": 0.018,
      "2024-04-01": 0.0175,
      "2024-08-01": 0.020496,
      "2026-01-01": 0.0
    },
    "vat_consumption": {
      "2022-01-01": 21.0,
      "2022-07-01": 9.0,
      "2023-01-01": 21.0
    },
    "vat_production": {
      "2022-01-01": 21.0,
      "2022-07-01": 9.0,
      "2023-01-01": 21.0
    },
    "last_invoice": "2025-09-01",
    "tax_refund": true,
    "regular high": 0.5,
    "regular low": 0.4,
    "switch to low": 23
  },
  "logging_level": "info",
  "use_calc_baseload": false,
  "baseload_calc_periode": 56,
  "baseload": [
    0.44,
    0.68,
    0.56,
    0.42,
    0.55,
    0.62,
    0.43,
    0.55,
    0.43,
    0.56,
    0.41,
    0.62,
    0.31,
    0.43,
    0.46,
    0.51,
    0.61,
    0.54,
    0.56,
    0.66,
    0.42,
    0.59,
    0.48,
    0.56
  ],
  "graphical_backend": "",
  "graphics": {
    "style": "Solarize_Light2",
    "battery_balance": true,
    "prices_consumption": true,
    "prices_production": false,
    "prices_spot": true,
    "average_consumption": true,
    "show": "true"
  },
  "interval": "1hour",
  "strategy": "minimize cost",
  "max_gap": 0.005,
  "notifications": {
    "opstarten": false,
    "berekening": false
  },
  "grid": {
    "max_power": 17.0
  },
  "history": {
    "save_days": 7
  },
  "dashboard": {
    "port": 5000
  },
  "battery": [],
  "solar": [
    {
      "name": "Aanbouw",
      "tilt": 8,
      "orientation": 140,
      "capacity": 3.5,
      "yield": 0.007,
      "entity pv switch": "input_boolean.pv_woning_aan_uit"
    }
  ],
  "electric_vehicle": [],
  "machines": [],
  "boiler": {
    "boiler_present": false,
    "entity actual temp.": "sensor.boiler_gemeten",
    "entity setpoint": "sensor.boiler_ingesteld",
    "entity hysterese": "sensor.hysterese_hot_water",
    "cop": 2.9,
    "cooling rate": 0.4,
    "volume": 180,
    "heating allowed below": 44,
    "elec. power": 1500,
    "activate service": "press",
    "activate entity": "input_button.hw_trigger"
  },
  "heating": {
    "heater_present": false,
    "degree days factor": 3.6,
    "stages": [
      {
        "max_power": 225,
        "cop": 7.1
      },
      {
        "max_power": 300,
        "cop": 7.0
      },
      {
        "max_power": 400,
        "cop": 6.5
      },
      {
        "max_power": 500,
        "cop": 6.0
      },
      {
        "max_power": 600,
        "cop": 5.5
      },
      {
        "max_power": 750,
        "cop": 5.0
      },
      {
        "max_power": 1000,
        "cop": 4.5
      },
      {
        "max_power": 1250,
        "cop": 4.0
      }
    ],
    "entity adjust heating curve": "input_number.stooklijn_verschuiving_day_ahead",
    "adjustment factor": 0.04
  },
  "tibber": {
    "api_token": "!secret tibber_api_token",
    "api_url": "https://api.tibber.com/v1-beta/gql"
  },
  "xgboost": {
    "tune_hyperparameters": true
  },
  "report": {
    "entities_grid_consumption": [
      "sensor.grid_consumption_low",
      "sensor.grid_consumption_high"
    ],
    "entities_grid_production": [
      "sensor.grid_production_low",
      "sensor.grid_production_high"
    ],
    "entities_solar_production_ac": [
      "sensor.solaredge_woning_ac_energy_kwh"
    ],
    "entities_solar_production_dc": [],
    "entities_ev_consumption": [
      "sensor.laadpunt_total_energy"
    ],
    "entities_wp_consumption": [],
    "entities_boiler_consumption": [],
    "entities_battery_consumption": [
      "sensor.ess_grid_consumption"
    ],
    "entities_battery_production": [
      "sensor.ess_grid_production"
    ],
    "entities_machine_consumption": []
  },
  "scheduler": {
    "active": false,
    "schedule": [
      {
        "time": "0430",
        "action": "get_meteo_data"
      },
      {
        "time": "1030",
        "action": "get_meteo_data"
      },
      {
        "time": "1630",
        "action": "get_meteo_data"
      },
      {
        "time": "2230",
        "action": "get_meteo_data"
      },
      {
        "time": "1255",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1355",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1455",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1554",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1655",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "xx00",
        "action": "calc_optimum"
      },
      {
        "time": "2359",
        "action": "clean_data"
      }
    ]
  }
}

  • rescla
  • Registratie: November 2012
  • Laatst online: 23:31
martijnr17 schreef op zaterdag 11 april 2026 @ 08:19:
Het lijkt mij een zeer mooi product echter is het mij nog niet gelukt het geheel goed draaiende te krijgen. Vandaag dacht ik even opnieuw te beginnen met een basis config en vanuit hier opbouwen. Echter krijg ik nu niet eens de nordpool data binnen. Doe ik iets verkeerd?
Wil nu gewoon beginnen met Solar, dan batterij toe gaan voegen en later boiler en warmtepomp.
code:
1
2
3
4
5
6
2026-04-11 08:18:40 INFO: Loaded 6 secrets from ../data/secrets.json
2026-04-11 08:18:40 INFO: Validating configuration with ConfigurationV0
2026-04-11 08:18:40 info: Day Ahead Optimalisering versie: 2026.04.0
2026-04-11 08:18:40 info: Day Ahead Optimalisering gestart op: 11-04-2026 08:18:40
2026-04-11 08:18:40 info: Day Ahead Optimalisatie gestart: 11-04-2026 08:18:40 taak: get_day_ahead_prices
2026-04-11 08:18:40 fout: Geen data van Nordpool: tussen 2026-04-11 00:00:00+02:00 en 2026-04-12 00:00:00+02:00
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
{
  "config_version": 0,
  "homeassistant": {
    "ip_address": "supervisor",
    "protocol_api": "http"
  },
  "database_ha": {
    "engine": "sqlite",
    "db_path": "/homeassistant",
    "database": "home-assistant_v2.db"
  },
  "database_da": {
    "engine": "sqlite",
    "db_path": "../data",
    "database": "day_ahead.db"
  },
  "meteoserver_key": "!secret meteoserver-key",
  "meteoserver_model": "harmonie",
  "meteoserver_attemps": 2,
  "prices": {
    "source_day_ahead": "nordpool",
    "energy_taxes_consumption": {
      "2022-01-01": 0.06729,
      "2023-01-01": 0.12599,
      "2024-01-01": 0.1088,
      "2025-01-01": 0.10154
    },
    "energy_taxes_production": {
      "2022-01-01": 0.06729,
      "2023-01-01": 0.12599,
      "2024-01-01": 0.1088,
      "2025-01-01": 0.10154
    },
    "cost_supplier_consumption": {
      "2022-01-01": 0.002,
      "2023-03-01": 0.018,
      "2024-04-01": 0.0175,
      "2024-08-01": 0.020496
    },
    "cost_supplier_production": {
      "2022-01-01": 0.002,
      "2023-03-01": 0.018,
      "2024-04-01": 0.0175,
      "2024-08-01": 0.020496,
      "2026-01-01": 0.0
    },
    "vat_consumption": {
      "2022-01-01": 21.0,
      "2022-07-01": 9.0,
      "2023-01-01": 21.0
    },
    "vat_production": {
      "2022-01-01": 21.0,
      "2022-07-01": 9.0,
      "2023-01-01": 21.0
    },
    "last_invoice": "2025-09-01",
    "tax_refund": true,
    "regular high": 0.5,
    "regular low": 0.4,
    "switch to low": 23
  },
  "logging_level": "info",
  "use_calc_baseload": false,
  "baseload_calc_periode": 56,
  "baseload": [
    0.44,
    0.68,
    0.56,
    0.42,
    0.55,
    0.62,
    0.43,
    0.55,
    0.43,
    0.56,
    0.41,
    0.62,
    0.31,
    0.43,
    0.46,
    0.51,
    0.61,
    0.54,
    0.56,
    0.66,
    0.42,
    0.59,
    0.48,
    0.56
  ],
  "graphical_backend": "",
  "graphics": {
    "style": "Solarize_Light2",
    "battery_balance": true,
    "prices_consumption": true,
    "prices_production": false,
    "prices_spot": true,
    "average_consumption": true,
    "show": "true"
  },
  "interval": "1hour",
  "strategy": "minimize cost",
  "max_gap": 0.005,
  "notifications": {
    "opstarten": false,
    "berekening": false
  },
  "grid": {
    "max_power": 17.0
  },
  "history": {
    "save_days": 7
  },
  "dashboard": {
    "port": 5000
  },
  "battery": [],
  "solar": [
    {
      "name": "Aanbouw",
      "tilt": 8,
      "orientation": 140,
      "capacity": 3.5,
      "yield": 0.007,
      "entity pv switch": "input_boolean.pv_woning_aan_uit"
    }
  ],
  "electric_vehicle": [],
  "machines": [],
  "boiler": {
    "boiler_present": false,
    "entity actual temp.": "sensor.boiler_gemeten",
    "entity setpoint": "sensor.boiler_ingesteld",
    "entity hysterese": "sensor.hysterese_hot_water",
    "cop": 2.9,
    "cooling rate": 0.4,
    "volume": 180,
    "heating allowed below": 44,
    "elec. power": 1500,
    "activate service": "press",
    "activate entity": "input_button.hw_trigger"
  },
  "heating": {
    "heater_present": false,
    "degree days factor": 3.6,
    "stages": [
      {
        "max_power": 225,
        "cop": 7.1
      },
      {
        "max_power": 300,
        "cop": 7.0
      },
      {
        "max_power": 400,
        "cop": 6.5
      },
      {
        "max_power": 500,
        "cop": 6.0
      },
      {
        "max_power": 600,
        "cop": 5.5
      },
      {
        "max_power": 750,
        "cop": 5.0
      },
      {
        "max_power": 1000,
        "cop": 4.5
      },
      {
        "max_power": 1250,
        "cop": 4.0
      }
    ],
    "entity adjust heating curve": "input_number.stooklijn_verschuiving_day_ahead",
    "adjustment factor": 0.04
  },
  "tibber": {
    "api_token": "!secret tibber_api_token",
    "api_url": "https://api.tibber.com/v1-beta/gql"
  },
  "xgboost": {
    "tune_hyperparameters": true
  },
  "report": {
    "entities_grid_consumption": [
      "sensor.grid_consumption_low",
      "sensor.grid_consumption_high"
    ],
    "entities_grid_production": [
      "sensor.grid_production_low",
      "sensor.grid_production_high"
    ],
    "entities_solar_production_ac": [
      "sensor.solaredge_woning_ac_energy_kwh"
    ],
    "entities_solar_production_dc": [],
    "entities_ev_consumption": [
      "sensor.laadpunt_total_energy"
    ],
    "entities_wp_consumption": [],
    "entities_boiler_consumption": [],
    "entities_battery_consumption": [
      "sensor.ess_grid_consumption"
    ],
    "entities_battery_production": [
      "sensor.ess_grid_production"
    ],
    "entities_machine_consumption": []
  },
  "scheduler": {
    "active": false,
    "schedule": [
      {
        "time": "0430",
        "action": "get_meteo_data"
      },
      {
        "time": "1030",
        "action": "get_meteo_data"
      },
      {
        "time": "1630",
        "action": "get_meteo_data"
      },
      {
        "time": "2230",
        "action": "get_meteo_data"
      },
      {
        "time": "1255",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1355",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1455",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1554",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1655",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "xx00",
        "action": "calc_optimum"
      },
      {
        "time": "2359",
        "action": "clean_data"
      }
    ]
  }
}
Bij noordpool wordt altijd 1 dag op gehaald, dat is standaard de volgende dag. En daar is nog geen data voor. Dus je moet eerst met de hand de datum invullen van vandaag en dan op het checkboxje klikken, dan zou het moeten werken. Entsoe kan wel meerdere dagen geven, maar daar heb je een API key voor nodig en die API is wat instabieler.

  • rescla
  • Registratie: November 2012
  • Laatst online: 23:31
balk schreef op zaterdag 11 april 2026 @ 00:11:
[...]

Domweg het model opnieuw trainen werkte niet, na installeren. Deze foutmelding, na ophalen meteo en prijzen en training van het model.

[...]


[...]
Die fout die je post is de logging van de run, niet van de ml training. Denk ik iig. Ik zag bij het testen iets vergelijkbaars. Je kan even kijken of hij in achtergrond toch de ml training heeft afgerond. Of nog even proberen om op het run scherm alleen de ml training te doen en dan te wachten. Kan wel even duren tot je wat feedback krijgt.

[ Voor 4% gewijzigd door rescla op 11-04-2026 08:32 ]


  • martijnr17
  • Registratie: November 2000
  • Laatst online: 22:39
rescla schreef op zaterdag 11 april 2026 @ 08:28:
[...]

Bij noordpool wordt altijd 1 dag op gehaald, dat is standaard de volgende dag. En daar is nog geen data voor. Dus je moet eerst met de hand de datum invullen van vandaag en dan op het checkboxje klikken, dan zou het moeten werken. Entsoe kan wel meerdere dagen geven, maar daar heb je een API key voor nodig en die API is wat instabieler.
Correctie krijg alle data behalve van de 11e binnen.Onderstaande als ik de 10e kies dat gaat goed, de 9e lukt ook, maar de 11e vandaag dus komt er niets binnen.
Nog een update en nu komt ineens de 11e ook. Dus opgelost!
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
2026-04-11 08:50:36 INFO: Loaded 6 secrets from ../data/secrets.json
2026-04-11 08:50:36 INFO: Validating configuration with ConfigurationV0
2026-04-11 08:50:36 info: Day Ahead Optimalisering versie: 2026.04.0
2026-04-11 08:50:36 info: Day Ahead Optimalisering gestart op: 11-04-2026 08:50:36
2026-04-11 08:50:36 info: Day Ahead Optimalisatie gestart: 11-04-2026 08:50:36 taak: get_day_ahead_prices
2026-04-11 08:50:36 info: Day ahead prijzen van Nordpool:
 [ { 'end': datetime.datetime(2026, 4, 9, 23, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 9, 22, 0, tzinfo=tzutc()),
    'value': 76.57},
  { 'end': datetime.datetime(2026, 4, 10, 0, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 9, 23, 0, tzinfo=tzutc()),
    'value': 73.39},
  { 'end': datetime.datetime(2026, 4, 10, 1, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 0, 0, tzinfo=tzutc()),
    'value': 72.72},
  { 'end': datetime.datetime(2026, 4, 10, 2, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 1, 0, tzinfo=tzutc()),
    'value': 72.02},
  { 'end': datetime.datetime(2026, 4, 10, 3, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 2, 0, tzinfo=tzutc()),
    'value': 74.03},
  { 'end': datetime.datetime(2026, 4, 10, 4, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 3, 0, tzinfo=tzutc()),
    'value': 81.72},
  { 'end': datetime.datetime(2026, 4, 10, 5, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 4, 0, tzinfo=tzutc()),
    'value': 105.53},
  { 'end': datetime.datetime(2026, 4, 10, 6, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 5, 0, tzinfo=tzutc()),
    'value': 122.43},
  { 'end': datetime.datetime(2026, 4, 10, 7, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 6, 0, tzinfo=tzutc()),
    'value': 125.09},
  { 'end': datetime.datetime(2026, 4, 10, 8, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 7, 0, tzinfo=tzutc()),
    'value': 130.88},
  { 'end': datetime.datetime(2026, 4, 10, 9, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 8, 0, tzinfo=tzutc()),
    'value': 125.62},
  { 'end': datetime.datetime(2026, 4, 10, 10, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 9, 0, tzinfo=tzutc()),
    'value': 107.2},
  { 'end': datetime.datetime(2026, 4, 10, 11, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 10, 0, tzinfo=tzutc()),
    'value': 103.66},
  { 'end': datetime.datetime(2026, 4, 10, 12, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 11, 0, tzinfo=tzutc()),
    'value': 91.39},
  { 'end': datetime.datetime(2026, 4, 10, 13, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 12, 0, tzinfo=tzutc()),
    'value': 95.43},
  { 'end': datetime.datetime(2026, 4, 10, 14, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 13, 0, tzinfo=tzutc()),
    'value': 84.56},
  { 'end': datetime.datetime(2026, 4, 10, 15, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 14, 0, tzinfo=tzutc()),
    'value': 101.26},
  { 'end': datetime.datetime(2026, 4, 10, 16, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 15, 0, tzinfo=tzutc()),
    'value': 120.72},
  { 'end': datetime.datetime(2026, 4, 10, 17, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 16, 0, tzinfo=tzutc()),
    'value': 150.4},
  { 'end': datetime.datetime(2026, 4, 10, 18, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 17, 0, tzinfo=tzutc()),
    'value': 225.0},
  { 'end': datetime.datetime(2026, 4, 10, 19, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 18, 0, tzinfo=tzutc()),
    'value': 238.14},
  { 'end': datetime.datetime(2026, 4, 10, 20, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 19, 0, tzinfo=tzutc()),
    'value': 170.63},
  { 'end': datetime.datetime(2026, 4, 10, 21, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 20, 0, tzinfo=tzutc()),
    'value': 142.08},
  { 'end': datetime.datetime(2026, 4, 10, 22, 0, tzinfo=tzutc()),
    'start': datetime.datetime(2026, 4, 10, 21, 0, tzinfo=tzutc()),
    'value': 125.72}]

[ Voor 85% gewijzigd door martijnr17 op 11-04-2026 08:52 ]

balk schreef op zaterdag 11 april 2026 @ 00:11:
[...]

Domweg het model opnieuw trainen werkte niet, na installeren. Deze foutmelding, na ophalen meteo en prijzen en training van het model.

[...]


[...]
Dan is er waarschijnlijk iets niet goed gegaan tijdens de ml-training. Kun je hier de logging van die training delen?

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • wmc
  • Registratie: November 2012
  • Laatst online: 20:43

wmc

mgroen81 schreef op zaterdag 11 april 2026 @ 01:04:
Productie versie geinstalleerd. Ik gebruik nog geen ML.
App startte niet. Kreeg de volgende melding:

[...]

Opgelost door: ("entity pv switch": "", ) te verwijderen uit de config.
Hier start hij ook niet, maar gaat het fout op een van de apparaten
code:
1
2
3
4
Error loading configuration: 1 validation error for ConfigurationV0
machines.0.entity calculated end
  Field required [type=missing, input_value={'name': 'Dishwasher', 'p...dao_dishwasher_trigger'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

  • balk
  • Registratie: Januari 2000
  • Laatst online: 23:27
rescla schreef op zaterdag 11 april 2026 @ 08:30:
[...]

Die fout die je post is de logging van de run, niet van de ml training. Denk ik iig. Ik zag bij het testen iets vergelijkbaars. Je kan even kijken of hij in achtergrond toch de ml training heeft afgerond. Of nog even proberen om op het run scherm alleen de ml training te doen en dan te wachten. Kan wel even duren tot je wat feedback krijgt.
De handmatige run eindigde zonder foutmeldingen; er stond iets als "Opdracht 'None' : idle". Ik vermoed dat er een timeout was maar dat die door de nieuwe interface weggepoetst was. Ik draai nu een ML run via een schedule.
+++
en dat werkt wel!

  • balk
  • Registratie: Januari 2000
  • Laatst online: 23:27
KC27 schreef op zaterdag 11 april 2026 @ 08:52:
[...]

Dan is er waarschijnlijk iets niet goed gegaan tijdens de ml-training. Kun je hier de logging van die training delen?
dat is het nadeel van de nieuwe log window; de logging verdwijnt....

  • konehead
  • Registratie: Januari 2005
  • Laatst online: 22:09
wmc schreef op zaterdag 11 april 2026 @ 08:54:
[...]


Hier start hij ook niet, maar gaat het fout op een van de apparaten
code:
1
2
3
4
Error loading configuration: 1 validation error for ConfigurationV0
machines.0.entity calculated end
  Field required [type=missing, input_value={'name': 'Dishwasher', 'p...dao_dishwasher_trigger'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Hier hetzelfde. Start niet meer op. Zit nu even te kijken wat ik moet doen. Als ik de add-on verwijder, ben ik dan ook al mijn data kwijt? Hoe kan ik een versie terug gaan?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[09:23:51] INFO: check_db.py failed, exiting
[09:26:00] INFO: => directory dao_data exist
[09:26:00] INFO: => /root/dao/data doesn't exist, made
[09:26:00] INFO: => /root/dao/webserver/app/static/data exist
2026-04-11 09:26:02 INFO: Configuration needs migration from unversioned to v0
2026-04-11 09:26:02 INFO: Saved backup configuration to ../data/options_unversioned.json
2026-04-11 09:26:02 INFO: Migrating unversioned configuration to v0
2026-04-11 09:26:02 INFO: Added config_version=0 to unversioned configuration
2026-04-11 09:26:02 INFO: Migrated scheduler: active=True, 19 schedule entries
2026-04-11 09:26:02 INFO: Migrated prices.vat: set vat consumption and vat production to {'2024-01-01': 21}
2026-04-11 09:26:02 INFO: Coerced boiler.boiler present from 'False' to boolean
2026-04-11 09:26:02 INFO: Coerced heating.heater present from 'False' to boolean
2026-04-11 09:26:02 INFO: Configuration at version 0
Error loading configuration: 2 validation errors for ConfigurationV0
notifications.notification entity
  Value error, Invalid Home Assistant entity ID: ''. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
battery.0.solar.0.entity pv switch
  Value error, Invalid Home Assistant entity ID: ''. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
[09:26:03] INFO: check_db.py failed, exiting
Opgelost: PV switch en notificatie verwijderd

  • thesaxofonist
  • Registratie: November 2016
  • Laatst online: 21:17
Bij mij draait nu Day Ahead Optimizer version: 2026.04.0.rc3. Updaten ging probleemloos en alles werkt goed. Wel even Home Assistant opnieuw opgestart na het updaten.

  • Lasoul
  • Registratie: November 2001
  • Laatst online: 17:55
Voor de gebruikers waarbij DAO niet meer opstart naar de overstap naar 2026.4.0 die kunnen even kijken of ze in de config-file bij PV de optie "entity pv switch" hebben staan. Bij mij was die niet ingevuld en daar struikelde DAO over waardoor de addon/app niet meer opstarte.

Dit kun je makkelijk zelf oplossen door via Terminal naar de directory "/addon_config/xxxxxx_day_ahead_opt/dao_data" te gaan en daar het bestand options.json aan te passen.

Het zou mooi zijn als DAO in de aankomende releases meer robuust kan worden gemaakt zodat het niet breekt bij zulke kleine (config) issues. Wellicht is het tijd om ook te starten met pytest met testcases zodat releases goed kunnen worden getest. Hier kan AI flink bij helpen voor het genereren. Dan weten we in ieder geval als een bug wordt opgelost dat er een testcase voor is en dat hij in het vervolg wordt getest en niet terugkomt. Dit is niet negatief bedoeld maar om DAO beter te maken! Just-my-2-cents.

  • wmc
  • Registratie: November 2012
  • Laatst online: 20:43

wmc

Lasoul schreef op zaterdag 11 april 2026 @ 11:20:
Voor de gebruikers waarbij DAO niet meer opstart naar de overstap naar 2026.4.0 die kunnen even kijken of ze in de config-file bij PV de optie "entity pv switch" hebben staan. Bij mij was die niet ingevuld en daar struikelde DAO over waardoor de addon/app niet meer opstarte.

Dit kun je makkelijk zelf oplossen door via Terminal naar de directory "/addon_config/xxxxxx_day_ahead_opt/dao_data" te gaan en daar het bestand options.json aan te passen.

Het zou mooi zijn als DAO in de aankomende releases meer robuust kan worden gemaakt zodat het niet breekt bij zulke kleine (config) issues. Wellicht is het tijd om ook te starten met pytest met testcases zodat releases goed kunnen worden getest. Hier kan AI flink bij helpen voor het genereren. Dan weten we in ieder geval als een bug wordt opgelost dat er een testcase voor is en dat hij in het vervolg wordt getest en niet terugkomt. Dit is niet negatief bedoeld maar om DAO beter te maken! Just-my-2-cents.
Zie mijn eerdere post. De solar entity is dus niet de enige instelling die het niet opstarten triggert.

  • wmc
  • Registratie: November 2012
  • Laatst online: 20:43

wmc

konehead schreef op zaterdag 11 april 2026 @ 09:27:
[...]


Hier hetzelfde. Start niet meer op. Zit nu even te kijken wat ik moet doen. Als ik de add-on verwijder, ben ik dan ook al mijn data kwijt? Hoe kan ik een versie terug gaan?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[09:23:51] INFO: check_db.py failed, exiting
[09:26:00] INFO: => directory dao_data exist
[09:26:00] INFO: => /root/dao/data doesn't exist, made
[09:26:00] INFO: => /root/dao/webserver/app/static/data exist
2026-04-11 09:26:02 INFO: Configuration needs migration from unversioned to v0
2026-04-11 09:26:02 INFO: Saved backup configuration to ../data/options_unversioned.json
2026-04-11 09:26:02 INFO: Migrating unversioned configuration to v0
2026-04-11 09:26:02 INFO: Added config_version=0 to unversioned configuration
2026-04-11 09:26:02 INFO: Migrated scheduler: active=True, 19 schedule entries
2026-04-11 09:26:02 INFO: Migrated prices.vat: set vat consumption and vat production to {'2024-01-01': 21}
2026-04-11 09:26:02 INFO: Coerced boiler.boiler present from 'False' to boolean
2026-04-11 09:26:02 INFO: Coerced heating.heater present from 'False' to boolean
2026-04-11 09:26:02 INFO: Configuration at version 0
Error loading configuration: 2 validation errors for ConfigurationV0
notifications.notification entity
  Value error, Invalid Home Assistant entity ID: ''. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
battery.0.solar.0.entity pv switch
  Value error, Invalid Home Assistant entity ID: ''. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
[09:26:03] INFO: check_db.py failed, exiting
Opgelost: PV switch en notificatie verwijderd
Draai je geen backup elke nacht? Ik heb de backup van de app van vanmorgen vroeg teruggezet.

  • konehead
  • Registratie: Januari 2005
  • Laatst online: 22:09
wmc schreef op zaterdag 11 april 2026 @ 12:07:
[...]


Draai je geen backup elke nacht? Ik heb de backup van de app van vanmorgen vroeg teruggezet.
Zeker! Dat was een betere oplossing dan app verwijderen, gelukkig kon ik het aanpassen via de config file.

  • pimNH
  • Registratie: Mei 2011
  • Laatst online: 22:44
Ik heb vandaag sinds ergens in maart DAO weer eens geupdate, maar ik krijg de volgende error op enkele helpers (uit de DAO log):
code:
1
2
3
battery.0.entity set power feedin
  Value error, Invalid Home Assistant entity ID: 'input_number.DAO_Bat_pwr'. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='input_number.DAO_Bat_pwr', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_erro
Ik kon geen breaking changes vinden in de releases, zijn er wat variablen types veranderd?

De gehele log:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[13:49:27] INFO: check_db.py failed, exiting
[14:26:22] INFO: => directory dao_data exist
[14:26:22] INFO: => /root/dao/data doesn't exist, made
[14:26:22] INFO: => /root/dao/webserver/app/static/data exist
2026-04-11 14:26:26 INFO: Configuration needs migration from unversioned to v0
2026-04-11 14:26:26 INFO: Saved backup configuration to ../data/options_unversioned.json
2026-04-11 14:26:26 INFO: Migrating unversioned configuration to v0
2026-04-11 14:26:26 INFO: Added config_version=0 to unversioned configuration
2026-04-11 14:26:26 INFO: Migrated scheduler: active=True, 11 schedule entries
2026-04-11 14:26:26 INFO: Coerced boiler.boiler present from 'False' to boolean
2026-04-11 14:26:26 INFO: Coerced heating.heater present from 'False' to boolean
2026-04-11 14:26:26 INFO: Configuration at version 0
Error loading configuration: 5 validation errors for ConfigurationV0
battery.0.entity set power feedin
  Value error, Invalid Home Assistant entity ID: 'input_number.DAO_Bat_pwr'. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='input_number.DAO_Bat_pwr', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
battery.0.entity set operating mode
  Value error, Invalid Home Assistant entity ID: 'input_select.DAO_Bat_opmode'. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='input_select.DAO_Bat_opmode', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
battery.0.entity balance switch
  Value error, Invalid Home Assistant entity ID: 'input_boolean.DAO_Bat_balance'. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='input_boolean.DAO_Bat_balance', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
battery.0.solar
  Input should be a valid list [type=list_type, input_value='', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/list_type
solar.0.entity pv switch
  Value error, Invalid Home Assistant entity ID: ''. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
[14:26:27] INFO: check_db.py failed, exiting

[ Voor 69% gewijzigd door pimNH op 11-04-2026 14:28 ]


  • hemertje
  • Registratie: Juli 2015
  • Laatst online: 22:36
Vanuit een ander Tweaker draadje leuke feitjes om te weten
Hieronder de historische analyse gebaseerd op de data beschikbaar op jeroen.nl
Analyse dynamische energieprijzen 2019-2025
Belangrijkste conclusies voor batterij-optimalisatie:
  • Goedkoopste uren: 02:00-06:00 (nacht) en 12:00-14:00 (zomer PV-piek)
  • Duurste uren: 17:00-20:00 (avondspits) — altijd terugleveren!
  • Weekend: 15-19% goedkoper — extra laadmomenten
  • Record spread: €0,87 (winter 2024) vs -€0,50 (zomer 2023) = €1,37 verschil
  • Aanbevolen dynamische marge:
    - Zomer: 15-20%
    - Winter: 30-35%
Spread = (max_prijs - min_prijs) / max_prijs × 100%

📊 Tabel 1: Dagelijkse Prijspatronen
UurPrijsniveauActie
00:00-06:00🟢 LaagLaden
06:00-09:00🟡 StijgendStand-by / NOM
09:00-12:00🟡 GemiddeldStand-by / NOM
12:00-14:00🟢 Laag (zon-piek)Laden
14:00-17:00🟡 DalendStand-by
17:00-20:00🔴 Hoog (piek)Max terugleveren
20:00-24:00🟡 DalendNOM / laden
Gemiddelden gebaseerd op 2019-2025 data, inclusief belasting en btw

📊 Tabel 2: Seizoensvariaties (Jaargetijden)
SeizoenGem. PrijsExtremaMarge
Winter (dec-feb)€0,095€0,02 - €0,8730-35%
Lente (mrt-mei)€0,065€0,01 - €0,4520-25%
Zomer (jun-aug)€0,048-€0,50 - €0,2815-20%
Herfst (sep-nov)€0,068€0,00 - €0,5220-25%
📊 Tabel 3: Weekdagen vs Weekend
DagGem. PrijsVerschil
Maandag€0,078+8%
Dinsdag€0,075+4%
Woensdag€0,074+3%
Donderdag€0,076+5%
Vrijdag€0,077+7%
Zaterdag€0,058-15%
Zondag€0,055-19%
📊 Tabel 4: Historische Extrema
RecordPrijsDatum/Tijd
Hoogste ooit€0,87/kWh12 dec 2024, 17-18u
Laagste ooit-€0,50/kWh2 jul 2023, 13-14u
Gemiddelde€0,07/kWh2019-2025 (2191 dagen)
Maximale spread€1,37€0,87 - (-€0,50)

Gasloos 2019 + WP Panasonic H-serie 7kW + 300 liter boilervat + PV 12.415Wp + Home Assistant + Hyundai Ioniq 6 First Edition + Zaptec laadpaal

Er zit een storende fout in versie 2026.04.0 / 2026.04.0.rc3:
Het opstarten van de addon/app stokt op een "fout"in de config (options.json).
Hierdoor kun je in een "deadlock" terechtkomen;
- je kunt het alleen aanpassen via het dashboard als de addon/app draait
- maar de addon/app kan niet draaien als ie niet opstart

Dit is opgelost in de volgende versies, die nu zijn gepubliceerd: 2026.04.1 / 2026.04.1.rc1
Changelog
Fix leaving startup after error in options.json

Nog een kleine toelichting:
Met versie 2026.04.0 is een uitgebreide validatie van de instellingen geïntroduceerd, die soms net wat strenger is dan DAO tot nu toe was (bijv je mag geen lege entity settings meer hebben). Dat heeft te maken met een volgende grote toekomstige verandering. Als die is doorgevoerd kun je alle instellingen maken, wijzigen en verwijderen via een grafische user-interface.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • wmc
  • Registratie: November 2012
  • Laatst online: 20:43

wmc

Zou je die lege entity setting toe kunnen lichten? Voor zover ik kan zien zijn de entities waar hij op crashte gewoon als helper gedefinieerd.

  • timscheffers
  • Registratie: November 2009
  • Laatst online: 21:56
Ik heb zojuist geupdate naar de laatste versie (4.1). Ik krijg echter onderstaande fouten:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
2026-04-11 16:08:52 INFO: Loaded 6 secrets from ../data/secrets.json
2026-04-11 16:08:52 INFO: Validating configuration with ConfigurationV0
2026-04-11 16:08:52 info: Day Ahead Optimalisering versie: 2026.04.1
2026-04-11 16:08:52 info: Day Ahead Optimalisering gestart op: 11-04-2026 16:08:52
2026-04-11 16:08:52 info: Day Ahead Optimalisatie gestart: 11-04-2026 16:08:52 taak: calc_optimum_met_debug
2026-04-11 16:08:52 info: Debug = True
2026-04-11 16:08:52 info: Baseload uit instellingen
2026-04-11 16:08:52 fout: Er is een fout opgetreden, zie de fout-tracering
Traceback (most recent call last):
  File "/root/dao/prog/da_base.py", line 694, in run_task_function
    getattr(self, run_task["function"])()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/root/dao/prog/da_base.py", line 538, in calc_optimum_met_debug
    dacalc.calc_optimum()
    ~~~~~~~~~~~~~~~~~~~^^
  File "/root/dao/prog/day_ahead.py", line 288, in calc_optimum
    solar_prog = self.calc_solar_predictions(
        self.solar[s], start_interval_dt, end, self.interval
    )
  File "/root/dao/prog/da_base.py", line 587, in calc_solar_predictions
    solar_prog = solar_predictor.predict_solar_device(
        solar_option, vanaf, tot
    )
  File "/root/dao/prog/solar_predictor.py", line 1024, in predict_solar_device
    prediction = self.predict(weather_data)
  File "/root/dao/prog/solar_predictor.py", line 702, in predict
    prediction = self.model.predict(featured_df)
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 751, in inner_f
    return func(**kwargs)
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/sklearn.py", line 1446, in predict
    predts = self.get_booster().inplace_predict(
        data=X,
    ...<4 lines>...
        validate_features=validate_features,
    )
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 751, in inner_f
    return func(**kwargs)
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 2854, in inplace_predict
    self._validate_features(fns)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 3429, in _validate_features
    raise ValueError(msg.format(self.feature_names, feature_names))
ValueError: feature_names mismatch: ['temperature', 'irradiance', 'day_of_week', 'hour', 'quarter', 'month', 'season', 'week_nr'] ['temperature', 'irradiance', 'windvelocity', 'day_of_week', 'hour', 'quarter', 'month', 'season', 'week_nr']
training data did not have the following fields: windvelocity
Traceback (most recent call last):
  File "/root/dao/webserver/../prog/day_ahead.py", line 4709, in <module>
    main()
    ~~~~^^
  File "/root/dao/webserver/../prog/day_ahead.py", line 4680, in main
    da_calc.run_task_function("calc_optimum_met_debug")
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/dao/prog/da_base.py", line 694, in run_task_function
    getattr(self, run_task["function"])()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/root/dao/prog/da_base.py", line 538, in calc_optimum_met_debug
    dacalc.calc_optimum()
    ~~~~~~~~~~~~~~~~~~~^^
  File "/root/dao/prog/day_ahead.py", line 288, in calc_optimum
    solar_prog = self.calc_solar_predictions(
        self.solar[s], start_interval_dt, end, self.interval
    )
  File "/root/dao/prog/da_base.py", line 587, in calc_solar_predictions
    solar_prog = solar_predictor.predict_solar_device(
        solar_option, vanaf, tot
    )
  File "/root/dao/prog/solar_predictor.py", line 1024, in predict_solar_device
    prediction = self.predict(weather_data)
  File "/root/dao/prog/solar_predictor.py", line 702, in predict
    prediction = self.model.predict(featured_df)
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 751, in inner_f
    return func(**kwargs)
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/sklearn.py", line 1446, in predict
    predts = self.get_booster().inplace_predict(
        data=X,
    ...<4 lines>...
        validate_features=validate_features,
    )
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 751, in inner_f
    return func(**kwargs)
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 2854, in inplace_predict
    self._validate_features(fns)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "/root/dao/venv/day_ahead/lib/python3.13/site-packages/xgboost/core.py", line 3429, in _validate_features
    raise ValueError(msg.format(self.feature_names, feature_names))
ValueError: feature_names mismatch: ['temperature', 'irradiance', 'day_of_week', 'hour', 'quarter', 'month', 'season', 'week_nr'] ['temperature', 'irradiance', 'windvelocity', 'day_of_week', 'hour', 'quarter', 'month', 'season', 'week_nr']
training data did not have the following fields: windvelocity
Edit: lezen is ook een kunst :) het opnieuw trainen van de ml modellen heeft het opgelost

  • Lasoul
  • Registratie: November 2001
  • Laatst online: 17:55
Is er al iemand die DAO in combinatie gebruikt met een Deye hybride omvormer en dat goed heeft draaien?
Ben opzoek naar de automatiseringen en config.

  • tomvandepoel3
  • Registratie: Januari 2026
  • Laatst online: 19:51
Hier ook 2 probleempjes met de migratie die met een handmatige aanpassing van de config (voorlopig) zijn opgelost

1. De eerder gemelde "lege entity settings". Ik had voor de machines die ik niet laat inplannen maar waarbij ik enkel de "direct start" gebruik geen "entity start window" en "entity end window" gedefinieerd in de config.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
      "name" : "Vaatwasser",
      "programs" : [
        {
          "name": "Uit",
          "power": []
        },
        {
          "name": "Snel",
          "power": [2000, 1800, 1800 ]
        }
      ],
      "entity instant start": "input_boolean.dao_vaatwasser_instant_start",
      "entity selected program" : "input_select.dao_vaatwasser_select_program",
     "entity calculated start" : "input_datetime.dao_vaatwasser_calculated_start",
    "entity calculated end" : "input_datetime.dao_vaatwasser_calculated_end"
    },
Dit resulteert in de volgende errors:
code:
1
2
3
4
5
6
machines.3.entity start window
  Field required [type=missing, input_value={'name': 'Vaatwasser', 'p...twasser_calculated_end'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
machines.3.entity end window
  Field required [type=missing, input_value={'name': 'Vaatwasser', 'p...twasser_calculated_end'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2. Daarnaast liep de migratie ook fout op de configuratie van mijn "yacuzzi" boiler:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
"boiler": {
        "boiler present": "True",
        "entity boiler enabled": "input_boolean.dao_yacuzzi_boiler_enabled",
        "entity actual temp.": "sensor.dao_yacuzzi_boiler_accurate_current_temperature",
        "entity setpoint": "input_number.dao_yacuzzi_boiler_setpoint", 
        "entity hysterese": "input_number.dao_yacuzzi_boiler_hysterese", 
        "cop": 0.8,
        "cooling rate": 0.16, 
        "volume": 1200,
        "heating allowed below": "sensor.dao_yacuzzi_boiler_heating_allowed_below",
        "elec. power": 3000,
    "switch entity": "input_boolean.dao_yacuzzi_boiler_activate_toggle"
  },
Dit resulteert in de volgende error:
code:
1
2
3
boiler.1.heating allowed below
  Input should be a valid number, unable to parse string as a number [type=float_parsing, input_value='sensor.dao_yacuzzi_boiler_heating_allowed_below', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/float_parsing
Als tijdelijke oplossing heb ik zowel deze machines (Vaatwasser, Wasmachine en Wasdroger) alsook de boiler uit de config gehaald en daarna draait DAO weer.

  • pimNH
  • Registratie: Mei 2011
  • Laatst online: 22:44
KC27 schreef op zaterdag 11 april 2026 @ 15:27:
Er zit een storende fout in versie 2026.04.0 / 2026.04.0.rc3:
Bedankt voor de snelle reactie, ik heb de nieuwste versie geinstalleerd maar krijg nog steeds de volgende fout:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[16:13:46] INFO: check_db.py failed, exiting
[16:20:49] INFO: => directory dao_data exist
[16:20:49] INFO: => /root/dao/data doesn't exist, made
[16:20:49] INFO: => /root/dao/webserver/app/static/data exist
2026-04-11 16:20:53 INFO: Configuration needs migration from unversioned to v0
2026-04-11 16:20:53 INFO: Saved backup configuration to ../data/options_unversioned.json
2026-04-11 16:20:53 INFO: Migrating unversioned configuration to v0
2026-04-11 16:20:53 INFO: Added config_version=0 to unversioned configuration
2026-04-11 16:20:53 INFO: Migrated scheduler: active=True, 11 schedule entries
2026-04-11 16:20:53 INFO: Coerced boiler.boiler present from 'False' to boolean
2026-04-11 16:20:53 INFO: Coerced heating.heater present from 'False' to boolean
2026-04-11 16:20:53 INFO: Configuration at version 0
Error loading configuration: 5 validation errors for ConfigurationV0
battery.0.entity set power feedin
  Value error, Invalid Home Assistant entity ID: 'input_number.DAO_Bat_pwr'. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='input_number.DAO_Bat_pwr', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
battery.0.entity set operating mode
  Value error, Invalid Home Assistant entity ID: 'input_select.DAO_Bat_opmode'. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='input_select.DAO_Bat_opmode', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
battery.0.entity balance switch
  Value error, Invalid Home Assistant entity ID: 'input_boolean.DAO_Bat_balance'. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='input_boolean.DAO_Bat_balance', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
battery.0.solar
  Input should be a valid list [type=list_type, input_value='', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/list_type
solar.0.entity pv switch
  Value error, Invalid Home Assistant entity ID: ''. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
[16:20:53] INFO: check_db.py failed, exiting
Weet iemand hoe ik bij de config kan komen buiten DAO om. Ik draai gewoon in homeassistant.

  • Lasoul
  • Registratie: November 2001
  • Laatst online: 17:55
pimNH schreef op zaterdag 11 april 2026 @ 16:24:
[...]


Bedankt voor de snelle reactie, ik heb de nieuwste versie geinstalleerd maar krijg nog steeds de volgende fout:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[16:13:46] INFO: check_db.py failed, exiting
[16:20:49] INFO: => directory dao_data exist
[16:20:49] INFO: => /root/dao/data doesn't exist, made
[16:20:49] INFO: => /root/dao/webserver/app/static/data exist
2026-04-11 16:20:53 INFO: Configuration needs migration from unversioned to v0
2026-04-11 16:20:53 INFO: Saved backup configuration to ../data/options_unversioned.json
2026-04-11 16:20:53 INFO: Migrating unversioned configuration to v0
2026-04-11 16:20:53 INFO: Added config_version=0 to unversioned configuration
2026-04-11 16:20:53 INFO: Migrated scheduler: active=True, 11 schedule entries
2026-04-11 16:20:53 INFO: Coerced boiler.boiler present from 'False' to boolean
2026-04-11 16:20:53 INFO: Coerced heating.heater present from 'False' to boolean
2026-04-11 16:20:53 INFO: Configuration at version 0
Error loading configuration: 5 validation errors for ConfigurationV0
battery.0.entity set power feedin
  Value error, Invalid Home Assistant entity ID: 'input_number.DAO_Bat_pwr'. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='input_number.DAO_Bat_pwr', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
battery.0.entity set operating mode
  Value error, Invalid Home Assistant entity ID: 'input_select.DAO_Bat_opmode'. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='input_select.DAO_Bat_opmode', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
battery.0.entity balance switch
  Value error, Invalid Home Assistant entity ID: 'input_boolean.DAO_Bat_balance'. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='input_boolean.DAO_Bat_balance', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
battery.0.solar
  Input should be a valid list [type=list_type, input_value='', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/list_type
solar.0.entity pv switch
  Value error, Invalid Home Assistant entity ID: ''. Expected format: 'domain.object_id' (e.g. 'sensor.battery_soc'). [type=value_error, input_value='', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/value_error
[16:20:53] INFO: check_db.py failed, exiting
Weet iemand hoe ik bij de config kan komen buiten DAO om. Ik draai gewoon in homeassistant.
Terminal addon/app installeren en dan in de terminal naar de directory "/addon_config/xxxxxx_day_ahead_opt/dao_data" gaan en daar het bestand options.json aanpassen.

  • simnet
  • Registratie: Januari 2020
  • Laatst online: 00:56
HA entities worden gecontroleerd met deze RE: https://github.com/cornee...config/models/base.py#L18

Ik heb nooit rekening gehouden dat iemand hoofdletters zou gebruiken 🙈

  • pimNH
  • Registratie: Mei 2011
  • Laatst online: 22:44
simnet schreef op zaterdag 11 april 2026 @ 17:19:
HA entities worden gecontroleerd met deze RE: https://github.com/cornee...config/models/base.py#L18

Ik heb nooit rekening gehouden dat iemand hoofdletters zou gebruiken 🙈
Haha dan denk ik dat daar mijn probleem zit. Gaat dit aangepast worden in DAO of zal ik de entities hernoemen?

  • simnet
  • Registratie: Januari 2020
  • Laatst online: 00:56
pimNH schreef op zaterdag 11 april 2026 @ 17:35:
[...]


Haha dan denk ik dat daar mijn probleem zit. Gaat dit aangepast worden in DAO of zal ik de entities hernoemen?
Ik geloof dat @KC27 al bezig is.
Er is een nieuwe versie onderweg waarin de hoofdletters in entity-namen worden geaccepteerd:
versie 2026.04.2 / 2026.04.2.rc1
Die zal er over ongeveer 10 minuten zijn.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • pimNH
  • Registratie: Mei 2011
  • Laatst online: 22:44
Bedankt voor de snelle fix, alles werkt weer.
Ik krijg wel de melding: Opdracht 'Optimaliseringsberekening zonder debug' geëindigd met fout
maar ik zie in de logging niks fout gaan en ik krijg ook gewoon een voorspelling:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
2026-04-11 18:43:21 INFO: Loaded 6 secrets from ../data/secrets.json
2026-04-11 18:43:21 INFO: Validating configuration with ConfigurationV0
2026-04-11 18:43:21 info: Day Ahead Optimalisering versie: 2026.04.2
2026-04-11 18:43:21 info: Day Ahead Optimalisering gestart op: 11-04-2026 18:43:21
2026-04-11 18:43:21 info: Day Ahead Optimalisatie gestart: 11-04-2026 18:43:21 taak: calc_optimum
2026-04-11 18:43:21 info: Debug = False
2026-04-11 18:43:21 waarschuwing: "last invoice" (2022-09-01) is verouderd en moet worden bijgewerkt
2026-04-11 18:43:21 info: Baseload uit instellingen
2026-04-11 18:43:22 info: ML prediction achter
                   date_time  prediction
0  2026-04-11 18:00:00+02:00       0.036
1  2026-04-11 19:00:00+02:00       0.032
2  2026-04-11 20:00:00+02:00       0.007
3  2026-04-11 21:00:00+02:00       0.005
4  2026-04-11 22:00:00+02:00       0.005
5  2026-04-11 23:00:00+02:00       0.005
6  2026-04-12 00:00:00+02:00       0.005
7  2026-04-12 01:00:00+02:00       0.005
8  2026-04-12 02:00:00+02:00       0.005
9  2026-04-12 03:00:00+02:00       0.005
10 2026-04-12 04:00:00+02:00       0.005
11 2026-04-12 05:00:00+02:00       0.005
12 2026-04-12 06:00:00+02:00       0.005
13 2026-04-12 07:00:00+02:00       1.336
14 2026-04-12 08:00:00+02:00       2.879
15 2026-04-12 09:00:00+02:00       4.035
16 2026-04-12 10:00:00+02:00       4.658
17 2026-04-12 11:00:00+02:00       4.453
18 2026-04-12 12:00:00+02:00       4.555
19 2026-04-12 13:00:00+02:00       4.150
20 2026-04-12 14:00:00+02:00       3.034
21 2026-04-12 15:00:00+02:00       1.879
22 2026-04-12 16:00:00+02:00       0.982
23 2026-04-12 17:00:00+02:00       0.563
24 2026-04-12 18:00:00+02:00       0.370
25 2026-04-12 19:00:00+02:00       0.250
26 2026-04-12 20:00:00+02:00       0.016
27 2026-04-12 21:00:00+02:00       0.005
28 2026-04-12 22:00:00+02:00       0.005
29 2026-04-12 23:00:00+02:00       0.005
2026-04-11 18:43:22 info: Start waarden: 
      uur                tijd   spot   p_l   p_t  base  pv_ac  pv_dc
0   18:00 2026-04-11 18:00:00  0.070 0.216 0.171 0.300  0.010      0
1   19:00 2026-04-11 19:00:00  0.091 0.241 0.197 0.300  0.032      0
2   20:00 2026-04-11 20:00:00  0.107 0.261 0.216 0.300  0.007      0
3   21:00 2026-04-11 21:00:00  0.103 0.256 0.211 0.300  0.005      0
4   22:00 2026-04-11 22:00:00  0.120 0.276 0.232 0.140  0.005      0
5   23:00 2026-04-11 23:00:00  0.082 0.231 0.186 0.140  0.005      0
6   00:00 2026-04-12 00:00:00  0.068 0.213 0.169 0.140  0.005      0
7   01:00 2026-04-12 01:00:00  0.070 0.216 0.171 0.140  0.005      0
8   02:00 2026-04-12 02:00:00  0.073 0.220 0.175 0.140  0.005      0
9   03:00 2026-04-12 03:00:00  0.077 0.224 0.180 0.140  0.005      0
10  04:00 2026-04-12 04:00:00  0.086 0.235 0.190 0.140  0.005      0
11  05:00 2026-04-12 05:00:00  0.088 0.238 0.194 0.140  0.005      0
12  06:00 2026-04-12 06:00:00  0.088 0.238 0.194 0.140  0.005      0
13  07:00 2026-04-12 07:00:00  0.084 0.233 0.188 0.140  1.336      0
14  08:00 2026-04-12 08:00:00  0.068 0.214 0.169 0.140  2.879      0
15  09:00 2026-04-12 09:00:00  0.046 0.187 0.143 0.140  4.035      0
16  10:00 2026-04-12 10:00:00  0.016 0.151 0.106 0.140  4.658      0
17  11:00 2026-04-12 11:00:00 -0.002 0.129 0.084 0.140  4.453      0
18  12:00 2026-04-12 12:00:00 -0.002 0.129 0.084 0.140  4.555      0
19  13:00 2026-04-12 13:00:00 -0.001 0.130 0.085 0.140  4.150      0
20  14:00 2026-04-12 14:00:00  0.005 0.137 0.092 0.140  3.034      0
21  15:00 2026-04-12 15:00:00  0.016 0.151 0.106 0.140  1.879      0
22  16:00 2026-04-12 16:00:00  0.062 0.206 0.161 0.140  0.982      0
23  17:00 2026-04-12 17:00:00  0.103 0.256 0.211 0.600  0.563      0
24  18:00 2026-04-12 18:00:00  0.132 0.292 0.247 0.300  0.370      0
25  19:00 2026-04-12 19:00:00  0.144 0.306 0.261 0.300  0.250      0
26  20:00 2026-04-12 20:00:00  0.146 0.308 0.263 0.300  0.016      0
27  21:00 2026-04-12 21:00:00  0.137 0.297 0.252 0.300  0.005      0
28  22:00 2026-04-12 22:00:00  0.131 0.289 0.245 0.140  0.005      0
29  23:00 2026-04-12 23:00:00  0.121 0.278 0.233 0.140  0.005      0
2026-04-11 18:43:22 info: No reduced hours applied for Marstek Venus-E
2026-04-11 18:43:22 info: No reduced power applied during discharging at low soc
2026-04-11 18:43:22 info: No reduced power applied during charging at high soc
2026-04-11 18:43:22 info: Startwaarde SoC Marstek Venus-E: 24.0%

2026-04-11 18:43:22 info: Boiler niet aanwezig of staat uit, boiler wordt niet ingepland
2026-04-11 18:43:22 info: Warmtepomp niet aanwezig - warmtepomp wordt niet ingepland
2026-04-11 18:43:22 info: Apparaat vaatwasser direct starten staat uit
2026-04-11 18:43:22 info: Machine vaatwasser wordt niet ingepland, want er is gekozen voor Uit
2026-04-11 18:43:22 info: Apparaat Koelkast direct starten staat uit
2026-04-11 18:43:22 info: Apparaat Koelkast met programma 'Kouder' wordt ingepland tussen 2026-04-11 18:43 en 2026-04-12 13:58.
2026-04-11 18:43:22 info: Apparaat WPBoiler direct starten staat uit
2026-04-11 18:43:22 info: Apparaat WPBoiler met programma 'aan' wordt ingepland tussen 2026-04-11 19:00 en 2026-04-12 17:00.
2026-04-11 18:43:22 info: Strategie: minimale kosten
2026-04-11 18:43:22 info: Maximale fout (maximal gap): 0.005000 euro
2026-04-11 18:43:23 info: Rekentijd: 0.28  sec
2026-04-11 18:43:23 info: Het programma heeft een optimale oplossing gevonden.
2026-04-11 18:43:23 info: Ontlaad volume in uur 2 20:00 0.29268498178571456 kWh
2026-04-11 18:43:23 info: 2 0.36585622723214317 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 3 21:00 0.09055022624754883 kWh
2026-04-11 18:43:23 info: 2 0.11318778280943602 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 4 22:00 0.13490879196673633 kWh
2026-04-11 18:43:23 info: 2 0.1686359899584204 0.8
2026-04-11 18:43:23 info: Laad volume in uur 17 11:00 0.0 kWh
2026-04-11 18:43:23 info: 4 1.0 2.5
2026-04-11 18:43:23 info: Laad volume in uur 18 12:00 0.0 kWh
2026-04-11 18:43:23 info: 3 0.5127356321839087 1.25
2026-04-11 18:43:23 info: 4 0.4872643678160914 2.5
2026-04-11 18:43:23 info: Laad volume in uur 19 13:00 0.0 kWh
2026-04-11 18:43:23 info: 2 1.0 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 23 17:00 0.03687176704406734 kWh
2026-04-11 18:43:23 info: 2 0.04608970880508417 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 25 19:00 0.8 kWh
2026-04-11 18:43:23 info: 2 1.0 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 26 20:00 2.096082186021485 kWh
2026-04-11 18:43:23 info: 4 0.8384328744085937 2.5
2026-04-11 18:43:23 info: Ontlaad volume in uur 27 21:00 0.8 kWh
2026-04-11 18:43:23 info: 2 1.0 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 28 22:00 0.13490879196673633 kWh
2026-04-11 18:43:23 info: 2 0.16863598995842044 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 29 23:00 0.13490879196673633 kWh
2026-04-11 18:43:23 info: 2 0.1686359899584204 0.8
2026-04-11 18:43:23 info: In- en uitgaande energie per uur batterij Marstek Venus-E
   uur   ac->    eff   ->dc pv->dc   dc->    eff  ->bat  o_eff    SoC
          kWh      %    kWh    kWh    kWh      %    kWh      %      %
 18:00   0.00     --   0.00   0.00   0.00     --   0.00     --  24.00
 19:00   0.00     --   0.00   0.00   0.00     --   0.00     --  24.00
 20:00  -0.29  92.00  -0.32   0.00  -0.32 100.00  -0.32  92.00  17.79
 21:00  -0.09  92.00  -0.10   0.00  -0.10 100.00  -0.10  92.00  15.86
 22:00  -0.13  92.00  -0.15   0.00  -0.15 100.00  -0.15  92.00  13.00
 23:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 00:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 01:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 02:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 03:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 04:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 05:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 06:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 07:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 08:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 09:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 10:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 11:00   2.50  86.00   2.15   0.00   2.15 100.00   2.15  86.00  54.99
 12:00   1.86  85.66   1.59   0.00   1.59 100.00   1.59  85.66  86.09
 13:00   0.80  89.00   0.71   0.00   0.71 100.00   0.71  89.00 100.00
 14:00   0.00     --   0.00   0.00   0.00     --   0.00     -- 100.00
 15:00   0.00     --   0.00   0.00   0.00     --   0.00     -- 100.00
 16:00   0.00     --   0.00   0.00   0.00     --   0.00     -- 100.00
 17:00  -0.04  92.00  -0.04   0.00  -0.04 100.00  -0.04  92.00  99.22
 18:00   0.00     --   0.00   0.00   0.00     --   0.00     --  99.22
 19:00  -0.80  92.00  -0.87   0.00  -0.87 100.00  -0.87  92.00  82.23
 20:00  -2.10  88.00  -2.38   0.00  -2.38 100.00  -2.38  88.00  35.71
 21:00  -0.80  92.00  -0.87   0.00  -0.87 100.00  -0.87  92.00  18.73
 22:00  -0.13  92.00  -0.15   0.00  -0.15 100.00  -0.15  92.00  15.86
 23:00  -0.13  92.00  -0.15   0.00  -0.15 100.00  -0.15  92.00  13.00
Totaal   0.64         -0.56   0.00  -0.56         -0.56              
2026-04-11 18:43:23 info: Berekende prognoses: 
   uur  bat_in  bat_out   cons   prod   base   boil     wp     ev  pv_ac   cost  profit  b_tem   mach
 18:00    0.00     0.00   0.07   0.00   0.30   0.00   0.00   0.00   0.01   0.02   -0.00  20.00   0.00
 19:00    0.00     0.00   0.27   0.00   0.30   0.00   0.00   0.00   0.03   0.06   -0.00  20.00   0.00
 20:00    0.00     0.29   0.00   0.00   0.30   0.00   0.00   0.00   0.01   0.00   -0.00  20.00   0.00
 21:00    0.00     0.09   0.20   0.00   0.30   0.00   0.00   0.00   0.01   0.05   -0.00  20.00   0.00
 22:00    0.00     0.13   0.00   0.00   0.14   0.00   0.00   0.00   0.01   0.00   -0.00  20.00   0.00
 23:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 00:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 01:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 02:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 03:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 04:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 05:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 06:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 07:00    0.00     0.00   0.00   1.20   0.14   0.00   0.00   0.00   1.34   0.00   -0.23  20.00   0.00
 08:00    0.00     0.00   0.00   2.74   0.14   0.00   0.00   0.00   2.88   0.00   -0.46  20.00   0.00
 09:00    0.00     0.00   0.00   3.89   0.14   0.00   0.00   0.00   4.03   0.00   -0.56  20.00   0.00
 10:00    0.00     0.00   0.00   4.52   0.14   0.00   0.00   0.00   4.66   0.00   -0.48  20.00   0.00
 11:00    2.50     0.00   0.00   1.81   0.14   0.00   0.00   0.00   4.45   0.00   -0.15  20.00   0.00
 12:00    1.86     0.00   0.00   2.56   0.14   0.00   0.00   0.00   4.56   0.00   -0.22  20.00   0.00
 13:00    0.80     0.00   0.00   3.21   0.14   0.00   0.00   0.00   4.15   0.00   -0.27  20.00   0.00
 14:00    0.00     0.00   0.00   2.89   0.14   0.00   0.00   0.00   3.03   0.00   -0.27  20.00   0.00
 15:00    0.00     0.00   0.00   1.74   0.14   0.00   0.00   0.00   1.88   0.00   -0.18  20.00   0.00
 16:00    0.00     0.00   0.00   0.84   0.14   0.00   0.00   0.00   0.98   0.00   -0.14  20.00   0.00
 17:00    0.00     0.04   0.00   0.00   0.60   0.00   0.00   0.00   0.56   0.00   -0.00  20.00   0.00
 18:00    0.00     0.00   0.00   0.07   0.30   0.00   0.00   0.00   0.37   0.00   -0.02  20.00   0.00
 19:00    0.00     0.80   0.00   0.75   0.30   0.00   0.00   0.00   0.25   0.00   -0.20  20.00   0.00
 20:00    0.00     2.10   0.00   1.81   0.30   0.00   0.00   0.00   0.02   0.00   -0.48  20.00   0.00
 21:00    0.00     0.80   0.00   0.51   0.30   0.00   0.00   0.00   0.01   0.00   -0.13  20.00   0.00
 22:00    0.00     0.13   0.00   0.00   0.14   0.00   0.00   0.00   0.01   0.00   -0.00  20.00   0.00
 23:00    0.00     0.13   0.00   0.00   0.14   0.00   0.00   0.00   0.01   0.00   -0.00  20.00   0.00
Totaal    5.16     4.52   1.62  28.54   5.94   0.00   0.00   0.00  33.28   0.38   -3.77    NaN   0.00

2026-04-11 18:43:23 info: Consumption               1.62 (kWh)
2026-04-11 18:43:23 info: Cost consumption          0.38 (€)
2026-04-11 18:43:23 info: Tariff consumption        0.233 (€/kWh)
2026-04-11 18:43:23 info: Production               28.54 (kWh)
2026-04-11 18:43:23 info: Profit production        -3.77 (€)
2026-04-11 18:43:23 info: Tariff production         0.132 (€/kWh)

2026-04-11 18:43:23 info: 
Calculation profit after optimize in €
Cost before optimize             -2.57
Cost consumption      0.38
Cycle cost            0.38
Penalty cost          0.00
Battery storage       0.10
Boiler storage        0.00
Profit production    -3.77
Total                -2.91
Cost after optimize              -2.91
Profit:                           0.35
2026-04-11 18:43:23 info: Doorzetten van alle settings naar HA
2026-04-11 18:43:23 info: Grid set point: 264.0 W
2026-04-11 18:43:23 info: Cycle cost Marstek Venus-E: 0.38 euro
2026-04-11 18:43:24 info: Netto vermogen naar(+)/uit(-) omvormer Marstek Venus-E: 0 W 
2026-04-11 18:43:24 info: Balanceren: off
2026-04-11 18:43:24 info: Vermogen uit batterij: 0W
2026-04-11 18:43:24 info: Vermogen dat binnenkomt van pv: 0W
2026-04-11 18:43:24 info: Vermogen dat binnenkomt van ac: 0W
2026-04-11 18:43:24 info: Waarde SoC na eerste uur: 24.0%
2026-04-11 18:43:24 info: Apparaat: vaatwasser
2026-04-11 18:43:24 info: Programma: Uit
2026-04-11 18:43:24 info: Apparaat: Koelkast
2026-04-11 18:43:24 info: Programma: Kouder
2026-04-11 18:43:24 info: Start op 2026-04-12 09:45
2026-04-11 18:43:24 info: Is klaar op 2026-04-12 13:45
2026-04-11 18:43:24 info: Apparaat: WPBoiler
2026-04-11 18:43:24 info: Programma: aan
2026-04-11 18:43:24 info: Start op 2026-04-12 11:00
2026-04-11 18:43:24 info: Is klaar op 2026-04-12 11:45
Config:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
{
  "config_version": 0,
  "homeassistant": {
    "ip_address": "supervisor",
    "protocol_api": "http"
  },
  "database_ha": {
    "engine": "sqlite",
    "db_path": "/homeassistant",
    "database": "home-assistant_v2.db"
  },
  "database_da": {
    "engine": "sqlite",
    "db_path": "../data",
    "database": "day_ahead.db"
  },
  "meteoserver_key": "!secret meteoserver-key",
  "meteoserver_model": "harmonie",
  "meteoserver_attemps": 2,
  "prices": {
    "source_day_ahead": "nordpool",
    "energy_taxes_consumption": {
      "2026-01-01": 0.09161
    },
    "energy_taxes_production": {
      "2026-01-01": 0.09161
    },
    "cost_supplier_consumption": {
      "2024-08-01": 0.017
    },
    "cost_supplier_production": {
      "2024-08-01": -0.02
    },
    "vat_consumption": {
      "2023-01-01": 21.0
    },
    "vat_production": {
      "2023-01-01": 21.0
    },
    "last_invoice": "2022-09-01",
    "tax_refund": true,
    "regular high": 0.5,
    "regular low": 0.4,
    "switch to low": 23
  },
  "logging_level": "info",
  "use_calc_baseload": false,
  "baseload_calc_periode": 56,
  "baseload": [
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.6,
    0.3,
    0.3,
    0.3,
    0.3,
    0.14,
    0.14
  ],
  "graphical_backend": "",
  "graphics": {
    "style": "default",
    "battery_balance": true,
    "prices_consumption": true,
    "prices_production": true,
    "prices_spot": true,
    "average_consumption": true,
    "show": "true"
  },
  "interval": "1hour",
  "strategy": "minimize cost",
  "max_gap": 0.005,
  "notifications": {
    "opstarten": false,
    "berekening": false
  },
  "grid": {
    "max_power": 17.0
  },
  "history": {
    "save_days": 7
  },
  "dashboard": {
    "port": 5000
  },
  "battery": [
    {
      "name": "Marstek Venus-E",
      "entity_actual_level": "sensor.marstek1_battery_soc",
      "capacity": 5.12,
      "upper_limit": 100,
      "lower_limit": 13,
      "optimal_lower_level": 13,
      "penalty_low_soc": 0.0025,
      "charge_stages": [
        {
          "power": 0.0,
          "efficiency": 1.0
        },
        {
          "power": 100.0,
          "efficiency": 0.5
        },
        {
          "power": 800.0,
          "efficiency": 0.89
        },
        {
          "power": 1250.0,
          "efficiency": 0.85
        },
        {
          "power": 2500.0,
          "efficiency": 0.86
        }
      ],
      "discharge_stages": [
        {
          "power": 0.0,
          "efficiency": 1.0
        },
        {
          "power": 100.0,
          "efficiency": 0.5
        },
        {
          "power": 800.0,
          "efficiency": 0.92
        },
        {
          "power": 1250.0,
          "efficiency": 0.85
        },
        {
          "power": 2500.0,
          "efficiency": 0.88
        }
      ],
      "reduce_power_low_soc": [],
      "reduce_power_high_soc": [],
      "minimum_power": 100,
      "dc_to_bat_efficiency": 1.0,
      "bat_to_dc_efficiency": 1.0,
      "cycle_cost": 0.04,
      "entity_set_power_feedin": "input_number.DAO_Bat_pwr",
      "entity_set_operating_mode": "input_select.DAO_Bat_opmode",
      "entity_set_operating_mode_on": "Aan",
      "entity_set_operating_mode_off": "Uit",
      "entity_balance_switch": "input_boolean.DAO_Bat_balance",
      "solar": []
    }
  ],
  "solar": [
    {
      "name": "achter",
      "tilt": 41.0,
      "orientation": -65.0,
      "capacity": 5.0,
      "yield_factor": 0.01852,
      "strings": [],
      "ml_prediction": true,
      "entities_sensors": [
        "sensor.sn_3020730749_pv_gen_meter"
      ]
    }
  ],
  "electric_vehicle": [],
  "machines": [
    {
      "name": "vaatwasser",
      "programs": [
        {
          "name": "auto",
          "power": [
            2.0,
            2.0,
            0.1,
            0.1,
            2.0,
            0.14,
            0.14,
            0.14
          ]
        },
        {
          "name": "Uit",
          "power": []
        }
      ],
      "entity_start_window": "input_datetime.dao_vaatwasser_start_window",
      "entity_end_window": "input_datetime.dao_vaatwasser_end_window",
      "entity_selected_program": "input_select.dao_vaatwasser_programma",
      "entity_calculated_start": "input_datetime.dao_vaatwasser_calculated_start",
      "entity_calculated_end": "input_datetime.dao_vaatwasser_calculated_end"
    },
    {
      "name": "Koelkast",
      "programs": [
        {
          "name": "Kouder",
          "power": [
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05
          ]
        },
        {
          "name": "Uit",
          "power": []
        }
      ],
      "entity_start_window": "input_datetime.dao_koelkast_start_window",
      "entity_end_window": "input_datetime.dao_koelkast_end_window",
      "entity_selected_program": "input_select.dao_koelkast_programma",
      "entity_calculated_start": "input_datetime.dao_koelkast_calculated_start",
      "entity_calculated_end": "input_datetime.dao_koelkast_calculated_end"
    },
    {
      "name": "WPBoiler",
      "programs": [
        {
          "name": "Aan",
          "power": [
            1.0,
            1.1,
            1.2
          ]
        },
        {
          "name": "Uit",
          "power": []
        }
      ],
      "entity_start_window": "input_datetime.dao_wpboiler_start_window",
      "entity_end_window": "input_datetime.dao_wpboiler_end_window",
      "entity_selected_program": "input_select.dao_wpboiler_programma",
      "entity_calculated_start": "input_datetime.dao_wpboiler_calculated_start",
      "entity_calculated_end": "input_datetime.dao_wpboiler_calculated_end"
    }
  ],
  "boiler": {
    "boiler_present": false,
    "entity actual temp.": "sensor.ecodan_heatpump_dhw_current_temp",
    "entity setpoint": "sensor.ecodan_heatpump_dhw_setpoint_value",
    "entity hysterese": 15,
    "cop": 2.2,
    "cooling rate": 0.2,
    "volume": 200,
    "heating allowed below": 45,
    "elec. power": 1500,
    "activate service": "turn_on",
    "activate entity": "input_boolean.forcedhwhelper"
  },
  "heating": {
    "heater_present": false,
    "degree days factor": 3.6,
    "stages": [
      {
        "max_power": 225,
        "cop": 7.1
      },
      {
        "max_power": 300,
        "cop": 7.0
      },
      {
        "max_power": 400,
        "cop": 6.5
      },
      {
        "max_power": 500,
        "cop": 6.0
      },
      {
        "max_power": 600,
        "cop": 5.5
      },
      {
        "max_power": 750,
        "cop": 5.0
      },
      {
        "max_power": 1000,
        "cop": 4.5
      },
      {
        "max_power": 1250,
        "cop": 4.0
      }
    ],
    "entity adjust heating curve": "input_number.stooklijn_verschuiving_day_ahead",
    "adjustment factor": 0.04
  },
  "tibber": {
    "api_token": "!secret tibber_api_token",
    "api_url": "https://api.tibber.com/v1-beta/gql"
  },
  "xgboost": {
    "tune_hyperparameters": true
  },
  "report": {
    "entities_grid_consumption": [
      "sensor.grid_consumption_low",
      "sensor.grid_consumption_high"
    ],
    "entities_grid_production": [
      "sensor.grid_production_low",
      "sensor.grid_production_high"
    ],
    "entities_solar_production_ac": [
      "sensor.sn_3020730749_pv_gen_meter"
    ],
    "entities_solar_production_dc": [],
    "entities_ev_consumption": [
      "sensor.laadpunt_total_energy"
    ],
    "entities_wp_consumption": [],
    "entities_boiler_consumption": [],
    "entities_battery_consumption": [
      "sensor.ess_grid_consumption"
    ],
    "entities_battery_production": [
      "sensor.ess_grid_production"
    ],
    "entities_machine_consumption": []
  },
  "scheduler": {
    "active": true,
    "schedule": [
      {
        "time": "0432",
        "action": "get_meteo_data"
      },
      {
        "time": "1031",
        "action": "get_meteo_data"
      },
      {
        "time": "1633",
        "action": "get_meteo_data"
      },
      {
        "time": "2234",
        "action": "get_meteo_data"
      },
      {
        "time": "1256",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1357",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1455",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1554",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1655",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "xx00",
        "action": "calc_optimum"
      },
      {
        "time": "2352",
        "action": "clean_data"
      }
    ]
  }
}
pimNH schreef op zaterdag 11 april 2026 @ 18:50:
Bedankt voor de snelle fix, alles werkt weer.
Ik krijg wel de melding: Opdracht 'Optimaliseringsberekening zonder debug' geëindigd met fout
maar ik zie in de logging niks fout gaan en ik krijg ook gewoon een voorspelling:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
2026-04-11 18:43:21 INFO: Loaded 6 secrets from ../data/secrets.json
2026-04-11 18:43:21 INFO: Validating configuration with ConfigurationV0
2026-04-11 18:43:21 info: Day Ahead Optimalisering versie: 2026.04.2
2026-04-11 18:43:21 info: Day Ahead Optimalisering gestart op: 11-04-2026 18:43:21
2026-04-11 18:43:21 info: Day Ahead Optimalisatie gestart: 11-04-2026 18:43:21 taak: calc_optimum
2026-04-11 18:43:21 info: Debug = False
2026-04-11 18:43:21 waarschuwing: "last invoice" (2022-09-01) is verouderd en moet worden bijgewerkt
2026-04-11 18:43:21 info: Baseload uit instellingen
2026-04-11 18:43:22 info: ML prediction achter
                   date_time  prediction
0  2026-04-11 18:00:00+02:00       0.036
1  2026-04-11 19:00:00+02:00       0.032
2  2026-04-11 20:00:00+02:00       0.007
3  2026-04-11 21:00:00+02:00       0.005
4  2026-04-11 22:00:00+02:00       0.005
5  2026-04-11 23:00:00+02:00       0.005
6  2026-04-12 00:00:00+02:00       0.005
7  2026-04-12 01:00:00+02:00       0.005
8  2026-04-12 02:00:00+02:00       0.005
9  2026-04-12 03:00:00+02:00       0.005
10 2026-04-12 04:00:00+02:00       0.005
11 2026-04-12 05:00:00+02:00       0.005
12 2026-04-12 06:00:00+02:00       0.005
13 2026-04-12 07:00:00+02:00       1.336
14 2026-04-12 08:00:00+02:00       2.879
15 2026-04-12 09:00:00+02:00       4.035
16 2026-04-12 10:00:00+02:00       4.658
17 2026-04-12 11:00:00+02:00       4.453
18 2026-04-12 12:00:00+02:00       4.555
19 2026-04-12 13:00:00+02:00       4.150
20 2026-04-12 14:00:00+02:00       3.034
21 2026-04-12 15:00:00+02:00       1.879
22 2026-04-12 16:00:00+02:00       0.982
23 2026-04-12 17:00:00+02:00       0.563
24 2026-04-12 18:00:00+02:00       0.370
25 2026-04-12 19:00:00+02:00       0.250
26 2026-04-12 20:00:00+02:00       0.016
27 2026-04-12 21:00:00+02:00       0.005
28 2026-04-12 22:00:00+02:00       0.005
29 2026-04-12 23:00:00+02:00       0.005
2026-04-11 18:43:22 info: Start waarden: 
      uur                tijd   spot   p_l   p_t  base  pv_ac  pv_dc
0   18:00 2026-04-11 18:00:00  0.070 0.216 0.171 0.300  0.010      0
1   19:00 2026-04-11 19:00:00  0.091 0.241 0.197 0.300  0.032      0
2   20:00 2026-04-11 20:00:00  0.107 0.261 0.216 0.300  0.007      0
3   21:00 2026-04-11 21:00:00  0.103 0.256 0.211 0.300  0.005      0
4   22:00 2026-04-11 22:00:00  0.120 0.276 0.232 0.140  0.005      0
5   23:00 2026-04-11 23:00:00  0.082 0.231 0.186 0.140  0.005      0
6   00:00 2026-04-12 00:00:00  0.068 0.213 0.169 0.140  0.005      0
7   01:00 2026-04-12 01:00:00  0.070 0.216 0.171 0.140  0.005      0
8   02:00 2026-04-12 02:00:00  0.073 0.220 0.175 0.140  0.005      0
9   03:00 2026-04-12 03:00:00  0.077 0.224 0.180 0.140  0.005      0
10  04:00 2026-04-12 04:00:00  0.086 0.235 0.190 0.140  0.005      0
11  05:00 2026-04-12 05:00:00  0.088 0.238 0.194 0.140  0.005      0
12  06:00 2026-04-12 06:00:00  0.088 0.238 0.194 0.140  0.005      0
13  07:00 2026-04-12 07:00:00  0.084 0.233 0.188 0.140  1.336      0
14  08:00 2026-04-12 08:00:00  0.068 0.214 0.169 0.140  2.879      0
15  09:00 2026-04-12 09:00:00  0.046 0.187 0.143 0.140  4.035      0
16  10:00 2026-04-12 10:00:00  0.016 0.151 0.106 0.140  4.658      0
17  11:00 2026-04-12 11:00:00 -0.002 0.129 0.084 0.140  4.453      0
18  12:00 2026-04-12 12:00:00 -0.002 0.129 0.084 0.140  4.555      0
19  13:00 2026-04-12 13:00:00 -0.001 0.130 0.085 0.140  4.150      0
20  14:00 2026-04-12 14:00:00  0.005 0.137 0.092 0.140  3.034      0
21  15:00 2026-04-12 15:00:00  0.016 0.151 0.106 0.140  1.879      0
22  16:00 2026-04-12 16:00:00  0.062 0.206 0.161 0.140  0.982      0
23  17:00 2026-04-12 17:00:00  0.103 0.256 0.211 0.600  0.563      0
24  18:00 2026-04-12 18:00:00  0.132 0.292 0.247 0.300  0.370      0
25  19:00 2026-04-12 19:00:00  0.144 0.306 0.261 0.300  0.250      0
26  20:00 2026-04-12 20:00:00  0.146 0.308 0.263 0.300  0.016      0
27  21:00 2026-04-12 21:00:00  0.137 0.297 0.252 0.300  0.005      0
28  22:00 2026-04-12 22:00:00  0.131 0.289 0.245 0.140  0.005      0
29  23:00 2026-04-12 23:00:00  0.121 0.278 0.233 0.140  0.005      0
2026-04-11 18:43:22 info: No reduced hours applied for Marstek Venus-E
2026-04-11 18:43:22 info: No reduced power applied during discharging at low soc
2026-04-11 18:43:22 info: No reduced power applied during charging at high soc
2026-04-11 18:43:22 info: Startwaarde SoC Marstek Venus-E: 24.0%

2026-04-11 18:43:22 info: Boiler niet aanwezig of staat uit, boiler wordt niet ingepland
2026-04-11 18:43:22 info: Warmtepomp niet aanwezig - warmtepomp wordt niet ingepland
2026-04-11 18:43:22 info: Apparaat vaatwasser direct starten staat uit
2026-04-11 18:43:22 info: Machine vaatwasser wordt niet ingepland, want er is gekozen voor Uit
2026-04-11 18:43:22 info: Apparaat Koelkast direct starten staat uit
2026-04-11 18:43:22 info: Apparaat Koelkast met programma 'Kouder' wordt ingepland tussen 2026-04-11 18:43 en 2026-04-12 13:58.
2026-04-11 18:43:22 info: Apparaat WPBoiler direct starten staat uit
2026-04-11 18:43:22 info: Apparaat WPBoiler met programma 'aan' wordt ingepland tussen 2026-04-11 19:00 en 2026-04-12 17:00.
2026-04-11 18:43:22 info: Strategie: minimale kosten
2026-04-11 18:43:22 info: Maximale fout (maximal gap): 0.005000 euro
2026-04-11 18:43:23 info: Rekentijd: 0.28  sec
2026-04-11 18:43:23 info: Het programma heeft een optimale oplossing gevonden.
2026-04-11 18:43:23 info: Ontlaad volume in uur 2 20:00 0.29268498178571456 kWh
2026-04-11 18:43:23 info: 2 0.36585622723214317 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 3 21:00 0.09055022624754883 kWh
2026-04-11 18:43:23 info: 2 0.11318778280943602 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 4 22:00 0.13490879196673633 kWh
2026-04-11 18:43:23 info: 2 0.1686359899584204 0.8
2026-04-11 18:43:23 info: Laad volume in uur 17 11:00 0.0 kWh
2026-04-11 18:43:23 info: 4 1.0 2.5
2026-04-11 18:43:23 info: Laad volume in uur 18 12:00 0.0 kWh
2026-04-11 18:43:23 info: 3 0.5127356321839087 1.25
2026-04-11 18:43:23 info: 4 0.4872643678160914 2.5
2026-04-11 18:43:23 info: Laad volume in uur 19 13:00 0.0 kWh
2026-04-11 18:43:23 info: 2 1.0 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 23 17:00 0.03687176704406734 kWh
2026-04-11 18:43:23 info: 2 0.04608970880508417 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 25 19:00 0.8 kWh
2026-04-11 18:43:23 info: 2 1.0 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 26 20:00 2.096082186021485 kWh
2026-04-11 18:43:23 info: 4 0.8384328744085937 2.5
2026-04-11 18:43:23 info: Ontlaad volume in uur 27 21:00 0.8 kWh
2026-04-11 18:43:23 info: 2 1.0 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 28 22:00 0.13490879196673633 kWh
2026-04-11 18:43:23 info: 2 0.16863598995842044 0.8
2026-04-11 18:43:23 info: Ontlaad volume in uur 29 23:00 0.13490879196673633 kWh
2026-04-11 18:43:23 info: 2 0.1686359899584204 0.8
2026-04-11 18:43:23 info: In- en uitgaande energie per uur batterij Marstek Venus-E
   uur   ac->    eff   ->dc pv->dc   dc->    eff  ->bat  o_eff    SoC
          kWh      %    kWh    kWh    kWh      %    kWh      %      %
 18:00   0.00     --   0.00   0.00   0.00     --   0.00     --  24.00
 19:00   0.00     --   0.00   0.00   0.00     --   0.00     --  24.00
 20:00  -0.29  92.00  -0.32   0.00  -0.32 100.00  -0.32  92.00  17.79
 21:00  -0.09  92.00  -0.10   0.00  -0.10 100.00  -0.10  92.00  15.86
 22:00  -0.13  92.00  -0.15   0.00  -0.15 100.00  -0.15  92.00  13.00
 23:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 00:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 01:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 02:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 03:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 04:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 05:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 06:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 07:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 08:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 09:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 10:00   0.00     --   0.00   0.00   0.00     --   0.00     --  13.00
 11:00   2.50  86.00   2.15   0.00   2.15 100.00   2.15  86.00  54.99
 12:00   1.86  85.66   1.59   0.00   1.59 100.00   1.59  85.66  86.09
 13:00   0.80  89.00   0.71   0.00   0.71 100.00   0.71  89.00 100.00
 14:00   0.00     --   0.00   0.00   0.00     --   0.00     -- 100.00
 15:00   0.00     --   0.00   0.00   0.00     --   0.00     -- 100.00
 16:00   0.00     --   0.00   0.00   0.00     --   0.00     -- 100.00
 17:00  -0.04  92.00  -0.04   0.00  -0.04 100.00  -0.04  92.00  99.22
 18:00   0.00     --   0.00   0.00   0.00     --   0.00     --  99.22
 19:00  -0.80  92.00  -0.87   0.00  -0.87 100.00  -0.87  92.00  82.23
 20:00  -2.10  88.00  -2.38   0.00  -2.38 100.00  -2.38  88.00  35.71
 21:00  -0.80  92.00  -0.87   0.00  -0.87 100.00  -0.87  92.00  18.73
 22:00  -0.13  92.00  -0.15   0.00  -0.15 100.00  -0.15  92.00  15.86
 23:00  -0.13  92.00  -0.15   0.00  -0.15 100.00  -0.15  92.00  13.00
Totaal   0.64         -0.56   0.00  -0.56         -0.56              
2026-04-11 18:43:23 info: Berekende prognoses: 
   uur  bat_in  bat_out   cons   prod   base   boil     wp     ev  pv_ac   cost  profit  b_tem   mach
 18:00    0.00     0.00   0.07   0.00   0.30   0.00   0.00   0.00   0.01   0.02   -0.00  20.00   0.00
 19:00    0.00     0.00   0.27   0.00   0.30   0.00   0.00   0.00   0.03   0.06   -0.00  20.00   0.00
 20:00    0.00     0.29   0.00   0.00   0.30   0.00   0.00   0.00   0.01   0.00   -0.00  20.00   0.00
 21:00    0.00     0.09   0.20   0.00   0.30   0.00   0.00   0.00   0.01   0.05   -0.00  20.00   0.00
 22:00    0.00     0.13   0.00   0.00   0.14   0.00   0.00   0.00   0.01   0.00   -0.00  20.00   0.00
 23:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 00:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 01:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 02:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 03:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 04:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 05:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 06:00    0.00     0.00   0.13   0.00   0.14   0.00   0.00   0.00   0.01   0.03   -0.00  20.00   0.00
 07:00    0.00     0.00   0.00   1.20   0.14   0.00   0.00   0.00   1.34   0.00   -0.23  20.00   0.00
 08:00    0.00     0.00   0.00   2.74   0.14   0.00   0.00   0.00   2.88   0.00   -0.46  20.00   0.00
 09:00    0.00     0.00   0.00   3.89   0.14   0.00   0.00   0.00   4.03   0.00   -0.56  20.00   0.00
 10:00    0.00     0.00   0.00   4.52   0.14   0.00   0.00   0.00   4.66   0.00   -0.48  20.00   0.00
 11:00    2.50     0.00   0.00   1.81   0.14   0.00   0.00   0.00   4.45   0.00   -0.15  20.00   0.00
 12:00    1.86     0.00   0.00   2.56   0.14   0.00   0.00   0.00   4.56   0.00   -0.22  20.00   0.00
 13:00    0.80     0.00   0.00   3.21   0.14   0.00   0.00   0.00   4.15   0.00   -0.27  20.00   0.00
 14:00    0.00     0.00   0.00   2.89   0.14   0.00   0.00   0.00   3.03   0.00   -0.27  20.00   0.00
 15:00    0.00     0.00   0.00   1.74   0.14   0.00   0.00   0.00   1.88   0.00   -0.18  20.00   0.00
 16:00    0.00     0.00   0.00   0.84   0.14   0.00   0.00   0.00   0.98   0.00   -0.14  20.00   0.00
 17:00    0.00     0.04   0.00   0.00   0.60   0.00   0.00   0.00   0.56   0.00   -0.00  20.00   0.00
 18:00    0.00     0.00   0.00   0.07   0.30   0.00   0.00   0.00   0.37   0.00   -0.02  20.00   0.00
 19:00    0.00     0.80   0.00   0.75   0.30   0.00   0.00   0.00   0.25   0.00   -0.20  20.00   0.00
 20:00    0.00     2.10   0.00   1.81   0.30   0.00   0.00   0.00   0.02   0.00   -0.48  20.00   0.00
 21:00    0.00     0.80   0.00   0.51   0.30   0.00   0.00   0.00   0.01   0.00   -0.13  20.00   0.00
 22:00    0.00     0.13   0.00   0.00   0.14   0.00   0.00   0.00   0.01   0.00   -0.00  20.00   0.00
 23:00    0.00     0.13   0.00   0.00   0.14   0.00   0.00   0.00   0.01   0.00   -0.00  20.00   0.00
Totaal    5.16     4.52   1.62  28.54   5.94   0.00   0.00   0.00  33.28   0.38   -3.77    NaN   0.00

2026-04-11 18:43:23 info: Consumption               1.62 (kWh)
2026-04-11 18:43:23 info: Cost consumption          0.38 (€)
2026-04-11 18:43:23 info: Tariff consumption        0.233 (€/kWh)
2026-04-11 18:43:23 info: Production               28.54 (kWh)
2026-04-11 18:43:23 info: Profit production        -3.77 (€)
2026-04-11 18:43:23 info: Tariff production         0.132 (€/kWh)

2026-04-11 18:43:23 info: 
Calculation profit after optimize in €
Cost before optimize             -2.57
Cost consumption      0.38
Cycle cost            0.38
Penalty cost          0.00
Battery storage       0.10
Boiler storage        0.00
Profit production    -3.77
Total                -2.91
Cost after optimize              -2.91
Profit:                           0.35
2026-04-11 18:43:23 info: Doorzetten van alle settings naar HA
2026-04-11 18:43:23 info: Grid set point: 264.0 W
2026-04-11 18:43:23 info: Cycle cost Marstek Venus-E: 0.38 euro
2026-04-11 18:43:24 info: Netto vermogen naar(+)/uit(-) omvormer Marstek Venus-E: 0 W 
2026-04-11 18:43:24 info: Balanceren: off
2026-04-11 18:43:24 info: Vermogen uit batterij: 0W
2026-04-11 18:43:24 info: Vermogen dat binnenkomt van pv: 0W
2026-04-11 18:43:24 info: Vermogen dat binnenkomt van ac: 0W
2026-04-11 18:43:24 info: Waarde SoC na eerste uur: 24.0%
2026-04-11 18:43:24 info: Apparaat: vaatwasser
2026-04-11 18:43:24 info: Programma: Uit
2026-04-11 18:43:24 info: Apparaat: Koelkast
2026-04-11 18:43:24 info: Programma: Kouder
2026-04-11 18:43:24 info: Start op 2026-04-12 09:45
2026-04-11 18:43:24 info: Is klaar op 2026-04-12 13:45
2026-04-11 18:43:24 info: Apparaat: WPBoiler
2026-04-11 18:43:24 info: Programma: aan
2026-04-11 18:43:24 info: Start op 2026-04-12 11:00
2026-04-11 18:43:24 info: Is klaar op 2026-04-12 11:45
Config:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
{
  "config_version": 0,
  "homeassistant": {
    "ip_address": "supervisor",
    "protocol_api": "http"
  },
  "database_ha": {
    "engine": "sqlite",
    "db_path": "/homeassistant",
    "database": "home-assistant_v2.db"
  },
  "database_da": {
    "engine": "sqlite",
    "db_path": "../data",
    "database": "day_ahead.db"
  },
  "meteoserver_key": "!secret meteoserver-key",
  "meteoserver_model": "harmonie",
  "meteoserver_attemps": 2,
  "prices": {
    "source_day_ahead": "nordpool",
    "energy_taxes_consumption": {
      "2026-01-01": 0.09161
    },
    "energy_taxes_production": {
      "2026-01-01": 0.09161
    },
    "cost_supplier_consumption": {
      "2024-08-01": 0.017
    },
    "cost_supplier_production": {
      "2024-08-01": -0.02
    },
    "vat_consumption": {
      "2023-01-01": 21.0
    },
    "vat_production": {
      "2023-01-01": 21.0
    },
    "last_invoice": "2022-09-01",
    "tax_refund": true,
    "regular high": 0.5,
    "regular low": 0.4,
    "switch to low": 23
  },
  "logging_level": "info",
  "use_calc_baseload": false,
  "baseload_calc_periode": 56,
  "baseload": [
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.14,
    0.6,
    0.3,
    0.3,
    0.3,
    0.3,
    0.14,
    0.14
  ],
  "graphical_backend": "",
  "graphics": {
    "style": "default",
    "battery_balance": true,
    "prices_consumption": true,
    "prices_production": true,
    "prices_spot": true,
    "average_consumption": true,
    "show": "true"
  },
  "interval": "1hour",
  "strategy": "minimize cost",
  "max_gap": 0.005,
  "notifications": {
    "opstarten": false,
    "berekening": false
  },
  "grid": {
    "max_power": 17.0
  },
  "history": {
    "save_days": 7
  },
  "dashboard": {
    "port": 5000
  },
  "battery": [
    {
      "name": "Marstek Venus-E",
      "entity_actual_level": "sensor.marstek1_battery_soc",
      "capacity": 5.12,
      "upper_limit": 100,
      "lower_limit": 13,
      "optimal_lower_level": 13,
      "penalty_low_soc": 0.0025,
      "charge_stages": [
        {
          "power": 0.0,
          "efficiency": 1.0
        },
        {
          "power": 100.0,
          "efficiency": 0.5
        },
        {
          "power": 800.0,
          "efficiency": 0.89
        },
        {
          "power": 1250.0,
          "efficiency": 0.85
        },
        {
          "power": 2500.0,
          "efficiency": 0.86
        }
      ],
      "discharge_stages": [
        {
          "power": 0.0,
          "efficiency": 1.0
        },
        {
          "power": 100.0,
          "efficiency": 0.5
        },
        {
          "power": 800.0,
          "efficiency": 0.92
        },
        {
          "power": 1250.0,
          "efficiency": 0.85
        },
        {
          "power": 2500.0,
          "efficiency": 0.88
        }
      ],
      "reduce_power_low_soc": [],
      "reduce_power_high_soc": [],
      "minimum_power": 100,
      "dc_to_bat_efficiency": 1.0,
      "bat_to_dc_efficiency": 1.0,
      "cycle_cost": 0.04,
      "entity_set_power_feedin": "input_number.DAO_Bat_pwr",
      "entity_set_operating_mode": "input_select.DAO_Bat_opmode",
      "entity_set_operating_mode_on": "Aan",
      "entity_set_operating_mode_off": "Uit",
      "entity_balance_switch": "input_boolean.DAO_Bat_balance",
      "solar": []
    }
  ],
  "solar": [
    {
      "name": "achter",
      "tilt": 41.0,
      "orientation": -65.0,
      "capacity": 5.0,
      "yield_factor": 0.01852,
      "strings": [],
      "ml_prediction": true,
      "entities_sensors": [
        "sensor.sn_3020730749_pv_gen_meter"
      ]
    }
  ],
  "electric_vehicle": [],
  "machines": [
    {
      "name": "vaatwasser",
      "programs": [
        {
          "name": "auto",
          "power": [
            2.0,
            2.0,
            0.1,
            0.1,
            2.0,
            0.14,
            0.14,
            0.14
          ]
        },
        {
          "name": "Uit",
          "power": []
        }
      ],
      "entity_start_window": "input_datetime.dao_vaatwasser_start_window",
      "entity_end_window": "input_datetime.dao_vaatwasser_end_window",
      "entity_selected_program": "input_select.dao_vaatwasser_programma",
      "entity_calculated_start": "input_datetime.dao_vaatwasser_calculated_start",
      "entity_calculated_end": "input_datetime.dao_vaatwasser_calculated_end"
    },
    {
      "name": "Koelkast",
      "programs": [
        {
          "name": "Kouder",
          "power": [
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05,
            0.05
          ]
        },
        {
          "name": "Uit",
          "power": []
        }
      ],
      "entity_start_window": "input_datetime.dao_koelkast_start_window",
      "entity_end_window": "input_datetime.dao_koelkast_end_window",
      "entity_selected_program": "input_select.dao_koelkast_programma",
      "entity_calculated_start": "input_datetime.dao_koelkast_calculated_start",
      "entity_calculated_end": "input_datetime.dao_koelkast_calculated_end"
    },
    {
      "name": "WPBoiler",
      "programs": [
        {
          "name": "Aan",
          "power": [
            1.0,
            1.1,
            1.2
          ]
        },
        {
          "name": "Uit",
          "power": []
        }
      ],
      "entity_start_window": "input_datetime.dao_wpboiler_start_window",
      "entity_end_window": "input_datetime.dao_wpboiler_end_window",
      "entity_selected_program": "input_select.dao_wpboiler_programma",
      "entity_calculated_start": "input_datetime.dao_wpboiler_calculated_start",
      "entity_calculated_end": "input_datetime.dao_wpboiler_calculated_end"
    }
  ],
  "boiler": {
    "boiler_present": false,
    "entity actual temp.": "sensor.ecodan_heatpump_dhw_current_temp",
    "entity setpoint": "sensor.ecodan_heatpump_dhw_setpoint_value",
    "entity hysterese": 15,
    "cop": 2.2,
    "cooling rate": 0.2,
    "volume": 200,
    "heating allowed below": 45,
    "elec. power": 1500,
    "activate service": "turn_on",
    "activate entity": "input_boolean.forcedhwhelper"
  },
  "heating": {
    "heater_present": false,
    "degree days factor": 3.6,
    "stages": [
      {
        "max_power": 225,
        "cop": 7.1
      },
      {
        "max_power": 300,
        "cop": 7.0
      },
      {
        "max_power": 400,
        "cop": 6.5
      },
      {
        "max_power": 500,
        "cop": 6.0
      },
      {
        "max_power": 600,
        "cop": 5.5
      },
      {
        "max_power": 750,
        "cop": 5.0
      },
      {
        "max_power": 1000,
        "cop": 4.5
      },
      {
        "max_power": 1250,
        "cop": 4.0
      }
    ],
    "entity adjust heating curve": "input_number.stooklijn_verschuiving_day_ahead",
    "adjustment factor": 0.04
  },
  "tibber": {
    "api_token": "!secret tibber_api_token",
    "api_url": "https://api.tibber.com/v1-beta/gql"
  },
  "xgboost": {
    "tune_hyperparameters": true
  },
  "report": {
    "entities_grid_consumption": [
      "sensor.grid_consumption_low",
      "sensor.grid_consumption_high"
    ],
    "entities_grid_production": [
      "sensor.grid_production_low",
      "sensor.grid_production_high"
    ],
    "entities_solar_production_ac": [
      "sensor.sn_3020730749_pv_gen_meter"
    ],
    "entities_solar_production_dc": [],
    "entities_ev_consumption": [
      "sensor.laadpunt_total_energy"
    ],
    "entities_wp_consumption": [],
    "entities_boiler_consumption": [],
    "entities_battery_consumption": [
      "sensor.ess_grid_consumption"
    ],
    "entities_battery_production": [
      "sensor.ess_grid_production"
    ],
    "entities_machine_consumption": []
  },
  "scheduler": {
    "active": true,
    "schedule": [
      {
        "time": "0432",
        "action": "get_meteo_data"
      },
      {
        "time": "1031",
        "action": "get_meteo_data"
      },
      {
        "time": "1633",
        "action": "get_meteo_data"
      },
      {
        "time": "2234",
        "action": "get_meteo_data"
      },
      {
        "time": "1256",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1357",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1455",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1554",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "1655",
        "action": "get_day_ahead_prices"
      },
      {
        "time": "xx00",
        "action": "calc_optimum"
      },
      {
        "time": "2352",
        "action": "clean_data"
      }
    ]
  }
}
Ja die melding zag ik bij mezelf ook; wordt nog uitgezocht.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • edterbak
  • Registratie: Maart 2006
  • Laatst online: 05-05 02:08
@KC27
Bij boiler
"boiler_present": true, werkt niet
"boiler_present": True, werkt wel

edit/
Ik dacht een bugje gevonden te hebben. Maar ik twijfel nu of het bovenstaande het wel is... ik zoek nog even verder.
Ik moet nu nog even deze oplossen... Machine programma heb ik aangepast al, die is weg. De andere nog niet.
Afbeeldingslocatie: https://tweakers.net/i/e_YWDQTKvijR_fi_wQjlgvPryIk=/800x/filters:strip_exif()/f/image/PvVrB3KWPoUED73auPR5Xz0A.png?f=fotoalbum_large


Never mind.
Reboot Home Assistant en hij doet het |:(

[ Voor 79% gewijzigd door edterbak op 11-04-2026 20:42 ]


  • hemertje
  • Registratie: Juli 2015
  • Laatst online: 22:36
Heeft iemand hier de Zendure AC2400+ batterij al toegevoegd en werkend?
Zo ja, wil jeje config als donordocument delen?

Alvast hartelijk dank!

Met energieke groet.... d:)b

Gasloos 2019 + WP Panasonic H-serie 7kW + 300 liter boilervat + PV 12.415Wp + Home Assistant + Hyundai Ioniq 6 First Edition + Zaptec laadpaal


  • hemertje
  • Registratie: Juli 2015
  • Laatst online: 22:36
DAO wil niet starten na de update naar de laatste versie
ik had de tool al geinstalleerd, vanavond geupdate maar tot nu toe de config nog niet ingevuld
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[22:45:46] INFO: check_db.py failed, exiting
[22:46:34] INFO: => directory dao_data exist
[22:46:34] INFO: => /root/dao/data doesn't exist, made
[22:46:35] INFO: => /root/dao/webserver/app/static/data exist
2026-04-11 22:46:43 INFO: Configuration needs migration from unversioned to v0
2026-04-11 22:46:43 INFO: Saved backup configuration to ../data/options_unversioned.json
2026-04-11 22:46:43 INFO: Migrating unversioned configuration to v0
2026-04-11 22:46:43 INFO: Added config_version=0 to unversioned configuration
2026-04-11 22:46:43 INFO: Migrated scheduler: active=False, 11 schedule entries
2026-04-11 22:46:43 INFO: Migrated prices.vat: set vat consumption and vat production to {'2022-01-01': 21, '2022-07-01': 9, '2023-01-01': 21}
2026-04-11 22:46:43 INFO: Migrated graphics.'prices delivery' to graphics.'prices consumption'
2026-04-11 22:46:43 INFO: Migrated graphics.'prices redelivery' to graphics.'prices production'
2026-04-11 22:46:43 INFO: Migrated graphics.'average delivery' to graphics.'average consumption'
2026-04-11 22:46:43 INFO: Coerced boiler.boiler present from 'False' to boolean
2026-04-11 22:46:43 INFO: Coerced heating.heater present from 'False' to boolean
2026-04-11 22:46:43 INFO: Configuration at version 0
Error loading configuration: 4 validation errors for ConfigurationV0
prices.energy taxes consumption
  Field required [type=missing, input_value={'source day ahead': 'nor...': 9, '2023-01-01': 21}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
prices.energy taxes production
  Field required [type=missing, input_value={'source day ahead': 'nor...': 9, '2023-01-01': 21}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
prices.cost supplier consumption
  Field required [type=missing, input_value={'source day ahead': 'nor...': 9, '2023-01-01': 21}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
prices.cost supplier production
  Field required [type=missing, input_value={'source day ahead': 'nor...': 9, '2023-01-01': 21}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
[22:46:44] INFO: check_db.py failed, exiting

Gasloos 2019 + WP Panasonic H-serie 7kW + 300 liter boilervat + PV 12.415Wp + Home Assistant + Hyundai Ioniq 6 First Edition + Zaptec laadpaal

hemertje schreef op zaterdag 11 april 2026 @ 22:50:
DAO wil niet starten na de update naar de laatste versie
ik had de tool al geinstalleerd, vanavond geupdate maar tot nu toe de config nog niet ingevuld


[...]
Je mist deze data in het hoofdstuk "prices":
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"energy_taxes_consumption": {
      "2025-01-01": 0.10154,
      "2026-01-01": 0.09157
    },
    "energy_taxes_production": {
      "2025-01-01": 0.10154,
      "2026-01-01": 0.09157
    },
    "cost_supplier_consumption": {
      "2024-04-01": 0.0175,
      "2024-08-01": 0.020496
    },
    "cost_supplier_production": {
      "2024-04-01": 0.0175,
      "2024-08-01": 0.020496,
      "2026-01-01": 0.0
    },

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer


  • Lasoul
  • Registratie: November 2001
  • Laatst online: 17:55
Hoe moet ik de "Day Ahead geoptimaliseerd" interpreteren t.a.v. PV DC?
Ik zie namelijk de PV DC niet terug.

Afbeeldingslocatie: https://tweakers.net/i/iWdjWSYDTfE3-mtGxP2DA7M1HTc=/fit-in/4000x4000/filters:no_upscale():strip_exif()/f/image/jvqQSHQIwniDTbD0fRQwS6Rs.png?f=user_large

  • hemertje
  • Registratie: Juli 2015
  • Laatst online: 22:36
KC27 schreef op zondag 12 april 2026 @ 08:51:
[...]

Je mist deze data in het hoofdstuk "prices":
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"energy_taxes_consumption": {
      "2025-01-01": 0.10154,
      "2026-01-01": 0.09157
    },
    "energy_taxes_production": {
      "2025-01-01": 0.10154,
      "2026-01-01": 0.09157
    },
    "cost_supplier_consumption": {
      "2024-04-01": 0.0175,
      "2024-08-01": 0.020496
    },
    "cost_supplier_production": {
      "2024-04-01": 0.0175,
      "2024-08-01": 0.020496,
      "2026-01-01": 0.0
    },
Ik heb een aantal maanden geleden DAO geïnstalleerd maar nog nooit geconfigureerd

Hierop loopt het nu vast

DOA kan hierdoor niet gestart worden krijg ik als melding

Blijft in een loop lopen

Afbeeldingslocatie: https://tweakers.net/i/zDyVlbDWrwBY3AKCdWsgeI4XwQU=/x800/filters:strip_icc():strip_exif()/f/image/YNDvE1FegabPEkdx4AKlUENR.jpg?f=fotoalbum_large

Gasloos 2019 + WP Panasonic H-serie 7kW + 300 liter boilervat + PV 12.415Wp + Home Assistant + Hyundai Ioniq 6 First Edition + Zaptec laadpaal

Lasoul schreef op zondag 12 april 2026 @ 10:30:
Hoe moet ik de "Day Ahead geoptimaliseerd" interpreteren t.a.v. PV DC?
Ik zie namelijk de PV DC niet terug.

[Afbeelding]
De pv_dc wordt voor de optimalisatie behandeld alsof deze 1 op 1 wordt teruggeleverd aan je huisinstallatie.

Na de optimalisatieberekening wordt hij opgenomen in de energiebalans van je thuisbatterij.
De in- en out van je thuisbatterij zie je zowel terug in de energiebalans van je thuisbatterij als in de energiebalans van je huisinstallatie.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer

hemertje schreef op zondag 12 april 2026 @ 10:44:
[...]


Ik heb een aantal maanden geleden DAO geïnstalleerd maar nog nooit geconfigureerd

Hierop loopt het nu vast

DOA kan hierdoor niet gestart worden krijg ik als melding

Blijft in een loop lopen

[Afbeelding]
Als je toch nog niks geconfigureerd hebt kun je beter de oude app/addon via HA/instellingen/apps verwijderen en hem helemaal opnieuw installeren. Dan hoef je ook niks te converteren.

WP: Alpha Innotec MSW2-6S | PV: 20 x 300 Wp AEG | ACCU: 2x16x280Ah LiFePO4 3 x Multiplus II 48/3000 | DYN: Tibber | Gasloos | Day Ahead Optimizer

Pagina: 1 ... 35 ... 40 Laatste