I have an IR-Wi-Fi bridge with Openbeken.
I would like to execute the command IRSend Nec-6CD2-CB-5-3 when the IR signal "Info:IR:IR IR IR_Panasonic 0x8 0x3D 0 (48 bits)" is received.
Previously I would have written my Autoexec.bat like this:
Unfortunately this does not work! Currently the loop runs without checking the IF condition --> signal is sent every 15s.
Any idea how I could do this?
AI: What exactly happens when you run the script - do you get an error message, or does nothing happen?
No error message. Loop runs without query.
AI: Which OpenBeken firmware version are you using on your IR-WiFi Bridge?
1.18.75
I would like to execute the command IRSend Nec-6CD2-CB-5-3 when the IR signal "Info:IR:IR IR IR_Panasonic 0x8 0x3D 0 (48 bits)" is received.
Previously I would have written my Autoexec.bat like this:
again:
if $IR=Panasonic-8-3D-1 then IRSend Nec-6CD2-CB-5-3
delay_s 15
goto again
Unfortunately this does not work! Currently the loop runs without checking the IF condition --> signal is sent every 15s.
Any idea how I could do this?
AI: What exactly happens when you run the script - do you get an error message, or does nothing happen?
No error message. Loop runs without query.
AI: Which OpenBeken firmware version are you using on your IR-WiFi Bridge?
1.18.75