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 COOLIX48 protocol. #1697

Merged
merged 1 commit into from
Dec 7, 2021
Merged

Add basic support for COOLIX48 protocol. #1697

merged 1 commit into from
Dec 7, 2021

Commits on Dec 6, 2021

  1. Add basic support for COOLIX48 protocol.

    * As far as we can tell COOLIX48 is a subtle version of `COOLIX` but does not obey the "every second byte is inverted" verification pattern. Thus, COOLIX48 is twice the bit size of COOLIX (24 bits).
    * This seems to be used by a Bosch A/C to transmite On & Off timer values.
    * Update & Extend Coolix Unit tests to cover this.
    * Other minor code style changes.
    
    Fixes #1694
    crankyoldgit committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e0b7534 View commit details
    Browse the repository at this point in the history