precise Periodic Time control

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
AndCycle
Posts: 1
Joined: 29 Jun 2014 15:11

precise Periodic Time control

Post by AndCycle » 29 Jun 2014 15:19

as a Tasker user,
Tasker got a nice way to control about Periodic Time control,
please take a look at the screentshot,

this way of setting make it do control the event to happened exactly at
00:00, 01:00, 02:00 and so on,

currently Automagic have no way to control this,

be able to control this make me can group event to happen at a predictable way,

one of this usage of my own is to do an old style watch hourly beep.
Screenshot_2014-06-29-08-33-43.png
Screenshot_2014-06-29-08-33-43.png (59.37 KiB) Viewed 10632 times

User avatar
kintrupf
Posts: 257
Joined: 10 Sep 2013 08:59

Re: precise Periodic Time control

Post by kintrupf » 30 Jun 2014 06:30

+1

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: precise Periodic Time control

Post by Martin » 07 Jul 2014 10:06

Yes, I agree that a flag to anchor/restart the timer at midnight would be handy. I add it to the todo-list.
You could use Limit time range for now which works starting for the next day. Unfortunately you have to enable the trigger at the right time to also execute the flow at the full hour for the current day.

Serum_114
Posts: 59
Joined: 16 Jul 2014 01:28

Re: precise Periodic Time control

Post by Serum_114 » 07 Aug 2014 17:37

I ran into this limitation a while ago and created a script to give me the functionality I was looking for. Rather than the periodic timer, this flow depends on a global variable and a script adjusts that variable to the next hour, on the hour. A condition checks that the flow has run on the hour, that way it can be run at anytime to reset the global variable. I've also included an example of a quarter hourly flow.
Attachments
flow_On_the_hour_20140807_133533.xml
(2.08 KiB) Downloaded 765 times
flow_On_the_1_4_hour_20140807_132535.xml
(3.86 KiB) Downloaded 783 times

Locked