Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Partitions #29

Open
nmelanson75 opened this issue Jan 3, 2019 · 0 comments
Open

Multiple Partitions #29

nmelanson75 opened this issue Jan 3, 2019 · 0 comments

Comments

@nmelanson75
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant