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.


Topics - ryz4eva

Pages: [1]
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) / 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

3
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?

4
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

5
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

6
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

7
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

8
General Discussion / vox with graphic or avatar
« on: December 29, 2013, 03:05:30 PM »
Is it possible to create a avatar or graphic which moves when vox commando speaks through its?

Eventually I'd like a physical light on my wall which dims/flashes dependent on vox tts.

Is it possible?

9
General Discussion / best cheap microphone
« on: December 28, 2013, 12:27:28 PM »
i have been using voxcommando for a while now and i feel that i would benefit from a better quality mic however being a student, i dont have a lot of money to spend on a decent one.

i am considering the trust starzz microphone (http://www.amazon.co.uk/Trust-16973-Starzz-Microphone/dp/B003MFYY3Y/ref=sr_1_1?ie=UTF8&qid=1388247258&sr=8-1&keywords=high+quality+microphone) however i wonder if this is too cheap to produce audio thatvox commando will find useful.

ideally i need a microphone with decent noise cancelling as i run vox from a laptop, which also runs xbmc to a connected monitor.

anybody got a suggestion of a better mic?

10
Off Topic (not related to VC) / May Interest Some...
« on: December 25, 2013, 10:48:28 AM »
Hi guys
Just wanted to post a link to my new website. Im dealing with:
•   Voxcommando
•   Tasker
•   Dropbox
•   XBMC
•   And Micasaverde’s Vera Lite
In order to create a JARVIS like artificial assistant. Just thought you guys might like to see how I am tying it all together. Would love some input on how I could improve my system too!
http://lucasintegration.webs.com/

very early stages at the moment.

cheers.
p.s. not trying to advertise, just thought it might be of interest to some people on here.

11
General Discussion / ping phones?
« on: December 20, 2013, 03:37:15 PM »
is it possible to "ping" a mobile phone from voxcommando?

i currently have a profile set up, so that when i wake up autoremote sends a message to eventghost, then it sends a broadcast to voxcommando to run a command
Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<command id="435" name="Morning" enabled="true" alwaysOn="True" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>WUnder.GetCurrent</cmdType>
    <cmdString />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>TTS.Speak</cmdType>
    <cmdString>Good Morning Sir, Did You Sleep Well? the time is {ShortTime} on {LongDate}</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>TTS.SpeakSync</cmdType>
    <cmdString>{LastResult}</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>VC.Pause</cmdType>
    <cmdString>100</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>File.Read</cmdType>
    <cmdString>C:\Users\Ryan\Documents\Dropbox\Public\L.U.C.A.S\System\vitals\battery.txt&amp;&amp;0</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>TTS.SpeakSync</cmdType>
    <cmdString>Phone Battery is at {LastResult} %,</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>File.Read</cmdType>
    <cmdString>C:\Users\Ryan\Documents\Dropbox\Public\L.U.C.A.S\System\vitals\signal.txt&amp;&amp;0</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>TTS.SpeakSync</cmdType>
    <cmdString>signal is {LastResult} out of 10 and</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>File.Read</cmdType>
    <cmdString>C:\Users\Ryan\Documents\Dropbox\Public\L.U.C.A.S\System\vitals\silent.txt&amp;&amp;0</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>(A)==(B)</ifType>
    <ifParams>{LastResult}&amp;&amp;off</ifParams>
    <then>
      <action>
        <cmdType>File.Read</cmdType>
        <cmdString>C:\Users\Ryan\Documents\Dropbox\Public\L.U.C.A.S\System\vitals\ringer.txt</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>TTS.SpeakSync</cmdType>
        <cmdString>ring volume is at {lastresult} out of 10</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else />
  </if>
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>(A)==(B)</ifType>
    <ifParams>{LastResult}&amp;&amp;vibrate</ifParams>
    <then>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <cmdString>phone is set to vibrate</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else />
  </if>
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>(A)==(B)</ifType>
    <ifParams>{LastResult}&amp;&amp;on</ifParams>
    <then>
      <action>
        <cmdType>TTS.SpeakSync</cmdType>
        <cmdString>your phone is muted</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else />
  </if>
  <event>Morning</event>
</command>

although this is already extremely complicated, i was wondering if it was possible to send a message (dont know the proper name for it) to the ip address of my families phones, so that if they are connected to my network then voxcommando will say something along the lines of "your mother, father and brother are home, but your sister is out", or nobody is home then it would say so.

just a thought, wondered if anybody could build on it, or develop it a bit?

i already have every bodies phones on Static IP addresses.

12
Command Builder Reference / random line read for TTS
« on: December 20, 2013, 12:49:46 PM »
i have been using tasker for android up until now and i got to the point where i was able to get the phone to read a file, pick a random line from that file and then say it.
i was wondering if a similar thing could be done with voxcommando?

hopefully i can read the same files as i do from tasker, so i can keep my phone configured the way it is.
thanks.

13
VoxCommando Basics and Core Features / custom tts
« on: December 20, 2013, 12:20:15 PM »
hi.

im looking for a custom TTS engine to fit the assistant i have set up (known as lucas). i have voxcommando running on windows 8 and so the engine needs to be installable on this platform.

does anybody have a suggestion of a good voice to use? i dont particularly like the defalt "microsoft david" which i currently use.

cheers

Pages: [1]