Hi everyone, here its the thing:
I'm trying to control the ON/OFF of an AC brand lennox (never heard of this brand) by IR, it is the only thing I require at this time.
Researching online, I found two libraries that are responsible for this, they are IRemote and IRLib, i read their examples, despite
both libraries seem easy to use at first glance, this AC it's not support it,
I upload the arduino sketch IRrecvdump from both libraries and pressing the button to turn on / off this is what I got
Unknown encoding: 9368D502 (32 bits)
Raw (100): 26780 4400 -4250 600 -1500 550 -550 500 -1600 550 -1600 500 -550 500 -550 550 -1600 500 -550 600 -450 600 -1550 600 -450 600 -500 550 -1550 600 -1550 550 -500 550 -1600 550 -500 550 -550 550 -1600 500 -1600 550 -1600 550 -1550 550 -1600 550 -1550 550 -1600 550 -1550 550 -550 550 -500 550 -550 500 -550 550 -550 500 -550 500 -550 550 -550 500 -550 550 -500 550 -550 500 -550 550 -500 550 -550 550 -1550 550 -1600 550 -1550 550 -1600 550 -1600 500 -1600 550 -1600 500 -1600 550
Unknown encoding: FA36E9A0 (32 bits)
Raw (100): 12522 4300 -4350 550 -1550 550 -550 550 -1550 550 -1600 550 -500 550 -550 550 -1550 600 -500 550 -500 600 -1550 550 -500 550 -500 600 -1550 550 -1550 600 -500 550 -1550 550 -550 550 -1600 500 -1600 550 -1600 500 -1650 500 -550 500 -1600 550 -1600 500 -1650 500 -550 500 -550 550 -500 550 -550 550 -1550 550 -550 550 -500 550 -1600 500 -1600 550 -1600 550 -500 550 -550 500 -550 500 -600 500 -550 500 -550 550 -500 550 -550 550 -1550 550 -1600 550 -1550 550 -1600 550 -1550 550
Unknown encoding: 9368D502 (32 bits)
Raw (100): 26780 4400 -4250 600 -1500 550 -550 500 -1600 550 -1600 500 -550 500 -550 550 -1600 500 -550 600 -450 600 -1550 600 -450 600 -500 550 -1550 600 -1550 550 -500 550 -1600 550 -500 550 -550 550 -1600 500 -1600 550 -1600 550 -1550 550 -1600 550 -1550 550 -1600 550 -1550 550 -550 550 -500 550 -550 500 -550 550 -550 500 -550 500 -550 550 -550 500 -550 550 -500 550 -550 500 -550 550 -500 550 -550 550 -1550 550 -1600 550 -1550 550 -1600 550 -1600 500 -1600 550 -1600 500 -1600 550
Unknown encoding: FA36E9A0 (32 bits)
Raw (100): 12522 4300 -4350 550 -1550 550 -550 550 -1550 550 -1600 550 -500 550 -550 550 -1550 600 -500 550 -500 600 -1550 550 -500 550 -500 600 -1550 550 -1550 600 -500 550 -1550 550 -550 550 -1600 500 -1600 550 -1600 500 -1650 500 -550 500 -1600 550 -1600 500 -1650 500 -550 500 -550 550 -500 550 -550 550 -1550 550 -550 550 -500 550 -1600 500 -1600 550 -1600 550 -500 550 -550 500 -550 500 -600 500 -550 500 -550 550 -500 550 -550 550 -1550 550 -1600 550 -1550 550 -1600 550 -1550 550
For now I have no physical access to the AC, so I can not make yet another dump by pressing the on/off button, but I would like to have at least a test code to start discarding possibilities.
I never used these libraries before so i really don't know how to use them, the only thing that i know it's that they have a function call sendRaw, that it's used when you don't know the encoding used in the device, but i haven't find any example of it's use in the libraries.
If anyone can help me with this, it would be awesome.