Vera + EVL4 Setup - Can arm but not disarm

Im new to vera, the evl4 for my dsc alarm is the first device i have got connected. I followed the great tutorial from Jamr and some other postings and finally got my everything up and running.

Did my first test and was able to stay arm, but it wont let me disarm for some reason from the devices > partition interface I type in my code (same one i used to stay arm), click disarm and nothing happens. I get the green spinning progress image but thats it. Any idea whats up?

Odd thing is that if i setup a disarm scene, it will disarm properly.

I’m assuming you’ve set “EnableRemoteArm” to “disarm”?

Correct, I have it set to disarm. Yesterday/today was my first time running my 2 scenes - 1 for arming @ 11pm and another to disarm @ 6am. All worked fine. Just for some reason within the web interface i cannot disarm.

I’m afraid I can’t further contribute, bit will watch this thread in case others can.

another way to disarm is to create a scene with a LUUP code

change the following values L:
“, 21” being the DEVICE ID of your DSC panel
“19990” 1 is for partition 1 AND 9999 is your code to arm/disarm your system

Here is the (Also, execute the following Luup code) LUUP code to put in a SCENE :

luup.call_action(“urn:micasaverde-com:serviceId:DSCAlarmPanel1”, “SendCommand”, {Command = “040”, Data=“19999”}, 21)