diff --git a/HeatpumpIRFactory.cpp b/HeatpumpIRFactory.cpp index c171787..aea650d 100644 --- a/HeatpumpIRFactory.cpp +++ b/HeatpumpIRFactory.cpp @@ -41,6 +41,8 @@ HeatpumpIR* HeatpumpIRFactory::create(const char *modelName) { return new HyundaiHeatpumpIR(); } else if (strcmp_P(modelName, PSTR("ivt")) == 0) { return new IVTHeatpumpIR(); + } else if (strcmp_P(modelName, PSTR("nibe")) == 0) { + return new NibeHeatpumpIR(); } else if (strcmp_P(modelName, PSTR("midea")) == 0) { return new MideaHeatpumpIR(); } else if (strcmp_P(modelName, PSTR("mitsubishi_fa")) == 0) { diff --git a/HeatpumpIRFactory.h b/HeatpumpIRFactory.h index b96e187..0259f59 100644 --- a/HeatpumpIRFactory.h +++ b/HeatpumpIRFactory.h @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include diff --git a/README.md b/README.md index 83cb031..127c270 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ An Arduino library to control pump/split unit air conditioner. Currently support * Mitsubishi MSZ FD-25, probably also FD-35 (remote control P/N KM09D 0052376) * Also FH series has been confirmed to work * Mitsubishi Electric MSC-GA20VB, MSC-GA25VB, MSC-GA35VB (remote control P/N KP1A) +* Nibe AG-WL10-4, probably AG-WT10 * 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