-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenergy_dashboard.yaml
544 lines (544 loc) · 17.3 KB
/
energy_dashboard.yaml
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
title: Energy
path: energy
icon: mdi:lightning-bolt
cards:
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: "custom:button-card"
template: card_generic_swap
entity: sensor.solcast_forecast_today
name: Solcast today
- type: "custom:button-card"
template: card_generic_swap
entity: sensor.solcast_forecast_tomorrow
name: Solcast tomorrow
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: custom:power-wheel-card
title_power: Power distribution
solar_power_entity: sensor.inverter_power
grid_power_entity: sensor.grid_power
production_is_positive: false
solar_icon: mdi:white-balance-sunny
grid_icon: mdi:flash
home_icon: mdi:home-assistant
power_decimals: 1
color_icons: true
consuming_color: '#33ff33'
producing_color: '#dd5500'
invert_grid_colors: false
active_arrow_color: '#ffff00'
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: energy-date-selection
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: energy-usage-graph
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: energy-solar-graph
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: energy-distribution
link_dashboard: true
- type: custom:button-card
template: edge
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: conditional
conditions:
- entity: input_text.utility_current_electricity_tou_band
state: 'peak'
card:
type: custom:apexcharts-card
graph_span: 1d
update_interval: 5sec
show:
last_updated: true
span:
start: day
header:
show: true
title: Power
show_states: true
colorize_states: true
apex_config:
legend:
show: false
chart:
height: 250
zoom:
autoScaleYaxis: false
toolbar:
show: false
xaxis.type: datetime
stroke:
width: 1
curve: straight
all_series_config:
type: area
group_by:
func: avg
duration: 5min
extend_to: false
show:
legend_value: false
series:
- entity: sensor.inverter_power
name: Inverter power
color: rgb(86,166,75)
opacity: 0.4
- entity: sensor.total_load_power
name: Total load power
color: rgb(50,116,217)
opacity: 0.3
- entity: sensor.grid_offpeak_power_graph
name: Off-peak power
invert: true
color: rgb(232,165,53)
opacity: 0.3
show:
in_header: false
- entity: sensor.grid_shoulder_power_graph
name: Shoulder power
invert: true
color: rgb(242,204,12)
opacity: 0.5
show:
in_header: false
- entity: sensor.grid_peak_power_graph
name: Peak power
invert: true
color: rgb(224,47,68)
opacity: 0.5
show:
in_header: false
- entity: sensor.grid_power
name: Grid power (peak)
color: rgb(224,47,68)
show:
in_chart: false
- type: conditional
conditions:
- entity: input_text.utility_current_electricity_tou_band
state: 'shoulder'
card:
type: custom:apexcharts-card
graph_span: 1d
update_interval: 5sec
show:
last_updated: true
span:
start: day
header:
show: true
title: Power
show_states: true
colorize_states: true
apex_config:
legend:
show: false
chart:
height: 250
zoom:
autoScaleYaxis: false
toolbar:
show: false
xaxis.type: datetime
stroke:
width: 1
curve: straight
all_series_config:
type: area
group_by:
func: avg
duration: 5min
extend_to: false
show:
legend_value: false
series:
- entity: sensor.inverter_power
name: Inverter power
color: rgb(86,166,75)
opacity: 0.4
- entity: sensor.total_load_power
name: Total load power
color: rgb(50,116,217)
opacity: 0.3
- entity: sensor.grid_offpeak_power_graph
name: Off-peak power
invert: true
color: rgb(232,165,53)
opacity: 0.3
show:
in_header: false
- entity: sensor.grid_shoulder_power_graph
name: Shoulder power
invert: true
color: rgb(242,204,12)
opacity: 0.5
show:
in_header: false
- entity: sensor.grid_peak_power_graph
name: Peak power
invert: true
color: rgb(224,47,68)
opacity: 0.5
show:
in_header: false
- entity: sensor.grid_power
name: Grid power (shoulder)
color: rgb(242,204,12)
show:
in_chart: false
- type: conditional
conditions:
- entity: input_text.utility_current_electricity_tou_band
state: 'offpeak'
card:
type: custom:apexcharts-card
graph_span: 1d
update_interval: 5sec
show:
last_updated: true
span:
start: day
header:
show: true
title: Power
show_states: true
colorize_states: true
apex_config:
legend:
show: false
chart:
height: 250
zoom:
autoScaleYaxis: false
toolbar:
show: false
xaxis.type: datetime
stroke:
width: 1
curve: straight
all_series_config:
type: area
group_by:
func: avg
duration: 5min
extend_to: false
show:
legend_value: false
series:
- entity: sensor.inverter_power
name: Inverter power
color: rgb(86,166,75)
opacity: 0.4
- entity: sensor.total_load_power
name: Total load power
color: rgb(50,116,217)
opacity: 0.3
- entity: sensor.grid_offpeak_power_graph
name: Off-peak power
invert: true
color: rgb(232,165,53)
opacity: 0.3
show:
in_header: false
- entity: sensor.grid_shoulder_power_graph
name: Shoulder power
invert: true
color: rgb(242,204,12)
opacity: 0.5
show:
in_header: false
- entity: sensor.grid_peak_power_graph
name: Peak power
invert: true
color: rgb(224,47,68)
opacity: 0.5
show:
in_header: false
- entity: sensor.grid_power
name: Grid power (offpeak)
color: rgb(232,165,53)
show:
in_chart: false
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: custom:apexcharts-card
graph_span: 8d
update_interval: 2min
show:
last_updated: true
span:
end: day
header:
show: true
title: Daily Energy
show_states: true
colorize_states: true
apex_config:
legend:
show: false
chart:
toolbar:
show: false
height: 250
xaxis.type: datetime
all_series_config:
group_by:
func: last
duration: 24h
type: column
series:
- entity: sensor.energy_from_inverter_daily
name: Energy from inverter
color: rgb(86,166,75)
- entity: sensor.exported_energy_daily
name: Energy exported
color: rgb(151,125,255)
- entity: sensor.grid_consumption_energy_daily
name: Energy imported
color: rgb(224,47,68)
- entity: sensor.consumed_energy_day
name: Total consumed
color: rgb(50,116,217)
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: custom:apexcharts-card
graph_span: 1d
update_interval: 15sec
show:
last_updated: true
span:
start: day
header:
show: true
title: Aircon/Pool Power
show_states: true
colorize_states: true
apex_config:
legend:
show: false
chart:
height: 200
zoom:
type: x
enabled: true
autoScaleYaxis: false
toolbar:
show: false
autoSelected: zoom
xaxis.type: datetime
stroke:
width: 1
curve: smooth
all_series_config:
type: area
group_by:
func: avg
duration: 5min
extend_to: false
show:
legend_value: false
series:
- entity: sensor.iammeter_3_modbus_power_c
name: Aircon power
opacity: 0.5
- entity: sensor.pool_pump_smart_switch_electric_consumption_w
name: Pool power
opacity: 0.5
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: custom:apexcharts-card
graph_span: 8d
update_interval: 2min
show:
last_updated: true
span:
end: day
header:
show: true
title: Daily Aircon/Pool Energy
show_states: true
colorize_states: true
apex_config:
legend:
show: false
chart:
toolbar:
show: false
height: 200
xaxis.type: datetime
all_series_config:
group_by:
func: last
duration: 24h
type: column
series:
- entity: sensor.ac_energy_daily
name: Aircon energy
- entity: sensor.pool_pump_energy_daily
name: Pool energy
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: energy-sources-table
- type: custom:button-card
template: edge
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: energy-grid-neutrality-gauge
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: energy-solar-consumed-gauge
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: energy-carbon-consumed-gauge
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: sensor
entity: sensor.grid_consumption_tou_energy_daily_offpeak
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: sensor
entity: sensor.grid_consumption_tou_energy_daily_shoulder_am
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: sensor
entity: sensor.grid_consumption_tou_energy_daily_peak
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: sensor
entity: sensor.grid_consumption_tou_energy_daily_shoulder_pm
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: sensor
entity: sensor.grid_consumption_energy_daily
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: sensor
entity: sensor.energy_from_inverter_daily
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: sensor
entity: sensor.self_used_energy_day
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: sensor
entity: sensor.exported_energy_daily
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: sensor
entity: sensor.consumed_energy_day
- type: custom:button-card
template: edge
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: sensor
entity: sensor.self_consumption_rate_daily
- type: custom:button-card
template: edge
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:button-card
template: edge
- type: energy-devices-graph
- type: custom:button-card
template: edge