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

Pages: [1]
1
Integration Ideas / Re: VoxWavPro on Moto 360
« on: August 12, 2015, 10:34:25 AM »
Thanks Dave...I thought that might be the case.  I'll give the tasker+autovoice a shot.  Thanks for the clarification.


2
Integration Ideas / Re: VoxWavPro on Moto 360
« on: August 12, 2015, 09:02:12 AM »
Kalle - Thanks for your quick reply.  I think I watched your video form a while ago when you used VoxWav on a smartwatch to control VC...very cool.  I already own VoxWav Pro and it's installed and working on my cell phone.  Also yes, the Moto 360 has wifi and is connected to my home network, so should work.  I have a stupid question....how the heck did you get VoxWav onto the watch?  Thanks again.

3
Integration Ideas / VoxWavPro on Moto 360
« on: August 12, 2015, 08:16:38 AM »
Just picked up my Moto 360 (Android 5.1.1 installed).  Has anyone used VoxWavPro with it?  I've read the thread about using the autowear/autovoice/tasker combination, but would love to use VoxWavPro.  Seems a great way to communication with VC anywhere in the house.  Any thoughts / recommendations?  Thank you.

4
Sonos / Re: Sonos Create Group command
« on: August 10, 2015, 07:08:26 PM »
Adding an extra param in param helper did the trick.  I then added it to my command in LCB and away it went.  You're awesome. 

Now the next trick is to dissolve a specific group, which seems a bit tricky.  I know we can dissolve all, but if I have 2 groups set up, that's a different story.

Thanks again, nime5ter

Styxman

5
Vera Home Automation Controller / Re: Vera and Schlage Doorlock
« on: August 10, 2015, 01:46:05 PM »
Success!!!  What did you do?  (I love to learn)  ....And thanks.

6
Vera Home Automation Controller / Re: Vera and Schlage Doorlock
« on: August 10, 2015, 12:48:31 PM »
You did test it, but I chatted that it didn't work....must have missed it.  It works on the Vera app though. 

7
Vera Home Automation Controller / Re: Vera and Schlage Doorlock
« on: August 10, 2015, 12:28:41 PM »
Hate to tell you this, but you only checked the lock command....the unlock doesn't work even though you change it to "Target".  Any thoughts?

8
Vera Home Automation Controller / Re: Vera and Schlage Doorlock
« on: August 10, 2015, 11:20:17 AM »
Sure...I'll be glad to screen share with you.  But let me try another log file first (attached)...I must have done something stupid.  I did the same things as in previous message. 

9
Vera Home Automation Controller / Re: Vera and Schlage Doorlock
« on: August 10, 2015, 11:00:06 AM »
James - No go.  The commands issued correctly, but the lock didn't move.  I've attached the log showing what happened. 

1) Lock Door
2) Unlock Door
3) I then went to the door and manually turned the knob to generate an event in VC.  Maybe you'll be able to see what's being sent.

Thanks.

10
Sonos / Re: Sonos Create Group command
« on: August 10, 2015, 08:18:41 AM »
nime5ter - I've got it.  I was using value, phrase when I just needed to use phrase to draw from my payloads.  Also, I didn't need the "and" in between each one.  Silly me....learning a lot!!! 

On the same note, the Sonos.CreateGroup command on has 4 parameters I can use, but I have 6 players.  Can I add additional parameters to the command or is this a limitation?

11
Vera Home Automation Controller / Re: Vera and Schlage Doorlock
« on: August 10, 2015, 07:27:10 AM »
James, the thread I was referring to is: http://voxcommando.com/forum/index.php?topic=1296.15.  I think this is where you were discussing implementing Vera.SetLockState and Vera.Get.LockStatus.  I've attached the VC log as requested.  First instance will be trying to lock door from VC, the second will be me using the Vera Mobile app.

In VC, the Get.LockStatus returns the correct state, but when SetLockState is executed nothing gets to the lock.

I don't know where to find the Vera log file.  I did enable verbose logging in the plugin as instructed.  Sorry, if I'm being dense here, but I thank you for your help and time.

Styxman

12
Sonos / Re: Sonos Create Group command
« on: August 10, 2015, 06:47:49 AM »
Thanks for the reply...I'm using VC 2.1.4.8.  Here's the code you requested:

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.4.8-->
<command id="780" name="Sample create group" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>Sonos.CreateGroup</cmdType>
    <params>
      <param>{1}</param>
      <param>{2}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>Sonos create Group</phrase>
  <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="plus" Phrase2wildcard="anyone" optional="False">SonosPayloads\Players.xml</payloadFromXML>
  <phrase>and</phrase>
  <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone" optional="False">SonosPayloads\Players.xml</payloadFromXML>
</command>

13
Vera Home Automation Controller / Vera and Schlage Doorlock
« on: August 09, 2015, 10:22:46 PM »
I've read through an older thread on locking/unlocking doors through VC.  I'm having a similar problem....I can't get the door to lock or unlock.  If I use Vera.Get.LockStatus, it returns the correct value, however when I use Vera.SetLockState, the command executes in VC without error, but the lock doesn't change. 

Any assistance or guidance would be appreciated.  Thanks.

14
Sonos / Sonos Create Group command
« on: August 09, 2015, 06:28:33 PM »
First post on the forum and a newby to Vox, but am reading the wiki and using the tutorials before coming here.  Delving into the Sonos plug in, specifically the CreateGroup command.  In the Sample, the player names have been hard coded (Den, Playroom).  I've tried using payload.xml (value, phrase and phrase) to achieve this programmatically, but am having trouble setting up the command.  What I've done is:

Phrase: Sonos set group
Payload.xml: Den
Phrase: and
Payload.xml: Kitchen
(Also, altered the parameters in LCB accordingly)

After I save, then I close the command window, VC throws a .cfg exeption, so I must be doing something wrong.

I'm using VC2 & voxcommandoSP.exe.  Thanks for the help.

Pages: [1]