in eventGhost:
-add macro
- choose from tree: System >> Start Application.
set the path to the program you want to start.
drag the event generated by the timer on to the macro.
done.
[WINDOWS] HOW-TO get Sony PS3 Bluetooth Remote Control working using EventGhost
jitterjames
VoxCommando Founder Posts: 290 Joined: Aug 2008 Reputation: 0 Location: canada |
2011-11-23 19:22
Post: #191
|
| find quote |
SkItZo
Junior Member Posts: 35 Joined: Feb 2010 Reputation: 0 |
2011-11-23 19:39
Post: #192
I tried that, problem being that the execute application action fires about a second after pressing a button and the timer seems to have no effect other than its own little world
(Countdown timer is still running but the application has already been run) This is what my macro looks like Code: <?xml version="1.0" encoding="UTF-8" ?>I know im doing something wrong here Should there be 2 macros in the same tree or should the timer event and the execute event be in the same macro?
(This post was last modified: 2011-11-23 19:42 by SkItZo.)
|
| find quote |
jitterjames
VoxCommando Founder Posts: 290 Joined: Aug 2008 Reputation: 0 Location: canada |
2011-11-23 20:40
Post: #193
you need two macros. what you have pasted here will put the remote to sleep every time you press a button. obviously you don't want that.
you want the ps3.* event to trigger a macro that will set/reset the timer. you want the timer event to trigger the application that puts the remote to sleep. |
| find quote |
SkItZo
Junior Member Posts: 35 Joined: Feb 2010 Reputation: 0 |
2011-11-23 20:52
Post: #194
Got it
The timer displays ps3.hibernate which i needed to set an action within the macro that runs the programThanks for your help
|
| find quote |
jitterjames
VoxCommando Founder Posts: 290 Joined: Aug 2008 Reputation: 0 Location: canada |
2011-11-23 21:41
Post: #195
Cool. Glad it's working.
|
| find quote |
Death-Axe
Fan Joined: Feb 2007 Reputation: 4 |
2011-11-27 03:08
Post: #196
could you please explain the two macros I need to make? A little confused about it.
And I don't need to add anything to my button macros using them? Thanks. I had no idea there was a solution to the battery eater until randomly checking around the forum today. |
| find quote |
jitterjames
VoxCommando Founder Posts: 290 Joined: Aug 2008 Reputation: 0 Location: canada |
2011-11-27 15:19
Post: #197
Death-Axe Wrote:could you please explain the two macros I need to make? A little confused about it. 1-You need to have the timer plugin installed (and ps3 plugin obviously) 2-Paste the following code into your EG tree. Code: <?xml version="1.0" encoding="UTF-8" ?>This will add a group with two macros in it. In the second you will need to edit the "start program" command to point to "ps3remotesleep.exe" wherever you have put it. Double click the action "Timer: Start new or control running timer" if you want to set the interval (idle time) before the remote will be put to sleep. |
| find quote |
Death-Axe
Fan Joined: Feb 2007 Reputation: 4 |
2011-11-27 18:04
Post: #198
it doesn't want to launch the app for some reason, all I get is this:
Quote:Traceback (most recent call last): |
| find quote |
Death-Axe
Fan Joined: Feb 2007 Reputation: 4 |
2011-11-27 18:11
Post: #199
I updated the app, no error on the macros you gave me, but now it errors on pressing a key on my remote. ANNOYING
Where can I find the latest version of the ps3 plugin? the one on the eventghost site is from 2009. Edit: re downloaded the plugin and it works now. Maybe eventghost edited the plugin file for some reason. All working now, edited the timer though as 16 seconds is WAY too low. thanks for your help James!
(This post was last modified: 2011-11-27 18:35 by Death-Axe.)
|
| find quote |
jitterjames
VoxCommando Founder Posts: 290 Joined: Aug 2008 Reputation: 0 Location: canada |
2011-11-27 18:44
Post: #200
Death-Axe Wrote:I updated the app, no error on the macros you gave me, but now it errors on pressing a key on my remote. ANNOYINGYeah, I know 16 is too low! I had set it to 16 just for testing, so I wouldn't have to wait around forever to see if it was working. I would probably go more for something like 300 (5 minutes)P.S. to the best of my memory the ps3 plugin that ships with EG is very old and the latest one is in the first post of this thread. But I guess you figured it out already, and please correct me if I'm wrong about this. Part of the problem is that I think the version numbers have not been updated through various plugin edits by different people. |
| find quote |

![[Image: eg-signature.png]](http://voxcommando.com/images/eg-signature.png)
Should there be 2 macros in the same tree or should the timer event and the execute event be in the same macro?
The timer displays ps3.hibernate which i needed to set an action within the macro that runs the program
Cool. Glad it's working.
Search
Help