Add automated Roth floor heating control: comfort temps, night/away/vacation setbacks, seasonal valve guidance
This commit is contained in:
@@ -27,12 +27,6 @@
|
||||
binary_sensor.lille_bad_vindue: climate.lille_bad
|
||||
climate_entity: "{{ room_map[trigger.entity_id] }}"
|
||||
window_entity: "{{ trigger.entity_id }}"
|
||||
scene_name: "vindue_varme_{{ trigger.entity_id.split('.')[1] }}"
|
||||
- service: scene.create
|
||||
data:
|
||||
scene_id: "{{ scene_name }}"
|
||||
snapshot_entities:
|
||||
- "{{ climate_entity }}"
|
||||
- service: climate.set_hvac_mode
|
||||
target:
|
||||
entity_id: "{{ climate_entity }}"
|
||||
@@ -41,9 +35,8 @@
|
||||
- wait_template: "{{ is_state(window_entity, 'off') }}"
|
||||
timeout: "04:00:00"
|
||||
continue_on_timeout: true
|
||||
- service: scene.turn_on
|
||||
target:
|
||||
entity_id: "scene.{{ scene_name }}"
|
||||
# Genberegn korrekt temperatur (nat/væk/komfort) efter vindue lukkes
|
||||
- service: script.varme_recalculate
|
||||
|
||||
### Notifikation: Vindue åbner og ingen er hjemme
|
||||
|
||||
|
||||
Reference in New Issue
Block a user