Bitmonster, thanks for the new version. Works like a charm :)
jinxdone, thanks for the info. I did look at the Python docs which is where I got the syntax for spawn... etc. General question though - can any python command be called (after importing relevant module) or are there some security ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 8 matches
- Thu Aug 13, 2009 6:44 pm
- Forum: General Support
- Topic: Detecting Exitcode of an external process
- Replies: 7
- Views: 1625
- Tue Aug 11, 2009 1:31 am
- Forum: General Support
- Topic: Detecting Exitcode of an external process
- Replies: 7
- Views: 1625
Detecting Exitcode of an external process
I need to execute a process and inspect the exitcode of the process. Is there a way to do that using System Execute action? Alternately, can a python command/script be written to do this using spawn... commands? (I tried to call os.spawnlp but get a error: module object has no attribute spawnlp). I ...
- Tue Jun 16, 2009 12:41 am
- Forum: Feature Requests
- Topic: Divide MYCONFIG.XML into multiple/separate loadable parts
- Replies: 3
- Views: 2938
Re: Divide MYCONFIG.XML into multiple/separate loadable parts
Here's another vote for separate XML config files that can be "included" into the main config. I have been autogenerating XML for my X10 lights automation section and its a pain to copy/paste every time I make a change.
- Sat Feb 14, 2009 12:45 am
- Forum: General Support
- Topic: A place for example configurations?
- Replies: 2
- Views: 950
Re: A place for example configurations?
Hmm.. we probably could but using a forum would allow people to post comments, suggestions etc. Moreover a Wiki page isn't that easy to create / edit for folks not used to Mediawiki.
I see a bunch of configurations people have posted in various threads. Having them under one forum heading will ...
I see a bunch of configurations people have posted in various threads. Having them under one forum heading will ...
- Tue Feb 03, 2009 12:31 am
- Forum: General Support
- Topic: Executing stuff on shutdown, plus standby stuff.
- Replies: 27
- Views: 14692
Re: Executing stuff on shutdown, plus standby stuff.
Ahh.. I played around with it. I could create an event called System.QuerySuspend . Associated Action was "Start Program" in the options I checked "Wait till application is terminated". My action does get triggered when system is suspended however there seems to be some timeout built in too because ...
- Sun Feb 01, 2009 7:57 am
- Forum: General Support
- Topic: Executing stuff on shutdown, plus standby stuff.
- Replies: 27
- Views: 14692
Re: Executing stuff on shutdown, plus standby stuff.
Typically you would define a Macro.
The macro would be triggered by an event (whatever you specify - keypress etc.)
You would define multiple actions for the Macro (whatever action you want)
The last action would be System:ShutDown
Hope that helps
The macro would be triggered by an event (whatever you specify - keypress etc.)
You would define multiple actions for the Macro (whatever action you want)
The last action would be System:ShutDown
Hope that helps
- Sun Feb 01, 2009 6:34 am
- Forum: General Support
- Topic: A place for example configurations?
- Replies: 2
- Views: 950
A place for example configurations?
Does it make sense to create say a top level discussion area in the forums where people can share configurations they have created?
I just spent hours setting up all the macros/actions for my Onkyo receiver (thru USB-UIRT). Soon I'll be doing the same for my projector. This included scouring the ...
I just spent hours setting up all the macros/actions for my Onkyo receiver (thru USB-UIRT). Soon I'll be doing the same for my projector. This included scouring the ...
- Fri Jan 30, 2009 2:05 am
- Forum: General Support
- Topic: iPhone optimized web remote control for Webserver plugin
- Replies: 19
- Views: 13892
Re: iPhone optimized web remote control for Webserver plugin
Thanks for posting. This is a great start to setting my iPhone Remote. I have been playing with IUI myself to auto-generate HTML files for controlling X10 devices based on existing Activehome Pro configuration.
Anyway, I had a few problems getting your files to work: 1) Relative pathnames to css ...
Anyway, I had a few problems getting your files to work: 1) Relative pathnames to css ...