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 17 matches

by scottbakertemp
Tue Jun 03, 2014 12:59 am
Forum: Plugin Support
Topic: using a usb uirt in Windows 8.1
Replies: 0
Views: 2321

using a usb uirt in Windows 8.1

I installed a usb uirt in Windows 8.1 64 bit using the latest drivers from the usb uirt page. The device seems to be installed in the device manager with no issues.

However in eventghost I see:
error starting plugin:USB-UIRT
Device not found

Any ideas?
by scottbakertemp
Sat Dec 28, 2013 5:06 am
Forum: Plugin Support
Topic: onkyo commands
Replies: 2
Views: 1606

Re: onkyo commands

sorry I meant:
Does anyone know if itÔÇÖs possible to send a command that will switch which HDMI INPUT is used for HDMI pass through when the Onkyo receiver is off?

Or is there a command that will toggle the TV audio out?

thanks!
by scottbakertemp
Mon Dec 23, 2013 3:06 am
Forum: Plugin Support
Topic: onkyo commands
Replies: 2
Views: 1606

onkyo commands

I'm using the Onkyo ISCP plug in.

Does anyone know if itÔÇÖs possible to send a command that will switch which HDMI port is used for HDMI pass through when the Onkyo receiver is off?

If so what is the command?
by scottbakertemp
Thu Apr 05, 2012 3:42 pm
Forum: EventGhost News
Topic: New release 0.4.1.r1568 is out !
Replies: 9
Views: 14427

Re: New release 0.4.1.r1568 is out !

Are there release notes anywhere?

thanks for all the hard work,
-Scott
by scottbakertemp
Mon Jan 23, 2012 5:18 pm
Forum: General Support
Topic: laggy IR transmit
Replies: 1
Views: 876

Re: laggy IR transmit

I've noticed the same thing. My guess is the machine just can't handle everything that's running simultaneously. I think it usually happens when I switch to the HTPC input on my TV and receiver - the recorded tv section is brought up - I believe I'm having to wait for the second hard drive to spin ...
by scottbakertemp
Mon Jan 23, 2012 4:09 pm
Forum: General Support
Topic: Wondering if this can be done
Replies: 5
Views: 4120

Re: Wondering if this can be done

So you want to run eventghost on 2 different machines and have both instances communicate with each other? If so I'm working on a similar thing. There are send and receive plug-ins to do that - however I've had very little success with them.

My answer has been to create web server pages on each ...
by scottbakertemp
Tue Nov 15, 2011 9:04 pm
Forum: Coding Corner
Topic: iTunes Plugin
Replies: 77
Views: 46811

Re: iTunes Plugin

I started using this plugin and it works great. Can someone here recommend software I could use to to reverse engineer the apple remote app? I would like to come up with a way to toggle airplay devices. It looks like everything else I would need is already covered in this plugin.

thanks for all the ...
by scottbakertemp
Wed Aug 03, 2011 8:19 pm
Forum: Plugin Support
Topic: Learning Blaster codes (Vista/Win7) causes EG Crash
Replies: 5
Views: 2527

Re: Learning Blaster codes (Vista/Win7) causes EG Crash

Ok. I was finally able to get the MCE plugin to record the codes. Record first code, save file, record second code, crash, startover, etc until I had all 3 codes learned. It seems to be related to multiple remote button presses. Unfortunately the blasted code only seems to work 1 out of every 3-5 ...
by scottbakertemp
Wed Aug 03, 2011 8:08 pm
Forum: General Support
Topic: using eventghost at the Lock screen?
Replies: 3
Views: 1549

Re: using eventghost at the Lock screen?

I don't want my HTPC screen to be locked but every once and a while it happens. What I'm going to end up doing is keeping a media center IR remote on the table just to log in or unlock if necessary.
by scottbakertemp
Wed Jul 27, 2011 5:02 pm
Forum: General Support
Topic: using eventghost at the Lock screen?
Replies: 3
Views: 1549

using eventghost at the Lock screen?

Has anyone found a way to use eventhghost during the lock screen (windows 7 64 bit)? I assume you can't just run it as a service or schedule at start-up.

As far as I know the only program I've ever seen work during the lock screen, during a UAC prompt, and at the log-in screen is input director.
by scottbakertemp
Tue Jul 05, 2011 3:31 pm
Forum: Coding Corner
Topic: iTunes Plugin
Replies: 77
Views: 46811

Re: iTunes Plugin

Would it be possible to enable or disable airplay devices? It would be awesome if I could use this to start a playlist and then switch which airport expresses are playing.

thanks for all the work,
-Scott
by scottbakertemp
Mon Jun 27, 2011 12:52 am
Forum: General Support
Topic: multiple USB UIRTs
Replies: 0
Views: 890

multiple USB UIRTs

Does EventGhost support multiple USB UIRT's? I found a post from 2008 saying you need to run a utility, but there's no link to the thing. Has this all been taken care of since then?
http://www.eventghost.org/forum/viewtop ... 5&start=10

thanks for the great product!,
-Scott
by scottbakertemp
Thu May 26, 2011 1:19 pm
Forum: Coding Corner
Topic: python newb here
Replies: 5
Views: 2835

Re: python newb here

it gave me an error saying: if data.find("622") != -1:
9:06:59 AM AttributeError: 'builtin_function_or_method' object has no attribute 'find'

I noticed in the latest version of event ghost I can put a query registry action followed by a jump to (if last action was successful) action. I can then add ...
by scottbakertemp
Wed May 25, 2011 9:11 pm
Forum: Coding Corner
Topic: python newb here
Replies: 5
Views: 2835

Re: python newb here

this is the error message I get:

Traceback (most recent call last):
Python script "2", line 1, in <module>
f = open("E:\eventghost web server\test.txt")
IOError: [Errno 22] invalid mode ('r') or filename: 'E:\\eventghost web server\test.txt'
by scottbakertemp
Wed May 25, 2011 7:30 pm
Forum: Coding Corner
Topic: python newb here
Replies: 5
Views: 2835

python newb here

Can anyone tell me why this doesn't work?

f = open("E:\eventghost web server\test.txt")
data = f.read

if data=="622":
eg.TriggerEvent("HTTP.onkyo.receiver.zone2.poweroff");
if data=="922":
eg.TriggerEvent("HTTP.onkyo.receiver.zone2.poweron");

f.close()