Broadlink RM Pro+ Integration Issues with HA

Hi everyone, I’ve been using a Broadlink RM Mini 3 for a while now, and it’s been working perfectly fine. However, I recently decided to add a Broadlink RM Pro+ to my setup, and I’m encountering some issues. I’m only using IR at the moment, not RF. I’ve been using the broadlink.learn and broadlink.send services to control the Mini, and that’s been working without any problems. But when I try to use the Pro+, nothing happens. No LEDs light up, and there’s no response from the device. Yet, it works just fine from the Broadlink Android app, both for learning and sending commands. It seems like the Pro+ is ignoring any commands coming from Home Assistant (HA). I’ve added the Pro+ to my configuration as well, and the switch shows up in HA, but it doesn’t do anything. I’ve double-checked the IP and MAC addresses, and I’m using a static DHCP lease to ensure the Pro+ gets the correct IP. Here’s my config for reference:

yaml

  • platform: broadlink
    host: 192.168.xxx.11
    mac: ‘78:0F:77:’
    type: rm_mini
    switches:
    tv_lg:
    friendly_name: “LG TV Power”
    command_on: ‘’
    command_off: ‘’
    soundbar_philips:
    friendly_name: “Soundbar Power”
    command_on: ‘’
    command_off: ‘’

  • platform: broadlink
    host: 192.168.xxx.17
    mac: ‘78:0f:77:’
    type: rm2_pro_plus
    switches:
    aircon:
    friendly_name: “AC”
    command_on: ‘AAAAAAAAAAAAAAAA’
    command_off: ‘AAAAAAAAAAAAAAAA’

The IR code for the Pro+ was learned using the Mini, and I’ve verified that it works with the Mini. I’m not sure what’s causing the issue with the Pro+. Any ideas or suggestions would be greatly appreciated! I’m really hoping to get this working as I’d love to take full advantage of the Pro+’s capabilities.