Search found 3 matches

by nrgz28
15 Jan 2021, 22:58
Forum: ESP Easy: General Discussion
Topic: Schedule IRSend
Replies: 4
Views: 3521

Re: Schedule IRSend

Nevermind! This seems to work now for some reason.. while yesterday for a couple hours all I was getting in the logs was "command unknown" for IRSEND.. wtf!! hehe

On System#Boot do
timerSet,1,10
endon

On Rules#Timer=1 do
IRSEND NEC 0x5D0540BF
IRSEND NEC 0X5D05C03F
timerSet,1,5
endon
by nrgz28
15 Jan 2021, 22:52
Forum: ESP Easy: General Discussion
Topic: Schedule IRSend
Replies: 4
Views: 3521

Re: Schedule IRSend

If the code is already known, you can program it in the rules running on the IRsend node. Then you simply must trigger an event on that node to execute that part of the code. Events can be sent via lots of ways, like HTTP, MQTT or the p2p protocol. That's what I'm asking... How do I use the IRSend ...
by nrgz28
15 Jan 2021, 20:24
Forum: ESP Easy: General Discussion
Topic: Schedule IRSend
Replies: 4
Views: 3521

Schedule IRSend

Hello everyone. I've got a simple question about using the IRSEND function... How can I schedule sending IR codes locally on the ESP ? Doing something like the below code doesn't work, no matter what I do. On System#Boot do timerSet,1,60 endon On Rules#Timer=1 do SendToHTTP,10.2.3.152,80,'/control?c...