Goedemiddag allemaal,
Al vooraf, bedankt voor alle informatie en de mooie tools, ik krijg alleen nog weinig output, probleem;
Ik krijg na configuratie geen handeling vanuit de tool. Hij laadt een beetje in de ochtend en handelt vervolgens de hele dag niet, terwijl er wel winst valt te behalen vanuit de batterij en hiermee te verkopen en te laden in de rustige periode, ook zit er nog lading in.
Dashboard:
/f/image/BlBQC4NsqCxEngwBJj6vWeW3.png?f=fotoalbum_large)
code;
Al vooraf, bedankt voor alle informatie en de mooie tools, ik krijg alleen nog weinig output, probleem;
Ik krijg na configuratie geen handeling vanuit de tool. Hij laadt een beetje in de ochtend en handelt vervolgens de hele dag niet, terwijl er wel winst valt te behalen vanuit de batterij en hiermee te verkopen en te laden in de rustige periode, ook zit er nog lading in.
Dashboard:
/f/image/BlBQC4NsqCxEngwBJj6vWeW3.png?f=fotoalbum_large)
code;
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
| {
"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": "tibber",
"energy taxes consumption": {
"2025-01-01": 0.10154
},
"energy taxes production": {
"2025-01-01": 0.10154
},
"cost supplier consumption": {
"2025-01-01": 0.01653
},
"cost supplier production": {
"2025-01-01": 0.01653
},
"vat consumption": {
"2025-01-01": 21
},
"vat production": {
"2025-01-01": 21
},
"last invoice": "2025-09-01",
"tax refund": "True"
},
"logging level" : "info",
"use_calc_baseload": "False",
"baseload calc periode": 56,
"baseload": [
0.14,
0.38,
0.26,
0.42,
0.25,
0.19,
0.13,
0.25,
0.33,
0.26,
0.31,
0.32,
0.41,
0.23,
0.26,
0.21,
0.61,
1.54,
1.26,
0.46,
0.42,
0.49,
0.48,
0.36
],
"graphical backend": "",
"graphics": {
"style": "Solarize_Light2",
"show" : "true",
"battery balance": "True",
"prices consumption": "True",
"prices production": "True",
"prices spot": "True",
"average consumption": "True"
},
"strategy": "minimize cost",
"notifications": {
},
"grid": {
"max_power": 17
},
"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": "Goodwe",
"entity actual level": "sensor.battery_state_of_charge",
"capacity": 33,
"upper limit": 90,
"lower limit": 20,
"optimal lower level": 20,
"entity min soc end opt": "input_number.min_soc_einde_opt",
"entity max soc end opt": "input_number.max_soc_einde_opt",
"dc_to_bat efficiency": 0.98,
"bat_to_dc efficiency": 0.98,
"minimum power": 250,
"charge stages": [
{ "power": 0.0, "efficiency": 1 },
{ "power": 200, "efficiency": 0.865 },
{ "power": 500, "efficiency": 0.925 },
{ "power": 750, "efficiency": 0.940 },
{ "power": 1000, "efficiency": 0.952 },
{ "power": 1500, "efficiency": 0.960 },
{ "power": 2000, "efficiency": 0.965 },
{ "power": 2500, "efficiency": 0.968 },
{ "power": 3000, "efficiency": 0.970 },
{ "power": 3500, "efficiency": 0.972 },
{ "power": 4000, "efficiency": 0.974 },
{ "power": 4500, "efficiency": 0.975 },
{ "power": 5000, "efficiency": 0.976 },
{ "power": 5500, "efficiency": 0.976 },
{ "power": 6000, "efficiency": 0.975 },
{ "power": 6500, "efficiency": 0.974 },
{ "power": 7000, "efficiency": 0.973 },
{ "power": 7500, "efficiency": 0.972 },
{ "power": 8000, "efficiency": 0.971 },
{ "power": 8500, "efficiency": 0.970 },
{ "power": 9000, "efficiency": 0.968 },
{ "power": 9500, "efficiency": 0.965 },
{ "power": 10000, "efficiency": 0.960 }
],
"discharge stages": [
{ "power": 0.0, "efficiency": 1 },
{ "power": 200, "efficiency": 0.880 },
{ "power": 500, "efficiency": 0.935 },
{ "power": 750, "efficiency": 0.948 },
{ "power": 1000, "efficiency": 0.958 },
{ "power": 1500, "efficiency": 0.965 },
{ "power": 2000, "efficiency": 0.968 },
{ "power": 2500, "efficiency": 0.971 },
{ "power": 3000, "efficiency": 0.973 },
{ "power": 3500, "efficiency": 0.974 },
{ "power": 4000, "efficiency": 0.975 },
{ "power": 4500, "efficiency": 0.976 },
{ "power": 5000, "efficiency": 0.976 },
{ "power": 5500, "efficiency": 0.976 },
{ "power": 6000, "efficiency": 0.975 },
{ "power": 6500, "efficiency": 0.974 },
{ "power": 7000, "efficiency": 0.973 },
{ "power": 7500, "efficiency": 0.972 },
{ "power": 8000, "efficiency": 0.971 },
{ "power": 8500, "efficiency": 0.970 },
{ "power": 9000, "efficiency": 0.969 },
{ "power": 9500, "efficiency": 0.967 },
{ "power": 10000, "efficiency": 0.965 }
],
"cycle cost": 0.01,
"solar": []
}
],
"solar": [
{ "name" : "Dakpanelen",
"tilt": 40,
"orientation": 10,
"capacity": 6.4,
"yield": 0.017
}
],
"electric vehicle": [ ],
"machines" : [ ],
"tibber": {
"api_token": "!secret tibber_api_token"
},
"report": {
"entities grid consumption": [
"sensor.tibber_pulse_brederolaan_30_accumulated_consumption"
],
"entities grid production": [
"sensor.tibber_pulse_brederolaan_30_accumulated_production"
],
"entities solar production ac": [
"sensor.solaredge_zonnepanelen_current_power"
],
"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"]
},
"scheduler": {
"active": "true",
"0430": "get_meteo_data",
"1030": "get_meteo_data",
"1630": "get_meteo_data",
"2230": "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"
}
} |
/f/image/L46TaLu1x5m6lWp6GdGPbIfF.png?f=fotoalbum_large)
/f/image/XRO90azRQNahRFlAeRMXrOyK.png?f=fotoalbum_large)