IR TX on RULES based

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
mtsukamoto
New user
Posts: 8
Joined: 22 Dec 2015, 11:28

IR TX on RULES based

#1 Post by mtsukamoto » 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?

ewaldharmsen
Normal user
Posts: 66
Joined: 16 Feb 2017, 09:23

Re: IR TX on RULES based

#2 Post by ewaldharmsen » 11 Feb 2018, 11:04

I guess you need to use this command: SendToHTTP 192.168.5.143,80,/control?cmd=IRSEND,NEC,E17A48B7,32

Post Reply

Who is online

Users browsing this forum: No registered users and 32 guests