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

Pages: [1] 2 3 4
1
Bug Reports / Re: 2.2.1.9 Trial Version Warning
« on: June 15, 2016, 01:12:50 PM »
No, you are fine, because you were just reactivating a machine that was activated before.  So you can still activate another computer if you wish. In your case I think it did not reactivate itself automatically because your mac address seems to have changed.

Great thanks, i moved from wifi to hard wire. that might explain the mac changing

2
Bug Reports / Re: 2.2.1.9 Trial Version Warning
« on: June 13, 2016, 05:41:26 PM »
i had this issue also, i had to put in my existing key. Can you check if i am a key down now?

3
awesome!!!!!!!!!  :yay

thanks didn't even know they had one.  this will definitely make things easier.

4
I actually started looking into another direction, I am trying to leverage the windows 10 notification to generate a trigger so VC can open the app once there is motion or someone has rung the doorbell. But there is no LOGS for notification center , I could of created an event trigger off that but no luck. The other thing im looking at is if the ring app writes to a file every time it detects motion or a doorbell ring. the path to the app is C:\program files\windowsapps\

you have any ideas?

thanks

 

5
great thanks Ill give this a try.

6
nice!!!! can you share how you set this up?

7
General Discussion / Re: Password for proceeding with command
« on: August 27, 2015, 10:12:21 AM »
thanks James, that will work for me.

8
General Discussion / Re: Password for proceeding with command
« on: August 26, 2015, 02:48:21 PM »
ok, I can give that a shot, but would of liked something that gives you 10secs to confirm or you have to repeat the whole phrase again. just makes it a little harder to keep guessing. rather than the passphrase always being available if someone shouts out words.

if that makes sense


9
General Discussion / Password for proceeding with command
« on: August 26, 2015, 02:31:45 PM »
Guys,

does anyone know how I can put a passphrase for a certain command.

Example.

I tell VC "unlock front door please" , VC responds with "Sure, Please tell me the passphrase in order to proceed." you tell VC the passphrase and it will continue the command. similar to the must confirm option but this will only require one word to accept.

hope this is clear enough.
any ideas?

 thanks in advance.


10
Great! I can benefit from this also. As i use the ring video doorbell quite often. let me give this a shot and see..

thanks again guys

12
As of yet there is no Echo Integration with VC that I am aware of, But you can accomplish pretty much everything you mentioned using VoxCommando with an open mic setup and Jarvis being the prefix to your commands. you can install VC on your HTPC use USBUIRT to turn on tv, cable box etc... Your HTPC can be controlled with VoxCommando buy leveraging the KODI plugin and other plugins mentioned on VC's Wiki. Also you can look into global tach IR which works over wifi

 http://www.amazon.com/dp/B0051BU418/ref=wl_it_dp_o_pC_nS_ttl?_encoding=UTF8&colid=BN16H7XM463I&coliid=I2Y4RHGAAL8DO7

other members here can chime in and add any additional info i may have missed, but there are plenty of options using VC, that is the beauty of it.

hope this helps a little

13
I guess no ecobee3 users on this forum huh  :o

I thought this would be a good addition based on using the occupancy sensors that ecobee has also

14
nevermind i figured it out, it was to use {Match.1}   :bonk

15
ok so I finally made some progress here using Robo Browser an using RoboB.GetHTML to scrape for the temperature digits which worked. How do you use the Results.RegEx output for TTS to speak it.

i have osd.showText with parameter {LastResult} but its showing me the HTML output not the Results.RegEx output. hope this is clear 

see my xml

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.5.2-->
<command id="1379" name="RoboB_test" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>RoboB.Select</cmdType>
    <params>
      <param>Ecobee</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.Navigate</cmdType>
    <params>
      <param>https://www.ecobee.com/consumerportal/index.html#/thermostats</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.Wait</cmdType>
    <params />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.ElementByTag</cmdType>
    <params>
      <param>DIV</param>
      <param>21</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>RoboB.GetHTML</cmdType>
    <params />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.RegEx</cmdType>
    <params>
      <param>&gt;(.*?)&lt;</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>OSD.ShowText</cmdType>
    <params>
      <param>{LastResult}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
</command>

Pages: [1] 2 3 4