smartthings icon indicating copy to clipboard operation
smartthings copied to clipboard

Multiple Partitions

Open nmelanson75 opened this issue 7 years ago • 0 comments

I am having issues with a Vista 20p with 2 partitions. The Smartthings SmartApp integration only shows a single Arm, Disarm and Arm Stay and when I click on Right now it does not show any of the zones. When I click Arm it does send a arm command that works for Partition 1. I may be doing something wrong, I appreciate any help you can provide.

Here is my config.json { "port": 8080, "authCode": "secret-key", "envisalink": { "address": "192.168.2.207", "port": "4025", "password": "xxxx", "securityCode": "xxxx", "dumpZoneTimer": "0", "panelConfig": { "type": "discover", "partitions": [ { "partition": 1, "name": "Main House" }, { "partition": 2, "name": "Garage" } ], "zones": [ { "zone": 1, "partition": 1, "type": "smoke", "name": "Smoke Detector" }, { "zone": 2, "partition": 1, "type": "contact", "name": "Front Door" }, { "zone": 3, "partition": 1, "type": "contact", "name": "Back Door" }, { "zone": 4, "partition": 1, "type": "contact", "name": "Kitchen Door" }, { "zone": 5, "partition": 1, "type": "contact", "name": "Kitchen Window" } ] } }, "notify": { "address": "192.168.2.18", "port": "39500" } }

nmelanson75 avatar Jan 03 '19 19:01 nmelanson75