Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ryz4eva

Pages: [1] 2 3
1
i have created the following command:


Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 1.9.2.2-->
<command id="2102" name="Sensor Stats" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>(A)Contains(B)</ifType>
    <ifParams>{1}&amp;&amp;Temperature</ifParams>
    <then>
      <action>
        <cmdType>Vera.Get.Temperature</cmdType>
        <params>
          <param>07</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>TTS.SpeakSync</cmdType>
        <params>
          <param>{LastResult} degrees</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else />
  </if>
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>(A)==(B)</ifType>
    <ifParams>{1}&amp;&amp;Humidity</ifParams>
    <then>
      <action>
        <cmdType>Vera.Get.Humidity</cmdType>
        <params>
          <param>9</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>TTS.SpeakSync</cmdType>
        <params>
          <param>{LastResult}</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else />
  </if>
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>(A)==(B)</ifType>
    <ifParams>{1}&amp;&amp;Light Level</ifParams>
    <then>
      <action>
        <cmdType>Vera.Get.LightLevel</cmdType>
        <params>
          <param>8</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <params>
          <param>{LastResult}</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else />
  </if>
  <phrase>Whats The</phrase>
  <payloadList>Temperature, Humidity, Light Level</payloadList>
  <phrase optional="true">In My Room</phrase>
</command>

however im having 2 issues with this.

i originally intended to use a payload xml for telling vox which stat to poll instead of a logic (as it will be easier when it comes time to expand my vera system) however the only aspect of the multisensor which shows up in the sensors.xml is the motion detector, neglating the humidity, light and temperature sensors.

ive checked with the sensors and they all run the correct device type (for example, the temperature sensor runs the urn:schemas-micasaverde-com:device:TemperatureSensor:1 service)

secondly, whenever i attempt to run this, the {lastresult} returns back whatever was before i tried (mostly "now playing..." from the xbmc side of things).

wondering if anyone can help out?

2
Off Topic (not related to VC) / Re: issue with Ir Emitter
« on: February 11, 2014, 05:02:14 PM »
the macro im trying to run is an attempt to switch sources (from my xbox in hdmi1 or my computer on hdmi2) this should be simply pressing source>down>okay, the macro im using is this:
Code: [Select]
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1640">
    <Macro Name="Xbox - Laptop" Enabled="False">
        <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(1134))
        </Action>
    </Macro>
</EventGhost>

and the log that i get is:

Code: [Select]
---> 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
   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

it appears that eventghost is constantly finding other commands (some of which dont even have events in them yet, its just where i have mapped them from the controller). would it make a difference that i have a piece of sellotape keeping the IR emitter in place? its a second hand emitter and may me getting a signal off itself or something???

this happens when triggered from within eventghost as well as through vox (i dont have a loop). i realise that this is an eventghost issue however hoped that someone here would be able to help seeing as the community seems a bit more willing here

3
Off Topic (not related to VC) / Re: issue with Ir Emitter
« on: February 11, 2014, 03:08:46 PM »
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...

Code: [Select]
<?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>

this has the same problem and constantly repeats some or part of the macro

4
Off Topic (not related to VC) / issue with Ir Emitter
« on: February 11, 2014, 03:06:58 PM »
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:
Code: [Select]
<?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

5
General Discussion / Re: Talking Clock
« on: January 22, 2014, 09:20:16 PM »
How would I do it in vox?

6
General Discussion / Re: Talking Clock
« on: January 22, 2014, 08:43:02 PM »
i did think of sending vox a message through autoremote every hour, but id prefer something that didnt require a phone, or other device

7
General Discussion / Talking Clock
« on: January 22, 2014, 08:42:08 PM »
whilst away at university, i lose track of time very easily.

id like to set up a clock, which speaks every hour, on the hour ("it is 1 oclock", "it is 2 oclock") but not between 9pm and 6am. does anybody know how i could do this?

8
General Discussion / wunderlist
« on: January 20, 2014, 11:41:06 AM »
Hi guys

Just wondered if anybody has found a way to use wunderlist through box commando?

I want to be able to
1. Have vox read from one of my to do lists
2. Create new items in a  specific list

9
General Discussion / Face Detection
« on: January 16, 2014, 09:08:08 PM »
im looking for software which will detect faces. currently i have a ispy set up to watch my door. when motion is detected, it sends a message to vox and to deactivate my alarm i have to say a specific command.

id like it so that it could say "im glad to see your back sir" when i walk into the room, but play an alarm when somebody else does.

just wondering if anybody knew of such software, or if it was possibl with ispy

cheers

11
Off Topic (not related to VC) / Looking For a New PC
« on: January 16, 2014, 08:10:50 PM »
Hi guys.

I’m looking for a new pc, needs to be able to run voxcommando, event ghost and xbmc smoothly, and hopefully be pretty quiet as i will be using it in my bedroom, so that I don’t have to bring my laptop home form university every weekend.

Only looking to spend between £200-£350 on it though, which is my biggest downfall. Just wondered if anybody had a suggestion with a good machine.

Cheers

12
XBMC (Old board see 'KODI' above) / Re: xbmc cinema experience
« on: January 10, 2014, 04:39:58 PM »
CE works currently by using the replace play experimental feature however I want to be able to ask vox to run it, instead of forcing it every time.

It is not compatible with my current skin as far as I am aware (no ability to get "cinema" subheadings option

13
XBMC (Old board see 'KODI' above) / Re: xbmc cinema experience
« on: January 10, 2014, 04:13:49 PM »
I already have the CE add on, I was wondering how to build a comand with the CE intro

14
XBMC (Old board see 'KODI' above) / Re: xbmc cinema experience
« on: January 10, 2014, 03:22:13 PM »
can i add that i was hoping to use the xperience1080 skin, which isnt supported in the compatible list

15
XBMC (Old board see 'KODI' above) / xbmc cinema experience
« on: January 10, 2014, 03:01:20 PM »
hi. was hoping somebody could help me set up the cinema experience addon for xbmc. i want it so that i can say "play film *ABC* in cinema mode" and it runs however im struggling because of alll the coding throughout the information.

cheers

Pages: [1] 2 3