Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add detailed support for Airwell A/C protocol. #1204

Merged
merged 3 commits into from
Jun 25, 2020
Merged

Conversation

crankyoldgit
Copy link
Owner

  • Add support for controling:
    • Operation Mode
    • Power Toggle
    • Fan Speed
    • Temperature
  • Common A/C API support added.
  • Unit tests

Fixes #1202

* Add support for controling:
  - Operation Mode
  - Power Toggle
  - Fan Speed
  - Temperature
* Common A/C API support added.
* Unit tests

Fixes #1202
@juanbaldovi
Copy link

Hello
I've flashed IRMQTTServer and made some quick tests and it seems to work perfectly.
I'll make some more tests later this week.
I'll keep you updated.
Thanks for all your support!

@crankyoldgit
Copy link
Owner Author

@juanbaldovi Thanks for confirming it's working! That helps!

test/ir_Airwell_test.cpp Show resolved Hide resolved
@crankyoldgit crankyoldgit merged commit 0fb37a3 into master Jun 25, 2020
@crankyoldgit crankyoldgit deleted the DetailedAirwell branch June 25, 2020 08:39
crankyoldgit added a commit that referenced this pull request Jul 30, 2020
_v2.7.9 (20200730)_

**[Bug Fixes]**
- Fix mistake in `IRLGAc::convertFan()`. (#1214 #1215)

**[Features]**
- Add Sanyo A/C (72 bit) protocol with detailed support. (#1211 #1218)
- Added modification to Midea unit to support Danby DAC AC units.  (#1213)
- ToshibaAc: Rework to support Carrier models and add more settings. (#1205 #1212)
- Add detailed support for Airwell A/C protocol. (#1202 #1204)

**[Misc]**
- Pioneer: Update timings based on user collected data. (#1220 #1222)
- Samsung36: Adjust timings & update unit tests. (#1220 #1221)
- Consolidate common code: Inverted byte pairs (#1219)
- Remove duplicate code from `IRToshibaAC::calcChecksum()` (#1207)
- Update missing/incorrect doxygen comments (#1203)
@crankyoldgit crankyoldgit mentioned this pull request Jul 30, 2020
crankyoldgit added a commit that referenced this pull request Jul 30, 2020
_v2.7.9 (20200730)_

**[Bug Fixes]**
- Fix mistake in `IRLGAc::convertFan()`. (#1214 #1215)

**[Features]**
- Add Sanyo A/C (72 bit) protocol with detailed support. (#1211 #1218)
- Added modification to Midea unit to support Danby DAC AC units.  (#1213)
- ToshibaAc: Rework to support Carrier models and add more settings. (#1205 #1212)
- Add detailed support for Airwell A/C protocol. (#1202 #1204)

**[Misc]**
- Pioneer: Update timings based on user collected data. (#1220 #1222)
- Samsung36: Adjust timings & update unit tests. (#1220 #1221)
- Consolidate common code: Inverted byte pairs (#1219)
- Remove duplicate code from `IRToshibaAC::calcChecksum()` (#1207)
- Update missing/incorrect doxygen comments (#1203)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add detailed support for Airwell AC
3 participants