-
My DCS Panel has 2 partitions. All functions work fine for both partitions (i.e. Arming, Disarming etc.) However, I'm unable to bypass Zones on the second partition. (Bypassing a zone on the first partition works fine.) Additional info: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The integration currently sends the zone bypass keystrokes to partition 1 which likely explains your issue. At the moment it does not have any awareness of the zone to partition mapping so it doesn't know where to send the command. Feel free to open an issue to track this. It likely would be a bit of a bigger change though due to the lack of zone/partition mapping so it might take a bit of time for me to get to. While not ideal, in the meantime you might be able to hack something up using a combination of the
|
Beta Was this translation helpful? Give feedback.
-
Thank you, that is much appreciated. |
Beta Was this translation helpful? Give feedback.
The integration currently sends the zone bypass keystrokes to partition 1 which likely explains your issue. At the moment it does not have any awareness of the zone to partition mapping so it doesn't know where to send the command.
Feel free to open an issue to track this. It likely would be a bit of a bigger change though due to the lack of zone/partition mapping so it might take a bit of time for me to get to.
While not ideal, in the meantime you might be able to hack something up using a combination of the
alarm_keypress
service call and maybe a template switch. E.g. the below should toggle the bypass on zone 9, partition 2.