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

Pages: 1 2 [3]
31
Vera Home Automation Controller / vox timer for motion sensor
« on: December 11, 2014, 05:02:18 AM »
Hello
i am having trouble with logic and how to do this.

What I am trying to do is if motion is detected in a given time then do nothing , if not the then do action.

I appreciate any help with this.

32
Vera Home Automation Controller / Re: trigger name keeps changing
« on: November 22, 2014, 10:55:30 AM »
I do apologise for my sloppy behaviour with posting. It won't happen again.

33
thanks once again  :D
I much prefer the flexibility of creating your own scenes with VC

34
Vera Home Automation Controller / Re: trigger name keeps changing
« on: November 22, 2014, 08:39:56 AM »
Thankyou so much guys for your time.
It works a treat now.
What else I would like to do is if it's  between 12am and 6am turn off that group that handles that event, but thats probably for another post.

35
Vera Home Automation Controller / Re: trigger name keeps changing
« on: November 22, 2014, 08:24:40 AM »
When vera sends me an event for lights. It comes as vera.light.5.11 I dragged and dropped that to my logic command.
But when vera sends an event where the light is different from the sensor e.g vera.light.x.x it wont trigger the logic command.
What I am wanting to do is when vera sends the light vera.light.x.x I want it to trigger my logic command no matter what the x.x is
I hope this makes sense, sorry for my rambling before.

36
Vera Home Automation Controller / trigger name keeps changing
« on: November 22, 2014, 07:10:22 AM »
I only got vera as I see it works in Vox, After trying to get my 4in1 multi-sensors work, which took a number of technical support phone calls. Turned out I needed to ask them to remove the flag that stops you from downgrading on their system that Auto updates the vera to ui7 and then I could downgrade to ui5 Seems they have a policy of Google not making their updates play nice, this took hours to Figure out.

What I'm trying to do is when Vera sends the status of the temperature of the room put that in a logic a<b 22 then send the ir code to the air con "only got usb urt because of vox You are a big influence on my purchases you need to get some sort of commission." Problem is it only triggers when the status is the same as the one I dragged and dropped across an attached to the Logic part
Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.0.3-->
<command id="277" name="test" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="70" loop="False" loopDelay="0" loopMax="0" description="">
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>(A)&lt;(B)</ifType>
    <ifParams>{3}&amp;&amp;4</ifParams>
    <then>
      <action>
        <cmdType>OSD.ShowText</cmdType>
        <params>
          <param>{3}</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else>
      <action>
        <cmdType>OSD.ShowText</cmdType>
        <params>
          <param>{2}</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </else>
  </if>
  <event>vera.Light.5.8</event>
</command>
I use a light sensor is easier to manipulate to test, I used osd instead of ir send for testing in the code above. "I was using bags of ice to try and cool the temperature sensor to get quicker results before.  :bonk" So when I get vera.Light.5.8 it works vera.Light.5.4 Does not.

I think I've got it right in the code above for Vox to use the payload from the light sensor report to work with in my logic

37
VoxWav Free and VoxWav Pro / Re: multiple voxwav identifying user
« on: October 04, 2014, 08:35:21 AM »
Thank you both :) this is fantastic

38
VoxWav Free and VoxWav Pro / multiple voxwav identifying user
« on: October 04, 2014, 05:14:28 AM »
Hello
i have voxwav pro and i was wondering if there is an option where voxcommando can identify the the handset voxwav is coming from.
for example if ipress the talk button voxcommando would use my speech settings and know it was me and if my wife was to use her hand set it would know it was her.
This way I would not have to give a voice command so it switches profiles.

Thank you in advance
little background i have no skill in programming


Pages: 1 2 [3]