Search found 4 matches

by maystero
21 May 2019, 19:37
Forum: ESP Easy: General Discussion
Topic: problem with remote control
Replies: 8
Views: 5362

Re: problem with remote control

This follows your original logic without nested if's. If this is not working then check your logic! on IR_RECEIVER#IR do if [IR_RECEIVER#IR]=2049 and [zmienna_1#Switch_1]=0 TaskValueSet 2,1,1 gpio,14,[zmienna_1#Switch_1] endif if [IR_RECEIVER#IR]=2049 and [zmienna_1#Switch_1]=1 TaskValueSet 2,1,0 g...
by maystero
20 May 2019, 18:43
Forum: ESP Easy: General Discussion
Topic: problem with remote control
Replies: 8
Views: 5362

Re: problem with remote control

Something like this......................? // klawisz_1 on IR_RECEIVER#IR do if [IR_RECEIVER#IR]=2049 and [zmienna_1#Switch_1]=0 TaskValueSet 2,1,1 else TaskValueSet 2,1,0 gpio,14,[zmienna_1#Switch_1] endif //Delay 1000 Endon Every time is set GPIO 14 Set to 0 83711098: ACT : TaskValueSet 2,1,0 837...
by maystero
19 May 2019, 19:28
Forum: ESP Easy: General Discussion
Topic: problem with remote control
Replies: 8
Views: 5362

Re: problem with remote control

Log with out DELAY 1000 at RULES 58713: IRSEND,RAW2,C6C6L6C7C7B7B8B9A8A9A99K9,38,99,88 58748: EVENT: IR_RECEIVER#IR=3268448703 59762: IRSEND,RC5,801 59798: EVENT: IR_RECEIVER#IR=2049 59854: ACT : TaskValueSet 2,1,1 59863: Command: taskvalueset 59888: ACT : gpio,14,1 59891: SW : GPIO 14 Set to 1 6005...
by maystero
19 May 2019, 11:34
Forum: ESP Easy: General Discussion
Topic: problem with remote control
Replies: 8
Views: 5362

problem with remote control

Hi! Sorry for my english. I don't speak very well. But I will try explain my problem I have module ESP8266 with ESP EASY (mega-20190511) To the module is connected LED's diagram: https://zapodaj.net/b77b12f1d9907.png.html I create rule: // klawisz_1 on IR_RECEIVER#IR do if [IR_RECEIVER#IR]=2049 // i...