-
Notifications
You must be signed in to change notification settings - Fork 838
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
LG IR send does not work properly #620
Comments
Thanks for the report. I'll look into what might be causing the problem. |
AIR dehumidify command
Playback
|
@jimmys01 Can you please tell me how you are sending that command? e.g. Can you please include the code you are using to send with? I've done some preliminary tests and the library appears to be sending and decoding If you have a look at this (cb7d5d0) you'll see it seems to decode the sent code as the same code. Thus I suspect it might be something with the program you are using to send the code with. |
Hmmm.. OK. uint64_t IrCode=0; The only room for error I can see is the strtoull command. |
Yeah, I figured you might have been using ESPEasy. My tests really do point to something wrong with the value you're calling Can you try using the IRsendDemo.ino example code to send the LG command on the same hardware? You'll have to modify it for you GPIO and LG code etc? If that doesn't work, then something is wrong with our library or the hardware, if it does, then it clearly something in ESPEasy. |
Ok so this does not seem to be related to the library. the code
Both work and produce correct ir messages. Thank you for your help, i will try to figure whats wrong with the ESPEasy code. |
Phew. Thanks for confirming we are fine. Good luck hunting in ESPEasy. |
I capture this from the original remote (MED FAN 22c COLD)
I play the command LG,8808721 and re capture the playback
The playbacked command is not the same as the original, the AC does not recognize the command. The only command that i have seen to be faitfull in replay and in original remote is the OFF command.(LG,88C0051)
The text was updated successfully, but these errors were encountered: