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

Pages: [1] 2 3
1
Tips and Tricks / Re: Q & A with wolframalpha and duckduckgo
« on: December 11, 2014, 10:09:12 AM »
I suggest you use two separate installations and configurations for each.

One using SP for your PT-BR configuration
One using non - SP / English configuration

Ok I will do that. Thank you guys!

2
Tips and Tricks / Re: Q & A with wolframalpha and duckduckgo
« on: December 11, 2014, 09:51:41 AM »
Hi nime5ter Hi James!

I speak portuguese (brazil) and would like to use it in VC. BUT for the moment I am speaking only english (with a swiss accent hehe) with VC AND Wolfram does not work in portuguese. So it is maybe "for the moment" a good idea to switch to the no sp mode. You are right.

3
Tips and Tricks / Re: Q & A with wolframalpha and duckduckgo
« on: December 11, 2014, 04:47:06 AM »
Hi kalle,

ok thanks for the confirmation. So there is no way to use wolfram with SP mode   :-\

4
Tips and Tricks / Re: Q & A with wolframalpha and duckduckgo
« on: December 11, 2014, 04:21:12 AM »
FYI, The same question works fine with the non-python version that we previously posted to the forum:

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<command id="612" name="wolfram" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>Scrape</cmdType>
    <cmdString>http://api.wolframalpha.com/v2/query?appid=YOUR_API_KEY&amp;input={1}&amp;format=plaintext</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.RegExSingle</cmdType>
    <cmdString>&lt;plaintext&gt;([^&lt;].*?)&lt;/plaintext&gt;</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>LastActionSuccess</ifType>
    <ifParams>&amp;&amp;</ifParams>
    <then>
      <action>
        <cmdType>Results.MatchConcat</cmdType>
        <cmdString>{CR}&amp;&amp;3</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Results.Replace</cmdType>
        <cmdString>&amp;quot;&amp;&amp;"</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Results.Replace</cmdType>
        <cmdString>&amp;apos;&amp;&amp;'</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Results.Replace</cmdType>
        <cmdString> |</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>OSD.ShowText</cmdType>
        <cmdString>{LastResult}</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <cmdString>{LastResult}</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <cmdString>I'm sorry, I don't know the answer to: {1} Could you speak more clearly, or perhaps try to rephrase your question.</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>OSD.ShowText</cmdType>
        <cmdString>I'm sorry, I don't know the answer to: {CR}{1}{CR}Could you speak more clearly, or perhaps try to rephrase your question.</cmdString>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </else>
  </if>
  <phrase>Wolfram, Winklethorpe, Hey Jeeves, Dearie, Can you tell me</phrase>
  <payloadDictation>payloadDictation: Regular</payloadDictation>
</command>

Hi James and Guys,

I have imported this script to my VC. I can see the payloadDictation: Regular in red (please check screen). It seems that dictation is not supported in SP Modus. Is that true? Will I have to switch to the no SP mode?

5
Hi Guys, ok I will test on Port 2 and will let you know soon as I have the possibility to test home.

6
hi Kalle,

yes I know, but my tv is slow and is ready only after 20 seconds to change the channel  ^-^

Yes I could find the options james was talking about thank you! Now everything is great and working.

7
Hi Guys!!

I have good news: it is working. What I have done and can say:

I have started iLearn. Than I have learn the number 1 from my tv remote. I have than copied the code from ilearn and have insert the code in the map editor from VC. Result: It works. Interesting is, that learning with VC and learning with ilearn is different (check screen) because I can see different codes. The codes from ilearn is bigger and use port 1 I think.

I had to make a big pause between the commands (check screen) otherwise it doesn't work.

What I will try now is to test changing only the number 2 to 1 after the number 37825 like james wrote. I will let you know if it will work. I also will test the nice scripts from kalle and nime5ter.

This forum and this solution is so nice. I love it!!!!Thank you so much spendeing your time helping people over the world.

8
Hi! Thank you for the code but it is not working too :-(

I really have no idea too. With the iLearn tool from global cache it is working well but not in VC :-(

9
sure here:

10
Hi Guys,

I have tried with vc.pause and with delay parameters. My itach always send the number twice instead of only one time. So if I send the number 1 using TCP.ClientWriteLn, the iTach sends 11, if I send number 6 using TCP.ClientWriteLn, the iTach sends 66  ::dis

I really do not understand..

I have tested the itach using the iLearn Tool and it works perfect.

11
VoxWav Free and VoxWav Pro / VoxWav Pro + Mobiola Headset App
« on: December 09, 2014, 09:55:38 AM »
Hi Guys,

i have an ipad in my livingroom and I wish a Android Tablet for Xmas  ;D

My question is: Can I run VoxWav Pro on my Android tablet in my bedroom and the mobiola headset app on my ipad on my livingroom at the same time? Or will i need to wish two android tablets for xmas?  :biglaugh

12
Hi Guys, sorry for the late reply. I am using a LG Television.

what is working so far: When I say "tv" the tv turns on or off. That is great

what is not working: When I say "mtv" the blaster sends the command 11 or 1122 instead of 172 to my tv.

I am not using a payload file for the moment (I will use later the nice examples from kalle and nime5ster). I am using for the moment Single Actions like you can see on the attached screenshot. I have play with the delay values 10,20,50 and 200 but it didn't help.

What I am doing wrong?  :bonk

13
Hi Guys!

Good ideas here.

With pause the blaster send 122 or 1122 and with the third delay parameter he send 1 to the tv. I attached the files. Have I made something wrong?


14
Hi, My Map Editor have saved all numbers from my remote tv control  now in separate lines.

I have used this xml: http://voxcommando.com/forum/index.php?topic=1220.msg10373#msg10373

have change my ip adress and createrd a new xml file with the value 172 and phrase mtv. When I say change to channel mtv, I hear a voce saying "switching to channel mtv", but nothing happens.


I also tryed this (please see attached file), but VC send only the number 1 to my tv  :bonk

Can somebody help?

15
Hi Guys, I again..

Do not ask me why but now it is working on port 3. Maybe I forgot to save my changes on the iflex page or the blaster was not in the right place.

Thank you very much!!  :)

I want now to send 3 numbers like 197 for MTV. What is the best way to do that? Should I make a new post?

Pages: [1] 2 3