Commit Graph

35 Commits

Author SHA1 Message Date
Nateonas 7f5ba05684
Added support for ZH/LT-01 Remote controlled heatpumps 2020-10-29 22:01:53 +01:00
N-Storm c9e3b7c43d Support for YAA1FB, FAA1FB1, YB1F2 remotes 2018-08-07 16:38:41 +03:00
per1234 9b9508ef47
Use correct field separator in keywords.txt
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-07-16 04:34:01 -07:00
ToniA 1bc7607d9b Support for 'AUX' heatpump 2017-05-13 12:47:42 +03:00
ToniA 084cf76cde Support for Mitsubishi SEZ series 2017-05-13 10:36:32 +03:00
ToniA 1a662cfcb7 Support for Ballu 2017-04-23 15:23:42 +03:00
ToniA eadfbe1bbf Maintenance mode for different Qlima models 2017-04-18 17:25:56 +03:00
ToniA 222211a991 Merge branch 'master' into dev 2017-03-14 19:12:27 +02:00
Toni Arte b1d79c6be3 Samsung FJM framework (IR sending not implemented yet) 2017-03-13 09:02:54 +02:00
ToniA f4c495662b Hitachi heatpump support 2017-02-21 19:07:59 +02:00
Toni Arte 232014bb85 Support for Gree YAN heatpump 2017-02-03 10:15:15 +02:00
ToniA 7ac8963111 Support for IVT heatpump ('ON' code is different from the Sharp model) 2016-12-29 21:54:24 +02:00
ToniA 374317929b Separate Toshiba Daiseikai to its own module (even though it's very similar to Carrier) 2016-12-26 19:47:40 +02:00
Bill Seremetis ca26d28ca6 Toshiba Daiseikai added, based on Carrier NQV. 2016-12-12 03:49:14 +02:00
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