-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathherschel_t_mt_thermostat.yaml
More file actions
120 lines (115 loc) · 2.44 KB
/
herschel_t_mt_thermostat.yaml
File metadata and controls
120 lines (115 loc) · 2.44 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
name: Thermostat
products:
- id: ma3oamwzywooctul
manufacturer: Herschel
model: T-MT Mains powered Wifi thermostat
entities:
- entity: climate
translation_only_key: thermostat
dps:
- id: 1
name: hvac_mode
type: boolean
mapping:
- dps_val: true
value: "heat"
- dps_val: false
value: "off"
- id: 2
name: temperature
type: integer
constraint: temperature_unit
conditions:
- dps_val: "c"
range:
min: 160
max: 300
- dps_val: "f"
range:
min: 410
max: 1040
mapping:
- scale: 10
step: 5
- id: 3
name: current_temperature
type: integer
mapping:
- scale: 10
# - id: 104
# name: temperature_unit
# type: string
# mapping:
# - dps_val: "c"
# value: "C"
# - dps_val: "f"
# value: "F"
- id: 111
name: hvac_action
type: boolean
mapping:
- dps_val: true
value: "heating"
- dps_val: false
value: "off"
- id: 4
name: preset_mode
type: string
mapping:
- dps_val: manual
value: Manual
translation_key: manual
- dps_val: holiday
value: away
translation_key: away
- dps_val: auto
value: Program
translation_key: program
- entity: lock
name: Child lock
category: config
translation_key: child_lock
dps:
- id: 6
name: lock
type: boolean
- entity: number
name: Holiday length
category: config
class: duration
dps:
- id: 101
name: value
type: integer
unit: d
range:
min: 0
max: 99
- entity: switch
name: Open window technology
category: config
icon: "mdi:window-open"
dps:
- id: 103
name: switch
type: boolean
- entity: number
name: Temperature calibration
category: config
dps:
- id: 106
name: value
type: integer
unit: °
range:
min: -90
max: 90
mapping:
- scale: 10
- entity: switch
name: Adaptive start
category: config
dps:
- id: 107
name: switch
type: boolean