Search found 6 matches

by Cdrx34
04 Mar 2022, 21:30
Forum: ESP Easy: General Discussion
Topic: timer problem
Replies: 7
Views: 6177

Re: timer problem

Hello,
Still same problem with this code, the time is not in seconds.
by Cdrx34
03 Mar 2022, 23:08
Forum: ESP Easy: General Discussion
Topic: timer problem
Replies: 7
Views: 6177

Re: timer problem

Thanks for your feedback.
I will try this way.
The variable [Notifuite#Alarme] is reset by an Android application.
by Cdrx34
03 Mar 2022, 17:28
Forum: ESP Easy: General Discussion
Topic: timer problem
Replies: 7
Views: 6177

Re: timer problem

No endif is too much, I had made modifications to try to solve my problem and I forgot to remove it
by Cdrx34
03 Mar 2022, 14:52
Forum: ESP Easy: General Discussion
Topic: timer problem
Replies: 7
Views: 6177

Re: timer problem

My project will allow the filling of a swimming pool automatically with a notification if the solenoid valve is driven too long. on Niveau#Niveau = 1 do if [Notifuite#Alarme]=0 gpio,14,1 timerSet,1,120 endif endon on Niveau#Niveau = 0 do gpio,14,0 endif endon on Rules#Timer=1 do notify 1 gpio,14,0 T...
by Cdrx34
03 Mar 2022, 09:25
Forum: ESP Easy: General Discussion
Topic: timer problem
Replies: 7
Views: 6177

timer problem

Hello, Following the update of my esp8266 to the latest firmware, I find myself having a timer problem in a rules. The timer runs fine but the timeout is not seconds: If I put 4s I have about 15min If I but 5s that this counts in several hours. The NTP is apparently correctly configured, do you have...
by Cdrx34
09 Jun 2020, 20:46
Forum: ESP Easy: Software
Topic: Rule send mail delay
Replies: 1
Views: 13635

Rule send mail delay

Hello,
I try to make a rule to send an email when a relay is activated beyond a certain time (15min).
Being a beginner I have trouble finding the solution.