-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLovelace
466 lines (466 loc) · 15.4 KB
/
Lovelace
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
title: Home
views:
- path: default_view
title: Hjem
resources:
- url: >-
-/local/custom_lovelace/xiaomi_vacuum_map_card/xiaomi-vacuum-map-card.js
type: module
panel: false
icon: ''
badges: []
cards:
- type: vertical-stack
cards:
- type: 'custom:simple-thermostat'
entity: climate.hagalia
name: Varmepumpe
hide:
temperature: true
control:
_names: false
decimals: '1'
step_size: '1'
sensors:
- entity: sensor.daily_energy_consumption_varmepumpe
name: Strømforbruk i dag
- type: 'custom:simple-thermostat'
entity: climate.maja
hide:
temperature: true
control:
_names: false
_icon: false
sensors:
- entity: sensor.temperature_7
name: Romtemperatur
- entity: sensor.humidity_8
name: Luftfuktighet
- entity: sensor.climate_maja
name: Strømforbruk i dag
show_header: true
step_size: '1'
- type: 'custom:simple-thermostat'
entity: climate.vilja
hide:
temperature: true
control:
_names: false
_icon: false
sensors:
- entity: sensor.temperature_10
name: Romtemperatur
- entity: sensor.humidity_11
name: Luftfuktighet
- entity: sensor.climate_vilja
name: Strømforbruk i dag
step_size: '1'
- type: 'custom:simple-thermostat'
entity: climate.suite
hide:
temperature: true
control:
_names: false
_icon: false
sensors:
- entity: sensor.climate_suite
name: Strømforbruk i dag
step_size: '1'
step_layout: column
- type: button
tap_action:
action: toggle
entity: switch.avfukter
show_state: true
- type: vertical-stack
cards:
- type: gauge
entity: sensor.real_time_consumption_your_address_here
min: 0
max: 10000
severity:
green: 0
yellow: 3000
red: 5000
- type: picture-entity
entity: camera.ringeklokke
camera_image: camera.ringeklokke
show_state: false
show_name: false
camera_view: live
- type: entity
entity: sensor.temperature_2
- type: entity
entity: sensor.humidity_4
- type: entity
entity: sensor.fan_fan_temp
name: Temperatur vaskerom
- type: entity
entity: sensor.fan_fan_humidity
name: Luftfuktighet vaskerom
- type: entities
entities:
- entity: sensor.restavfall
- entity: sensor.papir
- entity: sensor.matavfall
- entity: sensor.plastemballasje
- entity: sensor.glass_metallemballasje
title: Neste søppeltømming
state_color: false
show_header_toggle: true
- type: entity
entity: sensor.stromkostnad_igar
- type: entity
entity: sensor.monthly_stromkostnad_hagalia
name: Strømkostnad denne mnd
- type: entity
entity: sensor.monthly_energy_consumption_hus
name: Strømforbruk denne mnd
- type: entity
entity: sensor.stromkostnad_forrige_mnd
- type: entity
entity: sensor.stromforbruk_forrige_mnd
- type: entity
entity: sensor.db_size
- type: vertical-stack
cards:
- type: 'custom:apexcharts-card'
update_interval: 4 min
experimental:
color_threshold: true
graph_span: 1d
cache: false
span:
start: day
header:
show: true
title: Kostnad / forbruk pr time
series:
- entity: sensor.hourly_stromforbruk1
type: column
name: Forbruk time
extend_to_end: false
color_threshold:
- value: 0
color: green
- value: 3
color: orange
- value: 5
color: red
group_by:
duration: 60 min
func: max
- entity: sensor.hourly_stromkostnad_hagalia
type: line
name: Pris time
stroke_width: 1
extend_to_end: false
color_threshold:
- value: 0
color: green
- value: 4
color: orange
- value: 5
color: red
group_by:
duration: 60 min
func: max
- type: 'custom:mini-graph-card'
color_thresholds:
- value: 0
color: green
- value: 1
color: orange
- value: 1.5
color: red
entities:
- entity: sensor.nordpool_now_inkl_nettleie
show_graph: false
show_state: true
state_adaptive_color: true
- entity: sensor.nordpool_today_hr_00_01
name: Today hour 1
show_legend: false
- entity: sensor.nordpool_today_hr_01_02
name: Today hour 2
show_legend: false
- entity: sensor.nordpool_today_hr_02_03
name: Today hour 3
show_legend: false
- entity: sensor.nordpool_today_hr_03_04
name: Today hour 4
show_legend: false
- entity: sensor.nordpool_today_hr_04_05
name: Today hour 5
show_legend: false
- entity: sensor.nordpool_today_hr_05_06
name: Today hour 6
show_legend: false
- entity: sensor.nordpool_today_hr_06_07
name: Today hour 7
show_legend: false
- entity: sensor.nordpool_today_hr_07_08
name: Today hour 8
show_legend: false
- entity: sensor.nordpool_today_hr_08_09
name: Today hour 9
show_legend: false
- entity: sensor.nordpool_today_hr_09_10
name: Today hour 10
show_legend: false
- entity: sensor.nordpool_today_hr_10_11
name: Today hour 11
show_legend: false
- entity: sensor.nordpool_today_hr_11_12
name: Today hour 12
show_legend: false
- entity: sensor.nordpool_today_hr_12_13
name: Today hour 13
show_legend: false
- entity: sensor.nordpool_today_hr_13_14
name: Today hour 14
show_legend: false
- entity: sensor.nordpool_today_hr_14_15
name: Today hour 15
show_legend: false
- entity: sensor.nordpool_today_hr_15_16
name: Today hour 16
show_legend: false
- entity: sensor.nordpool_today_hr_16_17
name: Today hour 17
show_legend: false
- entity: sensor.nordpool_today_hr_17_18
name: Today hour 18
show_legend: false
- entity: sensor.nordpool_today_hr_18_19
name: Today hour 19
show_legend: false
- entity: sensor.nordpool_today_hr_19_20
name: Today hour 20
show_legend: false
- entity: sensor.nordpool_today_hr_20_21
name: Today hour 21
show_legend: false
- entity: sensor.nordpool_today_hr_21_22
name: Today hour 22
show_legend: false
- entity: sensor.nordpool_today_hr_22_23
name: Today hour 23
show_legend: false
- entity: sensor.nordpool_today_hr_23_24
name: Today hour 24
show_legend: false
name: Strømpriser i dag inkl nettleie
group_by: hour
hours_to_show: 1
hour24: true
height: 100
icon: 'mdi:cash-multiple'
show:
graph: bar
labels: false
- type: 'custom:mini-graph-card'
entities:
- entity: sensor.tibber_forbruk_idag
name: Strømforbruk og kostnad i dag
- entity: sensor.stromkostnad_idag
name: Kostnad
show_state: true
show_graph: false
hours_to_show: 168
icon: 'mdi:flash'
min_bound_range: 0
height: 90
lower_bound: 0
upper_bound: 150
color_thresholds:
- value: 0
color: green
- value: 50
color: orange
- value: 100
color: red
bar_spacing: 20
aggregate_func: max
group_by: date
show:
graph: bar
legend: false
- type: entities
entities:
- entity: switch.avfukter
- entity: switch.varmeovn_kjeller
- entity: sensor.temperature_2
name: Temperatur kjeller
- entity: sensor.fan_fan_temp
icon: 'hass:thermometer'
name: Temperatur vaskerom
- entity: sensor.hagalia_room_temperature
name: 'Temperatur ved varmepumpe '
- entity: sensor.fan_fan_humidity
icon: 'hass:water-percent'
name: Luftfuktighet vaskerom
- entity: sensor.humidity_8
name: Luftfuktighet Maja rom
- entity: sensor.humidity_11
name: Luftfuktighet Vilja rom
- entity: sensor.humidity_4
name: Luftfuktighet Kjeller
state_color: true
- type: entities
entities:
- entity: sensor.tibber_minpower
icon: 'hass:flash'
- entity: sensor.tibber_highpower
icon: 'hass:flash'
- entity: sensor.tibber_averagepoweruse
icon: 'hass:flash'
title: Strømforbruk i dag
- type: entities
entities:
- entity: sensor.tibber_totalusage
icon: 'hass:flash'
- entity: sensor.hagalia_energy
name: Varmepumpe totalt
icon: 'hass:flash'
- entity: sensor.climate_suite_total_this_year
name: Varmeovn master bedroom i år
icon: 'hass:flash'
- entity: sensor.climate_maja_total_this_year
name: Varmeovn Maja i år
icon: 'hass:flash'
- entity: sensor.climate_vilja_total_this_year
name: Varmeovn Vilja i år
icon: 'hass:flash'
title: Strømforbruk totalt
- icon: 'mdi:cctv'
badges: []
cards:
- type: picture-entity
entity: camera.inngangsdor
show_name: false
show_state: false
camera_view: live
- type: picture-entity
entity: camera.gaardsplass
camera_view: live
show_state: false
show_name: false
- type: picture-entity
entity: light.sov_gang
camera_image: camera.ringeklokke
camera_view: live
show_state: false
show_name: false
- title: Lys
path: lys
icon: ''
badges: []
cards:
- type: entities
entities:
- entity: light.vilja1
- entity: light.vilja2
- entity: light.vilja3
title: Vilja lys
state_color: true
- type: entities
entities:
- entity: light.tradfri_bulb
- entity: light.tradfri_bulb_2
- entity: light.tradfri_bulb_3
title: Maja lys
state_color: true
show_header_toggle: true
- type: entities
entities:
- entity: light.entre1
- entity: light.entre2
- entity: light.entre3
title: Entré lys
state_color: true
- type: entities
entities:
- entity: light.color_temperature_light_2
- entity: light.color_temperature_light_4
title: Soveromsgang lys
state_color: true
- type: entities
entities:
- entity: light.color_light_2
- entity: light.color_temperature_light_5
- entity: light.lyspaere_bod
title: Diverse lys
state_color: true
- type: entities
entities:
- entity: light.suite1
- entity: light.suite2
- entity: light.suite3
title: Master bedroom lys
state_color: true
- type: logbook
entities:
- binary_sensor.presence_5
hours_to_show: 24
- type: logbook
entities:
- binary_sensor.presence_14
hours_to_show: 24
- type: logbook
entities:
- binary_sensor.motion_sensor
hours_to_show: 24
- title: Støvsuger
path: ''
badges: []
cards:
- type: 'custom:xiaomi-vacuum-map-card'
entity: vacuum.xiaomi_vacuum
calibration_points: null
camera_calibration: true
camera_view: live
map_camera: camera.xiaomi_cloud_map_extractor
- type: 'custom:vacuum-card'
entity: vacuum.xiaomi_vacuum_cleaner
image: false
show_status: true
show_toolbar: true
show_name: true
compact_view: true
- type: entities
entities:
- entity: sensor.vacuum_cleanmainbrush
- entity: sensor.vacuum_cleansidebrush
- entity: sensor.vacuum_cleanfilter
- entity: sensor.vacuum_sensordirtyleft
- entity: sensor.vacuum_total_cleaning_time
- entity: sensor.vacuum_total_cleaned_area
- entity: sensor.vacuum_cleaning_count
- title: Batteri
path: batteri
icon: ''
badges: []
cards:
- type: sensor
entity: sensor.hauge_battery_level
graph: line
- type: sensor
entity: sensor.nure_battery_level
graph: line
- type: sensor
entity: sensor.sm_t500_battery_level
graph: line
name: Wallpanel
- type: entities
entities:
- entity: sensor.lightlevel_13_battery_level
- entity: sensor.tradfri_remote_control_2
- entity: sensor.tradfri_remote_control
- entity: sensor.presence_5_battery_level
- entity: sensor.multi_sensor_battery_level
- entity: sensor.motion_sensor_battery_level
- entity: sensor.multi_sensor_2_maja_battery_level
- entity: sensor.multi_sensor_3_vilja_battery_level
- entity: sensor.fjernkontroll_suite
- entity: sensor.fjernkontroll_bod