Commit Graph

13 Commits

Author SHA1 Message Date
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