ToniA / arduino-heatpumpir

An Arduino library to control split-unit heatpumps over Infrared
GNU General Public License v2.0
389 stars 141 forks source link

Support for Mitsubishi SEZKDVAL heatpump model #30

Closed markcame closed 7 years ago

markcame commented 7 years ago

I've reversed the protocol of SEZ series of mitsubishi and i've write the code if you want i can share the info to integrate in the existing code I've made a pull request ...

ToniA commented 7 years ago

Thanks, I'll take a closer look at that over the next weekend. The code looked nice to me.

markcame commented 7 years ago

ok just a clarification, the timings for MARK, SPACE etc.. was adapted to match the timings decoded with the original remote and the raw-decoder you provide. Actually i don't know why i put a value and this was not respected by the arduino so the value you see in the file is not the real, i can provide the grab from my original remote . I think that is something reletad to the timings managed by my arduino. Do you have an idea why ?

ToniA commented 7 years ago

I merged the code, many thanks for the contribution :)

The timing constants in the code are not quite the same as the ones given by the decoder. The way I adjust these is to capture the real remote timings with the decoder, and then program one Arduino with the HeatpumpIR sender, and capture the codes again with the decoder. Then I adjust the timing constansts until they are close enough. None of the A/C models I have tried out have been too picky about the timings.