kounch / homebridge_mitsubishi_ir_arduino

Arduino Sketch for Mitsubihishi VAC IR Remote plugin for homebridge
3 stars 0 forks source link

Possibility to operate a Mitsubishi SRK 35 ZS #4

Open noppie opened 4 years ago

noppie commented 4 years ago

I created the Arduino with the ESP8266 module but I can't operate my inverter with it, because it's a different type (checked the working of it with a IR sniffer). Is there a possibility to create an Arduino sketch for the Mitsubishi Heavy Industries SRK 35 ZS?

kounch commented 4 years ago

If the IR protocol is different, it would be necessary to modify ESP8266.h and ESP8266.cpp , but we would need to know how the protocol works. Check this: https://github.com/r45635/HVAC-IR-Control for more info.