-
Notifications
You must be signed in to change notification settings - Fork 8
/
eco7-dashboard.yaml
77 lines (76 loc) · 2.43 KB
/
eco7-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
views:
- theme: Backend-selected
title: Home
type: custom:vertical-layout
badges: []
cards:
- type: horizontal-stack
cards:
- type: gauge
entity: sensor.solis_inverter_dc_power
min: 0
max: 5000
name: Solar
- type: gauge
entity: sensor.daily_solar
name: Daily Solar
- type: horizontal-stack
cards:
- type: gauge
entity: sensor.solis_house_load_power
max: 4000
min: 0
name: Load
- type: gauge
entity: sensor.solis_battery_soc
severity:
green: 20
yellow: 15
red: 12
name: Battery SOC
- type: horizontal-stack
cards:
- type: entity
entity: sensor.solis_grid_mode
name: Grid Mode
state_color: true
icon: mdi:sync
card_mod:
style: |
ha-card {
{% if (states('sensor.solis_grid_mode')) == 'Import' -%}
--ha-card-background: darkred; color: white);
{%- else -%}
--ha-card-background: darkgreen; color: white);}
{%- endif %}
}
- type: entity
entity: sensor.solis_battery_mode
name: Battery Mode
icon: mdi:battery-arrow-up
card_mod:
style: |
ha-card {
{% if (states('sensor.solis_battery_mode')) == 'Discharge' -%}
--ha-card-background: darkred; color: white);
{%- else -%}
--ha-card-background: darkgreen; color: white);}
{%- endif %}
}
- type: custom:stack-in-card
cards:
- type: entities
entities:
- entity: input_boolean.solis_eco7_charging
- entity: input_datetime.economy_7_start
- entity: input_datetime.economy_7_end
- entity: sensor.solis_eco7_time_remaining
- entity: input_number.eco7_target_soc
- entity: sensor.solis_eco7_charge_current
title: Economy 7 Charging
state_color: true
- type: history-graph
entities:
- entity: sensor.solis_battery_soc
hours_to_show: 12
ymax: 100