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

Pages: [1] 2
1
General Discussion / What VC Action can I use?
« on: January 23, 2016, 09:41:30 PM »
I have created a command in VC that listens for events from my ISY.  In summary my hope is to have VC activate my home security system via my ISY.  I have started to write a command and got stuck and need some assistance with identifying the next action that will cause VC to delay for a certain amount of time and or a confirmation requirement is met.  For example... "You have thirty seconds to provide the password before I call the police" 

Here is what I have written so far

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.0.9-->
<command id="478" name="Unusual Motion" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>ProcessRunning</ifType>
    <ifParams>Kodi&amp;&amp;</ifParams>
    <then>
      <action>
        <cmdType>XJson.Raw</cmdType>
        <params>
          <param>InputExecuteAction</param>
          <param>"action"."pause"</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Scrape</cmdType>
        <params>
          <param>http://127.0.0.1:8000/Agent?function=AgentStayonTop&amp;Auth={M:botpass.botpass}&amp;onTop=True</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Scrape</cmdType>
        <params>
          <param>http://127.0.0.1:8000/Agent?function=AgentShow&amp;Auth={M:botpass.botpass}&amp;STATE=WSMaximized</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Scrape</cmdType>
        <params>
          <param>http://127.0.0.1:8000/Agent?function=AgentResolution&amp;Auth={M:botpass.botpass}&amp;Resolution=1</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else>
      <action>
        <cmdType>Scrape</cmdType>
        <params>
          <param>http://127.0.0.1:8000/Agent?function=AgentShow&amp;Auth={M:botpass.botpass}&amp;STATE=WSMAXIMIZED</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Scrape</cmdType>
        <params>
          <param>http://127.0.0.1:8000/Agent?function=AgentResolution&amp;Auth={M:botpass.botpass}&amp;Resolution=0</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </else>
  </if>
  <action>
    <cmdType>VC.Pause</cmdType>
    <params>
      <param>1000</param>
    </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=Excuse me!  I don't recognize you. Please identify yourself, You have thirty seconds before I call the police</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>UnMot</phrase>
  <event>UnMot.UnMot
</event>
</command>

The next action should be the start of the timer which will be thirty seconds.  If a confirmation is not given within this time.  The next action will be to execute via a scrape command a program in my ISY that will activate my home security system.

Any help with ideas to finish my code would be appreciated.

2
General Discussion / Voxcommando and Denise (Guile3d) Help
« on: January 14, 2016, 10:54:28 AM »
Hi,

Can someone help be understand why I am not getting a response when I try to initiate my VC with Guile3d (Denise)?  I have studied the sdk and have followed the instructions that was provided via this forum to make Denise work with VC. 

My main issue is that I am not able to see the Authkey when I test the command (http://127.0.0.1:8000/Kernel?function=AskAuthKey&Login=dodo&Password=dummy) in a web browser.  Nothing shows in the results. 

I had denise up and running on my computer when I tried the test and I have disabled my firewall and still no success.

Any thoughts on where I should begin to troubleshoot?  Is there a setting in Denise that I should have enabled/disabled in order to communicate with it via http?  Please advise.

 

3
Other Plugins / Python Plugin Error
« on: December 12, 2015, 12:31:29 AM »
I have recently upgraded to the latest version of VC SP 2207.  I just noticed that in the history I am getting an error that reads "error loading plugin: C:\VC42615\Plugins\PY\PY.dll"  Any suggestions on how to fix this?  I've included a copy of the log.

dl


4
General Discussion / Input Error: ComException
« on: July 18, 2015, 05:04:15 PM »
Recently, I got the following error message.  Any suggestion on where to troubleshoot?  Tried reconnecting my usb mic, tried reinstalling VC and also took my computer back to a restore point.  Nothing helped.

5
General Discussion / Nortons Security Antivirus
« on: July 12, 2015, 08:50:52 PM »
Nortons recently began to block VC from starting.  My computer worked perfectly fine until a Nortons update was performed.  I have tried to move the VC.exe file from the Nortons quarantine but unless I remove nortons completely I cannot get VC to run.

Any suggestions?

6
What does the black mark in the pic represent? 


7
General Discussion / VC License Question
« on: May 08, 2015, 03:55:19 PM »
I have a number of PC's (4) in my home.  I have VC2 (paid license) installed on the main HTPC computer.  I would like to install VC2 on another computer in my home to use for testing commands prior to loading them on the main HTPC.  At the moment, to test new commands I have downloaded the trial version of VC2.  However, using the trial version of VC2 limits my commands and can be frustrating since I have to restart vc once the limit has been reached.  Is there a way/am I allowed to transfer a copy of VC2 (paid version) between computers that are in the same household?

8
RegEx (Regular Expressions) / Regex Results
« on: April 27, 2015, 11:20:04 PM »
Having trouble writing the Regex code to produce results from my ISY994i home automation device.  Can someone help?

Here is what I would like to do.  I would like to pull status information from devices in my ISY.  Here is what I have so far

formatted="Off" uom="%/on/off" /></node><node id="32 80 D2 1"><property id="ST" value="0"

I would like to pull the "Off" state for the node id "32 80 D2 1"
__________________________

formatted="78.00" uom="degrees" /><property id="CLIMD" value="1" formatted="Heat" uom="n/a" />

I would like to pull the degree status "78", the thermostat mode "Heat"

Any help would be appreciated


9
General Discussion / Speech Recognition in Version 2
« on: March 22, 2015, 09:55:57 PM »
Recently upgraded to VC2.  VC2 doesn't recognize my commands as well as VC1.  I would like to train if necessary.  Is there a way to do this in VC2?

10
General Discussion / Pandora/Grooveshark
« on: March 16, 2015, 06:28:48 PM »
Just upgraded VC to VC2.  I have read somewhere that there may be a Pandora or Grooveshark plugin.  If so, where can I find these plugins?  I don't believe I saw them in the plugin section.


11
Kodi (XBMC) Frodo / Gotham / Isengard / Jarvis / XBMC Softmute
« on: July 13, 2014, 01:29:48 PM »
For whatever reason, after switching from XBMC Frodo to XBMC Gotham.  I notice that the softmute does not work anymore.  Did I miss something with this upgrade?

12
General Discussion / TTS Error Message
« on: July 09, 2014, 12:24:46 AM »
Recently I have noticed that VC no longer speaks while the XBMC is player is active.  Previously, when I select a song to play VC would announce the artist and song title.  Now, it crashes.  In the history I have notice the following error message.

"Error:  TTS Error System.Runtime.InteropServices.COMException (0x80045006)...

I have no idea where to start to troubleshoot.  Can someone help with this?

13
General Discussion / VC Upgrade
« on: March 03, 2014, 12:18:01 PM »
I have a paid version of VC (1.1.6)  I would like to upgrade to the latest version.  Question 1) Can I upgrade to the latest version at no cost? Question 2) How do I upgrade.  Will I have to uninstall the old version then reinstall the new one?


14
General Discussion / Two way dialogue samples
« on: December 27, 2013, 06:49:38 PM »
Hi guys I was wondering if you could help me out with a project that I am working on that will include highlighting Vox Commando’s features and benefits.

My company which operates in the US is primarily a residential remodeling and home technology integration company.  In the next couple weeks to help promote my business I am having a video produced that will highlight some of the home automation products that my company offers. 

Additionally, I plan to place emphasis on a select few of my favorite products and will demonstrate its features and benefits.  The demonstration will take place in my showroom and I would like to include Vox Commando as it is one of my favorites. 

To help spice up this video I was wondering if you could offer any ideas/commands that will allow me to highlight Vox Commandos ability to engage in a two way conversation.  This does not have to be extravagant but I would like it to include something unique..

Any help would be appreciated.

15
General Discussion / What actions do I use?
« on: December 12, 2013, 04:34:07 PM »
Can someone help me create the logic for the following.  I'm struggling with what actions to use.

What I would like to do is... If an event is triggered between the hours of 7pm and 8pm mon-fri and the status of a certain lighting device is not "ON" Then

TTS- ddl is that you?

1) what action do I use to monitor triggering of an event?
2) how do I use VC to query the status of my ISY device?

Any help would be appreciated.

Pages: [1] 2