-
Notifications
You must be signed in to change notification settings - Fork 8
/
solis-dashboard.yaml
107 lines (107 loc) · 3.5 KB
/
solis-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
- theme: Backend-selected
title: Solis
path: solis
icon: mdi:flash
cards:
- type: custom:layout-card
layout_type: custom:vertical-layout
layout:
width: 1000
max_cols: 1
cards:
- type: custom:stack-in-card
title: null
mode: horizontal
cards:
- type: gauge
entity: sensor.solis_inverter_dc_power
name: Solar Power
max: 4000
min: 0
needle: false
- type: gauge
entity: sensor.solis_house_load_power
name: Load
max: 4000
min: 0
needle: false
- type: gauge
entity: sensor.solis_battery_soc
name: Battery SOC
needle: false
severity:
green: 50
yellow: 20
red: 12
- type: gauge
entity: sensor.solis_inverter_ac_power
name: Inverter Power
max: 4000
min: -4000
needle: true
severity:
green: -4000
yellow: -10
red: 10
- type: gauge
entity: sensor.solis_battery_power
name: Battery Power
max: 4000
min: -4000
needle: true
severity:
green: -4000
yellow: -10
red: 10
- type: gauge
entity: sensor.solis_grid_active_power_negative
name: Grid Power
max: 4000
min: -4000
needle: true
severity:
green: -4000
yellow: -10
red: 10
- type: custom:layout-card
layout_type: custom:masonry-layout
layout:
column_widths: 1fr 2fr;
width: 400
cards:
- type: custom:stack-in-card
title: null
mode: vertical
cards:
- type: energy-distribution
- type: energy-grid-neutrality-gauge
- type: energy-solar-consumed-gauge
- type: custom:history-explorer-card
header: Power Chart
cardName: historycard-93716784
combineSameUnits: true
graphs:
- type: line
title: Load / Grid / Solar
options:
interval: daily
ymax: 4000
entities:
- entity: sensor.solis_grid_active_power_negative
name: Grid
- entity: sensor.solis_house_load_power
name: Load
- entity: sensor.solis_inverter_dc_power
name: Solar Power
- entity: sensor.power_production_now
color: white
fill: rgba(0,0,0,0)
name: Forecast Solar
- type: line
title: Battery
options:
interval: daily
ymin: 0
ymax: 100
entities:
- entity: sensor.solis_battery_soc