i have a Microsoft ehome infrared transceiver (Ebay, £3, bargin) which i am attempting to control my tv with through eventghost. i am using the "microsoft MCE Remote - Vista/Win7" in an attempt to make my tv automatically change channel with a voxcommando broadcast and it works perfectly, until the end of the macro.
the simpliest task i am attempting to do is switch my tv on or off using this:
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1640">
<Macro Name="Power">
<Event Name="Broadcast.TVToggle" />
<Action Name="Power">
MCE_Vista.TransmitIR(u'0000 0073 0000 0016 001F 0020 0020 001F 0041 0020 0020 001F 0020 0020 001F 0041 003F 0020 0020 003F 0020 001F 0041 0020 001F 0C95 0022 001F 0020 001F 0041 001F 0022 001F 0020 001F 0022 003D 0041 0020 0020 003F 0020 001F 0041 001F 0022 0E14', 0)
</Action>
</Macro>
</EventGhost>
however it seems to either loop, or pick up ir codes from somewhere else and make the macro run over and over again, leaving my tv in a constant state between being switched on and off.
just wondered if anybody else had suffered from this problem, or a similar one, and had a suggestion on how to fix this