Page 1 of 1

Timer 2 to 8 not working

Posted: 28 Mar 2020, 13:12
by hschretz
Hi,
I'm using ESP Chip ID: 906076, Flash Size: 4096 kB, Build: 120, Core Version: 2_3_0

My Rules:
on timerstart do
gpio,14,1
timerSet,1,300
timerSet,2,10
endon

on Rules#Timer=1 do
gpio,14,0
endon

on Rules#Timer=2 do
gpio,14,0
endon

The event Rules#Timer=2 doesn't start an act, but the event Rules#Timer=1 does. I'll append the log-file.

Timers 3 and 8 don't work either, the others I didn't try yet.
Any Idea whats wrong? A lot of thanks for helping me!

Re: Timer 2 to 8 not working

Posted: 28 Mar 2020, 13:51
by grovkillen
You're using an old version. Please try latest found on GitHub.

Re: Timer 2 to 8 not working

Posted: 28 Mar 2020, 15:42
by hschretz
Thank you, I will try it.