Commit Graph

23 Commits

Author SHA1 Message Date
Memiks 056717fe8f Add 2 macro to activate or deactivate LOG messages through DEBUG variable
To activate DEBUG message do : #define DEBUG 1
2021-04-10 15:15:38 +09:00
Toni a731eef359 Serial.printf inside DEBUG flag, for Arduino Due compatibility 2020-03-25 11:09:23 +02:00
Toni ebca04982e Mitsubishi MSY fixes 2020-03-03 09:20:40 +02:00
Hans-Rune Bue c9a3bcdbb0 Support for MITSUBISHI KJ heatpumps (SG 161 0927 remote)
Added support for MITSUBISHI KJ series heatpumps / remote control type SG161.
Also added a IR_DEBUG_PACKET define to be able to feedback and debug the IR packet as added text output to a browser, curl or other http request tool.
2019-09-13 13:40:21 +02:00
N-Storm 489f6eaa43 Fix duplicate PROGMEM attribute compilation issue with ESP8266 Arduino Core 2.5.0+ 2019-03-29 12:47:31 +03:00
Eero Karhu 1f94f1666c Bug fix 2018-01-14 21:29:59 +02:00
Eero Karhu b927d9ce74 Simplified v swing for FA back to standard 2018-01-14 21:26:22 +02:00
Eero Karhu 569cbf43b4 Implemented vertical swing for FA and fixed template 2018-01-14 21:06:12 +02:00
Eero Karhu 18adca101a Added operating mode implementation for FA 2018-01-14 20:15:50 +02:00
Eero Karhu d2e86f51db Added base for Mitsubishi FA model 2018-01-14 20:01:47 +02:00
ToniA f4dfe2aed4 Mitsubishi Electric MSY fixes 2016-02-02 21:56:28 +02:00
ToniA ba97fdf9d3 Mitsubishi Electric MSY support 2016-01-29 21:53:39 +02:00
ToniA 37e3b886c8 Change the PWM frequency of all models to 38 kHz 2015-11-03 19:21:09 +02:00
ToniA 5b3a7469ed Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
ToniA e0c29ce3b9 Support for Arduino IDE 1.6.x 2015-04-05 12:04:22 +03:00
ToniA 523cb80684 The number of modes JSON information was redundant, as the 'maint' tells if the model supports 'maintenance heat' 2014-01-06 11:14:58 +02:00
ToniA 546e388921 'model' and 'info' can be contained in FLASH after all... 2014-01-05 13:36:27 +02:00
ToniA f8219cf921 The 'model' and 'info' data should be given as a parameter to the constructor.
Having a self-contained class would have been nice, but there's no way
to force class variables into the FLASH memory, i.e. the PROGMEM definition
does not work within a C++ class with the AVR toolchain.
2014-01-01 10:46:13 +02:00
ToniA 5ced7aa5dd Add info (in JSON format) about the supported model for each heatpump 2013-12-31 14:28:13 +02:00
ToniA a3b79acdb8 Experimental MItsubishi air direction support 2013-12-30 17:46:17 +02:00
ToniA 441ebf16dc Mitsubishi FE maintenance mode 2013-12-30 17:23:23 +02:00
ToniA dce07087d5 Change all #include directives to use the angle-bracket form 2013-12-26 15:22:48 +02:00
ToniA d5d00a8686 Initial HeatpumpIR library, refactored from my 'arduino-wp-heatpump-controller' repository 2013-12-26 15:11:20 +02:00