-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDaikin
634 lines (634 loc) · 23.1 KB
/
Daikin
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
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
uid: Daikin HVAC
tags: []
props:
parameters:
- description: Location (room) or device name
label: Title
name: title
required: false
type: TEXT
- context: item
description: Item for power channel
label: Power
name: itemPower
required: false
type: TEXT
- context: item
description: Item for indoor temperature channel
label: Indoor temperature
name: itemIndoorTemp
required: false
type: TEXT
- context: item
description: Item for outdoor temperature channel
label: Outdoor temperature
name: itemOutdoorTemp
required: false
type: TEXT
- context: item
description: Item for target temperature channel
label: Target temperature
name: itemTargetTemp
required: false
type: TEXT
- description: Set minimum target temperature (default = 0)
label: Minimum Temperature
name: MinimumTemperature
required: false
type: INTEGER
- description: Set maximum target temperature (default = 100)
label: Maximum Temperature
name: MaximumTemperature
required: false
type: INTEGER
- description: Set Target Temperature Stepsize (default = 1)
label: Target Temperature Stepsize
name: TemperatureStepsize
required: false
type: DECIMAL
- context: item
description: Item for operation mode channel
label: Operation mode
name: itemMode
required: false
type: TEXT
- context: item
description: Item for fan speed channel
label: Fan speed
name: itemFanSpeed
required: false
type: TEXT
- context: item
description: Item for swing channel
label: Swing mode
name: itemSwing
required: false
type: TEXT
- context: item
description: Item Energy Cooling Today
label: Energy Cooling Today
name: itemEnergyCoolingToday
required: false
type: TEXT
- context: item
description: Item Energy Heating Today
label: Energy Heating Today
name: itemEnergyHeatingToday
required: false
type: TEXT
- description: Hide timer button and options
label: Hide Timer Function
name: hideTimerFunction
required: false
type: BOOLEAN
- context: item
description: Switch item for timer
label: Switch Timer ON/OFF
name: itemTimerSwitch
required: false
type: TEXT
advanced: true
- context: item
description: Item for timer duration
label: Timer Duration
name: itemTimerDuration
required: false
type: TEXT
advanced: true
- description: Timer minimum duration
label: Timer minimum
name: TimerMinimum
required: false
type: DECIMAL
advanced: true
- description: Timer maximum duration
label: Timer maximum
name: TimerMaximum
required: false
type: DECIMAL
advanced: true
- description: Timer step
label: Timer step
name: TimerStep
required: false
type: DECIMAL
advanced: true
- description: Timer scale steps
label: Timer scale steps
name: TimerScaleSteps
required: false
type: DECIMAL
advanced: true
- description: Timer scale sub steps
label: Timer scale sub steps
name: TimerScaleSubSteps
required: false
type: DECIMAL
advanced: true
parameterGroups: []
timestamp: Nov 7, 2022, 10:12:27 AM
component: f7-card
config:
class:
- no-padding
outline: true
title: =props.title
slots:
default:
- component: f7-row
config:
class:
- margin-top-half
- margin-left-half
- margin-right-half
- margin-bottom
slots:
default:
- component: f7-col
config:
large: "33"
width: "50"
slots:
default:
- component: f7-segmented
config:
class:
- segmented-strong
style:
--f7-button-border-radius: 4px
--f7-button-fill-hover-bg-color: var(--f7-theme-color)
--f7-button-padding-horizontal: 0px
--f7-button-padding-vertical: 0px
--f7-segmented-strong-between-buttons: 5px
--f7-segmented-strong-bg-color: transparent
--f7-segmented-strong-button-font-weight: 300
--f7-segmented-strong-button-hover-bg-color: rgba(var(--f7-theme-color-rgb), 0.07)
--f7-segmented-strong-padding: 0px
slots:
default:
- component: oh-button
config:
action: toggle
actionCommand: ON
actionCommandAlt: OFF
actionItem: =props.itemPower
class:
- padding-top-half
- display-flex
- flex-direction-column
fill: "=(items[props.itemPower].state === 'ON') ? true : false"
icon-f7: power
iconSize: 15px
outline: true
style:
--f7-button-border-color: var(--f7-card-outline-border-color)
--f7-button-border-width: 1px
font-size: 8px
height: auto
text: ON/OFF
- component: oh-button
config:
action: toggle
actionCommand: ON
actionCommandAlt: OFF
actionItem: =props.itemTimerSwitch
class:
- display-flex
- flex-direction-column
- padding-top-half
fill: "=(items[props.itemTimerSwitch].state === 'ON') ? true : false"
iconF7: timer
iconSize: 15px
outline: true
style:
--f7-button-border-color: var(--f7-card-outline-border-color)
--f7-button-border-width: 1px
font-size: 8px
height: auto
text: =items[props.itemTimerDuration].state
visible: =!props.hideTimerFunction
- component: f7-col
config:
large: "13"
width: "50"
slots:
default:
- component: f7-row
config:
class:
- padding-right-half
slots:
default:
- component: f7-col
config:
large: 5
width: 5
slots:
default:
- component: f7-icon
config:
class:
- float-right
color: var(--f7-theme-color)
f7: house
size: 15
- component: f7-col
config:
large: 5
width: 5
slots:
default:
- component: Label
config:
class:
- float-right
style:
font-size: 12px
overflow: hidden
text-overflow: elipsis
white-space: nowrap
text: =items[props.itemIndoorTemp].displayState
- component: f7-row
config:
class:
- padding-right-half
slots:
default:
- component: f7-col
config:
large: 5
width: 5
slots:
default:
- component: f7-icon
config:
class:
- float-right
color: var(--f7-theme-color)
f7: tree
size: 15
- component: f7-col
config:
large: 33
width: 75
slots:
default:
- component: Label
config:
class:
- float-right
style:
font-size: 12px
overflow: hidden
text-overflow: elipsis
white-space: nowrap
text: =items[props.itemOutdoorTemp].displayState
- component: f7-row
config:
class:
- padding-right-half
visible: =!(items[props.itemMode].state === 'HEAT')
slots:
default:
- component: f7-col
config:
large: 1
width: 5
slots:
default:
- component: f7-icon
config:
class:
- float-right
color: var(--f7-theme-color)
f7: "=(Number.parseFloat(items[props.itemEnergyCoolingToday].state) <= '1') ? 'battery_0' : (Number.parseFloat(items[props.itemEnergyCoolingToday].state) > '1' < '2') ? 'battery_25' : 'battery_100' "
size: 15
- component: f7-col
config:
large: 1
width: "75"
slots:
default:
- component: Label
config:
class:
- float-right
style:
font-size: 12px
overflow: hidden
text-overflow: elipsis
white-space: nowrap
text: =items[props.itemEnergyCoolingToday].state
- component: f7-row
config:
class:
- padding-right-half
visible: =!(items[props.itemMode].state === 'COOL')
slots:
default:
- component: f7-col
config:
large: 1
width: 5
slots:
default:
- component: f7-icon
config:
class:
- float-right
color: var(--f7-theme-color)
f7: "=(Number.parseFloat(items[props.itemEnergyHeatingToday].state) <= '1') ? 'battery_0' : (Number.parseFloat(items[props.itemEnergyHeatingToday].state) > '1' < '2') ? 'battery_25' : 'battery_100' "
size: 15
- component: f7-col
config:
large: 1
width: 75
slots:
default:
- component: Label
config:
class:
- float-right
style:
font-size: 12px
overflow: hidden
text-overflow: elipsis
white-space: nowrap
text: =items[props.itemEnergyHeatingToday].state
- component: f7-row
config:
class:
- justify-content-center
visible: =!(items[props.itemMode].state === 'DEHUMIDIFIER'|| items[props.itemMode].state === 'FAN') && items[props.itemPower].state === 'ON'
slots:
default:
- component: oh-stepper
config:
item: =props.itemTargetTemp
max: =props.MaximumTemperature
min: =props.MinimumTemperature
primaryColor: var(--f7-theme-color)
responsive: false
secondaryColor: var(--f7-card-outline-border-color)
size: 150
stepSize: =props.TemperatureStepsize
strokeWidth: "12"
- component: f7-segmented
config:
class:
- margin-left-half
- margin-right-half
- margin-top
- margin-bottom-half
style:
--f7-button-border-radius: 4px
--f7-button-font-size: 8px
--f7-button-font-weight: 300
--f7-button-outline-border-width: 1px
--f7-button-padding-horizontal: 0px
--f7-button-padding-vertical: 0px
--f7-button-text-color: "=themeOptions.dark === 'light' ? 'black' : 'white'"
visible: =items[props.itemPower].state === 'ON'
slots:
default:
- component: oh-repeater
config:
for: modeRow
fragment: true
in:
- command: AUTO
icon: arrow_2_squarepath
text: AUTO
- command: COLD
icon: thermometer_snowflake
text: COOL
- command: HEAT
icon: thermometer_sun
text: HEAT
- command: DEHUMIDIFIER
icon: drop_fill
text: DRY
- command: FAN
icon: wind
text: FAN
sourceType: array
slots:
default:
- component: oh-button
config:
action: command
actionCommand: =loop.modeRow.command
actionItem: =props.itemMode
class:
- display-flex
- flex-direction-column
- padding-top-half
fill: "=(items[props.itemMode].state === loop.modeRow.command) ? true : false"
iconF7: =loop.modeRow.icon
iconSize: 15px
outline: true
style:
--f7-button-border-color: var(--f7-card-outline-border-color)
height: auto
text: =loop.modeRow.text
- component: oh-button
config:
action: variable
actionVariable: options
actionVariableValue: "=vars.options || vars.options === undefined ? false : true"
class:
- display-flex
- flex-direction-column
fill: "=vars.options || vars.options === undefined ? false : true"
iconF7: ellipsis_vertical
iconSize: 15px
outline: true
style:
--f7-button-border-color: var(--f7-card-outline-border-color)
height: auto
width: 50%
- component: f7-segmented
config:
class:
- margin-left-half
- margin-right-half
- margin-top
- margin-bottom-half
style:
--f7-button-border-radius: 4px
--f7-button-font-size: 8px
--f7-button-font-weight: 300
--f7-button-outline-border-width: 1px
--f7-button-padding-horizontal: 0px
--f7-button-padding-vertical: 0px
--f7-button-text-color: "=themeOptions.dark === 'light' ? 'black' : 'white'"
visible: =vars.options === false
slots:
default:
- component: oh-repeater
config:
for: optionsRow
fragment: true
in:
- icon: wind ellipsis_vertical
option: fanspeed
- icon: move ellipsis_vertical
option: swing
sourceType: array
slots:
default:
- component: oh-button
config:
action: variable
actionVariable: =loop.optionsRow.option
actionVariableValue: "=vars[loop.optionsRow.option] || vars[loop.optionsRow.option] === undefined ? false : true"
class:
- display-flex
- flex-direction-column
fill: "=vars[loop.optionsRow.option] || vars[loop.optionsRow.option] === undefined ? false : true"
iconF7: =loop.optionsRow.icon
iconSize: 15px
outline: true
style:
--f7-button-border-color: var(--f7-card-outline-border-color)
height: auto
- component: oh-button
config:
action: variable
actionVariable: timer_menu
actionVariableValue: "=vars.timer_menu || vars.timer_menu === undefined ? false : true"
fill: "=vars.timer_menu || vars.timer_menu === undefined ? false : true"
iconF7: timer ellipsis_vertical
iconSize: 15px
outline: true
style:
--f7-button-border-color: var(--f7-card-outline-border-color)
visible: =!props.hideTimerFunction
- component: f7-segmented
config:
class:
- margin-left-half
- margin-right-half
- margin-top
- margin-bottom-half
style:
--f7-button-border-radius: 4px
--f7-button-font-weight: 300
--f7-button-outline-border-width: 1px
--f7-button-padding-horizontal: 0px
--f7-button-padding-vertical: 0px
--f7-button-text-color: "=themeOptions.dark === 'light' ? 'black' : 'white'"
visible: "=vars.fanspeed === false && vars.options === false ? true : false"
slots:
default:
- component: oh-repeater
config:
for: fanspeedRow
fragment: true
in:
- command: AUTO
icon: arrow_2_squarepath
- command: SILENCE
icon: zzz
- command: LEVEL_1
text: 1
- command: LEVEL_2
text: 2
- command: LEVEL_3
text: 3
- command: LEVEL_4
text: 4
- command: LEVEL_5
text: 5
sourceType: array
slots:
default:
- component: oh-button
config:
action: command
actionCommand: =loop.fanspeedRow.command
actionItem: =props.itemFanSpeed
class:
- display-flex
- flex-direction-column
fill: "=(items[props.itemFanSpeed].state === loop.fanspeedRow.command) ? true : false"
iconF7: =loop.fanspeedRow.icon
iconSize: 15px
outline: true
style:
--f7-button-border-color: var(--f7-card-outline-border-color)
height: auto
text: =loop.fanspeedRow.text
- component: f7-segmented
config:
class:
- margin-left-half
- margin-right-half
- margin-top
- margin-bottom-half
style:
--f7-button-border-radius: 4px
--f7-button-font-weight: 300
--f7-button-outline-border-width: 1px
--f7-button-padding-horizontal: 0px
--f7-button-padding-vertical: 0px
--f7-button-text-color: "=themeOptions.dark === 'light' ? 'black' : 'white'"
visible: "=vars.swing === false && vars.options === false ? true : false"
slots:
default:
- component: oh-repeater
config:
for: swingRow
fragment: true
in:
- command: STOPPED
text: OFF
- command: VERTICAL
icon: resize_v
- command: HORIZONTAL
icon: resize_h
- command: VERTICAL_AND_HORIZONTAL
icon: view_3d
sourceType: array
slots:
default:
- component: oh-button
config:
action: command
actionCommand: =loop.swingRow.command
actionItem: =props.itemSwing
class:
- display-flex
- flex-direction-column
fill: "=(items[props.itemSwing].state === loop.swingRow.command) ? true : false"
iconF7: =loop.swingRow.icon
iconSize: 15px
outline: true
style:
--f7-button-border-color: var(--f7-card-outline-border-color)
height: auto
text: =loop.swingRow.text
- component: f7-row
config:
class:
- margin-left-half
- margin-right-half
- margin-bottom-half
visible: "=vars.timer_menu === false && vars.options === false && !props.hideTimerFunction === true ? true : false"
slots:
default:
- component: f7-col
slots:
default:
- component: oh-slider-card
config:
item: =props.itemTimerDuration
label: true
max: =props.TimerMaximum
min: =props.TimerMinimum
outline: true
scale: true
scaleSteps: =props.TimerScaleSteps
scaleSubSteps: =props.TimerScaleSubSteps
step: =props.TimerStep
unit: min