Tuya IR Remote - Working!

If the Tuya custom driver is not selected automatically during the initial pairing of this IR blaster, manually change the driver and pair it once again.

Are there any Zigbee ones that do both IR and RF? I could only find WIFI ones that do both.

I haven't come across any Zigbee blasters that support both IR and RF.

Subject: Assistance Converting Hex IR Codes for IR Blaster

Hi,

First off, I want to say I really appreciate the work that has gone into this project. I recently got an IR Blaster, and your code works great for learning and sending IR signals. Thank you for making this available!

Here’s the Amazon link for the device I’m using (I like that it’s not battery-operated):
Amazon Product Link

I’m running into an issue when trying to send IR codes found online. The format used by your code doesn’t seem to match the standard hex codes I’ve found for my LG remote. For example, when I learn the Input button using your code, it stores the following string:

BUcjcREzAsABA6IGMwLgCwFAF0ADQAFAB+APA0ABQBvgDwHAG0AH4AMDCUudRyPOCDMC///gGgcCCDMC

However, most online sources provide much shorter hex codes. For example:

  • Input Button : 20DFD02F
  • Power On: 20DF23DC
  • HDMI3 Input: 20DF9768

These codes are from this source: GitHub Gist.

My goal is to send specific commands (e.g., turning the TV on and switching directly to HDMI3) rather than relying on sequential button presses and hoping the TV state aligns. Unfortunately, pasting the hex codes directly doesn’t seem to work.

Is there a way to convert these standard hex IR codes into the format your code uses? Do you have a tool or guidance on how to achieve this?

Thanks in advance for your help!