Commit Graph

354 Commits

Author SHA1 Message Date
Toni 326e04cc5a
Merge pull request #81 from nuclearcat/master
Small compile fix
2019-08-04 18:44:21 +03:00
Denys-ThreadPC 6364d67ad7 Small compile fix 2019-08-04 16:56:11 +03:00
Toni 3df44bbae9
Merge pull request #78 from rasyid7/patch-1
change operatingMode to AUTO
2019-07-05 14:27:37 +03:00
Rasyid Ridho 4dc550d617
change operatingMode to AUTO
based on https://github.com/ToniA/arduino-heatpumpir/issues/71#issuecomment-506924875
I realized that the off command is hardcoded to HEAT and not all AUX has HEAT mode. Changing to AUTO should do the work.
2019-07-04 15:53:33 +07:00
Toni d707c6f7c6
Merge pull request #75 from allenchak/atmega8
Due to ATmeg8/8A does not have register "TCCR2A"
2019-06-06 10:31:32 +03:00
Allen Chak 189a192597 Due to ATmeg8/8A does not have register "TCCR2A", using marco to bypass the related code.
PS: ATmega8/8A can use PWM pin 9 or 10 in IRSenderPWM mode ONLY.
2019-06-06 15:10:55 +08:00
Toni 46b43a98ab
Merge pull request #73 from N-Storm/master
Fix duplicate PROGMEM attribute compilation issue with ESP8266 Arduino Core 2.5.0+
2019-04-02 14:22:52 +03:00
N-Storm 444dabd675
Merge pull request #3 from N-Storm/newbitbang
New, more accurate bitbang methods
2019-04-02 14:08:47 +03:00
N-Storm 7521818a41 Readme updated according to new carrier generation methods 2019-04-02 14:03:14 +03:00
N-Storm 011204472a Alternative ESP8266 bitbang carrirer generation method 2019-04-02 13:50:51 +03:00
N-Storm 420d1ac743 New bitbang method for ESP8266 using built-in startWaveform() function (more accurate carrier generation -> better range) 2019-04-02 13:38:32 +03:00
N-Storm 24d6f32fda PanasonicAltDKE fixes, removed code for other models which caused compile errors 2019-03-29 13:06:23 +03: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
N-Storm 4b3bab88cc
Merge pull request #2 from ToniA/master
Sync with upstream
2019-02-28 10:44:27 +03:00
Toni 62390a8683
Merge pull request #70 from abdulmannan/master
fixed Gree generic/yaa checksum calculation.
2019-01-21 18:42:59 +02:00
Manann bd3fea5c65 fixed Gree generic/yaa checksum calculation. 2019-01-21 19:43:12 +05:00
Toni 4bb4546216
Merge pull request #68 from vpaeder/master
Added some codes specific to Panasonic CS-E9DKEW
2019-01-20 20:21:55 +02:00
Vincent Paeder 8abe1ed50a
Create PanasonicAltDKEHeatpumpIR.h
Integrated commands for Panasonic CS-E9DKEW:
 - Air ionizer on/off
 - quiet/powerful modes are activated with a shorter message (8 byte message frame instead of 19 bytes)
2019-01-20 17:26:48 +02:00
Vincent Paeder 7c8b74aa72
Create PanasonicAltDKEHeatpumpIR.cpp
Integrated commands for Panasonic CS-E9DKEW:
 - Air ionizer on/off
 - quiet/powerful modes are activated with a shorter message (8 byte message frame instead of 19 bytes)
2019-01-20 17:26:04 +02:00
N-Storm 3fade2d7ec
Merge pull request #1 from ToniA/master
Merge with upstream
2018-09-04 16:58:51 +03:00
Toni 481c2174f2 Bump version number to 1.0.8 2018-08-30 17:26:50 +03:00
Toni 882736230f Arduino Due support on IRSenderPWM 2018-08-30 17:24:37 +03:00
Toni 2761aba5fd
Merge pull request #60 from N-Storm/master
Support for YAA1FB, FAA1FB1, YB1F2 remotes
2018-08-09 20:49:31 +03:00
N-Storm d428bfdaaf Added confirmed models/remotes 2018-08-08 08:58:53 +03:00
N-Storm 02a8d943bd Add Gree YAA remote to simple.ino 2018-08-07 16:42:25 +03:00
N-Storm c9e3b7c43d Support for YAA1FB, FAA1FB1, YB1F2 remotes 2018-08-07 16:38:41 +03:00
Toni 1931daaef8
Merge pull request #56 from mmanza/master
new files to support BGH and AIRWAY air conditioner
2018-08-05 19:41:20 +03:00
mmanza 304746cfba Merge branch 'master' of https://github.com/mmanza/arduino-heatpumpir 2018-07-29 22:38:07 -03:00
mmanza d00f5c1160 BGH airconditioner support 2018-07-29 22:37:21 -03:00
mmanza 3238810b54 AIRWAY aiconditioner support 2018-07-29 22:34:36 -03:00
mmanza 65446e2bed BGH and AIRWAY ariconditioner support 2018-07-29 21:57:36 -03:00
Toni 833fd92e65
Merge pull request #55 from per1234/keywords-separator
Use correct field separator in keywords.txt
2018-07-16 14:40:46 +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
Toni 2593975e11 Fix the raw IR sender on PanasonicRelayControl (each space should be followed by a mark and vice versa) 2018-07-14 14:31:53 +03:00
Toni 08b6ae0904 Merge branch 'master' of https://github.com/ToniA/arduino-heatpumpir 2018-07-14 14:29:24 +03:00
Toni 41d10cf8ca Fix complication on Arduino platform 2018-07-14 14:28:35 +03:00
Toni 1a258c7c3d
Merge pull request #54 from alveoten/patch-2
Typo into def flag
2018-07-10 15:35:48 +03:00
Alveoten 7d22d97df0
Typo into def flag
Removed the char 'a' in: "#define MitsubishiSEZKDXXaHeatpumpIR_h"
to:  "#define MitsubishiSEZKDXXHeatpumpIR_h" 
Causing duplicate declaration in IDE different from the arduino.
2018-07-10 13:56:27 +02:00
Toni b188325ffc Another example (Panasonic) with simple relay control from alarm system 2018-07-10 14:30:39 +03:00
Toni 3d4decf06a Merge remote-tracking branch 'origin/master' 2018-07-06 12:58:47 +03:00
Toni 908a220ae3 Merge branch 'IRRemoteESP8266' 2018-07-06 12:57:22 +03:00
Toni 697a078b4c
Merge pull request #51 from jeroenterheerdt/master
Adding support for Mitsubishi Heavy Industries SRKXXZMP-S
2018-05-11 19:53:32 +03:00
jeroenterheerdt 2a0ee63efc Adding support for Mitsubishi Heavy Industries SRKXXZMP-S 2018-05-11 13:20:55 +02:00
Toni fa5e8c1cda
Merge pull request #48 from bjacobse/patch-1
Update READE.md
2018-01-26 08:48:38 +02:00
bjacobse 2f51afd7d6
Merge pull request #1 from bjacobse/bjacobse-patch-1
Update README.md
2018-01-25 20:52:29 +01:00
bjacobse aa8e188d33
Update README.md
Added IVT AY-XP12FR-N and reorder list in alphabetical order
2018-01-25 20:51:44 +01:00
bjacobse 162cc797fb
Update README.md
Add IVT and reorder heatpumps in alphabetical order
2018-01-25 20:42:38 +01:00
Toni 01a2d151c4
Merge pull request #46 from jaatuli/mitsubishi-fa
Mitsubishi FA support
2018-01-17 15:35:56 +02:00
Eero Karhu 27f65be5fe Added Mitsubishi FA to simple.ino for testing 2018-01-14 21:33:00 +02:00
Eero Karhu 1f94f1666c Bug fix 2018-01-14 21:29:59 +02:00