Compare commits

...

12 Commits

Author SHA1 Message Date
claus f525ad040c version 2026-03-22 20:02:20 +01:00
claus 9a8f714035 lovelace 2026-03-22 20:02:04 +01:00
claus 2a3dac5be8 slet 2026-03-22 20:01:52 +01:00
claus 7d7eab9124 added resource 2026-03-22 20:01:24 +01:00
claus 397a3dea2d first 2026-03-22 20:00:15 +01:00
claus 0ff5b8727a first 2026-03-22 20:00:03 +01:00
claus 452f33ab62 first 2026-03-22 19:59:46 +01:00
claus 39e02fd52b daniel 2026-03-22 19:59:20 +01:00
claus f860e4f772 flyttet renovation 2026-03-22 19:38:04 +01:00
claus 1ee025df19 dashboard 2026-03-22 19:33:15 +01:00
claus 78db8c7ca7 fixed map 2026-03-22 19:31:20 +01:00
claus d751874a66 new 2026-03-22 19:20:39 +01:00
11 changed files with 411 additions and 44 deletions
+1 -1
View File
@@ -1 +1 @@
2026.2.2 2026.3.3
+1 -7
View File
@@ -121,10 +121,4 @@ switch: !include_dir_merge_list include/switches/
lovelace: lovelace:
mode: yaml mode: yaml
dashboards:
my-dashboard:
mode: yaml
title: Home
icon: mdi:home
show_in_sidebar: true
filename: dashboard.yaml
+14 -11
View File
@@ -22,6 +22,20 @@ sections:
- entity: person.andreas_schusler_dethlefsen - entity: person.andreas_schusler_dethlefsen
name: Andreas name: Andreas
# 🗑️ Affald
- type: grid
cards:
- type: heading
heading: Affald
- type: entities
entities:
- entity: sensor.affalddk_norgardsvej_22_restaffald
name: Rest
- entity: sensor.affalddk_norgardsvej_22_papir_plast
name: Papir/plast
- entity: sensor.affalddk_norgardsvej_22_haveaffald
name: Have
@@ -173,17 +187,6 @@ sections:
name: Fejl name: Fejl
# 🗑️ Affald
- type: grid
cards:
- type: heading
heading: Affald
- type: entities
entities:
- sensor.affalddk_norgardsvej_22_restaffald
- sensor.affalddk_norgardsvej_22_papir_plast
- sensor.affalddk_norgardsvej_22_haveaffald
# 🎵 Sonos # 🎵 Sonos
+94 -4
View File
@@ -1,5 +1,95 @@
title: Rum title: Stue
path: rooms path: stue
icon: mdi:floor-plan icon: mdi:sofa
type: sections type: sections
sections: []
sections:
# 🎵 Musik
- type: grid
cards:
- type: heading
heading: Musik
- type: media-control
entity: media_player.stue
name: Sonos Stue
- type: media-control
entity: media_player.denon_avr_x2300w
name: Denon AVR
- type: entities
title: Afspilningsinfo
entities:
- media_player.stue
- media_player.denon_avr_x2300w
# 💡 Lys
- type: grid
cards:
- type: heading
heading: Lys
- type: light
entity: light.stue
name: Stue Lys
- type: light
entity: light.stue_spot
name: Spot
- type: light
entity: light.stue_lysekrone
name: Lysekrone
- type: light
entity: light.stue_indirekte
name: Indirekte
# 🪟 Gardiner
- type: grid
cards:
- type: heading
heading: Gardiner
- type: cover
entity: cover.hojre
name: Højre
- type: cover
entity: cover.midt
name: Midt
- type: cover
entity: cover.syd
name: Syd
- type: cover
entity: cover.venstre
name: Venstre
- type: cover
entity: cover.terrasse_dor
name: Terrasse dør
# 🌡️ Temperatur
- type: grid
cards:
- type: heading
heading: Temperatur
- type: tile
entity: sensor.sovevaerelse_stue_temperatur
name: Temperatur
- type: tile
entity: sensor.sovevaerelse_stue_luftfugtighed
name: Luftfugtighed
- type: tile
entity: sensor.sovevaerelse_stue_carbon_dioxide
name: CO₂
+18 -19
View File
@@ -11,9 +11,14 @@ sections:
- type: heading - type: heading
heading: Støvsuger heading: Støvsuger
- type: tile - type: custom:roborock-map-card
entity: vacuum.roborock_s8_pro_ultra entity: vacuum.roborock_s8_pro_ultra
name: Roborock show_overlay: true
show_mop: true
show_vacuum: true
map_zoom: 1.0
map_size: 400
name: Kort
- type: tile - type: tile
entity: sensor.roborock_s8_pro_ultra_status entity: sensor.roborock_s8_pro_ultra_status
@@ -27,23 +32,6 @@ sections:
entity: binary_sensor.roborock_s8_pro_ultra_cleaning entity: binary_sensor.roborock_s8_pro_ultra_cleaning
name: Rengøring i gang name: Rengøring i gang
- type: image
entity: image.roborock_s8_pro_ultra_map_0
name: Kort
camera_image: image.roborock_s8_pro_ultra_map_0
show_state: false
# 📊 Historik
- type: grid
cards:
- type: history-graph
title: Rengøringshistorik
entities:
- sensor.roborock_s8_pro_ultra_status
hours_to_show: 24
refresh_interval: 60
# 🏠 Rum-knapper # 🏠 Rum-knapper
- type: grid - type: grid
@@ -85,6 +73,17 @@ sections:
entity_id: button.roborock_s8_pro_ultra_vac_followed_by_mop entity_id: button.roborock_s8_pro_ultra_vac_followed_by_mop
# 📊 Historik
- type: grid
cards:
- type: history-graph
title: Rengøringshistorik
entities:
- sensor.roborock_s8_pro_ultra_status
hours_to_show: 24
refresh_interval: 60
# ⚙️ Automations-knapper # ⚙️ Automations-knapper
- type: grid - type: grid
cards: cards:
+92 -2
View File
@@ -1,5 +1,95 @@
title: Energi title: Energi
path: energy path: energi
icon: mdi:flash icon: mdi:flash
type: sections type: sections
sections: []
sections:
# ⚡ Strømpris
- type: grid
cards:
- type: heading
heading: Strømpris
- type: tile
entity: sensor.energi_data_service
name: Nuværende pris (kr/kWh)
- type: history-graph
title: Strømpris sidste 24 timer
entities:
- sensor.energi_data_service
hours_to_show: 24
refresh_interval: 60
# 🏠 Hjemmets energiforbrug
- type: grid
cards:
- type: heading
heading: Forbrug
- type: sensor
entity: sensor.home_energy_usage
name: Aktuelt forbrug
- type: history-graph
title: Forbrug sidste 24 timer
entities:
- sensor.home_energy_usage
hours_to_show: 24
refresh_interval: 60
- type: history-graph
title: Forbrug sidste 7 dage
entities:
- sensor.home_energy_usage
hours_to_show: 168
refresh_interval: 300
# 🔋 Batteri / lager
- type: grid
cards:
- type: heading
heading: Batteri
- type: sensor
entity: sensor.home_battery_level
name: Batteri %
- type: sensor
entity: sensor.home_battery_charge
name: Ladehastighed
# 💡 Automations / kontrol
- type: grid
cards:
- type: heading
heading: Automations
- type: button
name: Stop opladning Tesla
icon: mdi:car-electric
tap_action:
action: call-service
service: tesla.stop_charge
target:
entity_id: vacuum.snowywhite
- type: button
name: Start opladning Tesla
icon: mdi:car-electric
tap_action:
action: call-service
service: tesla.start_charge
target:
entity_id: vacuum.snowywhite
- type: button
name: Tænd/Sluk tungt forbrug
icon: mdi:flash
tap_action:
action: toggle
entity: switch.heavy_load
+48
View File
@@ -0,0 +1,48 @@
title: Daniel
path: daniel
icon: mdi:bed
type: sections
sections:
# 🎵 Musik
- type: grid
cards:
- type: heading
heading: Musik
- type: media-control
entity: media_player.daniel
name: Sonos Daniel
# 💡 Lys
- type: grid
cards:
- type: heading
heading: Lys
- type: light
entity: light.daniel
name: Daniel Lys
- type: light
entity: light.daniel_spot
name: Spot
# 🌡️ Temperatur
- type: grid
cards:
- type: heading
heading: Temperatur
- type: tile
entity: sensor.sovevaerelse_daniel_temperatur
name: Temperatur
- type: tile
entity: sensor.sovevaerelse_daniel_luftfugtighed
name: Luftfugtighed
- type: tile
entity: sensor.sovevaerelse_daniel_carbon_dioxide
name: CO₂
+48
View File
@@ -0,0 +1,48 @@
title: Andreas
path: andreas
icon: mdi:bed
type: sections
sections:
# 🎵 Musik
- type: grid
cards:
- type: heading
heading: Musik
- type: media-control
entity: media_player.andreas
name: Sonos Andreas
# 💡 Lys
- type: grid
cards:
- type: heading
heading: Lys
- type: light
entity: light.andreas
name: Andreas Lys
- type: light
entity: light.andreas_spot
name: Spot
# 🌡️ Temperatur
- type: grid
cards:
- type: heading
heading: Temperatur
- type: tile
entity: sensor.sovevaerelse_stue_temperatur
name: Temperatur
- type: tile
entity: sensor.sovevaerelse_stue_luftfugtighed
name: Luftfugtighed
- type: tile
entity: sensor.sovevaerelse_stue_carbon_dioxide
name: CO₂
+86
View File
@@ -0,0 +1,86 @@
title: Tesla
path: tesla
icon: mdi:car-electric
type: sections
sections:
# 🔋 Batteri og opladning
- type: grid
cards:
- type: heading
heading: Batteri & Opladning
- type: tile
entity: sensor.snowywhite_battery_level
name: Batteri (%)
- type: tile
entity: sensor.snowywhite_battery_range
name: Rækkevidde (km)
- type: tile
entity: sensor.snowywhite_charge_state
name: Opladningstilstand
- type: tile
entity: sensor.snowywhite_charge_rate
name: Ladehastighed (km/t)
# 🚗 Døre, låse og tilstand
- type: grid
cards:
- type: heading
heading: Døre & Lås
- type: entities
entities:
- lock.snowywhite_door_lock
- binary_sensor.snowywhite_front_left_door
- binary_sensor.snowywhite_front_right_door
- binary_sensor.snowywhite_rear_left_door
- binary_sensor.snowywhite_rear_right_door
- binary_sensor.snowywhite_trunk
- binary_sensor.snowywhite_frunk
- type: tile
entity: sensor.snowywhite_vehicle_state
name: Tilstand
# 🌡️ Temperatur
- type: grid
cards:
- type: heading
heading: Temperatur
- type: tile
entity: sensor.snowywhite_inside_temp
name: Inde (°C)
- type: tile
entity: sensor.snowywhite_outside_temp
name: Ude (°C)
# 📍 Lokation
- type: map
title: Lokation
default_zoom: 15
entities:
- device_tracker.snowywhite
show_state: true
# 🔧 Maintenance / alerts
- type: grid
cards:
- type: heading
heading: Vedligeholdelse / Alerts
- type: entities
entities:
- sensor.snowywhite_maintenance_required
- sensor.snowywhite_tire_pressure_alert
- sensor.snowywhite_software_update
+9
View File
@@ -0,0 +1,9 @@
# ui-lovelace.yaml
# 1. Resources til custom cards
resources:
- url: /hacsfiles/lovelace-xiaomi-vacuum-map-card/roborock-map-card.js
type: module
# 2. Selve views
views: !include_dir_list dashboards/views