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

[Breaking] Daikin176: Change operating mode values. #1235

Merged
merged 5 commits into from
Aug 9, 2020
Merged

Conversation

crankyoldgit
Copy link
Owner

  • More user supplied data has shown the altmode was the real mode all along. Change code to reflect that.
  • Change mode values to use kDaikin176Fan etc.
  • Add support for Heat & Auto modes.
  • Update unit tests accordingly.
  • Update the supported model info.

Fixes #1233

* More data has shown the `altmode` was the real mode all along. Change code to reflect that.
* Change mode values to `kDaikin176Fan` etc.
* Add support for Heat & Auto modes.
* Update unit tests accordingly.

Fixes #1233
@crankyoldgit crankyoldgit requested a review from NiKiZe August 8, 2020 08:46
@crankyoldgit crankyoldgit self-assigned this Aug 8, 2020
@crankyoldgit crankyoldgit added the Pending Confirmation Waiting for confirmation from user label Aug 8, 2020
src/ir_Daikin.cpp Show resolved Hide resolved
@crankyoldgit
Copy link
Owner Author

Confirmed working in #1233 (comment)

@crankyoldgit crankyoldgit merged commit fb2793f into master Aug 9, 2020
@crankyoldgit crankyoldgit deleted the Issue1233 branch August 9, 2020 10:58
crankyoldgit added a commit that referenced this pull request Aug 31, 2020
_v2.7.10 (20200831)_

**[BREAKING CHANGES]**
- move SPIFFS to LittleFS for ESP8266 (#1182 #1226)
- Daikin176: Change & increase operating mode values. (#1233 #1235)

**[Bug Fixes]**
- TOSHIBA_AC: not turning off when using `IRac` class. (#1250 #1251)
- Haier: change position of Fan speed bits. (#1246 #1247)

**[Features]**
- Voltas: Add detailed support for Voltas A/Cs (#1238 #1248)
- Add support for Metz protocol. (#1241 #1242)
- Basic support for Voltas A/C protocol (#1238 #1243)
- Add low level bit formatting sanity checks. (#1232)

**[Misc]**
- Rewrite Airwell by using bit fields (#1254)
- Rewrite Haier YRW02 using bit fields (#1253)
- rewrite Haier HSU07-HEA03 (#1246 #1247)
- rewrite ir_Gree & ir_Midea by using bit field (#1240)
- Incorrect usage of `assert()` (#1244 #1245 #1232)
- rewrite Gree (#1210)
@crankyoldgit crankyoldgit mentioned this pull request Aug 31, 2020
crankyoldgit added a commit that referenced this pull request Aug 31, 2020
## v2.7.10 release
_v2.7.10 (20200831)_

**[BREAKING CHANGES]**
- move SPIFFS to LittleFS for ESP8266 (#1182 #1226)
- Daikin176: Change & increase operating mode values. (#1233 #1235)

**[Bug Fixes]**
- TOSHIBA_AC: not turning off when using `IRac` class. (#1250 #1251)
- Haier: change position of Fan speed bits. (#1246 #1247)

**[Features]**
- Voltas: Add detailed support for Voltas A/Cs (#1238 #1248)
- Add support for Metz protocol. (#1241 #1242)
- Basic support for Voltas A/C protocol (#1238 #1243)
- Add low level bit formatting sanity checks. (#1232)

**[Misc]**
- Rewrite Airwell by using bit fields (#1254)
- Rewrite Haier YRW02 using bit fields (#1253)
- rewrite Haier HSU07-HEA03 (#1246 #1247)
- rewrite ir_Gree & ir_Midea by using bit field (#1240)
- Incorrect usage of `assert()` (#1244 #1245 #1232)
- rewrite Gree (#1210)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Pending Confirmation Waiting for confirmation from user
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expanding support for Daikin 176 protocol
2 participants