-
Notifications
You must be signed in to change notification settings - Fork 12
/
irscrutinizer arguments.txt
62 lines (33 loc) · 1.5 KB
/
irscrutinizer arguments.txt
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
all temps (a), heat (b), fan speed high (d=1)
A=* B=4 wOn=0 C=0 D=1 E=0 tOff=0 tOn=0 fOff=0 fOn=0
all temps (a), heat (b), fan speed quiet (d=4)
A=* B=4 wOn=0 C=0 D=4 E=0 tOff=0 tOn=0 fOff=0 fOn=0
all temps (a), heat (b), fan speed medium (d=2)
A=* B=4 wOn=0 C=0 D=2 E=0 tOff=0 tOn=0 fOff=0 fOn=0
all temps (a), heat (b), fan speed low (d=3)
A=* B=4 wOn=0 C=0 D=3 E=0 tOff=0 tOn=0 fOff=0 fOn=0
all temps (a), cool (b=1), fan speed auto (d=0)
A=* B=1 wOn=0 C=0 D=0 E=0 tOff=0 tOn=0 fOff=0 fOn=0
2015-12-13
all temps (a), cool (b=1), fan speed high (d=1)
A=* B=1 wOn=0 C=0 D=1 E=0 tOff=0 tOn=0 fOff=0 fOn=0
all temps (a), cool (b=1), fan speed quiet (d=4)
A=* B=1 wOn=0 C=0 D=4 E=0 tOff=0 tOn=0 fOff=0 fOn=0
all temps (a), cool (b=1), fan speed medium (d=2)
A=* B=1 wOn=0 C=0 D=2 E=0 tOff=0 tOn=0 fOff=0 fOn=0
all temps (a), cool (b=1), fan speed low (d=3)
A=* B=1 wOn=0 C=0 D=3 E=0 tOff=0 tOn=0 fOff=0 fOn=0
fan only mode:
temp (a=2) doesn't matter, fan only (b=3), fan speed auto (d=0)
A=2 B=3 wOn=0 C=0 D=0 E=0 tOff=0 tOn=0 fOff=0 fOn=0
turn on modes:
all heat modes seem to come on automatically
fan-on
temp (a=2) doesn't matter, fan only (b=3), fan speed auto (d=0)
A=2 B=3 wOn=1 C=0 D=0 E=0 tOff=0 tOn=0 fOff=0 fOn=0
cool-on
temp (a=14) 88, cool mode (b=1), fan speed auto (d=0)
A=14 B=1 wOn=1 C=0 D=0 E=0 tOff=0 tOn=0 fOff=0 fOn=0
dry-on
temp (a=14) 88, dry mode (b=2), fan speed auto (d=0)
A=14 B=1 wOn=1 C=0 D=0 E=0 tOff=0 tOn=0 fOff=0 fOn=0