Double door trigger


#1

1) Give a description of the problem
My door sensor sent off two open closed events back to back. In smartthings log it is OPEN, CLOSED, OPEN, CLOSED. In my webcore logs it’s OPEN,CLOSED, CLOSED, OPEN. This of coarse is causing a false trip.

2) What is the expected behavior?
To trigger only when door is actually open.

3) What is happening/not happening?
Accidental triggers on double events.

4) Post a Green Snapshot of the pistonimage

**5)
1/31/2018, 5:27:46 AM +473ms
+2ms ╔Received event [Front And Back Door Sensor].contact = open with a delay of 7649ms
+677ms ║Setting up scheduled job for Wed, Jan 31 2018 @ 5:32:47 AM EST (in 299.892s), with 1 more job pending
+689ms ╚Event processed successfully (689ms)

1/31/2018, 5:27:46 AM +444ms
+1ms ╔Received event [Front And Back Door Sensor].contact = closed with a delay of 4167ms
+291ms ╚Event processed successfully (291ms)

1/31/2018, 5:26:20 AM +565ms
+1ms ╔Received event [Front And Back Door Sensor].contact = closed with a delay of 359ms
+319ms ╚Event processed successfully (319ms)

1/31/2018, 5:26:15 AM +737ms
+1ms ╔Received event [Front And Back Door Sensor].contact = open with a delay of 231ms
+366ms ║Setting up scheduled job for Wed, Jan 31 2018 @ 5:31:15 AM EST (in 299.892s), with 1 more job pending
+375ms ╚Event processed successfully (375ms)

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

Hmmm
can you post a log from the ST IDE Events for the same time frame?


#3

Here are the events.


#4

I need a way to confirm the door switch status.


#5

What kind of switch is this and what device type handler are you using? And it’s only one contact sensor? The name Front and Back Door is throwing me off.


#6

It’s a single switch. It’s a zwave door sensor running the stock device handler. The switch is hard wired up to a door switch from the old security system. That’s why i can get such fast open close events if the switch bounces.