larsxschneider / homebridge-secvest-kit

MIT License
3 stars 1 forks source link

Wired zone not discovered #3

Open miixxii opened 3 years ago

miixxii commented 3 years ago

Hello,

I've configured your plugin today and I do have small issue. I have wireless zone with window sensors, and fire sensors and I do have wired zone where motion sensors are connected. I do see all wireless sensors, but not a wired one.

Wired zone are 301 - 303

here is my config:

{ "host": "", "port": , "username": "", "password": "", "securityPartitions": [ 1 ], "accessoryPartitions": [ 1 ], "zoneTypes": { "202": "smoke", "203": "smoke", "204": "smoke", "301": "motion", "302": "motion", "303": "motion" }, "pollingInterval": 1, "pushover": { "notificationDelay": 15 }, "platform": "SecvestKit" }

Many thanks