-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhd.yaml
52 lines (43 loc) · 1.04 KB
/
hd.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
- server: http://localhost:8123/api/
- token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- outdoortemp_entity: sensor.boiler_outdoortemp
- outdoortemp_threshold: 5
- thermostats:
- room: WZ
entity: climate.wohnzimmer_thermostat
settemp: temperature
actualtemp: current_temperature
deltam: 0.25
hc: hc1
weight: 3
- room: WG
entity: climate.wintergarten_thermostat
settemp: temperature
actualtemp: current_temperature
deltam: 0.25
hc: hc1
weight: 3
- room: FB_Heizung
entity: climate.thermostat_hc2
settemp: temperature
actualtemp: current_temperature
deltam: 0.2
hc: hc2
weight: 5
- heatingcircuits:
- hc: hc1
weighton: 3
weightoff: 2
state: ems-esp/thermostat/hc1/tempautotemp
entity: number.thermostat_hc1_tempautotemp
on: -1
off: 0
savesettemp: false
- hc: hc2
weighton: 5
weightoff: 0
state: ems-esp/thermostat/hc2/tempautotemp
entity: number.thermostat_hc2_tempautotemp
on: -1
off: 0
savesettemp: true