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
I am using IRremoteESP8266 to control my Samsung AC.
If I use an ESP8266 it works well,
if I swap the ESP8266 with a ESP32-S3 it works well too but the "turn off" command stops working.
All commands works well but not the "turn off command".
To Reproduce
Just try to turn off the AC.
// IRSender Begin
acir.begin();
acir.calibrate();
acir.stateReset();
acir.off();
acir.send();
What brand/model IR demodulator are you using?
Lolin IR shield, I tried with an IR diode (not VS1838b) and same result.
The text was updated successfully, but these errors were encountered:
the result is different. off command works 10% of the time if any.
with same code.
I noticed that "when it does not work" it leaves my acir object or my AC in a state that is not able to receive other commands, even the one that works before sending the "breaking off command".
is there a command to completely reset the acir object?
does acir.begin()
resets all its states?
Version/revision of the library used
2.8.6
Describe the bug
I am using IRremoteESP8266 to control my Samsung AC.
If I use an ESP8266 it works well,
if I swap the ESP8266 with a ESP32-S3 it works well too but the "turn off" command stops working.
All commands works well but not the "turn off command".
To Reproduce
Just try to turn off the AC.
What brand/model IR demodulator are you using?
Lolin IR shield, I tried with an IR diode (not VS1838b) and same result.
The text was updated successfully, but these errors were encountered: