Add automated Roth floor heating control: comfort temps, night/away/vacation setbacks, seasonal valve guidance

This commit is contained in:
2026-04-22 21:43:49 +02:00
parent 5bbf0a5082
commit fa79ffc0e6
6 changed files with 327 additions and 21 deletions
+2 -9
View File
@@ -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