Search found 231 matches
- Mon Jan 13, 2020 9:13 pm
- Forum: Anything Goes... Almost Anything
- Topic: don't know / can't decide what "EG computer" to get
- Replies: 2
- Views: 835
don't know / can't decide what "EG computer" to get
hi everyone! so.... i want a computer dedicated to running EG which will function as my main hub, instead of running EG on the same computer i use to play games and watch movies etc. it needs to be battery powered so that a power outage won't cut off my alarm system (door and window sensors). so i'm...
- Mon Jan 13, 2020 8:59 pm
- Forum: EventGhost News
- Topic: I have some good news..
- Replies: 13
- Views: 3978
Re: I have some good news..
the bigger question here is ... what happens with EG when you move on to other things?
- Mon Jan 13, 2020 8:58 pm
- Forum: Anything Goes... Almost Anything
- Topic: Sad Sad Sad past few weeks for me.
- Replies: 6
- Views: 1831
Re: Sad Sad Sad past few weeks for me.
my condolences 

- Fri Jan 03, 2020 12:06 am
- Forum: Coding Corner
- Topic: Philips TV Jointspace api
- Replies: 3
- Views: 3790
Re: Philips TV Jointspace api
This is for STANDBY on Philips PUS6754
Code: Select all
import httplib
key='{"key": "Standby"}'
h = httplib.HTTPConnection('192.168.xxx.xxx:1925')
h.request('POST','/6/input/key', key)
r = h.getresponse()
print r.read()
- Fri Aug 09, 2019 3:54 pm
- Forum: Plugin Support
- Topic: Philips Hue plugin
- Replies: 159
- Views: 66559
Re: Philips Hue plugin
It seems that no matter what action I use now, after selecting which light in the action settings dialog, when I close the dialog and reopen, the previously selected light is no longer selected. I believe this behavior started after upgrading to the newer square bridge. I'm stuck using an older ver...
- Fri Mar 29, 2019 5:43 pm
- Forum: EventGhost News
- Topic: No thread for newest RC version?
- Replies: 5
- Views: 2674
Re: No thread for newest RC version?
ooooooooooooooooooohkgschlosser wrote: ↑Thu Mar 28, 2019 11:09 pmyes that is correct.
that is the latest stable build of EG. it is not a released version of EG.

- Thu Mar 28, 2019 9:30 pm
- Forum: EventGhost News
- Topic: No thread for newest RC version?
- Replies: 5
- Views: 2674
Re: No thread for newest RC version?
yup yup it should do that. you are using a WIP (Work In Progress) and not an actual release. if you used the build button at the top of the forum this is going to being you to the latest successful compiled version of EG. that version is going to have the same code as the latest release + any thing...
- Wed Mar 27, 2019 10:10 pm
- Forum: EventGhost News
- Topic: No thread for newest RC version?
- Replies: 5
- Views: 2674
No thread for newest RC version?
https://ci.appveyor.com/project/EventGhost/eventghost/branch/master/artifacts Or is this not to be regarded as a release candidate , considering the "WIP" prefix in version WIP-2019.03.10-20.11.47 ? when launching WIP-2019.03.10-20.11.47 for the first time it told me that rc6 update was out, but rc6...
- Sun Mar 24, 2019 9:03 pm
- Forum: Beta Version Bug Reports
- Topic: APPCRASH on startup - Version: 2019.3.10.0
- Replies: 10
- Views: 3684
Re: APPCRASH on startup - Version: 2019.3.10.0
kgschlosser wrote: ↑Sun Mar 24, 2019 6:06 pmThere are. but i did make you spend some time working on this issue when I should have remember that this kind of a thing could have happened.
Thankfully this will be something that is going to go away in time

- Sun Mar 24, 2019 5:23 pm
- Forum: Beta Version Bug Reports
- Topic: APPCRASH on startup - Version: 2019.3.10.0
- Replies: 10
- Views: 3684
Re: APPCRASH on startup - Version: 2019.3.10.0
Ahhh yes... you are supposed to get the appcrash when you upgraded EG. there is a bug in python 2.7.12 in the core of it that causes an appcrash when running a compiled cython extension. I had spent a year working with the developers of cython and with stackless python to fix this bug. and we did. ...
- Sun Mar 24, 2019 5:21 pm
- Forum: Coding Corner
- Topic: Access eg.result of plugin inside of a script
- Replies: 13
- Views: 6400
Re: Access eg.result of plugin inside of a script
nicekgschlosser wrote: ↑Sun Mar 24, 2019 4:51 pmbasically the same thing without the need for a plugin.
Code: Select all
with open('X:\\FOO.txt', 'r') as f: eg.globals.FOO = f.read()

- Sun Mar 24, 2019 3:18 pm
- Forum: Coding Corner
- Topic: Access eg.result of plugin inside of a script
- Replies: 13
- Views: 6400
Re: Access eg.result of plugin inside of a script
this is what i do
then you can print eg.globals.FOO within the same python script and do whatever you want with the variable
Code: Select all
eg.globals.FOO = eg.plugins.FileOperations.Read(0, u'X:\\FOO.txt', 0, 1, 'cp1252', 1, False, 1)
then you can print eg.globals.FOO within the same python script and do whatever you want with the variable
- Sun Mar 24, 2019 11:47 am
- Forum: Beta Version Bug Reports
- Topic: APPCRASH on startup - Version: 2019.3.10.0
- Replies: 10
- Views: 3684
Re: APPCRASH on startup - Version: 2019.3.10.0
Software Program Version: WIP-2019.03.10-20.11.47, Build Time: Sun, 10 Mar 2019 20:11:47 Python Version: Stackless Python 2.7.15 final 0, wxPython Version: 3.0.2.0 System Operating System: Microsoft Windows 7 Enterprise SP1, 64-bit (build 7601) CPU: Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz RAM: 15....
- Sat Mar 23, 2019 5:35 pm
- Forum: Beta Version Bug Reports
- Topic: APPCRASH on startup - Version: 2019.3.10.0
- Replies: 10
- Views: 3684
Re: APPCRASH on startup - Version: 2019.3.10.0
wow thanks for the timely reply K What version of EG? EventGhost_WIP-2019.03.10-20.11.47_Setup Is it an upgrade of EG or a clean install? upgrade If it is an upgrade have you tried a clean install? i know i should have tried a clean install but i .... am lazy. i guess my first step will be clean ins...
- Sat Mar 23, 2019 3:22 pm
- Forum: General Support
- Topic: NamedPipe errors / maximum recursion depth exceeded
- Replies: 19
- Views: 4540
Re: NamedPipe errors / maximum recursion depth exceeded
As i have always stated. I may not be able to find a problem or fix it at the time it is discovered. I will eventually get it sorted out. I never will dismiss an issue as "I cannot replicate". I will keep on trying to fix it. A lot of it also has to do with experience and learning new things. I am ...