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?
IR TX on RULES based
Moderators: grovkillen, Stuntteam, TD-er
-
- Normal user
- Posts: 66
- Joined: 16 Feb 2017, 09:23
Re: IR TX on RULES based
I guess you need to use this command: SendToHTTP 192.168.5.143,80,/control?cmd=IRSEND,NEC,E17A48B7,32
Who is online
Users browsing this forum: No registered users and 19 guests