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

by eyal0
Tue Oct 06, 2009 9:07 am
Forum: Plugin Support
Topic: X10 Remote
Replies: 9
Views: 26367

Re: X10 Remote

I had a bug with X10 that I was able to fix with a small change in the plugin.

http://www.eventghost.org/forum/viewtop ... 947#p10947
by eyal0
Tue Oct 06, 2009 9:05 am
Forum: Bug Reports
Topic: restart event ghost, "no x10 receiver found"
Replies: 5
Views: 12726

Re: restart event ghost, "no x10 receiver found"

I tried increasing the delay. It worked. To do it yourself, open this file:

C:\Program Files\EventGhost\plugins\X10\__init__.py

and change near line 288 (might be a little more or less depending on your version) from:

self.workerThread.Start(20)

to:

self.workerThread.Start( 2000 )

(Notice ...
by eyal0
Tue Oct 06, 2009 8:20 am
Forum: Bug Reports
Topic: restart event ghost, "no x10 receiver found"
Replies: 5
Views: 12726

Re: restart event ghost, "no x10 receiver found"

I have this, too. I think that eventghost is starting before the X10 driver is available in the operating system. When eventghost starts, it seems to pause and wait for the X10 receiver. For me, that pause is not long enough so it fails with the log below. If the wait were longer, maybe it would ...