-
Notifications
You must be signed in to change notification settings - Fork 8
/
aquamqtt.yaml
543 lines (537 loc) · 16.4 KB
/
aquamqtt.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
mqtt:
binary_sensor:
- name: "Heating Element"
state_topic: "aquamqtt/main/stateElement"
payload_on: "1"
payload_off: "0"
icon: mdi:heating-coil
unique_id: atlantic_state_heatelement
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Heatpump"
state_topic: "aquamqtt/main/stateHeatpump"
payload_on: "1"
payload_off: "0"
icon: mdi:heat-pump-outline
unique_id: atlantic_state_heatpump
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Fan"
state_topic: "aquamqtt/main/stateFan"
payload_on: "1"
payload_off: "0"
icon: mdi:fan
unique_id: atlantic_state_fan
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "External Boiler"
state_topic: "aquamqtt/main/stateExtBoiler"
payload_on: "1"
payload_off: "0"
icon: mdi:water-boiler
unique_id: atlantic_state_extboiler
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Defrost"
state_topic: "aquamqtt/main/stateDefrost"
payload_on: "1"
payload_off: "0"
icon: mdi:snowflake-melt
unique_id: atlantic_state_defrost
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Active Override Operation Mode"
state_topic: "aquamqtt/stats/activeOverrides"
value_template: "{{ value_json.operationMode }}"
unique_id: atlantic_ctrl_activeoverrides_operationmode
icon: mdi:debug-step-over
payload_on: "1"
payload_off: "0"
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Active Override Operation Type"
state_topic: "aquamqtt/stats/activeOverrides"
value_template: "{{ value_json.operationType }}"
unique_id: atlantic_ctrl_activeoverrides_operationtype
icon: mdi:debug-step-over
payload_on: "1"
payload_off: "0"
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Active Override Target Temperature"
state_topic: "aquamqtt/stats/activeOverrides"
value_template: "{{ value_json.waterTempTarget }}"
unique_id: atlantic_ctrl_activeoverrides_target_temp
icon: mdi:debug-step-over
payload_on: "1"
payload_off: "0"
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Active Override Heating Element"
state_topic: "aquamqtt/stats/activeOverrides"
value_template: "{{ value_json.heatingElementEnabled }}"
unique_id: atlantic_ctrl_activeoverrides_heatelement
icon: mdi:debug-step-over
payload_on: "1"
payload_off: "0"
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Active Override Emergency Mode"
state_topic: "aquamqtt/stats/activeOverrides"
value_template: "{{ value_json.emergencyModeEnabled }}"
unique_id: atlantic_ctrl_activeoverrides_emergencymode
icon: mdi:debug-step-over
payload_on: "1"
payload_off: "0"
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Active Override Configuration Installation"
state_topic: "aquamqtt/stats/activeOverrides"
value_template: "{{ value_json.configInstallation }}"
unique_id: atlantic_ctrl_activeoverrides_configinstallation
icon: mdi:debug-step-over
payload_on: "1"
payload_off: "0"
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Active Override Time/Date"
state_topic: "aquamqtt/stats/activeOverrides"
value_template: "{{ value_json['time/date'] }}"
unique_id: atlantic_ctrl_activeoverrides_time
icon: mdi:debug-step-over
payload_on: "1"
payload_off: "0"
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
sensor:
- name: "Status"
state_topic: "aquamqtt/stats/lwlState"
icon: mdi:information
unique_id: atlantic_state
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "IP Address"
state_topic: "aquamqtt/stats/ipAddress"
icon: mdi:ip-network
unique_id: atlantic_ip
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "RSSI"
state_topic: "aquamqtt/stats/rssiDb"
unit_of_measurement: "dB"
icon: mdi:signal-cellular-2
unique_id: atlantic_rssi
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Water Temperature"
state_topic: "aquamqtt/main/waterTemp"
unit_of_measurement: "°C"
state_class: measurement
icon: mdi:thermometer-water
unique_id: atlantic_state_watertemp
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Supply Air Temperature"
state_topic: "aquamqtt/main/supplyAirTemp"
unit_of_measurement: "°C"
state_class: measurement
unique_id: atlantic_state_supplyair_temp
icon: mdi:thermometer
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Evaporator Air Temperature"
state_topic: "aquamqtt/main/evaporatorAirTemp"
unit_of_measurement: "°C"
state_class: measurement
unique_id: atlantic_state_evaporatorair_temp
icon: mdi:thermometer
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Evaporator Air Temperature Lower"
state_topic: "aquamqtt/main/evaporatorAirTempLower"
unit_of_measurement: "°C"
icon: mdi:thermometer
state_class: measurement
unique_id: atlantic_state_evaporatorair_temp_lower
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Total Hours"
state_topic: "aquamqtt/energy/totalHours"
unit_of_measurement: "h"
state_class: total
unique_id: atlantic_state_total_hours
icon: mdi:counter
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Total Water Production"
state_topic: "aquamqtt/energy/totalWaterProduction"
unit_of_measurement: "l"
state_class: total_increasing
unique_id: atlantic_state_total_water_production
icon: mdi:water-pump
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Total Heating Element Hours"
state_topic: "aquamqtt/energy/totalHeatingElemHours"
unit_of_measurement: "h"
state_class: total
unique_id: atlantic_state_total_heatelement_hours
icon: mdi:counter
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Total Heat Pump Hours"
state_topic: "aquamqtt/energy/totalHeatpumpHours"
unit_of_measurement: "h"
state_class: total
unique_id: atlantic_state_total_heatpump_hours
icon: mdi:counter
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Total Energy"
state_topic: "aquamqtt/energy/totalEnergyWh"
unit_of_measurement: "Wh"
device_class: energy
state_class: total
unique_id: atlantic_state_total_energy
icon: mdi:lightning-bolt-circle
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Power Consumed Heatpump"
state_topic: "aquamqtt/energy/powerHeatpump"
unit_of_measurement: "W"
device_class: power
state_class: measurement
unique_id: atlantic_state_power_heatpump
icon: mdi:lightning-bolt
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Power Consumed Heating Element"
state_topic: "aquamqtt/energy/powerHeatingElem"
unit_of_measurement: "W"
device_class: power
state_class: measurement
unique_id: atlantic_state_power_heatelement
icon: mdi:lightning-bolt
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Power Consumed Total"
state_topic: "aquamqtt/energy/powerTotal"
unit_of_measurement: "W"
device_class: power
state_class: measurement
unique_id: atlantic_state_power_total
icon: mdi:lightning-bolt-outline
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Date"
state_topic: "aquamqtt/hmi/date"
unique_id: atlantic_state_date
icon: mdi:calendar-range
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Time"
state_topic: "aquamqtt/hmi/time"
unique_id: atlantic_state_time
icon: mdi:clock-time-eight
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Fan PWM"
unit_of_measurement: "%"
state_topic: "aquamqtt/main/fanPWM"
unique_id: atlantic_state_fanpwm
icon: mdi:fan
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Override Mode"
state_topic: "aquamqtt/stats/overrideMode"
unique_id: atlantic_state_overridemode
icon: mdi:debug-step-over
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Timer Window A"
state_topic: "aquamqtt/hmi/timerWindowA"
unique_id: atlantic_state_time_windowa
icon: mdi:calendar-clock
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Timer Window B"
state_topic: "aquamqtt/hmi/timerWindowB"
unique_id: atlantic_state_time_windowb
icon: mdi:calendar-clock
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Anti-Legionella cycles per month"
state_topic: "aquamqtt/hmi/antiLegionellaPerMonth"
unique_id: atlantic_state_antilegionella
icon: mdi:virus-off
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Configuration AirDuct"
state_topic: "aquamqtt/hmi/configAirduct"
unique_id: atlantic_state_configairduct
icon: mdi:sign-direction
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "HMI Setup State"
state_topic: "aquamqtt/hmi/setupState"
unique_id: atlantic_state_hmi
icon: mdi:tablet-dashboard
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "AquaMQTT Mode"
state_topic: "aquamqtt/stats/aquamqttMode"
unique_id: atlantic_state_aquamqtt
icon: mdi:heat-pump
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
water_heater:
- name: "AquaMQTT boiler"
icon: mdi:water-boiler
modes:
- "ABSENCE"
- "AUTO"
- "BOOST"
- "MAN ECO OFF"
- "MAN ECO ON"
mode_state_topic: "aquamqtt/hmi/operationMode"
mode_command_topic: "aquamqtt/ctrl/operationMode"
temperature_state_topic: "aquamqtt/hmi/waterTempTarget"
temperature_command_topic: "aquamqtt/ctrl/waterTempTarget"
current_temperature_topic: "aquamqtt/main/waterTemp"
unique_id: atlantic_water_boiler_thermostat
precision: 1.0
button:
- name: "Reset Overrides"
command_topic: "aquamqtt/ctrl/reset"
payload_press: ""
qos: 0
retain: false
unique_id: atlantic_ctrl_reset
icon: mdi:restart
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
number:
- name: "Target Temperature"
state_topic: aquamqtt/hmi/waterTempTarget
command_topic: aquamqtt/ctrl/waterTempTarget
min: 40
max: 62
step: 1
unit_of_measurement: "°C"
unique_id: atlantic_ctrl_watertemp_target
icon: mdi:thermometer-water
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
switch:
- name: "PV Mode Heat Pump"
command_topic: "aquamqtt/ctrl/flagPVModeHeatPump"
state_topic: "aquamqtt/stats/flagPVModeHeatPump"
payload_on: "1"
payload_off: "0"
unique_id: atlantic_ctrl_pvmode_heatpump
icon: mdi:heat-pump
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "PV Mode Heating Element"
command_topic: "aquamqtt/ctrl/flagPVModeHeatElement"
state_topic: "aquamqtt/stats/flagPVModeHeatElement"
payload_on: "1"
payload_off: "0"
unique_id: atlantic_ctrl_pvmode_heatelement
icon: mdi:heating-coil
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Disable use of heat pump"
command_topic: "aquamqtt/ctrl/emergencyModeEnabled"
state_topic: "aquamqtt/hmi/emergencyModeEnabled"
payload_on: "1"
payload_off: "0"
unique_id: atlantic_ctrl_emergencymode
icon: mdi:car-brake-alert
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Enable use of heat element"
command_topic: "aquamqtt/ctrl/heatingElementEnabled"
state_topic: "aquamqtt/hmi/heatingElementEnabled"
payload_on: "1"
payload_off: "0"
unique_id: atlantic_ctrl_heatelementmode
icon: mdi:heating-coil
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
select:
- name: "Operation Mode"
command_topic: "aquamqtt/ctrl/operationMode"
state_topic: "aquamqtt/hmi/operationMode"
unique_id: atlantic_ctrl_operationmode
icon: mdi:list-box
options:
- "ABSENCE"
- "AUTO"
- "BOOST"
- "MAN ECO OFF"
- "MAN ECO ON"
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Operation Type"
command_topic: "aquamqtt/ctrl/operationType"
state_topic: "aquamqtt/hmi/operationType"
unique_id: atlantic_ctrl_operationtype
icon: mdi:timetable
options:
- "ALWAYS ON"
- "TIME WINDOW"
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1
- name: "Installation configuration"
command_topic: "aquamqtt/ctrl/configInstallation"
state_topic: "aquamqtt/hmi/configInstallation"
unique_id: atlantic_ctrl_configinstallation
icon: mdi:cog
options:
- "BOILER BACKUP / BOILER OPTIMIZED"
- "BOILER BACKUP / BOILER PRIORITY"
- "BOILER BACKUP / HEAT PUMP PRIORITY"
- "BOILER BACKUP / HEAT PUMP OPTIMIZED"
- "HEAT PUMP ONLY"
- "HEAT PUMP AND SOLAR BACKUP"
device:
identifiers: AquaMQTT
manufacturer: tspopp
name: AquaMQTT
model: V1