I have the same problem at my house running 107.7 but have been experiencing it for quite a while now.
Funny thing is, that in the other house where i have a identical setup (RM2 Pro, RPi4, hassio 107.7) this is working just fine.
I’ve replaced the RM since i had a spare and there’s no change.
Whem i send the signal manually it’s fired right away, when i call it with the switch it takes a while.
What i have found in my logs is:
Logger: homeassistant.components.broadlink.switch
Source: components/broadlink/switch.py:288
Integration: broadlink (documentation, issues)
First occurred: 21:43:48 (1 occurrences)
Last logged: 21:43:48
So the “Turning it off and on” didn’t do the trick for me.
But a workaround could be using a script with the broadlink.send function. It works for me.
Hi, the part about turning off and on was from the like i’ve sent before, it was a solution there, but seams not to solve my problem.
The workaround i’m suggesting is to use a script instead of a switch.
In settings, you have automations, scripts and so on. If you configure a script to call the “broadlink.send” function and attach your code, it will send the command immediately.
Then you can use eather the script directly to control whatever you need to control or you can use is in a switch.
There must be something fishy with both our installations.
I’ve recently backed up all my stuff on a pi3 and moved to pi4. Now i’ve used the old pi for a new install and tested the broadlink RM. It works like a charm
Perhaps eliminate the switch in configuration, eliminate the log, restart or reboot, redo the switch in configuration and rebbot/restart (anything else??)
WIll try that in the following days.
I would move away from Broadlink, but I have many lights without neutral, and the Broadlink TC2 switches are great for that type installation, I think the only possibility
Basically when I press a switch on my app/gui the code gets sent straight away. However my problem is the speed of entering the next command.
E.g. when i browse a guide, and I navigate up down left right, each of these commands need about 1sec wait before you can execute the next. Where as obviously on the remote or Boardlink app, you press the next command it auto triggers straight away.
Anyone know if any code to help with speeding up sending of the next command to broadlink, or is having similar problems?