Plugin startupAction

User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Plugin startupAction

Post by kw123 »

This plugin can be used to launch indigo actions at startup of indigo

At startup this plugin will check if cpu time used by process IndigoServer is less than x[secs] (defined in config)
- This is used to check if indigo has just started

if yes: execute action groups (up to 3) after individual delays (set in config)
- with the individual delays you can sequence the actions
- for the delays: delay3>= delay2>= delay1 for actions 1,2,3

then: do nothing, wait until plugin is disabled or indigo shuts down

It does nothing else.

If a parameter is changed in config, the plugin will restart and execute the requested actions after restart if conditions are met

I use this plugin to stop the indigo client at startup as mine uses 40+% CPU due to MANY devices.

You could use this to send an email, "indigo just started" or just set some parameters.. Essentially anything you can do in an indigo action (group)

And with the individual delays for each of the possible 3 action groups you can time the sequence so that they run after each other

Karl
download at https://www.indigodomo.com/pluginstore/298/ or https://github.com/kw123/startupAction/releases/

Return to “startupAction Plugin”