Having skimmed through this thread, I guess I don't understand what that captureIr output represents. Maybe I need to fix captureIr to save some extra context or timing info.
It looks like a capture of ten seperate key presses, each with a slightly different signal. Is that correct? (Was it ten seperate presses?)
You said it was Power Off/On. Are they all Power Off/On?
Code: Select all
1.D2.FE.21.83.1B.C4
1.B2.FE.21.83.1B.F4
1.D2.FE.21.83.1B.C4
1.A2.FE.B1.82.1B.F4
1.C2.FE.B1.82.1B.C4
1.A2.FE.B1.82.1B.F4
1.C2.FE.B1.82.1B.C4
1.A2.FE.B1.82.1B.F4
1.D2.FE.21.83.1B.C4
1.B2.FE.21.83.1B.F4
The last byte toggles, which I guess could be the On/Off aspect of the On/Off button (or maybe just an every button toggle of this protocol). But I don't make sense of what the second and fourth bytes are doing.
If this were less than ten presses, so the signals is very long containing BIG pauses, then the second and fourth bytes would make more sense. But then captureIR might be missing something during the decode intervals.
If you think that is the case, you can slow CaptureIr down. Under File/Preferences/Timing put an even bigger number in Max Gap time (though if I'm reading your output right, you already set that way higher than default).