Skip to content

BUG: Contact Sensors Not Triggering Alarm Properly #33

@indycarbruce

Description

@indycarbruce

Bug Description
• I have the Konnected plugin version 1.3.1. I have the following problems:

  1. I’m testing two zones on a new Alarm Pro Conversion board with a couple of contact sensors. Temporarily, I set up a 10 sec Exit delay and a 10 sec Entrance delay. After the buzzer does the countdown and the system is armed, if I pull the magnet away to simulate an open window, the sensor DOESN'T trigger the countdown to activate the alarm siren (but does change from "closed" to "open" on my accessories screen). But if I just pull the magnet away momentarily and put it back, then it DOES trigger the countdown to activate the alarm siren. I also tested this with a jumper wire with alligator clips and had the same results.
  2. I armed the system for AWAY and did the above same procedure BEFORE the EXIT delay was finished. The Entrance countdown was triggered and the siren sounded.
    This happens every time. I did try deleting my cached accessories and deleting the panel to start over because I had played around with various binary sensors and more zones. After deleting the cache & starting over I set up a single zone with a contact sensor and re-tested. Still having the same problems.

Steps To Reproduce

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error

Expected Behavior

  1. For entrance, if a door or window is opened when the system is alarmed, it should trigger the entrance delay timer, then the siren should sound. This should be regardless of whether the door or window remains open or the person closes it again after entry. Currently, I have to trigger the binary sensor like a momentary push switch.
  2. For exit, the alarm siren should not be triggered if a door is opened and re-closed within the specified exit delay time. This is not happening the way it should.

Environment

  • Homebridge System:

    • o Node.js Version: v18.12.1
      o NPM Version: (I don’t know where to find this)
      o Homebridge/HOOBS Version: v1.6.0
      o Operating System: Raspian GNU/ Linux Bullseye (11)
  • Konnected Panel(s):

    • o Panel Hardware Version: Konnected Pro Conversion Kit/ 1.3.3
      o Firmware Version: 1.0.1-169549
      o Addon Panel(s): N/A
      o Interface Panel(s): N/A

Attach Files to Support Your Experience

Homebridge config.json file:
{
"name": "Konnected",
"advanced": {
"entryDelaySettings": {
"delay": 10,
"pulseDuration": 900,
"pulsePause": 100,
"pulseRepeat": 10
},
"exitDelaySettings": {
"delay": 10,
"audibleBeeperModes": [
"0",
"2",
"1"
]
}
},
"panels": [
{
"name": "Konnected Pro",
"uuid": "8f655392-a778-4fee-97b9-4324d7eba588",
"ipAddress": "192.168.1.31",
"port": 9123,
"blink": true,
"zones": [
{
"enabled": true,
"zoneNumber": "1",
"zoneType": "contact",
"zoneLocation": "Entrance",
"binarySensorSettings": {
"invert": true,
"audibleBeep": true,
"triggerableModes": [
"2",
"1"
]
}
},
{
"enabled": true,
"zoneNumber": "out1",
"zoneType": "beeper",
"zoneLocation": "Utility Room",
"switchSettings": {
"pulseDuration": 900,
"pulsePause": 100,
"pulseRepeat": 10,
"triggerableModes": [
"0",
"2",
"1"
]
}
},
{
"enabled": true,
"zoneNumber": "alarm1",
"zoneType": "siren",
"zoneLocation": "Kitchen",
"switchSettings": {
"triggerableModes": [
"0",
"2",
"1"
]
}
}
]
}
],
"platform": "konnected"
}

Screen Shot 2023-04-26 at 9 25 16 AM
Screen Shot 2023-04-26 at 9 25 44 AM
Screen Shot 2023-04-26 at 9 26 13 AM
Screen Shot 2023-04-26 at 9 26 29 AM
homebridge.log.txt

shooting#understanding-where-your-files-are-macos).

Additional Relevant Information
Replace this text with any other context about the problem here.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions