I'm trying to control a pair of portable air conditioners (Sunpentown WA-1300E's, for reference). After about three hours of trying to program three buttons via iLearn and not getting a consistent result from any of them, I contacted the manufacturer for a list of IR codes. They responded with the following text:
on_off df 20 7f 00
inc 5f a0 7f 00
dec 9f 60 7f 00
I then converted these into decimal, and pulled the consistent header from the learned text, to come up with these commands:
POWER sendir,1:1,4998,37993,1,1,223,32,127,0
INC sendir,1:1,4998,37993,1,1,95,160,127,0
DEC sendir,1:1,4998,37993,1,1,159,96,127,0
However, sending these to the iTach via telnet comes back with the ERR_1:1,008 "invalid pulse code" message. Where am I going wrong?