This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Support long airconditioner codes #3
Open
ToniA
wants to merge
132
commits into
adafruit:master
Choose a base branch
from
ToniA:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d Fujitsu AWYZ remotes
…no IDE would save automatically on compile...
… for Panasonic, Mitsubishi and Fujitsu
Updated Mode Fan
Update MitsubishiHeavy.cpp
Horizontal Auto > 4C
Some horizontal directions added en tested (LeftRight; RightLeft; Stop; 3DAuto)
Added/Changed some comments
Update MitsubishiHeavy.cpp
Update MitsubishiHeavy.cpp
Update MitsubishiHeavy.cpp
Update MitsubishiHeavy.cpp
-Added Mitsubishi Heavy SRKxxZM-S protocol -Some textual changes to ZJ-S protocol Remark: protocol is tested with original remote control
Update MitsubishiHeavy.cpp
Adding I-Feel decoding for Gree
…g protection if no brand define uncommented
Tighten up timings
Add state of Gree I-FEEL to the GreeYAC decoder
…-Arduino into ericvb-master
Add Philco IR recognition
The remove is not working, so I only have the Xiaomi IR App to test. Despite working, the app is missing the Timer options so I have no way to extract those out.
Add support for ZH/JG-01
The odd bytes make more sense to use, since 0 is OFF and temperature does not need to be fliped
Use the non-inverted bytes for ZH/JG-01
Tested with a ZAICON air conditioner remote control.
feat(nodemcu): Add support for ESP8266 (nodemcu)
feat(KY-26 Remote): Add support for KY-26 remote control
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The original code is designed to capture max. 100 symbol pairs. Split-unit air conditioner devices use much longer codes in their infrared protocol, for example Panasonic DKE series uses a code with 220 symbols. Even the Duemilanove can have an array for 400 pulse pairs, with its limited 2k of RAM.
Tested with Panasonic CKP & DKE and Fujitsu AWYZ remotes