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.

issue with Ir Emitter

If you have a question or need help, this is the place to be.
Post Reply
lammyoflyd
Posts: 5
Joined: Thu Feb 06, 2014 2:09 pm
Location: Uk
Contact:

issue with Ir Emitter

Post by lammyoflyd »

i have a Microsoft ehome infrared transceiver which i am attempting to control my tv (bush LED22134FHD) with. i am using the "microsoft MCE Remote - Vista/Win7" in an attempt to make my tv automatically change channel with voxcommando and it works perfectly, until the end of the macro.

an example of the macros i have so far are...

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1640">
    <Macro Name="Xbox - Laptop" Expanded="True">
        <Event Name="Broadcast.XboxtoLaptop" />
        <Action Name="Source">
            MCE_Vista.TransmitIR(u'0000 0073 0000 000C 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0022 001F 0020 001F 0041 001F 0022 001F 0020 0E14', 0)
        </Action>
        <Action Name="Down">
            MCE_Vista.TransmitIR(u'0000 0073 0000 000B 0022 001F 0020 001F 0041 001F 0022 001F 0020 001F 0022 003D 0041 003F 0041 001F 0022 003D 0022 001F 0020 0E14', 0)
        </Action>
        <Action Name="Ok">
            MCE_Vista.TransmitIR(u'0000 0072 0000 000B 0021 001F 0021 001F 0043 001F 0021 001F 0021 0021 0021 0040 0021 001F 0021 001F 0043 003E 0041 0040 0021 0E34', 0)
        </Action>
        <Action>
            EventGhost.DisableItem(XmlIdLink(1136))
        </Action>
    </Macro>
</EventGhost>
it works completely perfectly however right at the end of the macro it sends a bunch of random ir codes and the emitter seems to have a mind of its own.

just wondered if anybody has had experience with this, and how i could stop it.
Sem;colon
Plugin Developer
Posts: 625
Joined: Sat Feb 18, 2012 10:51 am
Location: Germany

Re: issue with Ir Emitter

Post by Sem;colon »

lammyoflyd wrote:right at the end of the macro it sends a bunch of random ir codes and the emitter seems to have a mind of its own.
Hello lammyoflyd,

can you please explain the issue a bit more?
What does it send?
How did you even notice?
does something heppen when the "ramdom codes" are sent??

As it's at the end of the macro - did you maybe associate the event to another macro as well??
If you like my work, Image me a drink :wink:
lammyoflyd
Posts: 5
Joined: Thu Feb 06, 2014 2:09 pm
Location: Uk
Contact:

Re: issue with Ir Emitter

Post by lammyoflyd »

Sem;colon wrote:
lammyoflyd wrote:right at the end of the macro it sends a bunch of random ir codes and the emitter seems to have a mind of its own.
Hello lammyoflyd,

can you please explain the issue a bit more?
What does it send?
How did you even notice?
does something heppen when the "ramdom codes" are sent??

As it's at the end of the macro - did you maybe associate the event to another macro as well??
okay, so i have set the ir codes for some of the functions, eg. the standby button. when i trigger the event, it works, but repeats the process over and over again. this is the simpliest thing i have tried so far:
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1640">
<Macro Name="Power">
<Event Name="MceRemote.RC5.TV2.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 will continuously loop at the end, despite me not telling it too.

in the log it appears to be receiving codes from somewhere else however i have made sure that the receiver is away from the emitter and cannot "see" it.

how did i notice it? after running the command, my tv is locked in a constant state between being turned on and being turned off.

i have attempted more elaborate macros and the same effect happens, for example a macro which will automatically change the source from tv to my xbox...
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1640">
<Macro Name="Tv - Xbox">
<Event Name="Broadcast.Tvtoxbox" />
<Action Name="Source">
MCE_Vista.TransmitIR(u'0000 0073 0000 000C 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0022 001F 0020 001F 0041 001F 0022 001F 0020 0E14', 0)
</Action>
<Action>
EventGhost.Wait(1.0)
</Action>
<Action Name="Down">
MCE_Vista.TransmitIR(u'0000 0073 0000 000B 0022 001F 0020 001F 0041 001F 0022 001F 0020 001F 0022 003D 0041 003F 0041 001F 0022 003D 0022 001F 0020 0E14', 0)
</Action>
<Action>
EventGhost.Wait(1.0)
</Action>
<Action Name="Down">
MCE_Vista.TransmitIR(u'0000 0073 0000 000B 0022 001F 0020 001F 0041 001F 0022 001F 0020 001F 0022 003D 0041 003F 0041 001F 0022 003D 0022 001F 0020 0E14', 0)
</Action>
<Action>
EventGhost.Wait(1.0)
</Action>
<Action Name="Down">
MCE_Vista.TransmitIR(u'0000 0073 0000 000B 0022 001F 0020 001F 0041 001F 0022 001F 0020 001F 0022 003D 0041 003F 0041 001F 0022 003D 0022 001F 0020 0E14', 0)
</Action>
<Action>
EventGhost.Wait(1.0)
</Action>
<Action Name="Down">
MCE_Vista.TransmitIR(u'0000 0073 0000 000B 0022 001F 0020 001F 0041 001F 0022 001F 0020 001F 0022 003D 0041 003F 0041 001F 0022 003D 0022 001F 0020 0E14', 0)
</Action>
<Action>
EventGhost.Wait(1.0)
</Action>
<Action Name="Ok">
MCE_Vista.TransmitIR(u'0000 0072 0000 000B 0021 001F 0021 001F 0043 001F 0021 001F 0021 0021 0021 0040 0021 001F 0021 001F 0043 003E 0041 0040 0021 0E34', 0)
</Action>
<Action>
EventGhost.Wait(1.0)
</Action>
<Action>
EventGhost.DisableItem(XmlIdLink(1134))
</Action>
</Macro>
</EventGhost>
however this seems to constantly send one of these commands and i get stuck on a different souce each time
kkl
Experienced User
Posts: 317
Joined: Wed May 04, 2011 9:32 pm

Re: issue with Ir Emitter

Post by kkl »

Have you tried disabling any/all events that are triggering the macro? What happens when you just blast a single IR command when any events that could trigger it are disabled? It sounds like you have a loop in your logic and/or IR interference. Perhaps you could post your log showing these events.
lammyoflyd
Posts: 5
Joined: Thu Feb 06, 2014 2:09 pm
Location: Uk
Contact:

Re: issue with Ir Emitter

Post by lammyoflyd »

a single blast on its own will work however i dont have a loop in my macro, in fact, the macro for the power button is very basic, with 2 triggers (one from voxcommando and another from a button press from my standard remote):

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1640">
    <Macro Name="Power" Expanded="True">
        <Event Name="MceRemote.RC5.TV2.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>
would it make a differnce that i have stuck the emitter onto the tv with sellotape? it was second hand and the adhesive had wore away
lammyoflyd
Posts: 5
Joined: Thu Feb 06, 2014 2:09 pm
Location: Uk
Contact:

Re: issue with Ir Emitter

Post by lammyoflyd »

Code: Select all

---> Welcome to EventGhost <---
Xbox - Laptop
   Source
   Down
   Ok
   Disable: Source Switching
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.BrightnessDown
   Down
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.3B
   Fav1
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.39
   Media
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.39
   Media
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.3B
   Fav1
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.3B
   Fav1
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.39
   Media
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.Play
   Okay
MceRemote.Unknown.4420
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.38
   Source
      Microsoft MCE Remote - Vista/Win7: Transmit IR: 0000 0073 0000 0018 0020 001F 0022 001F 0041 001F 0020 001F 0022 001F 0020 003F 0020 001F 0020 0020 0020 001F 0041 001F 0022 001F 0020 0C95 0020 001F 0020 001F 0043 001F 0020 001F 0020 0020 0020 003F 0020 001F 0020 001F 0022 001F 0041 001F 0020 0020 0020 0E14
MceRemote.RC5.TV2.Play
   Okay
MceRemote.RC5.TV2.BrightnessDown
   Down
MceRemote.RC5.TV2.Play
   Okay
Sem;colon
Plugin Developer
Posts: 625
Joined: Sat Feb 18, 2012 10:51 am
Location: Germany

Re: issue with Ir Emitter

Post by Sem;colon »

The sellotape shouldn't be the problem.

A screenshot would have been better to read then copy it from the logger, anyway, it looks like the macro "Source" runs in a loop - does anything change if you disable the action "Transmit IR" in this macro, does it still loop?
If you like my work, Image me a drink :wink:
User avatar
jitterjames
Experienced User
Posts: 677
Joined: Thu Aug 13, 2009 4:36 pm
Location: Quebec, Canada
Contact:

Re: issue with Ir Emitter

Post by jitterjames »

It looks to me like you are sending the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster...

which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the TV Power code on the IR blaster, which is being read by the emitter as MceRemote.RC5.TV2.Power which is triggering the command that sends the ... stop me if I am repeating myself. :D

This is a feedback loop.
lammyoflyd
Posts: 5
Joined: Thu Feb 06, 2014 2:09 pm
Location: Uk
Contact:

Re: issue with Ir Emitter

Post by lammyoflyd »

how can i stop this? my emitter and reciever arent close to each other and cant "see" eachother.
User avatar
jitterjames
Experienced User
Posts: 677
Joined: Thu Aug 13, 2009 4:36 pm
Location: Quebec, Canada
Contact:

Re: issue with Ir Emitter

Post by jitterjames »

remove

<Event Name="MceRemote.RC5.TV2.Power" />

Why would you need to use the TV power as an event for the command that sends the TV power signal?

Even if you think you need to do this for some reason, don't. Or at least remove it to see if it is what is causing your problem. It could be a coincidence.
Post Reply