-
Notifications
You must be signed in to change notification settings - Fork 832
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 LG AKB75735421 (for models newer than 2022) #2127
Comments
Yould you be more specific on exactly which data is incorrect, or which features you think is missing for your remote? Adding a remote model is the same as adding "detailed AC support" covered in the FAQ. Also make a search for |
Please wait while it is being checked, thank you. |
The data for additional functions (listed in the original issue) are not decoded properly and returns "Power: Off" instead.
Done, it does not seem to have any match above 90%. If you need data from this remote, tell me what to do and I will do it and post the result here or on a separate repository or Gist. |
I am currently dumping (nearly) all combinations of the functions, this may take some time. |
Version/revision of the library used
v2.8.6
Describe the bug
It seems like this remote sends a signal recognized as two separate remotes, causing confusion during replay. This may require some investigation.
To Reproduce
Example code used
Refer to built-in example,
IRrecvDumpV2.ino
orIRrecvDumpV3.ino
with the input pin changed from 14 to 13.Expected behaviour
A single cohesive data is extracted from the stream, or the remote model is properly handled.
Output of raw data
This is the result using the cheap decoder. Action of turning on the air purifier function while the air conditioner is running in cooling mode at 30C, with wind strength set to maximum, automatic drying, robot cleaning, intelligent power saving and horizontal sweep function enabled:
NOTE: This is from ONE remote and reads consistently as two remotes. No other remotes were involved. And that's the problem.
Result with a different decoder, probably TSOP34438. The same action of turning on the air purifier function while the air conditioner is running in cooling mode at 30C, with wind strength set to maximum, automatic drying, robot cleaning, intelligent power saving, and horizontal sweep function enabled has been performed.
What brand/model IR demodulator are you using?
Unknown, presumed to be TSOP34438 and xx1838. Extracted from a cheap IR receiver module and a TV.
Circuit diagram and hardware used (if applicable)
(Note: ESP32 is shown due to Wokwi's limitations, but the board used is Lolin D1, which is an ESP8266 board. Pin assignment is identical.)
I have followed the steps in the Troubleshooting Guide & read the FAQ
Yes, same setup has worked fine with other 36KHz remotes despite the potentially problematic receiver
Has this library/code previously worked as expected for you?
Unsure, however it did work fine for other protocols (NEC)
The text was updated successfully, but these errors were encountered: