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.

Search found 41 matches

by manjh
Fri Oct 14, 2011 8:14 am
Forum: General Support
Topic: Eventghost for macosx?
Replies: 13
Views: 8086

Re: Eventghost for macosx?

well, I have Max OS X 10.7 Lion, with Parallels installed and Win7 under that. I will install Eventghost in the weekend and see how that works.
by manjh
Thu Oct 13, 2011 8:29 pm
Forum: General Support
Topic: Eventghost for macosx?
Replies: 13
Views: 8086

Re: Eventghost for macosx?

try installing Parallels, then install Windows and Eventghost.
Haven't actually tried it myself, but it sounds like it should work.
by manjh
Sun Jan 30, 2011 9:03 am
Forum: General Support
Topic: incoming mail as event
Replies: 1
Views: 919

incoming mail as event

I'm looking for a way to use an incoming mail as a trigger or event for EventGhost.
Based on subject or content, I would like to start different macros.
Is there a way to do this?
by manjh
Fri Jan 14, 2011 4:32 pm
Forum: Feature Requests
Topic: write to MySQL file?
Replies: 1
Views: 3368

write to MySQL file?

I am using the File Operations plugin to write data to files, but would like to be able to write directly into a MySQL table.
Is there a plugin for this?
by manjh
Wed Feb 24, 2010 5:03 pm
Forum: General Support
Topic: multiple serial ports
Replies: 2
Views: 1092

Re: multiple serial ports

Bartman wrote:yes
OK, I was able to add a second serial port.
Now how can I send data into a specific port, number 1 or number 2?

Edit: forget that I asked, I noticed the serialport-2 after restarting EG.
Works llike a charm!
by manjh
Tue Feb 23, 2010 9:14 pm
Forum: General Support
Topic: multiple serial ports
Replies: 2
Views: 1092

multiple serial ports

I would like to control more than one device on a serial port through EventGhost. Each device attaches through USB, with its own unique COM-port.
Can I have multiple instances of the serial port plugin?
by manjh
Fri Feb 19, 2010 6:23 pm
Forum: Plugin Support
Topic: Timer
Replies: 62
Views: 39377

Re: Timer

you can start any macro manually, or via a timer in the autostart.
by manjh
Tue Oct 20, 2009 7:40 am
Forum: Plugin Support
Topic: Timer
Replies: 62
Views: 39377

Re: Timer

Is there a way to pass variables to the payload of the triggered event?

I'm trying to run a "convert-to-mpg" program when Vista Media Center records a show, but I have to wait until the show is done recording before converting it. So, I'm using directory watcher to see when a 'dvr-ms' file is ...
by manjh
Wed Aug 26, 2009 8:06 pm
Forum: Bug Reports
Topic: Bug with OSD
Replies: 2
Views: 3169

Re: Bug with OSD

Not sure if this is a bug, or a non-existing feature.
I have used OSD to display hard coded messages and that works OK.
Now I want to display a value from an EG variable, such as {eg.event.string}.
Doesn't work, the variable name shows up on the screen, not the value.
Is this the way it was ...
by manjh
Wed Jul 29, 2009 8:54 pm
Forum: General Support
Topic: log events to file
Replies: 11
Views: 4731

Re: log events to file

I gave up when I found out I can do just what I want with the File Operations plugin, using variable eg.event.string and writing that to a file.

I did notice, however, that the filename has to be filled in as a "real" filename.
I tried assigning the name to a global variable and use that in the ...
by manjh
Tue Jul 28, 2009 1:00 pm
Forum: General Support
Topic: log events to file
Replies: 11
Views: 4731

Re: log events to file

Hi, maybe something like this can help you

Before I start, apologies for being new to this Python stuff... :-)

I created a macro with the Python script as you provided, and EG gives me this at startup:

Error compiling script.
Traceback (most recent call last) (1076):
File "C:\temp\EventGhost ...
by manjh
Sun Jul 19, 2009 9:41 am
Forum: Plugin Support
Topic: Scheduler
Replies: 52
Views: 41876

Re: Scheduler plugin

Something goes wrong when checking for the current day of the week

I have also noticed this on very rare occasions and thought it was something I caused myself (most of the time when I played with EG configurations and added some new plug-in or so)

Anyway, I'm looking for another way to check the ...
by manjh
Thu Jul 16, 2009 9:43 pm
Forum: Plugin Support
Topic: Scheduler
Replies: 52
Views: 41876

Re: Scheduler plugin

I've been using scheduler now for some time, and today I get these error lines after a fresh start of EG:
23:40:01 Exception in thread Vloerverwarming:
23:40:01 Traceback (most recent call last):
23:40:01 File "threading.pyc", line 522, in __bootstrap_inner
23:40:01 File "C:\Program Files\EventGhost ...
by manjh
Sun Jul 12, 2009 3:39 pm
Forum: General Support
Topic: Populate the EventGhost wiki with useful articles
Replies: 8
Views: 2889

Re: Populate the EventGhost wiki with useful articles

krambriw wrote:Look in core.py, there you find it

Best regards, Walter
Silly question perhaps, but where do I find core.py? I've got lots of py files in the installation file, but no core-py!
by manjh
Sun Jul 12, 2009 3:38 pm
Forum: General Support
Topic: log events to file
Replies: 11
Views: 4731

Re: log events to file

I've been playing around with the file operations plugin, and would like to write some data to a file.
One of my events comes from a micro processor, and after the event identifier it carries some data that I need to log.
I suspected a variable "payload" or "input", or something alike, but no luck ...