By pure luck I managed to turn on LG air conditioner with the command -
IRsend {“Protocol”:“NEC”,“Bits”:32,“Data”:0x8166817E}
I have been unsuccessful in working out how to get my remotes. I understand that I can’t simply point the remote at IR blaster and then use the code that it received as it is “UNKNOWN”. I changed to the raw format (setoption58 1) and took the raw data and tried to send it with a 0 at front like this but I got “invalid json” message. Here is what I entered:
irsend 0,8464,4188,556,1552,556,498,554,500,554,498,556,1550,558,496,558,496,556,496,558,1550,556,1552,556,498,556,496,556,498,558,496,556,498,556,496,556,496,558,496,556,498,556,498,558,496,556,1552,556,498,556,1552,556,498,558,496,556,498,554,1552,558
which is from the remote control on the air conditioner.
Not sure where to go next…
TIA
Tim