Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 734bbe9ad6 | |||
| 2ec90e316b | |||
| 8c1dded88e | |||
| ed6a67b7af | |||
| 290b0aa373 | |||
| a93cad7434 | |||
| 2d51a1a41c | |||
| 5c90741847 |
@@ -12,7 +12,7 @@
|
||||
- alias: 'Daniel kommer hjem (mor)'
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: device_tracker.daniels_iphone_7_3
|
||||
entity_id: device_tracker.unifi_daniel
|
||||
to: 'home'
|
||||
|
||||
action:
|
||||
@@ -23,7 +23,7 @@
|
||||
- alias: 'Daniel kommer hjem'
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: device_tracker.daniels_iphone_7_3
|
||||
entity_id: device_tracker.unifi_daniel
|
||||
to: 'home'
|
||||
|
||||
action:
|
||||
@@ -34,7 +34,7 @@
|
||||
- alias: 'Andreas kommer hjem (mor)'
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: device_tracker.andreas_iphone_12
|
||||
entity_id: device_tracker.unifi_andreas
|
||||
to: 'home'
|
||||
|
||||
action:
|
||||
@@ -46,7 +46,7 @@
|
||||
- alias: 'Andreas kommer hjem'
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: device_tracker.andreas_iphone_12
|
||||
entity_id: device_tracker.unifi_andreas
|
||||
to: 'home'
|
||||
|
||||
action:
|
||||
|
||||
@@ -1,21 +1,23 @@
|
||||
- id: garage_auto_claus_distance
|
||||
- id: garage_auto_claus_presence
|
||||
alias: Garage auto Claus
|
||||
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.claus_distance_home
|
||||
below: 40
|
||||
- platform: state
|
||||
entity_id: device_tracker.clausiphone
|
||||
to: "home"
|
||||
id: arriving
|
||||
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.claus_distance_home
|
||||
above: 60
|
||||
- platform: state
|
||||
entity_id: device_tracker.clausiphone
|
||||
from: "home"
|
||||
to: "not_home"
|
||||
id: leaving
|
||||
|
||||
condition:
|
||||
- condition: time
|
||||
after: "05:30:00"
|
||||
before: "22:30:00"
|
||||
after: "05:00:00"
|
||||
before: "23:00:00"
|
||||
|
||||
- condition: state
|
||||
entity_id: device_tracker.snowywhite_location_tracker
|
||||
state: "home"
|
||||
@@ -23,7 +25,7 @@
|
||||
action:
|
||||
- choose:
|
||||
|
||||
# ÅBN
|
||||
# ÅBN (Arriving)
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id: arriving
|
||||
@@ -35,7 +37,11 @@
|
||||
target:
|
||||
entity_id: cover.anne
|
||||
|
||||
# LUK
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
data:
|
||||
message: "Garage opened (arrival detected)"
|
||||
|
||||
# LUK (Leaving)
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id: leaving
|
||||
@@ -47,5 +53,9 @@
|
||||
target:
|
||||
entity_id: cover.anne
|
||||
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
data:
|
||||
message: "Garage closed (departure detected)"
|
||||
|
||||
mode: single
|
||||
|
||||
|
||||
@@ -1,74 +1,107 @@
|
||||
- id: roborock_smart_cleaning
|
||||
alias: Roborock Smart Cleaning
|
||||
mode: single
|
||||
- id: track_house_empty_time
|
||||
alias: Track House Empty Time
|
||||
mode: restart
|
||||
|
||||
trigger:
|
||||
- id: house_empty
|
||||
platform: state
|
||||
- platform: state
|
||||
entity_id: binary_sensor.family_presence
|
||||
to: "off"
|
||||
for: "00:30:00"
|
||||
|
||||
- id: someone_home
|
||||
platform: state
|
||||
entity_id: binary_sensor.family_presence
|
||||
to: "on"
|
||||
condition:
|
||||
- condition: template
|
||||
value_template: "{{ trigger.from_state.state != 'unavailable' }}"
|
||||
|
||||
- id: midnight
|
||||
platform: time
|
||||
action:
|
||||
- service: input_datetime.set_datetime
|
||||
target:
|
||||
entity_id: input_datetime.house_became_empty
|
||||
data:
|
||||
timestamp: "{{ now().timestamp() }}"
|
||||
|
||||
- id: roborock_reset_daily_counter
|
||||
alias: Roborock Reset Daily Counter
|
||||
trigger:
|
||||
- platform: time
|
||||
at: "00:00:00"
|
||||
|
||||
action:
|
||||
- choose:
|
||||
|
||||
# 🔹 Reset daglig tæller ved midnat
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id: midnight
|
||||
sequence:
|
||||
- service: input_number.set_value
|
||||
target:
|
||||
entity_id: input_number.roborock_auto_runs_today
|
||||
data:
|
||||
value: 0
|
||||
|
||||
# 🔹 Start rengøring hvis huset har været tomt i 30 min
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id: house_empty
|
||||
- id: roborock_smart_cleaning_start
|
||||
alias: Roborock Smart Cleaning Start
|
||||
mode: single
|
||||
|
||||
trigger:
|
||||
# Tjek løbende mens huset er tomt
|
||||
- platform: time_pattern
|
||||
minutes: "/5"
|
||||
|
||||
condition:
|
||||
# Huset er tomt
|
||||
- condition: state
|
||||
entity_id: binary_sensor.family_presence
|
||||
state: "off"
|
||||
|
||||
# Har været tomt i 30 min (robust)
|
||||
- condition: template
|
||||
value_template: >
|
||||
{{ states('input_datetime.house_became_empty') not in ['unknown','unavailable',''] and
|
||||
(as_timestamp(now()) - as_timestamp(states('input_datetime.house_became_empty'))) > 1800 }}
|
||||
|
||||
# Max 2 gange dagligt
|
||||
- condition: numeric_state
|
||||
entity_id: input_number.roborock_auto_runs_today
|
||||
below: 2
|
||||
|
||||
- condition: state
|
||||
entity_id: vacuum.roborock_s8_pro_ultra
|
||||
state: docked
|
||||
# Støvsuger klar (robust state check)
|
||||
- condition: template
|
||||
value_template: >
|
||||
{{ states('vacuum.roborock_s8_pro_ultra') in ['docked','idle','charging'] }}
|
||||
|
||||
# Batteri OK
|
||||
- condition: numeric_state
|
||||
entity_id: vacuum.roborock_s8_pro_ultra
|
||||
attribute: battery_level
|
||||
above: 20
|
||||
|
||||
action:
|
||||
- alias: "Start cleaning (retry op til 3 gange)"
|
||||
repeat:
|
||||
count: 3
|
||||
sequence:
|
||||
- service: button.press
|
||||
target:
|
||||
entity_id: button.roborock_s8_pro_ultra_kokken_bryggers
|
||||
|
||||
- delay: "00:00:20"
|
||||
|
||||
- condition: state
|
||||
entity_id: vacuum.roborock_s8_pro_ultra
|
||||
state: "cleaning"
|
||||
|
||||
- service: input_number.increment
|
||||
target:
|
||||
entity_id: input_number.roborock_auto_runs_today
|
||||
|
||||
# 🔹 Stop robotten hvis nogen kommer hjem
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id: someone_home
|
||||
- id: roborock_stop_when_home
|
||||
alias: Roborock Stop When Someone Comes Home
|
||||
mode: restart
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.family_presence
|
||||
to: "on"
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: vacuum.roborock_s8_pro_ultra
|
||||
state: cleaning
|
||||
state: "cleaning"
|
||||
|
||||
sequence:
|
||||
action:
|
||||
- service: vacuum.return_to_base
|
||||
target:
|
||||
entity_id: vacuum.roborock_s8_pro_ultra
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
house_became_empty:
|
||||
name: House Became Empty
|
||||
has_date: true
|
||||
has_time: true
|
||||
@@ -1,5 +1,5 @@
|
||||
roborock_auto_runs_today:
|
||||
name: Roborock Auto Runs Today
|
||||
min: 0
|
||||
max: 2
|
||||
max: 5
|
||||
step: 1
|
||||
|
||||
@@ -4,8 +4,8 @@ binary_sensor:
|
||||
device_class: presence
|
||||
state: >
|
||||
{{ [
|
||||
states('person.anne_schusler_dethlefsen'),
|
||||
states('person.claus_dethlefsen'),
|
||||
states('person.andreas_schusler_dethlefsen'),
|
||||
states('person.daniel_schusler_dethlefsen')
|
||||
states('device_tracker.unifi_anne'),
|
||||
states('device_tracker.unifi_claus'),
|
||||
states('device_tracker.unifi_andreas'),
|
||||
states('device_tracker.unifi_daniel')
|
||||
] | select('eq', 'home') | list | count > 0 }}
|
||||
|
||||
Reference in New Issue
Block a user