Skip to content

Commit e6bcf89

Browse files
committed
Revert "heating"
This reverts commit df34396.
1 parent df34396 commit e6bcf89

File tree

1 file changed

+21
-63
lines changed

1 file changed

+21
-63
lines changed

examples/LGACSendDemo/LGACSendDemo.md

+21-63
Original file line numberDiff line numberDiff line change
@@ -3,75 +3,33 @@
33

44

55
=== *** ===
6-
- (0) : Cooling or Heating
76
- (1) : fixed
87
- (2) : fixed
98
- (3) : special(power, swing, air clean)
10-
- (4) : change air flow, temperature, coolingi(0)/heating(4)
9+
- (4) : change air flow, temperature
1110
- (5) : temperature ( 15 + (5) = )
1211
- (6) : air flow
1312
- (7) : crc ( 3 + 4 + 5 + 6 ) & B00001111
1413

15-
16-
°F = °C × 1.8 + 32
17-
°C = (°F − 32) / 1.8
18-
19-
2014
=== *** ===
21-
* remote / Korea / without heating
22-
| status |(0)| (1)| (2)| (3)| (4)| (5)| (6)| (7)
23-
|----------------|---|----|----|----|----|----|----|----
24-
| on / 25 / mid | C |1000|1000|0000|0000|1010|0010|1100
25-
| on / 26 / mid | C |1000|1000|0000|0000|1011|0010|1101
26-
| on / 27 / mid | C |1000|1000|0000|0000|1100|0010|1110
27-
| on / 28 / mid | C |1000|1000|0000|0000|1101|0010|1111
28-
| on / 25 / high | C |1000|1000|0000|0000|1010|0100|1110
29-
| on / 26 / high | C |1000|1000|0000|0000|1011|0100|1111
30-
| on / 27 / high | C |1000|1000|0000|0000|1100|0100|0000
31-
| on / 28 / high | C |1000|1000|0000|0000|1101|0100|0001
32-
| 1 up | C |1000|1000|0000|1000|1101|0100|1001
33-
| Cool power | C |1000|1000|0001|0000|0000|1100|1101
34-
| energy saving | C |1000|1000|0001|0000|0000|0100|0101
35-
| power | C |1000|1000|0001|0000|0000|1000|1001
36-
| flow/up/down | C |1000|1000|0001|0011|0001|0100|1001
37-
| up/down off | C |1000|1000|0001|0011|0001|0101|1010
38-
| flow/left/right| C |1000|1000|0001|0011|0001|0110|1011
39-
| left/right off | C |1000|1000|0001|0011|0001|0111|1100
40-
| Air clean | C |1000|1000|1100|0000|0000|0000|1100
41-
| off | C |1000|1000|1100|0000|0000|0101|0001
42-
43-
44-
45-
* remote / with heating
46-
* converted from raw code at https://github.com/chaeplin/RaspAC/blob/master/lircd.conf
47-
48-
| status |(0)| (1)| (2)| (3)| (4)| (5)| (6)| (7)
49-
|----------------|---|----|----|----|----|----|----|----
50-
| on | C |1000|1000|0000|0000|1011|0010|1101
51-
| of | C |1000|1000|1100|0000|0000|0101|0001
52-
|----------------|---|----|----|----|----|----|----|----
53-
| 64 | C |1000|1000|0000|0000|0011|0100|0111
54-
| 66 | C |1000|1000|0000|0000|0100|0100|1000
55-
| 68 | C |1000|1000|0000|0000|0101|0100|1001
56-
| 70 | C |1000|1000|0000|0000|0110|0100|1010
57-
| 72 | C |1000|1000|0000|0000|0111|0100|1011
58-
| 74 | C |1000|1000|0000|0000|1000|0100|1100
59-
| 76 | C |1000|1000|0000|0000|1010|0100|1110
60-
| 78 | C |1000|1000|0000|0000|1011|0100|1111
61-
| 80 | C |1000|1000|0000|0000|1100|0100|0000
62-
| 82 | C |1000|1000|0000|0000|1101|0100|0001
63-
| 84 | C |1000|1000|0000|0000|1110|0100|0010
64-
| 86 | C |1000|1000|0000|0000|1111|0100|0011
65-
| heat64 | H |1000|1000|0000|0100|0011|0100|1011
66-
| heat66 | H |1000|1000|0000|0100|0100|0100|1100
67-
| heat68 | H |1000|1000|0000|0100|0101|0100|1101
68-
| heat70 | H |1000|1000|0000|0100|0110|0100|1110
69-
| heat72 | H |1000|1000|0000|0100|0111|0100|1111
70-
| heat74 | H |1000|1000|0000|0100|1000|0100|0000
71-
| heat76 | H |1000|1000|0000|0100|1001|0100|0001
72-
| heat78 | H |1000|1000|0000|0100|1011|0100|0011
73-
| heat80 | H |1000|1000|0000|0100|1100|0100|0100
74-
| heat82 | H |1000|1000|0000|0100|1101|0100|0101
75-
| heat84 | H |1000|1000|0000|0100|1110|0100|0110
76-
| heat86 | H |1000|1000|0000|0100|1111|0100|0111
7715

16+
| status | (1)| (2)| (3)| (4)| (5)| (6)| (7)
17+
|----------------|----|----|----|----|----|----|----
18+
| on / 25 / mid |1000|1000|0000|0000|1010|0010|1100
19+
| on / 26 / mid |1000|1000|0000|0000|1011|0010|1101
20+
| on / 27 / mid |1000|1000|0000|0000|1100|0010|1110
21+
| on / 28 / mid |1000|1000|0000|0000|1101|0010|1111
22+
| on / 25 / high |1000|1000|0000|0000|1010|0100|1110
23+
| on / 26 / high |1000|1000|0000|0000|1011|0100|1111
24+
| on / 27 / high |1000|1000|0000|0000|1100|0100|0000
25+
| on / 28 / high |1000|1000|0000|0000|1101|0100|0001
26+
| 1 up |1000|1000|0000|1000|1101|0100|1001
27+
| Cool power |1000|1000|0001|0000|0000|1100|1101
28+
| energy saving |1000|1000|0001|0000|0000|0100|0101
29+
| power |1000|1000|0001|0000|0000|1000|1001
30+
| flow/up/down |1000|1000|0001|0011|0001|0100|1001
31+
| up/down off |1000|1000|0001|0011|0001|0101|1010
32+
| flow/left/right|1000|1000|0001|0011|0001|0110|1011
33+
| left/right off |1000|1000|0001|0011|0001|0111|1100
34+
| Air clean |1000|1000|1100|0000|0000|0000|1100
35+
| off |1000|1000|1100|0000|0000|0101|0001

0 commit comments

Comments
 (0)