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 basic support for HITACHI_AC3 protocol. #1063

Merged
merged 4 commits into from
Mar 24, 2020
Merged

Conversation

crankyoldgit
Copy link
Owner

  • Supports Hitachi PC-LH3B
  • Add send & decode routines.
    • Support all known state/bit sizes captured so far.
  • Update ancillary support routines.
  • Add synthetic and real unit test cases.
  • very basic IRHitachiAc3 class added.
    • Enough code to verify the checksum/integry check for the protocol.
    • Add integrity check to decodeHitachiAc3()

For #1060

* Supports Hitachi PC-LH3B
* Add send & decode routines.
* Update ancillary support routines.
* Add synthetic and real unit test cases.

For #1060
* Rename the protocol as bit size isn't constant.
* Support all known state/bit sizes thus captured.
* Add unit test cases

For #1060
* very basic IRHitachiAc3 class added.
* Enough code to verify the checksum/integry check for the protocol.
* Add integrity check to `decodeHitachiAc3()`
* Fix up some incorrect comments.

For #1060
@crankyoldgit
Copy link
Owner Author

No comments after 7 days. Merging.

@crankyoldgit crankyoldgit merged commit a31c6bd into master Mar 24, 2020
@crankyoldgit crankyoldgit deleted the hitachi_PC-LH3B branch March 30, 2020 14:20
crankyoldgit added a commit that referenced this pull request Apr 9, 2020
_v2.7.5 (20200409)_

**[Features]**
- Detailed support for `HITACHI_AC1` protocol. (#1056, #1061, #1072)
- update sharp to match Sharp AH-A5SAY (#1074)
- Experimental support for AIRWELL protocol. (#1069, #1070)
- SamsungAC: Add Breeze (Aka WindFree) control (#1062, #1071)
- Support for Daikin FFN-C A/C (#1064, #1065)
- Add basic support for HITACHI_AC3 protocol. (#1060, #1063)
- Add support for `SYMPHONY` 11 bit protocol. (#1057, #1058)
- IRMQTTServer: Improve Home-Assistant discovery by sending a 'device' with the discovery packet (#1055)

**[Misc]**
- Clean up support status of various protocols.
- Add `decodeToState()` unit tests to all supported protocols (#1067, #1068)
- Add Gree AC example code. (#1066)
@crankyoldgit crankyoldgit mentioned this pull request Apr 9, 2020
crankyoldgit added a commit that referenced this pull request Apr 9, 2020
_v2.7.5 (20200409)_

**[Features]**
- Detailed support for `HITACHI_AC1` protocol. (#1056, #1061, #1072)
- update sharp to match Sharp AH-A5SAY (#1074)
- Experimental support for AIRWELL protocol. (#1069, #1070)
- SamsungAC: Add Breeze (Aka WindFree) control (#1062, #1071)
- Support for Daikin FFN-C A/C (#1064, #1065)
- Add basic support for HITACHI_AC3 protocol. (#1060, #1063)
- Add support for `SYMPHONY` 11 bit protocol. (#1057, #1058)
- IRMQTTServer: Improve Home-Assistant discovery by sending a 'device' with the discovery packet (#1055)

**[Misc]**
- Clean up support status of various protocols.
- Add `decodeToState()` unit tests to all supported protocols (#1067, #1068)
- Add Gree AC example code. (#1066)
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.

1 participant