Skip to content

Multiple Partitions #29

@nmelanson75

Description

@nmelanson75

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"
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions