forked from mattjm/Fujitsu_IR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code analysis in hex.txt
96 lines (65 loc) · 1.65 KB
/
code analysis in hex.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
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
Remote AR-REG1u
between hot and cold, tenth word changes, value for cold is 0x, hot is 0x
heat @68F
word 1: 0X14
word 2: 0x63
wprd 3: 0x00
word 4: 0x10
word 5: 0x10
word 6: 0xFE
word 7: 0x09
word 8: 0x30
word 9: 0x40
word 10: 0x04
word 11: 0x00
word 12: 0x00
word 13: 0x00
word 14: 0x00
word 15: 0x20
word 16: 0x1F
cool, 68F (wrong bit order)
Row: 1
Hex: 28C60008087F900C02800000000004F6
Binary:
00101000 11000110 00000000 00001000
00001000 01111111 10010000 00001100
00000010 10000000 00000000 00000000
00000000 00000000 00000100 11110110
heat, 68F (wrong bit order)
Row: 2
Hex: 28C60008087F900C0220000000000436
Binary:
00101000 11000110 00000000 00001000
00001000 01111111 10010000 00001100
00000010 00100000 00000000 00000000
00000000 00000000 00000100 00110110
min heat: sets temp to 0x31 and mode to 0x0B
Row: 1
Hex: 1463001010FE0930310B000000002074
Binary:
00010100 01100011 00000000 00010000
00010000 11111110 00001001 00110000
00110001 00001011 00000000 00000000
00000000 00000000 00100000 01110100
economy:
Row: 1
Hex: 146300101009F6
Binary:
00010100 01100011 00000000 00010000
00010000 00001001 11110110
fan set to two bars, 68F heat mode:
Row: 1
Hex: 1463001010FE09304004030000002069
Binary:
00010100 01100011 00000000 00010000
00010000 11111110 00001001 00110000
01000000 00000100 00000011 00000000
00000000 00000000 00100000 01101001
auto fan, 60F, heat
Row: 1
Hex: 1463001010FE093000040000000020AC
Binary:
00010100 01100011 00000000 00010000
00010000 11111110 00001001 00110000
00000000 00000100 00000000 00000000
00000000 00000000 00100000 10101100