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 - danderson

Pages: 1 [2] 3
16
General Discussion / Re: New Here
« on: September 09, 2014, 10:37:04 PM »
Ok,,I do apologize for the error , I pasted the wrong line in the wrong command when I posted it . And sorry for not checking it ,before posting . I do have the correct command group and it works fine , but when I would replace TTS voice with the scrape function for denise , she would read the entire list every time she came to a {1} . However I have figured out my problem , and now all works just fine ....Perhaps my incorrect post should be deleted .
Progress so far ...
&feature=youtu.be

17
General Discussion / Re: New Here
« on: September 08, 2014, 11:36:08 PM »
Ok ,,Thanks for showing me that , ..
This code works perfect:

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.0.1.0-->
<command id="873" name="Add Item dictionary" enabled="true" alwaysOn="False" confirm="True" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>RoboB.Select</cmdType>
    <params>
      <param>OurGroceries</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.ElementByID</cmdType>
    <params>
      <param>importItemsList</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.SetText</cmdType>
    <params>
      <param>{1}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.ElementParent</cmdType>
    <params />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.Submit</cmdType>
    <params />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.Wait</cmdType>
    <params />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>TTS.Speak</cmdType>
    <params>
      <param>Are you sure you want to add {1} to your grocery list?</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>Don't forget, Remember, I need, We need, We are all out of</phrase>
  <phrase>to</phrase>
  <phrase>buy</phrase>
  <phrase optional="true">some</phrase>
  <payloadDictation>payloadDictation: Spelling</payloadDictation>
</command>


However , This one does not ,, but I think it should !?!?


Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.0.1.0-->
<command id="873" name="Add Item dictionary" enabled="true" alwaysOn="False" confirm="True" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>RoboB.Select</cmdType>
    <params>
      <param>OurGroceries</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.ElementByID</cmdType>
    <params>
      <param>importItemsList</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.SetText</cmdType>
    <params>
      <param>{1}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.ElementParent</cmdType>
    <params />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.Submit</cmdType>
    <params />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.Wait</cmdType>
    <params />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Scrape</cmdType>
    <params>
      <param>http://127.0.0.1:8000/Agent?function=AgentSpeak&amp;Auth={M:botpass.botpass}&amp;Text=Are you sure you want to add {1} to your grocery list?</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>Don't forget, Remember, I need, We need, We are all out of</phrase>
  <phrase>to</phrase>
  <phrase>buy</phrase>
  <phrase optional="true">some</phrase>
  <payloadDictation>payloadDictation: Spelling</payloadDictation>
</command>


dan


18
General Discussion / Re: New Here
« on: September 08, 2014, 10:37:18 PM »
Hi Kalle , I have a question,,Regarding integrating denise with vox .  The Our Groceries is a great use for RoboB and it works perfectly with TTS voice . And the command for that is : (for example)
 TTS Speak                Are you sure you want to add {1} to your grocery list?
And I think ,{1} is the key information to speak , (the one item) however , if I replace this with :
http://127.0.0.1:8000/Agent?function=AgentSpeak&Auth={M:botpass.botpass}&Text=Are you sure you want to add {1} to your grocery list?   
 When she gets to the {1} she reads the entire grocery list. I have failed to find where that one item is stored for her to speak..

19
General Discussion / Re: New Here
« on: September 07, 2014, 07:59:55 PM »
Well maybe your right , but I was thinking of an easy to open GUI to keep contact names in and numbers, and easy to edit , instead of creating a new command for every new contact . that's what I have so far.

20
General Discussion / Re: New Here
« on: September 07, 2014, 02:15:16 PM »
Well ,I just thought I would let you know of my progress , I created a group with commands for google talk , I like this because it's free (no Skype credits to buy), this might be a good plug-in for vox

&feature=youtu.be

21
General Discussion / Re: New Here
« on: September 06, 2014, 04:03:38 PM »
Hey that works pretty good!!! I was one of the 9 out of 10 that did not know that , thanks....

22
General Discussion / Re: New Here
« on: September 04, 2014, 12:23:17 AM »
I'm so sorry for this but I can't find it ??????? :bonk here is my SDK





23
General Discussion / Re: New Here
« on: September 03, 2014, 07:09:03 PM »
but the API function in guile's SDK says :function AgentSpeakInChat(Text){
   return call('/Agent?function=AgentSpeakInChat&Auth='+AuthKey+'&Text='+encodeURIComponent(Text));

not chatinput  Where does it say ChatInput so I coud have found it?

24
General Discussion / Re: New Here
« on: September 03, 2014, 10:18:45 AM »
Thank you Kalle !!! , That works perfect . I had tried that  Text={1} , But had the function wrong . The guile sdk says function=AgentSpeakInChat . but what actually worked was  function= ChatInput . I'm curious how you knew this ?    I love this , now I'll experiment with sending AIML commands to denise this way

25
General Discussion / Re: New Here
« on: September 03, 2014, 12:16:15 AM »
Hi Kalle  I had a question about denise and vox . to speak in chat with the dictation box minimized . I have been able to chat if the dictation box is focused but not min.

here's what I'm working with:



26
Thank you very much , this will get me started in the right direction

27
Hi al,,, I have a question I have not been able to locate yet.....Is there  a way to open a link within a video add-on ? ..... For example   xbmc\video add-ons\ustvnow\CW

dan

28
General Discussion / Re: New Here
« on: August 14, 2014, 10:09:36 PM »
Thank you very much ,that is exactly what I was looking for,,you just saved me hours ,,,again thanks....
Dan

29
General Discussion / Re: New Here
« on: August 14, 2014, 08:27:39 PM »
Hi, I will post my results just as soon as I learn enough to finish my project.I have been going through the tutorials and reading the forum for information. Learning about payloads now. Of all I have seen so far ,I have yet to come across anything that shows me how to open a program , in my program files. I can open a file and launch a URL ( but in default browser only), set volume , but launch application has eluded me. Can someone offer a link to show how to do this. This has to be a dumb question,so this Topic should be appropriate,(new here).
Dan

30
General Discussion / Re: New Here
« on: August 11, 2014, 08:21:18 AM »
Thank you so much Kalle, I was able to get the weather plugin to work. And this PDF file that you have provided has most of the answers I was looking for.I was especially interested in the speak in chat function.This is like having the best of both worlds.I'm going to work on this tonight ,,Again Thank you ,I never would have figured this out on my own.
Dan

Pages: 1 [2] 3