Sonoff RF Bridge - Cheap RF switches in UK

Hi my friend. I have the same problem. Could you find a solution for this problem?

Had similar problems with Tasmota, flashed it with Espurna and it worked out of the box.

I also flashed it with Espurna. I increased the number of switches to 20 and reduced the Rf Send Times to two. It works well and stable.

I don’t understand your value template as the test value is neither on_ nor off_payload.

Hi Crypto66
My code is using a condition to test what value has been sent by the rf receiver, and then if the value matches the condition, sends a toggle command to my light.
The rf box sends a set of json info, and the data value is the part of the information that determines which switch on my 10 button controller has been pressed. In my example, one of the buttons sends the data value F6250D - I detect this and send a toggle command to my light.
Hope this explains what is happening!

Thank you for your explanation … indeed I missed out on ‘==’ (rather than ‘=’).
It is a very elegant solution I think - so, great that you shared it!
PS: it seems like a Node-Red implementation (just directly implemented in HA) :+1: