[APP][Pro] Action Scheduler

YW, Steinar.

The flowcard screenshot I showed, is from the Action Scheduler app! It also provides for Cron job functionality

.

The ‘Cron’ app is a different unrelated app by an other dev Ola:

(Just found out by searching for ‘cron’; didn’t know this app existed)

In the first post in this topic you will find instructions how to setup the Cron Time device and a list of the available flow cards.

And yes @Peter_Kawa, noticed also that there is a “new” app for Cron style things. Though that one doesnät include all the flexibility :).

1 Like

If I want a Scheduler at 13:00 and every third day and use Cron time - 0 13 */3 * * - I get an error when saving. How do I do to get it to run every third day att 13:00? Use the Cron app.

New update (Live: 2.3.3, Test: 2.3.4)

Changes in test include

  • FIX: Tune the regex crontime verification on the Cron Time device.

@Christer_Sjostrom, try the test version. That should result in:

Your example 0 13 */3 * * = "At 13:00 on every 3rd day-of-month.” should result in:

next at 2024-04-04 13:00:00
then at 2024-04-07 13:00:00
then at 2024-04-10 13:00:00
then at 2024-04-13 13:00:00
then at 2024-04-16 13:00:00

1 Like