-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlovelace.yaml
121 lines (121 loc) · 2.88 KB
/
lovelace.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
type: vertical-stack
cards:
- type: 'custom:apexcharts-card'
graph_span: 6d
apex_config:
yaxis:
- title:
text: spez. Dichte
min: 1000
max: 1100
decimalsInFloat: 0
tickAmount: 10
- show: false
min: 1000
max: 1100
- title:
text: 'Alkohol [%]'
opposite: true
min: 0
max: 10
decimalsInFloat: 0
tickAmount: 10
- show: false
min: 0
max: 10
chart:
height: 280px
header:
show: true
title: 'iSpindel Dichte und Alkohol [7d]'
show_states: true
colorize_states: true
y_axis_precision: 0
all_series_config:
stroke_width: 3
opacity: 0.9
type: line
show:
extremas: true
group_by:
func: avg
duration: 60min
series:
- entity: sensor.i_spindel_1_gravity
name: iSpindel 1
color: orange
float_precision: 0
- entity: sensor.i_spindel_2_gravity
name: iSpindel 2
color: lightblue
float_precision: 0
- entity: sensor.i_spindel_1_abv
name: iSpindel 1
color: red
float_precision: 1
- entity: sensor.i_spindel_2_abv
name: iSpindel 2
color: blue
float_precision: 1
- type: 'custom:apexcharts-card'
graph_span: 7d
apex_config:
yaxis:
- title:
text: 'Temperatur [°C]'
min: 5
max: 40
decimalsInFloat: 0
tickAmount: 7
- show: false
min: 5
max: 40
- title:
text: 'Akkustand [%]'
opposite: true
min: 0
max: 100
decimalsInFloat: 0
tickAmount: 10
- show: false
min: 0
max: 100
chart:
height: 280px
header:
show: true
title: 'iSpindel Temperatur und Akkustand [7d]'
show_states: true
colorize_states: true
y_axis_precision: 0
all_series_config:
stroke_width: 3
opacity: 0.9
float_precision: 1
type: line
show:
extremas: true
group_by:
func: avg
duration: 60min
series:
- entity: sensor.ispindel_1_mpu6050_temperature
name: iSpindel 1
color: orange
- entity: sensor.ispindel_2_mpu6050_temperature
name: iSpindel 2
color: lightblue
- entity: sensor.ispindel_1_battery_percentage
name: iSpindel 1
color: red
- entity: sensor.ispindel_2_battery_percentage
name: iSpindel 2
color: blue
- type: entities
entities:
- entity: input_number.og_spindel_1
- entity: input_number.og_spindel_2
- entity: input_boolean.esphome_prevent_deep_sleep
name: iSpindel Deep-sleep deaktivieren
tap_action:
action: toggle