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

Pages: [1] 2 3 4
1
Integration Ideas / Re: home security2
« on: November 24, 2016, 01:52:51 PM »
hi
i downloaded dropbox and it works now, i sent a message but the display is too fast, i want to keep the message for 10 seconds how do it
Code: [Select]
OSD.AddText&&good afternoonthank you

2
Integration Ideas / Re: home security2
« on: November 23, 2016, 02:44:58 PM »
hi
its me again , do i need to install dropbox on my computer to work with ITFFF and watcher.
thank you

3
Integration Ideas / Re: home security2
« on: November 21, 2016, 06:48:00 PM »
i fixed the problem of the word message:
but nothing happen if somone try watcher with ifttt.
thank you

4
Integration Ideas / Re: home security2
« on: November 21, 2016, 05:57:28 PM »
yesss good idea that means watcher watch a folder in my computer.i'm learning..
thank you

5
Integration Ideas / Re: home security2
« on: November 21, 2016, 05:36:02 PM »
i send the email without the word message, but when i open the text file in dropbox i found the word message

6
Integration Ideas / Re: home security2
« on: November 21, 2016, 05:04:15 PM »
Code: [Select]
D:\dropbox\IFTTT
Code: [Select]
Message: TTS.Speak&&Hi honey. I'll be home in half an hour.

7
Integration Ideas / Re: home security2
« on: November 21, 2016, 03:55:58 PM »
hi
you said  1) paste the exact contents of the text file that IFTTT creates in your Dropbox.
i past it where

8
Integration Ideas / Re: home security2
« on: November 21, 2016, 02:57:22 PM »
hi
i sent emails to itfff and i opened dropbox i find the emails  in folder IFTTT.
i set watcher to watch IFTTT folder (D:\Dropbox\IFTTT)
my email include this message TTS.Speak&&Hi. I'll be home in half an hour.

nothing happen in voxcommando there is no tts, do i need xml code to display message and speak
thank you

9
Integration Ideas / Re: home security2
« on: November 20, 2016, 02:42:49 AM »
hi
i liked the option of ifttt but as long as i use it for the first time there is  a few things not clear for me

i created ifttt account i added the recipe of watcher
i created a folder in dropbox called alarm (D:\Dropbox\alarm)
i enabled watcher plugin i set up the location of folder. till now its OK

i didn't undestand when he said send email to ifttt at or to trigger@recipe.ifttt.com
when a motion is detected an email will be sent to ifttt  if i understand. so where is this email or how making this email.
 if someone give me an example i apreciate that thank you

10
Integration Ideas / Re: home security2
« on: November 19, 2016, 05:45:04 PM »
OK very nice i understand. thank you

11
Integration Ideas / Re: home security2
« on: November 19, 2016, 11:23:25 AM »
hi all
i have a foscam Fi8908W and i receive notification by email, but not an instant notification by VC
and i can move it via VC

i have sricam sp012 p2p onvif camera and sricam outdoor sp013 -

what i want to do is when motion is detected i receive an instant voice notification by VC

thank you

12
Integration Ideas / home security2
« on: November 18, 2016, 09:58:44 PM »
hi james
i read the old subject about home security and motion detection and send message by Voxcommando.
but none has gave a solution, you said in this topic that you have a camera and you do that. can you tell me the brand and the model of your camera and the xml code. i buy a camera and im sure that will work better than i buy a camera and i discover that does not work as i want. my purpose to detect the presence of
some one and send message by VC.
i'm thinking about these 2 items below if it does the same job
1- X10 CM19A USB Wireless PC Transceiver R.F  http://www.ebay.com/itm/322313166773?_trksid=p2055119.m1438.l2649&ssPageName=STRK%3AMEBIDX%3AIT
but said that this  USB Transceiver does not work with Active Home Software.

2- and  x10 motion sensor http://www.ebay.com/itm/X10-Powerhouse-Active-Home-MS13A-Occupancy-Sensor-Motion-Detector-A4258-/142181180372?hash=item211aa8a3d4:g:97MAAOSwImRYEBTI

what do you think


   thank you

13
XML Exchange / Gsm Arena Phones News
« on: July 02, 2016, 01:32:57 AM »
Phones HEADLINES news from GSM ARENA

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.1.9-->
<commandGroup open="False" name="PHONES NEWS" enabled="True" prefix="" priority="0" requiredProcess="" description="">
  <command id="1305" name="GSM ARENA PHONES NEWS" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="20" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>Scrape</cmdType>
      <params>
        <param>http://www.gsmarena.com/rss-news-reviews.php3</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>Results.RegExSingle</cmdType>
      <params>
        <param>item.*?&lt;title&gt;&lt;.*?DATA.(.*?)\]</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>OSD.ShowText</cmdType>
      <params>
        <param>(Total: {#M} headlines){CR}****...Gsm Arena phones News...****</param>
        <param>29000</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>OSD.AddText</cmdType>
      <params>
        <param>{i}. {Match.{i}.1}</param>
      </params>
      <cmdRepeat>5</cmdRepeat>
    </action>
    <action>
      <cmdType>PayloadXML.Clear</cmdType>
      <params>
        <param>payloads\Gsmarena.xml</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>PayloadXML.AddPair</cmdType>
      <params>
        <param>payloads\Gsmarena.xml</param>
        <param>{Match.{i}.1}</param>
        <param>{i}</param>
      </params>
      <cmdRepeat>{#M}</cmdRepeat>
    </action>
    <action>
      <cmdType>Results.MatchConcat</cmdType>
      <params>
        <param> , </param>
        <param>5</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>TTS.Speak</cmdType>
      <params>
        <param>Gsm Arena Phones News...{LastResult}</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType />
      <params />
      <cmdRepeat>1</cmdRepeat>
    </action>
    <event>News</event>
    <phrase>tell me the phones news</phrase>
    <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone" optional="False">payloads\gsmarena.xml</payloadFromXML>
  </command>
  <command id="190" name="Read G S M headline number {1}" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>Results.SetVar</cmdType>
      <params>
        <param>headlines</param>
        <param>HEADLINE YOU ASKED FOR</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>PayloadXML.GetValue</cmdType>
      <params>
        <param>payloads\gsmarena.xml</param>
        <param>{1}</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <if ifBlockDisabled="False" ifNot="True">
      <ifType>LastActionSuccess</ifType>
      <ifParams>&amp;&amp;</ifParams>
      <then>
        <action>
          <cmdType>OSD.ShowText</cmdType>
          <params>
            <param>There is no headline number {1}.</param>
          </params>
          <cmdRepeat>1</cmdRepeat>
        </action>
        <action>
          <cmdType>TTS.Speak</cmdType>
          <params>
            <param>There is no headline number {1}</param>
          </params>
          <cmdRepeat>1</cmdRepeat>
        </action>
      </then>
      <else>
        <action>
          <cmdType>TTS.Speak</cmdType>
          <params>
            <param>{var.headlines}...{LastResult}</param>
          </params>
          <cmdRepeat>1</cmdRepeat>
        </action>
        <action>
          <cmdType>OSD.ShowText</cmdType>
          <params>
            <param>headline you are looking for</param>
            <param>8000</param>
            <param>-5</param>
          </params>
          <cmdRepeat>1</cmdRepeat>
        </action>
        <action>
          <cmdType>OSD.AddText</cmdType>
          <params>
            <param>{1}. {LastResult}</param>
          </params>
          <cmdRepeat>1</cmdRepeat>
        </action>
      </else>
    </if>
    <phrase>Read phone</phrase>
    <phrase>headline number</phrase>
    <payloadRange>1,55</payloadRange>
    <phrase optional="true">again</phrase>
  </command>
  <command id="198" name="Read G S M  headlines {1} through {2}" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>Results.SetVar</cmdType>
      <params>
        <param>headlines</param>
        <param>headline you are looking for</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>PayloadXML.GetValue</cmdType>
      <params>
        <param>payloads\gsmarena.xml</param>
        <param>{1}</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <if ifBlockDisabled="False" ifNot="True">
      <ifType>LastActionSuccess</ifType>
      <ifParams>&amp;&amp;</ifParams>
      <then>
        <action>
          <cmdType>TTS.Speak</cmdType>
          <params>
            <param>There is no headline number {1}</param>
          </params>
          <cmdRepeat>1</cmdRepeat>
        </action>
        <action>
          <cmdType>OSD.ShowText</cmdType>
          <params>
            <param>There is no headline number {1}.</param>
          </params>
          <cmdRepeat>1</cmdRepeat>
        </action>
        <action>
          <cmdType>VC.StopMacro</cmdType>
          <params />
          <cmdRepeat>1</cmdRepeat>
        </action>
      </then>
      <else />
    </if>
    <action>
      <cmdType>OSD.ShowText</cmdType>
      <params>
        <param>Headline youre looking for...</param>
        <param>26000</param>
        <param>-5</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <loop>
      <loopParams>
        <from>{1}</from>
        <to>{2}</to>
      </loopParams>
      <loopActions>
        <action>
          <cmdType>PayloadXML.GetValue</cmdType>
          <params>
            <param>payloads\Gsmarena.xml</param>
            <param>{j}</param>
          </params>
          <cmdRepeat>1</cmdRepeat>
        </action>
        <action>
          <cmdType>OSD.AddText</cmdType>
          <params>
            <param>{j}. {LastResult}</param>
          </params>
          <cmdRepeat>1</cmdRepeat>
        </action>
        <action>
          <cmdType>Results.SetVar</cmdType>
          <params>
            <param>headlines</param>
            <param>{var.headlines}...{LastResult}</param>
          </params>
          <cmdRepeat>1</cmdRepeat>
        </action>
      </loopActions>
    </loop>
    <action>
      <cmdType>TTS.Speak</cmdType>
      <params>
        <param>{var.headllines}</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Read phone headlines</phrase>
    <payloadRange>1,55</payloadRange>
    <phrase>through</phrase>
    <payloadRange>1,55</payloadRange>
  </command>
</commandGroup>


14
Tips and Tricks / Re: Learning Arabic with Voxcommando
« on: June 21, 2016, 02:27:11 PM »
thank you nim
it's a little thing but needs a big job

15
hi
i installed VC 2219 and i wanted to update Beam plugin i replaced the 3 files i rebooted VC .
but there is no  Beam plugin in the list of plugin,
before update i see the Beam plugin after update there is no beam plugin.
anyhelp thank you

Pages: [1] 2 3 4