[quote=“ElGringoCurioso, post:61, topic:183436”]my 2cents… Vista Pnl can not jump between different Armed status without 1st going through a Disarm. Totaly normal.
It goes like that:
DISARMed → ARMed at some security level → DISARMed…
Keep in mind that Vista Pnl interfaces work by emulating what a physical keybpad can do.
Simply put: if the keypad can’t do it, the interface can’t do it either. Genuine panel constraint by design.[/quote]
Understood but I’m wondering if Cybrmage can programmatically get around it (put in the sequence logic) in the plugin?
… we could, of course, use a scene to sequence the logic but having it in the plugin is more eloquent - and more useful.
Cybrmage,
I’d also like to ask if you would add ARMED-INSTANT ?.. this is a MUST for automation purposes. With automated occupancy sensing, people will not be in the home… thus, sending AWAY mode command will not work as required - door sensor is never tripped so it puts it into STAY mode.
I found a post from a forum where a guy tested all the possible options…
[code]I figure this out… I could not find this in the manual, but, when you arm a Vista-20p using ARM-AWAY and do not open a door, it defaults to ARMED-STAY and when you ARM-MAXIMUM, and do not open a door, it defaults to ARMED-INSTANT.
Here are the results of my testing:
On a 6160 Alpha Keypad:
CODE+AWAY (open entry door)
display = “ARMED AWAY, You may exit now”
if you open a entry door, after exit delay the display changes to:
display = “ARMED AWAY, ** ALL SECURE **”
CODE+AWAY (do not open entry door)
display = “ARMED AWAY, You may exit now”
if you do not open a entry door, after exit delay the display changes to:
display = “ARMED STAY”
CODE+STAY (open entry door)
display = “ARMED STAY, You may exit now”
if you open a entry door, after exit delay the display changes to:
display = “ARMED STAY”
CODE+STAY (do not open entry door)
display = “ARMED STAY, You may exit now”
if you do not open a entry door, after exit delay the display changes to:
display = “ARMED STAY”
CODE+INSTANT (open entry door)
display = “ARMED INSTANT, You may exit now”
if you open a entry door, after exit delay the display changes to:
display = “ARMED INSTANT”
CODE+INSTANT (do not open entry door)
display = “ARMED INSTANT, You may exit now”
if you do not open a entry door, after exit delay the display changes to:
display = “ARMED INSTANT”
CODE+MAXIMUM (open entry door)
display = “ARMED MAXIMUM, You may exit now”
if you open a entry door, after exit delay the display changes to:
display = “ARMED MAXIMUM, ** ALL SECURE **”
CODE+MAXIMUM (do not open entry door)
display = “ARMED MAXIMUM, You may exit now”
if you do not open a entry door, after exit delay the display changes to:
display = “ARMED INSTANT”
Then, on a 6271v, if you go into the Night Setup and chose “Night”, then add interior motion detectors using *81 programming mode and program Zone List 5 (night stay zones) with the zones that contain your motion detectors.
[/code]