![]() |
2008-07-11
, 13:41
|
Posts: 29 |
Thanked: 5 times |
Joined on Jun 2008
|
#2
|
![]() |
2008-07-11
, 16:41
|
Posts: 30 |
Thanked: 5 times |
Joined on May 2008
|
#3
|
The Following User Says Thank You to MysticKatDaddy For This Useful Post: | ||
![]() |
2008-07-11
, 17:07
|
Posts: 29 |
Thanked: 5 times |
Joined on Jun 2008
|
#4
|
![]() |
2008-07-11
, 17:54
|
Posts: 29 |
Thanked: 5 times |
Joined on Jun 2008
|
#5
|
![]() |
2008-07-18
, 02:06
|
Posts: 29 |
Thanked: 5 times |
Joined on Jun 2008
|
#6
|
![]() |
2008-07-18
, 02:18
|
Posts: 30 |
Thanked: 5 times |
Joined on May 2008
|
#7
|
![]() |
2008-07-18
, 02:27
|
Posts: 30 |
Thanked: 5 times |
Joined on May 2008
|
#8
|
![]() |
2008-07-22
, 02:30
|
Posts: 29 |
Thanked: 5 times |
Joined on Jun 2008
|
#9
|
![]() |
2008-07-22
, 02:46
|
Posts: 30 |
Thanked: 5 times |
Joined on May 2008
|
#10
|
The Following User Says Thank You to MysticKatDaddy For This Useful Post: | ||
1. Open up EventGhost and flick File > New.
2. Then Click Configuration > Add Plugin
3. Add the USB-UIRT plugin.
3. Add the Webserver plugin and when the config window pops up:
-Set the port to any valid port number except for 80 e.g. 5656
-set the document root to where your web pages will go
-just keep the default event prefix of HTTP
4. Now create a macro:
-Click Configuration > Add Macro
-Select USB-UIRT from the window that pops up
-Keep all the default settings and then click "Learn IR Code"
-Point your remote at the USB-UIRT dongle and press the button you want it to learn and click OK.
5. Now add an event to that macro:
-Make sure the macro you just created is clicked
-Click Configuration > Add Event
-The name of your event MUST begin with "HTTP." e.g. "HTTP.TV_ON"
6. Open your web page editor and create a new page
7. Insert an image or some text in your web page.
8. Add a link to that image or text and set the HREF to "index.html?HTTP.TV_ON" or whatever you named your event.
9. Save your web page to the folder you specified in the webserver plugin and save it as "index.html"
10. Open your web browser on your Tablet or your computer
-Browse to the ip address of the computer running EventGhost
-make sure you include the port number e.g. (http://192.168.1.42:5656)
11. You will see your web page come up. Just click the link you created and it will trigger the event you set up. That will cause the USB-UIRT to fire off the correct IR code and turn your TV on or do whatever you had it learn from your remote.
It's a bit of a time consuming process but the solution works very nicely and you can make your web pages with any program. I've been doing web sites since 1994 so mine is a bit more complex. I use a javascript with an AJAX function to submit my commands faster to the webserver and not refresh the page. I haven't figured out how you can hold down a button to control the volume yet, so I have to click the volume button many times to change it. I'll upload all my web pages and javascripts and all that good stuff once I'm finished or get a bit more done.
Update 7-17-08
I tried using setInterval and its counterpart to create a loop to turn volume up and down but that just created a lot of problems with neverending loops accidently being triggered
Here is a file with my eventghost file and remote pages and buttons so far. It's a work in progress:
http://www.migraineking.com/files/eventghost.zip
Last edited by MysticKatDaddy; 2008-07-18 at 02:25.