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
<?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)<(B)</ifType>
<ifParams>{3}&&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. " 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