Version/revision of the library used
v2.9.0
Describe the bug
my AC brand is AUX, it works fine with the remote control panel YKR-T/011, but it does NOT work with this repo via the ELECTRA protocol.
Power: On, Mode: 1 (Cool), Temp: 29C, Fan: 3 (Low), Swing(V): Off, Swing(H): Off, Light: -, Clean: Off
The actual remote control code is 0xC3ADE000600020000020004434, this remote code works fine.
the remote control code generated by IRremoteESP8266 is 0xC3AFE0006000200000200008FA, this remote code does not work.
In addition, the twelfth byte should actually be in the range of 44-56. Commonly used ones are 43 (for swing control), 45 (for power on/off), 44 (for switching fan speed), 4B (for switching to sleep mode), 48 (for switching to silent mode), 4D (related to timer shutdown), and 56 (related to auxiliary heating).
Version/revision of the library used
v2.9.0
Describe the bug
my AC brand is
AUX, it works fine with the remote control panelYKR-T/011, but it does NOT work with this repo via the ELECTRA protocol.Power: On, Mode: 1 (Cool), Temp: 29C, Fan: 3 (Low), Swing(V): Off, Swing(H): Off, Light: -, Clean: OffThe actual remote control code is
0xC3ADE000600020000020004434, this remote code works fine.the remote control code generated by
IRremoteESP8266is0xC3AFE0006000200000200008FA, this remote code does not work.In addition, the twelfth byte should actually be in the range of
44-56. Commonly used ones are 43 (for swing control), 45 (for power on/off), 44 (for switching fan speed), 4B (for switching to sleep mode), 48 (for switching to silent mode), 4D (related to timer shutdown), and 56 (related to auxiliary heating).