Best ir blaster for HA?

ESPHome? Do you have a configuration file?

This is to use the IR of the device:

remote_receiver:
  pin:
    number: GPIO14
    inverted: true
    mode:
      input: true
      pullup: true
  dump: lg
  
  
remote_transmitter:
  pin: GPIO4
  carrier_duty_percent: 50%

button:
  - platform: template
    name: "David LG TV on/Off"
    on_press:
      - remote_transmitter.transmit_lg:
          data: 0x20DF10EF
          nbits: 32

I have officially given up on this project. Looks like I wasted money on AlliExpress.

Looks like it was fixed, you might want to try again

@thesaint Did you give it a new try?

Nope. Never did. Just never had enough time to breathe enough to give it another shot. That and I have no idea what happened to the IR blaster. Might have given it away or thrown it out.

Ok, thnx for reacting. At the moment in the same situation how to control some ir stuff so I only need the ha tablet

I suggest the esp version linked before.

Edit.
Realized the link doesn’t work.
Here is a search link instead
https://www.aliexpress.com/w/wholesale-esp8285-infrared-transmitter-receiver.html?osf=auto_suggest&spm=a2g0n.detail.header.0

Thnx for the link.