Search found 7 matches

by angelo-filippi
20 Aug 2019, 12:40
Forum: ESP Easy: Software
Topic: Simple LOOP
Replies: 2
Views: 4785

Re: Simple LOOP

I found this solution...
is this the best way?

On server#cmdmqtt=5 do
timerSet,1,2
endon
On Rules#Timer=1 do
timerSet,1,2
Pulse,15,1,1000
endon

Thank you!
by angelo-filippi
20 Aug 2019, 11:19
Forum: ESP Easy: Software
Topic: Simple LOOP
Replies: 2
Views: 4785

Simple LOOP

hi all! :) I'm really happy with this software. I have a problem with the loop. I would like to make this function loop through until the next input. How can I do ? Any help is highly appreciated Thank you! on server#cmdmqtt=5 do gpio,15,1 timerSet,1,1 timerSet,2,2 timerSet,3,3 endon on Rules#Timer=...
by angelo-filippi
21 Jan 2019, 23:11
Forum: ESP Easy: Software
Topic: Rules Help
Replies: 13
Views: 7155

Re: Rules Help

Dear friends, thank you again for your precious help. I followed your generous instructions, unfortunately without luck. I applied the rules you suggested to me, I really did the most disparate tests yet it is simple. at boot the gpio14 is at 0 1 press on the button (gpio13) the gpio14 (led) must li...
by angelo-filippi
19 Jan 2019, 00:19
Forum: ESP Easy: Software
Topic: Rules Help
Replies: 13
Views: 7155

Re: Rules Help

Mmm.
I read the wiki. I thought about using a single event.

Thank you very much for helping.
I try your suggestion as soon as possible.
Espeasy is fantastic.
Congratulations to the whole development team
by angelo-filippi
18 Jan 2019, 16:41
Forum: ESP Easy: Software
Topic: Rules Help
Replies: 13
Views: 7155

Re: Rules Help

Thank you for the reply,

no, the GPIO14 is always turned off

2704105: SW : GPIO=13 State=0 Output value=1
2704112: EVENT: Switch1#State=1.00
2705205: SW : GPIO=13 State=0 Output value=0
2705212: EVENT: Switch1#State=0.00
by angelo-filippi
18 Jan 2019, 16:09
Forum: ESP Easy: Software
Topic: Rules Help
Replies: 13
Views: 7155

Re: Rules Help

Hi thank you for the reply
i have applied you suggestion but nothing...

now the rules are:

on Switch1#State=1 do
timerSet,1,1
endon
on rules#timer=1 do
if [Switch1#State]=0
gpio,14,1
endif
endon

the GPIO14 is always turned off.

how to have the same result using in the rules mqtt?
by angelo-filippi
18 Jan 2019, 13:59
Forum: ESP Easy: Software
Topic: Rules Help
Replies: 13
Views: 7155

Rules Help

hi to all, I'm new in the forum. I recently met this wonderful software, it's really well done. I ask you for a suggestion for the application of a simple rule. I'm using a wemosd1r1 in the GPIO 13 a pullup switch is connected. The GPIO at BOOT is in default configuration I would like that: when the...