Hi everyone,
I’m excited to share that I found a library with decoded IR codes for Samsung AC. However, I’m facing some challenges integrating it with my Home Assistant setup using ESPHome. I’d greatly appreciate any insights or assistance the community can offer!
My situation:
I have access to the decoded IR code for my AC: 0x02821F000000F001E2FE718041F0
(112 bits). This is just an example of course.
The code corresponds to: Power: On, Mode: 4 (Heat), Temp: 24C, Fan: 0 (Auto), other settings off.
{0x02, 0x82, 0x1F, 0x00, 0x00, 0x00, 0xF0, 0x01, 0xE2, 0xFE, 0x71, 0x80, 0x41, 0xF0};
I’m using ESPHome for custom integrations.
My questions:
Using the 112-bit code: How can I utilize this specific 112-bit code in ESPHome to send IR commands to my AC? Are there any relevant ESPHome components or libraries that support raw IR code transmission?
Importing the library: Is there a way to directly import the library containing the decoded codes into ESPHome? If not, what alternative approaches could I use to access and interpret the codes?