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

by eli2k
Mon Oct 09, 2017 1:50 am
Forum: General Support
Topic: Anyone have luck with Intel NUC gen 6?
Replies: 19
Views: 3507

Re: Anyone have luck with Intel NUC gen 6?

Do you have a guide to set up something with the ESP8266 board? Would be nice for something to do in the future. It sounds like I would need to splice cables and do some soldering.

So I already have a Flirc so if all else fails I will just drop back to this thing. It will consume an extra USB port ...
by eli2k
Sun Oct 08, 2017 11:39 pm
Forum: General Support
Topic: Anyone have luck with Intel NUC gen 6?
Replies: 19
Views: 3507

Re: Anyone have luck with Intel NUC gen 6?


if you happen to get an MCE remote if you get the one made by pinnacle it comes with an ir receiver/blaster that you can use if all else fails. or you can spend a couple of dollars and get an ESP8266 and an IR Receiver and I can give you the code to put onto it to receive IR codes and send them ...
by eli2k
Sun Oct 08, 2017 5:35 pm
Forum: General Support
Topic: Anyone have luck with Intel NUC gen 6?
Replies: 19
Views: 3507

Re: Anyone have luck with Intel NUC gen 6?


Someone in that link said the nuc probably only worked with that one remote also. So just to confirm the nuc receives rc6 codes from the remote but then modifies them through that it driver and that is why EG can't see them? I can look into this more but do you think the easiest solution is to get ...
by eli2k
Sun Oct 08, 2017 10:07 am
Forum: General Support
Topic: Anyone have luck with Intel NUC gen 6?
Replies: 19
Views: 3507

Re: Anyone have luck with Intel NUC gen 6?

I'm aware that the IR receivers integrated into the NUC require the RC6/eHome-style remote, like a Windows Media Center remote. The remote I am using is a Roku clone remote, which I am using to keep things simplified. Under the Generic HID settings, there were four entries, which I tested all four ...
by eli2k
Sat Oct 07, 2017 10:53 pm
Forum: General Support
Topic: Anyone have luck with Intel NUC gen 6?
Replies: 19
Views: 3507

Anyone have luck with Intel NUC gen 6?

Hi all, I saw an old thread that referenced how to use Intel's built-in IR with EventGhost. This looks like it only applied to the gen 5 unit that uses a Nuvotron IR receiver? The gen 6 uses a ITECIR Infrared Receiver (SIO2). I followed that guide to add a generic HID but it doesn't seem to be ...
by eli2k
Sat Oct 07, 2017 10:49 pm
Forum: General Support
Topic: Help with eg.plugins.Window.FindWindow
Replies: 3
Views: 1170

Re: Help with eg.plugins.Window.FindWindow

Thanks, that is perfect. Sorry for long reply, account got locked out and took this long to get it working again.
by eli2k
Wed Sep 27, 2017 12:08 am
Forum: General Support
Topic: Help with eg.plugins.Window.FindWindow
Replies: 3
Views: 1170

Help with eg.plugins.Window.FindWindow

Hi all, can someone explain if this plugin returns anything? I know it can be used in the EventGhost GUI to allow actions to proceed if a window is found or not. In a Python script, I tried to do

print(eg.plugins.Window.FindWindow(None, u'Untitled - Notepad', None, None, None, None, False, 0.0, 0 ...
by eli2k
Tue Sep 26, 2017 10:35 pm
Forum: Coding Corner
Topic: Can I access an array using a variable?
Replies: 6
Views: 2071

Re: Can I access an array using a variable?

@kgschlosser Thanks for taking the time to write all that out! You could have just pointed me to a Google search!

What @topix suggested is what I was looking for, using the dictionary. In my hobby programming I have not run across this concept before. What I Macgyver'd was the following ...
by eli2k
Tue Sep 26, 2017 5:43 am
Forum: Coding Corner
Topic: Can I access an array using a variable?
Replies: 6
Views: 2071

Can I access an array using a variable?

Hi all, need some guidance. I'm trying to set up something like a 2D array but not sure how.


arrayHeader = [...]
array1 = [...]
array2 = [...]
array3 = [...]


All the arrays are of the same length. There will be an underlying condition that determines whether array1, array2, or array3 is ...
by eli2k
Tue Sep 26, 2017 1:51 am
Forum: General Support
Topic: Pulling variables from HTTP webserver
Replies: 2
Views: 1480

Re: Pulling variables from HTTP webserver


You can access the `eg.event` object from Python to get more information about the event that triggered your macro/action. To answer your direct question, everything after the "HTTP." can be found in `eg.event.suffix`.

I tried to document it all on this wiki page ; please let me know if you still ...
by eli2k
Tue Sep 26, 2017 12:47 am
Forum: General Support
Topic: Pulling variables from HTTP webserver
Replies: 2
Views: 1480

Pulling variables from HTTP webserver

I'm building a remote to control actions on a PC through the webserver component. Rather than making a bunch of macros for each HTTP.command, I noticed that I can use HTTP.* to capture every HTTP event. Can I extract what is in the * portion in order to make the programming in Python easier? I could ...
by eli2k
Sun Jul 12, 2009 7:02 am
Forum: General Support
Topic: Auto-saving EG log
Replies: 0
Views: 1018

Auto-saving EG log

I was wondering if EventGhost had some sort of function that can auto-save anything that appears in the log (with timestamp and event data). I'm trying to troubleshoot a system and I think it might be useful if I can see what's going on right before a problem occurs. No need to worry about getting ...
by eli2k
Wed Jul 08, 2009 8:09 pm
Forum: General Support
Topic: Quick question on EG sample code
Replies: 2
Views: 857

Re: Quick question on EG sample code

stottle wrote:BTW, "DVD" will match any event "*.DVD".
Thanks; didn't know EG will match events like that. Good to know.
by eli2k
Wed Jul 08, 2009 9:08 am
Forum: General Support
Topic: Hauppauge IR vs MCE Remote
Replies: 2
Views: 1002

Re: Hauppauge IR vs MCE Remote

Thank you for letting me know, Prinz!
by eli2k
Wed Jul 08, 2009 9:08 am
Forum: General Support
Topic: Quick question on EG sample code
Replies: 2
Views: 857

Quick question on EG sample code

I was looking through the sample configuration file that comes with EventGhost. Under "Start Zoom Player" there is an Event called DVD, and under "Start Winamp" there's another event called Music. Can someone explain how each of there events is triggered?

Thanks,
- Eli