-
Notifications
You must be signed in to change notification settings - Fork 7
/
komfovent_ui.yaml
193 lines (193 loc) · 5.21 KB
/
komfovent_ui.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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:button-card
entity: sensor.komfovent_operation_mode
color: grey
tap_action:
action: call-service
service: modbus.write_register
service_data:
address: 4
hub: Komfovent
unit: 1
value: 1
hold_action:
action: none
name: Away
show_name: true
icon: mdi:home-export-outline
color_type: card
state:
- value: Away
color: CornflowerBlue
- type: custom:button-card
entity: sensor.komfovent_operation_mode
color: grey
tap_action:
action: call-service
service: modbus.write_register
service_data:
address: 4
hub: Komfovent
unit: 1
value: 2
hold_action:
action: none
name: Normal
show_name: true
icon: mdi:home-account
color_type: card
state:
- value: Normal
color: CornflowerBlue
- type: custom:button-card
entity: sensor.komfovent_operation_mode
color: grey
tap_action:
action: call-service
service: modbus.write_register
service_data:
address: 4
hub: Komfovent
unit: 1
value: 3
hold_action:
action: none
name: Intensive
show_name: true
icon: mdi:weather-windy
color_type: card
state:
- value: Intensive
color: CornflowerBlue
- type: custom:button-card
entity: sensor.komfovent_operation_mode
color: grey
tap_action:
action: call-service
service: modbus.write_register
service_data:
address: 4
hub: Komfovent
unit: 1
value: 4
hold_action:
action: none
name: Boost
show_name: true
icon: mdi:fan
color_type: card
state:
- value: Boost
color: CornflowerBlue
- type: horizontal-stack
cards:
- type: custom:button-card
entity: sensor.komfovent_operation_mode
color: grey
tap_action:
action: call-service
service: shell_command.komfovent_kitchen_mode
service_data: {}
target: {}
hold_action:
action: none
name: Kitchen
show_name: true
icon: mdi:atom-variant
color_type: card
state:
- value: Kitchen
color: CornflowerBlue
- type: custom:button-card
entity: switch.komfovent_switch_eco
color: grey
name: Eco
icon: mdi:snowflake-variant
hold_action: more-info
color_type: card
state:
- value: 'on'
color: CornflowerBlue
- value: 'off'
color: grey
- type: custom:button-card
entity: switch.komfovent_switch_auto
color: grey
hold_action:
action: none
name: Auto
show_name: true
icon: mdi:autorenew
color_type: card
state:
- value: 'on'
color: CornflowerBlue
- value: 'off'
color: grey
- type: horizontal-stack
cards:
- type: sensor
entity: sensor.komfovent_supply_temperature_c
name: Supply
detail: 1
- type: sensor
entity: sensor.komfovent_heater_power_w
name: Heater
graph: line
icon: mdi:radiator
- type: sensor
entity: sensor.komfovent_supply_flow_volume
name: Supply
icon: mdi:fan
- type: horizontal-stack
cards:
- type: sensor
entity: sensor.komfovent_extract_temperature_c
name: Extract
icon: mdi:home-export-outline
- type: sensor
entity: sensor.komfovent_extract_humidity_sht
detail: 1
name: Humdity
- type: sensor
entity: sensor.co2_3
icon: mdi:molecule-co2
detail: 1
name: ' '
- type: horizontal-stack
cards:
- type: custom:numberbox-card
name: Eco Max
border: true
entity: input_number.komfovent_set_eco_max_temp
initial: '{{komfovent_eco_max_supply_temperature_c}}'
- type: custom:numberbox-card
name: Eco Min
border: true
entity: input_number.komfovent_set_eco_min_temp
initial: '{{komfovent_eco_min_supply_temperature_c}}'
- type: horizontal-stack
cards:
- type: custom:numberbox-card
name: Setpoint
border: true
entity: input_number.komfovent_set_temp
initial: '{{sensor.komfovent_status_normal_setpoint_c}}'
- type: custom:numberbox-card
name: Set Fan
border: true
entity: input_number.komfovent_set_fan
initial: '{{sensor.komfovent_fan_intensity}}'
- type: horizontal-stack
cards:
- type: sensor
entity: sensor.komfovent_status_normal_setpoint_c
icon: mdi:thermometer
name: Setpoint
- type: sensor
entity: sensor.komfovent_outdoor_temperature_c
name: Outside
icon: mdi:thermometer