Jump to content

Programing Vista20p with away

Featured Replies

Posted

Using a Vista20p with 4232cbm and latest driver don't seems to be able to program with armed away.  I want that when the alarm is armed "away" send a text message, not every time its armed while we are at home. Used to be able to do it with Vista ICM driver.  Any way to do it??

  • 4 weeks later...
  • Author

Its working when the alarm is triggered, but away is no sending the messages.

I have: 

?If Rack Room->Partition 1->PARTITION_STATE EQUAL TO AWAY

The sample from above is :

?If Rack Room->Partition 1->ARMED_TYPE_EQUAL TO AWAY

 

Where do I find the "ARMED_TYPE_EQUAL" device action??

Thanks!!

3 minutes ago, Bullseye said:

Its working when the alarm is triggered, but away is no sending the messages.

I have: 

?If Rack Room->Partition 1->PARTITION_STATE EQUAL TO AWAY

The sample from above is :

?If Rack Room->Partition 1->ARMED_TYPE_EQUAL TO AWAY

 

Where do I find the "ARMED_TYPE_EQUAL" device action??

Thanks!!

in the lower right corner tab of composer.  Armed_type_equal is an optioon and you type away and add it

variables can be a complicated function. 

It is best to think of them as true or false states.

If something is false then do this

if something is true then do that.

however variables can be many things.

above you can see you have 5 conditions to program from.

When any of those are met you can do various actions from one trigger.

Example

When alarm state changes.

If in alarm

      Execute panic macro

If alarm is disarmed

  Execute welcome macro

If alarm is armed

  execute away marco

If in exit delay

  execute exit lighting scene

if in entry delay 

   execute entry lighting scene

 

 

how this will work is when the alarm panel state changes the controller will check each variable and execute in programming that is applicable.

Archived

This topic is now archived and is closed to further replies.

Important Information

By using this site, you agree to our Terms of Use.