Implement Blomberg AC protocol - #2288
Open
Thepowa753 wants to merge 2 commits into
Open
Conversation
Defines the IRBlombergAc class for controlling Blomberg AC units with various settings and modes.
Collaborator
|
No tests are provided, so raw captures from original remote with all temperature settings lowest to highest would be good. The standard way to have state is with union struct. Is this based on something old? Asking since this isn't matching the current style of the library. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces support for Blomberg air conditioner IR remote control by adding a new
IRBlombergAcclass. The implementation provides methods to manipulate and transmit IR commands specific to Blomberg AC units, including state management, encoding/decoding, and device feature controls.New Blomberg AC IR Protocol Support:
IRBlombergAcclass inir_Blomberg.handir_Blomberg.cppto encapsulate all logic for Blomberg AC IR communication, including state management and IR transmission. [1] [2]Device Control Methods:
IRBlombergAcfor setting and getting AC features such as power, mode, temperature, fan speed, swing, LED, and turbo, allowing granular control over device state.Protocol Constants and State Handling:
Checksum and Validation:
IR Transmission Integration:
sendmethod and supporting repeated transmissions as needed.