Search found 2 matches

by nonschef
10 Jul 2018, 13:02
Forum: ESP Easy: Software
Topic: Timer set to zero
Replies: 5
Views: 3513

Re: Timer set to zero

On stopwatering do
timerSet,1,0 //timer 1 set to halt, used to stop watering before the timer ends!
gpio,12,0 //stop watering (close valve)
endon

ok thanks, understood!
But then its a failure in the description.
by nonschef
10 Jul 2018, 09:16
Forum: ESP Easy: Software
Topic: Timer set to zero
Replies: 5
Views: 3513

Timer set to zero

Hi everybody, I have a problem with my timer. I tested the HTTP call (see https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules#HTTP_call), but I can not set the timer to zero! On startwatering do gpio,12,1 //start watering (open valve) timerSet,1,600 //timer 1 set for 10 minutes endon On stop...