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

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

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


3
RegEx (Regular Expressions) / currency exchange rate read by VC
« on: June 03, 2016, 03:40:57 AM »
Hi
is it possible , VC search and read the currency exchange rate of the canadian dollar  in the column (achat) from anyone of these Tunisian bank sites thank you




http://www.bna.com.tn/devise.asp
http://www.biat.tn/biat/Fr/cours-de-change_66_127#?

4
VoxCommando Basics and Core Features / Arabic TTS and Al-Jazeera
« on: April 16, 2016, 08:50:45 PM »
hi
i need help how to read in arabic
1-
 headlines news from  http://www.aljazeera.net/portal or any arabic news site like Blaze headlines code. using google tts or any arabic tts.
2-
and how to read arabic from text file. thank you

5
VoxCommando Basics and Core Features / Youtube TV (in web browser)
« on: March 02, 2016, 11:07:59 PM »
thank you it works good now
other thing i iput the link of aljazeera tv on youtube it works on firefox  if some one has an  improvement for diplaying the window, i think robob doesnt support html5 and youtube. thank you

6
Feature Requests / orvibo S20 WIFI socket
« on: February 20, 2016, 04:45:38 AM »
hi i received an orvibo socket i need to operate it with VC ,  i have the ip,  port used is 10000 and 48899
i found some information may help developpers

python-orvibo : https://github.com/happyleavesaoc/python-orvibo

java : https://github.com/Grayda/ninja-allone/blob/master/lib/allone.js

https://community.openhab.org/t/ir-blaster-home-automation-wiwo-orvibo-s20/4062/10

How to send commands to disable / enable Orvibo S20 Smart WIFI Plug.

The tests use S20 Smart WIFI Plug in a while that Plug Power is capable of Control on / off as well, but the Control to use the IOS and Android can not be activated via Computer if maybe we. Conditions need to turn on / off can be operated from a computer is very good. I try to find a way to find Web Control S20 Andrius. Å tikonas most talented Reference and Information Packet began to write their own programs to be prepared to go Home Automate

Begin
The function of the applications we are interested.
* Open / Close Plug
* Pull Plug the status of what is now a state.

Job Description
S20 will receive UDP Port number 48 899 and 10 000 orders for the program by 48 899 will be part of the Discovery of the S20 and Port 10000 will transfer Command.

From Socket said the orders are to be numbered Mac Address all queries, we need numbers Mac's S20 but will allow customers to enter the Mac would not have to start by sending commands to the Port. Get a Mac before, to 48 899

To find the Mac address
He that sent Command " HF-A11ASSISTHREAD "ASCII to 255.255.255.255 Port 48899 all in the S20 system will respond. IP, MAC, HOSTNAME back, but we want just one. We will send the IP address of the S20 that we want to represent. It has come out as IP, MAC, HOSTNAME But by cutting out part of the MAC.

thank you



Pages: [1]