Open
Description
I have a Fujitsu Halcyon ASUH12LPAS controlled by a remote with model code AR-RPB1U.
Reading the signals sent with IRrecvDumpV3
, I obtain a hodgepodge of model numbers.
- Setting temperature:
Protocol : FUJITSU_AC
Code : 0x1463001010FE09318804000000002023 (128 Bits)
Mesg Desc.: Model: 6 (ARREW4E), Id: 0, Power: On, Mode: 4 (Heat), Temp: 25C, Fan: 0 (Auto), 10C Heat: Off, Swing: 0 (Off), Command: N/A, Outside Quiet: Off, Timer: Off
- Setting mode:
Protocol : FUJITSU_AC
Code : 0x1463001010FE09318800000000002027 (128 Bits)
Mesg Desc.: Model: 6 (ARREW4E), Id: 0, Power: On, Mode: 0 (Auto), Temp: 25C, Fan: 0 (Auto), 10C Heat: Off, Swing: 0 (Off), Command: N/A, Outside Quiet: Off, Timer: Off
- Setting Fan Speed:
Protocol : FUJITSU_AC
Code : 0x1463001010FE09318800040000002023 (128 Bits)
Mesg Desc.: Model: 6 (ARREW4E), Id: 0, Power: On, Mode: 0 (Auto), Temp: 25C, Fan: 4 (Quiet), 10C Heat: Off, Swing: 0 (Off), Command: N/A, Outside Quiet: Off, Timer: Off
- Using "powerful" mode:
Protocol : FUJITSU_AC
Code : 0x146300101039C6 (56 Bits)
Mesg Desc.: Model: 3 (ARREB1E), Id: 0, Power: On, Command: Powerful
- Swing toggle (only vertical):
Protocol : FUJITSU_AC
Code : 0x1463001010FE09318800140000002013 (128 Bits)
Mesg Desc.: Model: 6 (ARREW4E), Id: 0, Power: On, Mode: 0 (Auto), Temp: 25C, Fan: 4 (Quiet), 10C Heat: Off, Swing: 1 (Swing(V)), Command: N/A, Outside Quiet: Off, Timer: Off
- Setting swing opening:
Protocol : FUJITSU_AC
Code : 0x14630010106C93 (56 Bits)
Mesg Desc.: Model: 1 (ARRAH2E), Id: 0, Power: On, Command: Step Swing(V)
- Economy mode:
Protocol : FUJITSU_AC
Code : 0x146300101009F6 (56 Bits)
Mesg Desc.: Model: 3 (ARREB1E), Id: 0, Power: On, Command: Econo
Question: Does this warrant creating a new model number in IRremoteESP8266, or should an application bounce between models (setModel
) before doing this or that?
Metadata
Metadata
Assignees
Labels
No labels