IRremoteESP8266 icon indicating copy to clipboard operation
IRremoteESP8266 copied to clipboard

DAIKIN176 - BRC4C105 remote

Open nao-pon opened this issue 1 year ago • 0 comments

Version/revision of the library used

v2.8.2

Describe the bug

This is a feature request, not a bug report.

I have a BRC4C105 remote. It is detected as DAIKIN176, but the following items are different from the actual ones.

  1. The set temperature of the air conditioner is 3°C lower in the library. (Cooling range 20-35)
  2. The set temperature of the heating is 2℃ higher in the library. (Heating range 15-30)
  3. There are "weak, strong, and rapid" settings for air volume, and it is detected as weak (Min), strong (Max), and rapid (Max).
  4. Remote control mode can choose from his 1 to 6.

I changed the remote control mode from 1 to 6 with "cooling ON, 25 degrees, wind volume strong, wind direction swing".

      0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21
1 0x 11 DA 17 18 04 00 1E 11 DA 17 18 00 73 00 21 00 00 1A 35 00 20 1D
2 0x 11 DA 17 19 04 00 1F 11 DA 17 19 00 73 00 21 00 00 1A 35 00 20 1E
3 0x 11 DA 17 1A 04 00 20 11 DA 17 1A 00 73 00 21 00 00 1A 35 00 20 1F
4 0x 11 DA 17 1B 04 00 21 11 DA 17 1B 00 73 00 21 00 00 1A 35 00 20 20
5 0x 11 DA 17 1C 04 00 22 11 DA 17 1C 00 73 00 21 00 00 1A 35 00 20 21
6 0x 11 DA 17 1D 04 00 23 11 DA 17 1D 00 73 00 21 00 00 1A 35 00 20 22

Except for the checksum, there seems to be a change in the 3rd and 10th bytes.


Next, the fan speed was changed in three stages.

           0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21
weak   0x 11 DA 17 18 04 00 1E 11 DA 17 18 00 73 00 21 00 00 1A 15 00 20 FD
strong 0x 11 DA 17 18 04 00 1E 11 DA 17 18 00 73 00 21 00 00 1A 35 00 20 1D
rapid  0x 11 DA 17 18 04 00 1E 11 DA 17 18 00 73 00 21 00 00 1A 55 00 20 3D

It seems that the lower byte of the 18th byte changes to 1,3,5.


Any chance to add support for this BRC4C105 remote?

nao-pon avatar Sep 25 '22 13:09 nao-pon