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 -12
View File
@@ -1,12 +1,2 @@
### Set temperature to 24 in heat mode
- alias: "Tænd varme i kontor"
trigger:
platform: time
at: "19:30:00"
action:
- service: climate.set_temperature
target:
entity_id: climate.kontor
data:
temperature: 24
hvac_mode: heat
### Kontor-varme styres nu af script.varme_recalculate (include/scripts/varme_styring.yaml)
### Denne fil er beholdt tom for fremtidige manuelle overrides