Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Fujitsu AR-RPB1U remote #2186

Open
michaelcadilhac opened this issue Feb 12, 2025 · 1 comment
Open

Support for Fujitsu AR-RPB1U remote #2186

michaelcadilhac opened this issue Feb 12, 2025 · 1 comment

Comments

@michaelcadilhac
Copy link

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?

@crankyoldgit
Copy link
Owner

Yes, it bounces between models.
Fujitsu uses protocols that have common messages between models. So, often the library can't tell from a single message what kind of remote/AC you have.
As you a feature that is more model specific, it can tell more of what model it must be.

I'd try Model 6: ARREW4E for your remote.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants