Page 1 of 1

contact sensor multiple notifications

Posted: Wednesday 12 December 2018 10:17
by maia
I have xiaomi door sensor mounted on my garage door, with open/close notifications enabled. everything works fine, except every time door open/close it fires 3 times.... so i receive 6 notifications each door cycle.


door opening:
13:23 garage open
13:23 garage close
13:23 garage open

door closing:
13:25 garage close
13:25 garage open
13:25 garage close

heared somewhere - "you should put 1sec delay on your sensor" but i have no such option in domoticz edit sensor interface.... please, advice how not to be burried under tons of notifications, not really want write python script with manual notification... and also prefer see in logs two lines instead of 6...


2018-12-12 09:03:57 Off
2018-12-12 09:03:57 On
2018-12-12 09:03:57 Off
2018-12-12 09:03:13 On
2018-12-12 09:03:13 Off
2018-12-12 09:03:13 On

Re: contact sensor multiple notifications

Posted: Saturday 10 August 2019 19:10
by teemurama
I have same problem. Any solution for this one ?

Re: contact sensor multiple notifications

Posted: Sunday 11 August 2019 8:53
by Gerwin
Hello.

You can make a dummy switch and switch these on and of with a blocky script
If garage is open and dummy is off
Set : dummy on for 20sec
Message garage door is open

And also for close

Gerwin