Skip to content

Implement Blomberg AC protocol - #2288

Open
Thepowa753 wants to merge 2 commits into
crankyoldgit:masterfrom
Thepowa753:master
Open

Implement Blomberg AC protocol#2288
Thepowa753 wants to merge 2 commits into
crankyoldgit:masterfrom
Thepowa753:master

Conversation

@Thepowa753

Copy link
Copy Markdown

This pull request introduces support for Blomberg air conditioner IR remote control by adding a new IRBlombergAc class. 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:

  • Added IRBlombergAc class in ir_Blomberg.h and ir_Blomberg.cpp to encapsulate all logic for Blomberg AC IR communication, including state management and IR transmission. [1] [2]

Device Control Methods:

  • Implemented methods in IRBlombergAc for 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:

  • Defined protocol-specific constants (e.g., state length, temperature limits, mode/fan codes) and provided methods to reset, set, and retrieve the internal state buffer representing the IR command. [1] [2]

Checksum and Validation:

  • Implemented checksum calculation and validation methods to ensure data integrity of the IR command payload before transmission.

IR Transmission Integration:

  • Integrated with the existing IR sending infrastructure, allowing commands to be sent via the send method and supporting repeated transmissions as needed.

Defines the IRBlombergAc class for controlling Blomberg AC units with various settings and modes.
@NiKiZe

NiKiZe commented Aug 19, 2026

Copy link
Copy Markdown
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants