You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: Does this warrant creating a new model number in IRremoteESP8266, or should an application bounce between models (setModel) before doing this or that?
The text was updated successfully, but these errors were encountered:
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 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.Question: Does this warrant creating a new model number in IRremoteESP8266, or should an application bounce between models (
setModel
) before doing this or that?The text was updated successfully, but these errors were encountered: