Live data override on the physical button

Hello. I’ve rummaged through everything, I just can’t figure out how to make it so that I can turn on/off the external control mode using a physical button connected to the esp.
I found the command &LO= but it doesn’t do anything if you enter it into the presets, what am I doing wrong???

Strip 1

UPD: The only thing I managed to get was win$LO=0 - it turns on the reception of a third-party signal, but I have no idea what win is. But win$LO=1 does not work.

I do not think you are doing anything wrong , some thing may not work in presets with a button .
What I tried from mqtt both LO=1 or {“lor”:1} and they work . However the same two calls
do not work in presets attached to buttons . Log a request on github

use LO=1

They should. there is no difference in processing.

Yeah they should but it did not when i tried . The same process works for something like on/off but for live override I could not get it to work with json or HTTP . I only used esp32 on board button which works to activate other presets . Not really sure what info needed to confirm the same as in my tests I compared that to mqtt


I recall a while back some other calls did not work but it was fixed but could not track those to see where to look in code

@blazoncek
lo
I used a debug build and I can see that my preset is activated when i press the button but the call does not actually run

Try 2 as 1 is single override.

I am fairly certain it is the same case we seen before with other apis not working with buttons and it was fixed but i fails to recall the exact old case nor the post for that , here it is with LO=2
lo2