Page 1 of 1

Question Set After Seconds

Posted: Thursday 29 October 2020 11:47
by Jasper79
Hi,

I used the Set after Seconds option and now wonder if I there's a place I can see how many seconds left on that timer.

I used it for a delay switch for 1800 and a 2700 seconds (30/45min) timer turning something off.

Thanks,

Re: Question Set After Seconds

Posted: Thursday 29 October 2020 12:43
by waaren
Jasper79 wrote: Thursday 29 October 2020 11:47 I used the Set after Seconds option and now wonder if I there's a place I can see how many seconds left on that timer.
No, that timer is not accessible via the GUI or in Blocky, classic Lua or dzVents.

Re: Question Set After Seconds

Posted: Thursday 29 October 2020 13:00
by Jasper79
Thanks, then I may have to start studying LUA or DzVents some day.

Re: Question Set After Seconds

Posted: Sunday 01 November 2020 4:32
by ILoveIOT
I use dummy switches for that, and set the seconds in de the switch, before/after, so you can stop de timer if a value changed, also I use a timer check script (somewhere on this forum) that checks if a timer should end or not, if Domoticz restarts all the timers are lost, this script will end the timer if he has expire.

Re: Question Set After Seconds

Posted: Sunday 01 November 2020 4:45
by Jasper79
Thanks, I'll have a look at that.

Re: Question Set After Seconds

Posted: Sunday 01 November 2020 5:02
by ILoveIOT
The timer check script;
viewtopic.php?t=27601

I got maybe 20 dummy switches that work as a timer, works easy, and you can stay in the frontend, easy blocky setup.

Have fun !! :D