Announcement

Collapse
No announcement yet.

Start a plugin through a script.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Start a plugin through a script.

    Hello,

    I would like to know if it's possible and how can I enable a plugin ("Z-Wave" for example) through a script. Sometimes after a crash I noticed that the plugin wasn't started, I had to enable it manually.
    So I want to check it with a script, and start it in case there is a problem.

    Thank you.

    #2
    Not that it is a native function but if it supports being run remotely then you could run it on the HS PC (so it is not run remotely as such but is not launched through HS) and then check if it is running using hs.IsApplicationRunning, if not then it could launch it with hs.launch. If you can pin it down to a specific problem then you might want to put in a bug report as to whether this expected behavior on a crash.

    Comment

    Working...
    X