Commit Graph

21 Commits

Author SHA1 Message Date
ToniA 3d90bfb2bd Panasonic LKE support 2016-11-28 18:42:16 +02:00
ToniA 76f34c4e47 Support for Toshiba RAS-10PKVP-ND 2016-09-30 19:56:42 +03:00
ToniA 2ccb9c2190 Merge remote-tracking branch 'origin/dev' 2016-09-25 12:45:10 +03:00
ToniA 30015f32d5 Carrier 42MCA009515LS A/C support 2016-09-24 16:44:39 +03:00
ToniA 0b33bd1547 Support for Gree A/C / heatpump devices 2016-09-15 20:42:56 +03:00
ToniA aac3e557eb Support for Fuego etc. heatpumps 2016-02-29 20:10:47 +02:00
ToniA 6e1ee2fb39 Huyndai and Mitsubishi Electric MSY support 2016-01-31 13:02:09 +02:00
ToniA 9bff7557ef Mitsubishi Heavy refactoring 2016-01-31 12:56:09 +02:00
ToniA 01c09badc2 Hyundai support 2016-01-30 14:27:19 +02:00
ToniA ba97fdf9d3 Mitsubishi Electric MSY support 2016-01-29 21:53:39 +02:00
ToniA 594a5a030c Mitsubishi ZM-S support 2016-01-29 20:50:15 +02:00
ToniA 933d6c7fe0 Add the 'IRSenderBitBang' IR send method. This should generate the carrier
wave on ESP8266 by switching the IR led on and off without using the Arduino
PWM registers.

In the 'simple.ino' change use this IR definition:

IRSenderBitBang irSender(1)
2016-01-24 17:02:19 +02:00
ToniA cfced37349 Mitsubishi Heavy FAN mode fix, vertical air direction 2016-01-05 11:31:14 +02:00
ToniA a04a96b2a2 Add support for IRBlaster, i.e. no PWM needed, the blaster generates the 38 kHz carrier frequency 2015-12-01 20:17:14 +02:00
ToniA 312914c65e First attempt to support Daikin heatpumps 2015-11-09 20:04:11 +02:00
ToniA 3786995c39 Support for Sharp/IVT heatpumps 2015-11-03 19:19:22 +02:00
ToniA 69ae41a0c5 Experimental Samsung support 2014-04-08 10:42:31 +03: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 441ebf16dc Mitsubishi FE maintenance mode 2013-12-30 17:23:23 +02:00
ToniA d5d00a8686 Initial HeatpumpIR library, refactored from my 'arduino-wp-heatpump-controller' repository 2013-12-26 15:11:20 +02:00