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
| {
"homeassistant": {},
"database ha": {
"engine": "mysql",
"password": "!secret db_da_password"
},
"database da": {
"engine": "sqlite",
"db_path": "../data"
},
"meteoserver-key": "!secret meteoserver-key",
"prices": {
"source day ahead": "nordpool",
"entsoe-api-key": "!secret entsoe-api-key",
"energy taxes consumption": {
"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": {
"2024-04-01": 0.02923,
"2025-08-01": 0.02398
},
"cost supplier production": {
"2024-04-01": 0.02923,
"2025-08-01": 0.02398
},
"vat": {
"2024-01-01": 21
},
"last invoice": "2025-07-19",
"tax refund": "True"
},
"logging level": "info",
"use_calc_baseload": "false",
"baseload calc periode": 20,
"baseload": [
0.31,
0.24,
0.34,
0.33,
0.29,
0.29,
0.26,
0.51,
0.34,
0.78,
0.56,
0.57,
0.69,
0.59,
0.54,
0.37,
0.29,
0.33,
0.73,
0.67,
0.46,
0.48,
0.38,
0.22
],
"graphical backend": "",
"graphics": {
"style": "Solarize_Light2",
"show": "true",
"prices consumption": "True",
"prices production": "True",
"average consumption": "True",
"battery balance": "True"
},
"strategy": "minimize cost",
"notifications": {
"notification entity": "",
"opstarten": "False",
"berekening": "False",
"last activity entity": "input_datetime.dao_last_activity"
},
"grid": {
"max_power": 17
},
"history": {
"save days": 7
},
"dashboard": {
"port": 5000
},
"boiler": {
"boiler present": "False"
},
"heating": {
"heater present": "False"
},
"battery": [
{
"name": "Simulatie",
"entity actual level": "sensor.growatt2_battery_soc",
"capacity": 12.8,
"upper limit": 100,
"lower limit": 10,
"minimum power": 500,
"dc_to_bat efficiency": 0.98,
"bat_to_dc efficiency": 0.99,
"dc_to_bat max power": 4600,
"bat_to_dc_max_power": 4600,
"cycle cost": 0,
"entity set power feedin": "input_number.dao_set_power_feedin",
"entity set operating mode": "input_select.dao_bat_sim_operating_mode",
"entity stop inverter": "input_datetime.dao_stop_inverter",
"entity balance switch": "input_boolean.dao_balance_switch",
"entity calculated soc": "input_number.dao_entity_calculated_soc",
"entity from pv": "input_number.dao_from_pv",
"entity from ac": "input_number.dao_from_ac",
"entity from battery": "input_number.dao_from_battery",
"solar": [
{
"name": "Dak Woning",
"tilt": 35,
"orientation": 0,
"capacity": 3.12,
"yield": 0.00663,
"entity pv switch": ""
}
],
"charge stages": [
{
"power": 0,
"efficiency": 1
},
{
"power": 1000,
"efficiency": 0.95
},
{
"power": 2000,
"efficiency": 0.94
},
{
"power": 3000,
"efficiency": 0.93
},
{
"power": 4000,
"efficiency": 0.91
},
{
"power": 4500,
"efficiency": 0.9
}
],
"discharge stages": [
{
"power": 0,
"efficiency": 1
},
{
"power": 1000,
"efficiency": 0.94
},
{
"power": 2000,
"efficiency": 0.93
},
{
"power": 3000,
"efficiency": 0.92
},
{
"power": 4000,
"efficiency": 0.91
},
{
"power": 4500,
"efficiency": 0.9
}
]
}
],
"solar": [],
"electric vehicle": [],
"machines": [],
"tibber": {
"api_token": "!secret tibber_api_token"
},
"report": {
"entities grid consumption": [
"sensor.growatt2_total_from_grid"
],
"entities grid production": [
"sensor.growatt2_total_to_grid"
],
"entities solar production ac": [
"sensor.growatt2_total_production_pv2"
],
"entities solar production dc": [
"sensor.growatt2_pv2_power"
],
"entities ev consumption": [
"sensor.wieg_energy_added"
],
"entities wp consumption": [],
"entities boiler consumption": [],
"entities battery consumption": [
"sensor.growatt2_total_battery_charge"
],
"entities battery production": [
"sensor.growatt2_total_battery_discharge"
]
},
"scheduler": {
"1255": "get_day_ahead_prices",
"1355": "get_day_ahead_prices",
"1455": "get_day_ahead_prices",
"1554": "get_day_ahead_prices",
"1630": "get_meteo_data",
"1655": "get_day_ahead_prices",
"2230": "get_meteo_data",
"2359": "clean_data",
"0544": "get_meteo_data",
"1144": "get_meteo_data",
"1745": "get_meteo_data",
"2345": "get_meteo_data",
"0930": "calc_baseloads",
"xx00": "calc_optimum",
"xx15": "calc_optimum",
"xx30": "calc_optimum",
"xx45": "calc_optimum"
}
} |