Generic IR or Broadlink HVAC control codes generator

Yes, I know about that component. In fact, it inspired me to make the derivative with the code generator. However, if they have the codes in the database, that might just solve your problem.
I will then look into these codes when I have more time and try to decode them to build a code generator.

Great,

Thanks :slight_smile:

Hi,

So i ended up adding the Broadlink Climate component to HA.
It supports Tadiranā€™s remote (plus some added IR that i added for fan set to ā€œAutoā€).
Works like a charm :grinning: and fully integrated to google home as thermostat:

I need some help here understanding how to does the byte works eg. i got this code for broadlink daikin ON

260050020e0e0d0f0d100e0f0c0f0d000345723a0e2b0f0d0d100d0f0f2b0e0f0b100e100c0f0e2c0e0e0c2d0e2b0e0e0e2c0e2b0e2b0d2d0e2b0e0e0e0f0c2d0d0f0d100e0e0c100d100e0e0e100b100e110a100c2d0c100e2b0e0f0e100c0e0e2b0f2b0e0e0e0f0e0f0c0f0e0f0d100e0d0e0f0e0f0e0d0e0f0d110c0f0d0f0d100e0e0e2c0e2b0e2b0e0e0e2b0e0f0e2b0e2b0d00047e723a0e2c0e0e0e0f0c110c2c0d100e0e0c110c100d2c0e110b2c0e2b0e0e0d2c0d2c0e2b0f2b0e2b0e0f0d0f0e2c0e0e0c100e0f0d0f0d0f0e0f0d0f0d100d0f0d0f0d100c2d0c100d100e0e0d0f0e2b0e0f0e0e0f0e0c100e110a110d2b0e100b2c0e0f0e0f0d2c0e0e0d2d0c2d0c100d0f0e0f0c110c0f0f2b0e0e0d2d0d0e0e0f0d00047e723a0e2b0e0f0e100b0f0d2d0e0e0e100c0f0e0e0e2b0f0e0e2b0d2d0d0e0e2c0d2c0e2b0e2b0e2c0e0e0f0e0d2c0d100c100e100c0f0e0f0d0e0e0f0d0f0d0f0d110d0e0f0d0e0f0e0e0f0e0c110c100e0f0b2d0d0f0d100e2b0d100e0f0c100c100e0e0d0f0e2b0e0f0e0f0d2c0e0d0e100c100e0e0d0f0d110d0e0d0f0d100e100c0e0d100d100d0f0c100e2b0e0f0d2c0e0f0e0d0e0f0d100d0f0d0f0d100e0e0d0f0d100e0e0e0e0e0f0d0f0e0f0c100d0f0e2c0e2b0e100d0d0e0f0d100e0e0c100d100d0f0d0f0d110c2c0e2b0e0f0e0d0f0e0d100e0e0d0f0e110b0f0f0d0d100e0e0e0f0c100e0e0e0f0e0f0c0f0f2b0f0d0d100c100e0e0d100c2d0d2c0d0f0e0f0d0f0e0e0d100e0e0f0e0c110c0f0f0f0d0e0e0f0d0f0d0f0e0e0f0e0d100c2d0c2d0c100e0f0e0e0d0f0e100c000d050000000000000000

from the first few digit
26 - ir code
00 - repeat
50 - ??
02 - ??
and so onā€¦
Just need to understand it is formatted in 2600 or 26 00 and where does your
send_buffer = bytearray(b'\x11\xDA\x27\xF0\x0D\x00\x0F\x11\xDA\x27\x00\xD3\x11\x00\x00\x00\x1E\x0A\x08\x26')
https://github.com/shprota/hvac_ir/blob/master/hvac_ir/daikin.py line 62 fit in ?

Can you make the PanasonicHeatpumpIR too?

Anyone managed to get RC3 Electra working?
I am looking for codes that will

  1. turn on cold AC (but not turn off the AC if its already on)
  2. turn on hot AC (but not turn off the AC if its already on)
  3. turn off the AC (but not turn it on if its already off)

My main challenge is with the part in parenthesis.
I donā€™t want the same code to turn the AC on and off.

Hello!

Iā€™m also from Israel, Using Electra AC.
My RC model is RC-7, but I have the feeling all electra remotes work on the same codes.

My need for the codes is for being able to send them using NodeMCU ESP8266 Arduino board, Trying to control my AC using Arduino programming and IR Led(s) connected directly to it.

Some libraries are available on GitHub, but none of them (with ā€œElectra_ACā€ protocol) is working for me.

Any help would be really appreciated.

Hey lior,
I have tadiran mini center (?)
And the tadiran codes of climate dosent work.
I will be happy if you can tell me how you config your ac button.
I have learned script send command from the broadlink

Hi Dudi,

Do you have WiFi remote control unit ?
If yes than you can use the ekon custom component.
It much more elegant and bi-directional.

Hi @shprota. I have a Tadiran (Gree) AC and a Broadlink device. Could you please elaborate on how to control the AC using your code?

@shprota Just wanted to say a huge thank you for the library.
Finally managed to make ESPHome IR Blaster control my Tadiran AC after a lot of struggle!

I am planning on creating a library to generate ESPHome remote_transmitter.transmit_raw yaml configuration using your library, will share here when done :slight_smile:

1 Like