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
| {
"homeassistant": {
"protocol api": "http",
"host": "192.168.1.202",
"ip port": 8123,
"token": "!secret ha_api_token"
},
"database ha": {
"engine": "sqlite",
"database": "home-assistant_v2.db",
"db_path": "/homeassistant"
},
"database da": {
"engine": "sqlite",
"db_path": "../data"
},
"meteoserver-key": "!secret meteoserver-key",
"meteoserver-model": "harmonie",
"meteoserver-attempts": 2,
"interval": "15min",
"prices": {
"source day ahead": "nordpool",
"energy taxes consumption": {
"2022-01-01": 0.06729,
"2023-01-01": 0.12599,
"2024-01-01": 0.10880,
"2025-01-01": 0.10154,
"2026-01-01": 0.0916
},
"energy taxes production": {
"2022-01-01": 0.06729,
"2023-01-01": 0.12599,
"2024-01-01": 0.10880,
"2025-01-01": 0.10154,
"2025-02-01": 0.10154,
"2026-01-01": 0.0916,
"2027-01-01": 0.0000
},
"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
},
"vat consumption": {
"2022-01-01": 21,
"2022-07-01": 9,
"2023-01-01": 21
},
"vat production": {
"2022-01-01": 21,
"2022-07-01": 9,
"2023-01-01": 21,
"2027-01-01": 0
},
"last invoice": "2025-01-14",
"tax refund": "False"
},
"logging level" : "Info",
"use_calc_baseload": "False",
"baseload calc periode": 56,
"baseload": [
0.10,
0.11,
0.11,
0.12,
0.11,
0.1,
0.11,
0.35,
0.13,
0.2,
0.14,
0.17,
0.27,
0.22,
0.29,
0.34,
0.23,
0.2,
0.27,
0.2,
0.23,
0.11,
0.11,
0.11
],
"graphical backend": "",
"graphics": {
"style": "bmh",
"show" : "true",
"prices consumption": "True",
"prices production": "True",
"average consumption": "True",
"prices spot": "True",
"battery balance": "True"
},
"strategy": "minimize cost",
"notifications": {
},
"grid": {
"max_power": 6
},
"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": 7.3,
"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": "Victron 16kWh",
"entity actual level": "sensor.soc_16kwh_dao",
"capacity": 16,
"upper limit": 98,
"lower limit": 5,
"optimal lower level": 11,
"entity min soc end opt": "input_number.min_soc_einde_opt",
"entity max soc end opt": "input_number.max_soc_einde_opt",
"charge stages": [
{
"power": 0,
"efficiency": 1
},
{
"power": 500,
"efficiency": 0.785
},
{
"power": 1000,
"efficiency": 0.872
},
{
"power": 1500,
"efficiency": 0.897
},
{
"power": 2000,
"efficiency": 0.899
},
{
"power": 2500,
"efficiency": 0.898
},
{
"power": 3000,
"efficiency": 0.892
},
{
"power": 3500,
"efficiency": 0.882
},
{
"power": 4000,
"efficiency": 0.865
}
],
"discharge stages": [
{
"power": 0,
"efficiency": 1
},
{
"power": 200,
"efficiency": 0.891
},
{
"power": 500,
"efficiency": 0.935
},
{
"power": 1000,
"efficiency": 0.952
},
{
"power": 1250,
"efficiency": 0.962
},
{
"power": 1500,
"efficiency": 0.952
},
{
"power": 2000,
"efficiency": 0.950
},
{
"power": 2500,
"efficiency": 0.934
},
{
"power": 3000,
"efficiency": 0.925
},
{
"power": 3755,
"efficiency": 0.908
},
{
"power": 4126,
"efficiency": 0.896
},
{
"power": 4750,
"efficiency": 0.886
},
{
"power": 5120,
"efficiency": 0.863
}
],
"reduced hours":
{ },
"minimum power": 50,
"dc_to_bat efficiency": 1,
"dc_to_bat max power" : 4800.0,
"bat_to_dc efficiency": 1,
"bat_to_dc max power" : 4800.0,
"cycle cost": 0.01,
"entity set power feedin": "input_number.feedin_grid_dao",
"entity stop inverter": "input_datetime.inverter_stop",
"entity balance switch": "input_boolean.balanceer_grid_2",
"solar": [ ]
}
],
"solar": [
{
"name" : "SE2200",
"tilt": 40,
"orientation": 62,
"capacity": 2.7,
"max power": 2.3,
"yield": 0.00714
},
{
"name": "HM1500",
"tilt": 5,
"orientation": 62,
"capacity": 1.7,
"max power": 1.5,
"yield": 0.00271
}
],
"electric vehicle": [
{
"name": "Ioniq 6",
"capacity": 74,
"entity position": "device_tracker.ioniq6_location",
"entity max amperage": "number.evcc_lp_1_max_current",
"charge three phase": "False",
"charge stages" : [
{"ampere": 0, "efficiency" : 0.1},
{"ampere": 6, "efficiency" : 0.91},
{"ampere": 10, "efficiency" : 0.92},
{"ampere": 12, "efficiency" : 0.79}
],
"entity actual level": "sensor.ioniq6_ev_battery_level",
"entity plugged in": "binary_sensor.ioniq6_ev_battery_plug",
"charge scheduler": {
"entity set level": "input_number.target_soc_ioniq6",
"level margin": 1,
"entity ready datetime": "input_datetime.ev_charging_finish_time"
},
"charge switch": "input_boolean.ev_charging",
"entity set charging ampere" : "input_number.set_car_charging_ampere",
"entity stop charging": "input_datetime.ev_charging_stop"
}
],
"machines" : [
{ "name": "vaatwasser",
"programs": [
{"name": "off",
"power": []},
{"name": "auto2",
"power": [1300, 220, 45, 200, 2460, 0, 0, 0, 0]
},
{"name": "quick 65",
"power": [560, 1000, 1200, 1520, 0]
}
],
"entity start window": "input_datetime.start_window_vaatwasser",
"entity end window": "input_datetime.end_window_vaatwasser",
"entity selected program": "input_select.program_vaatwasser",
"entity calculated start": "input_datetime.calculated_start_vaatwasser",
"entity calculated end": "input_datetime.calculated_stop_vaatwasser"
},
{ "name": "washing_machine",
"programs": [
{"name": "off",
"power": []},
{"name": "40 graden",
"power": [867, 2000, 120, 100, 100, 100, 110, 130, 120]
},
{"name": "2x 40 graden",
"power": [867, 2000, 120, 100, 100, 100, 110, 130, 120, 0, 867, 2000, 120, 100, 100, 100, 110, 130, 120]
},
{"name": "90 graden",
"power": [1000, 2000, 38, 36, 40, 77, 80, 156, 100]
}
],
"entity start window": "input_datetime.start_window_washing_machine",
"entity end window": "input_datetime.end_window_washing_machine",
"entity selected program": "input_select.program_washing_machine",
"entity calculated start": "input_datetime.calculated_start_washing_machine",
"entity calculated end": "input_datetime.calculated_stop_washing_machine"
}
],
"tibber": {
"api_token": "!secret tibber_api_token"
},
"report": {
"entities grid consumption": [
"sensor.battery_sim_zp_20kwh_10_10_1_1_simulated_sensor_p1_meter_total_energy_import"
],
"entities grid production": [
"sensor.battery_sim_zp_20kwh_10_10_1_1_simulated_sensor_p1_meter_total_energy_export"
],
"entities solar production dc": [],
"entities solar production ac": [
"sensor.schuur_yieldtotal",
"sensor.solaredge2200_ac_energy_kwh"
],
"entities ev consumption" : ["sensor.energysocket_energy_import"],
"entities wp consumption" : [],
"entities boiler consumption": [],
"entities battery consumption": ["sensor.battery_sim_zp_20kwh_10_10_1_1_battery_energy_in"],
"entities battery production": ["sensor.battery_sim_zp_20kwh_10_10_1_1_battery_energy_out"],
"entity co2-intensity": ["sensor.electricity_maps_co2_intensity"]
},
"scheduler": {
"active": "True",
"0554": "get_meteo_data",
"1154": "get_meteo_data",
"1229": "get_meteo_data",
"1754": "get_meteo_data",
"2354": "get_meteo_data",
"1255": "get_day_ahead_prices",
"1355": "get_day_ahead_prices",
"1455": "get_day_ahead_prices",
"1554": "get_day_ahead_prices",
"1655": "get_day_ahead_prices",
"xx00": "calc_optimum",
"2359": "clean_data"
}
} |