IR TX on RULES based
Posted: 25 Aug 2017, 15:53
Hi guys.....i need create on "IR TX translator" where received ir signal from remote control, the esp8266 (with Espeasy firmware) will go send other IR TX. I try create on car stearing controls interface based on the Infrared. The ESPEASY is emiting perfectly when i use the pc browser and send : http://192.168.5.143/control?cmd=IRSEND,NEC,E17A48B7,32 make the on-off of the cable tv decoder (for tests only).
I create an rule for then receive "x" signal from control , so emitter other trought espeasy.
on Receptor#IR do //
if [Receptor#IR] =3782914127
SendToHTTP 192.168.5.143/control?cmd=IRSEND,NEC,E17A48B7,32
endif
endon
But this not work.... How to start the infrared TX from RULES correcty?....How to start infrared emitter from switch on the GPIO, creating your custom ir control?
I create an rule for then receive "x" signal from control , so emitter other trought espeasy.
on Receptor#IR do //
if [Receptor#IR] =3782914127
SendToHTTP 192.168.5.143/control?cmd=IRSEND,NEC,E17A48B7,32
endif
endon
But this not work.... How to start the infrared TX from RULES correcty?....How to start infrared emitter from switch on the GPIO, creating your custom ir control?