I'm using the latest version of EventGhost with my Windows 7 MediaPortal setup and a Harmony 885 cloning a Hama remote.
I've had a search of the forum, and I can't find the answer I'm looking for. I'm getting some very frustrating behaviour whereby when I wake the PC from standby using the remote, it immediately goes back to sleep again. The macro is set up thus:
Code: Select all
<EventGhost Version="1572" Guid="{20E5C91D-5094-463E-96F1-5CC767A13019}" Time="1345362250.4">
<Autostart Name="Autostart">
<Plugin Identifier="Auvisio" Guid="{96F3D335-C941-4F4E-A196-AAD190E3E255}" File="Auvisio">
gAIpLg==
</Plugin>
<Plugin Identifier="MediaPortal" Guid="{50B10A24-77AC-4248-85E5-16A04983170E}" File="MediaPortal">
gAIpLg==
</Plugin>
</Autostart>
<Macro Name="Stand By" Expanded="True">
<Event Name="Auvisio.Power" />
<Action>
EventGhost.FlushEvents()
</Action>
<Action>
System.Standby(False)
</Action>Code: Select all
Auvisio.Power
Stand By
Stand By
System.Suspend
System.Volume '66.89'
System.Resume
System.ResumeAutomaticIf not, what's causing it?
Thanks