Go to file
ToniA 312914c65e First attempt to support Daikin heatpumps 2015-11-09 20:04:11 +02:00
examples Add Sharp/IVT into the 'simple' example 2015-11-03 19:27:36 +02:00
CarrierHeatpumpIR.cpp Change the PWM frequency of all models to 38 kHz 2015-11-03 19:21:09 +02:00
CarrierHeatpumpIR.h Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
DaikinHeatpumpIR.cpp First attempt to support Daikin heatpumps 2015-11-09 20:04:11 +02:00
DaikinHeatpumpIR.h First attempt to support Daikin heatpumps 2015-11-09 20:04:11 +02:00
FujitsuHeatpumpIR.cpp Change the PWM frequency of all models to 38 kHz 2015-11-03 19:21:09 +02:00
FujitsuHeatpumpIR.h Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
HeatpumpIR.cpp Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
HeatpumpIR.h Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
HisenseHeatpumpIR.cpp Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
HisenseHeatpumpIR.h Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
IRSender.cpp Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
IRSender.h Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
LICENSE Initial HeatpumpIR library, refactored from my 'arduino-wp-heatpump-controller' repository 2013-12-26 15:11:20 +02:00
MideaHeatpumpIR.cpp Change the PWM frequency of all models to 38 kHz 2015-11-03 19:21:09 +02:00
MideaHeatpumpIR.h Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
MitsubishiHeatpumpIR.cpp Change the PWM frequency of all models to 38 kHz 2015-11-03 19:21:09 +02:00
MitsubishiHeatpumpIR.h Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
PanasonicCKPHeatpumpIR.cpp Change the PWM frequency of all models to 38 kHz 2015-11-03 19:21:09 +02:00
PanasonicCKPHeatpumpIR.h Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
PanasonicHeatpumpIR.cpp Change the PWM frequency of all models to 38 kHz 2015-11-03 19:21:09 +02:00
PanasonicHeatpumpIR.h Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
README.md Update README.md 2015-11-05 09:20:38 +02:00
SamsungHeatpumpIR.cpp Fix the Samsunguint_8 to Samsungbyte... 2015-11-03 19:26:15 +02:00
SamsungHeatpumpIR.h Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
SharpHeatpumpIR.cpp Fix compiler warning 2015-11-09 19:57:45 +02:00
SharpHeatpumpIR.h Support for Sharp/IVT heatpumps 2015-11-03 19:19:22 +02:00
arduino_irsender.png Initial HeatpumpIR library, refactored from my 'arduino-wp-heatpump-controller' repository 2013-12-26 15:11:20 +02:00
keywords.txt First attempt to support Daikin heatpumps 2015-11-09 20:04:11 +02:00

README.md

arduino-heatpumpir

Original location: https://github.com/ToniA/arduino-heatpumpir

An Arduino library to control a Panasonic, Midea, Carrier, Fujitsu or Mitsubishi heat pump/split unit air conditioners. Currently supports at least these models

  • Panasonic E9/E12-CKP (Panasonic remote control P/N A75C2295)
  • Panasonic E9/E12-DKE (Panasonic remote control P/N A75C2616)
  • Panasonic E9/E12-JKE and E9/E12-NKE (also CE9-PKE has been reported to be working)
  • Midea MSR1-12HRN1-QC2 + MOA1-12HN1-QC2, sold as Ultimate Pro Plus Basic 13FP in Finland (Midea remote control P/N RG51M1/E)
  • Carrier 42NQV035G / 38NYV035H2 (Carrier remote control P/N WH-L05SE)
  • Fujitsu Nocria AWYZ14 (remote control P/N AR-PZ2)
  • Mitsubishi MSZ FD-25, probably also FD-35 (remote control P/N KM09D 0052376)
  • Samsung AQV12PSBN / AQV09ASA
  • Hisense AUD (remote control Y-H1-01, Y-H1-02(E), Y-J1, Y-E4-07) probably AUC model
  • Sharp AY-ZP40KR (remote control P/N CRMC-A788JBEZ), possibly also IVT

Instructions

  • Download the library, and place it under your personal Arduino 'libraries' directory, under directory 'HeatpumpIR'
  • See the example sketches

Schema