Broadlink IR script can't repeat

Hi all,

I have a RM4 that work well with the broadlink integration.

I have a clim with a remote.
This remote have one button to power ON and OFF
This remote have one button to set power to level LOW or level HIGH

So, on the original ir remote, the power ON & OFF is the same IR code, like the power button ( first press is low, second press for HIGH

When i call the service to power on or set power to LOW all is working fine.

But when i call again the script to POWER OFF or set level to HIGH, nothing happen ( even if i see the RM4 sending the IR command )

Does anyone have an idea ? Thanks !

Here are my two script :

ir_clim_power:
  sequence:
    - service: remote.send_command
      target:
        entity_id: remote.rm4_mini_remote
      data:
        device: clim
        command: power

ir_clim_chauffage:
  sequence:
    - service: remote.send_command
      target:
        entity_id: remote.rm4_mini_remote
      data:
        device: clim
        command: chauffage

no idea ? :frowning:

one week of different test and nothing, i can’t get it working, i really don’t understand