Doorbell stays "on"

Moderator: leecollings

Post Reply
pecora
Posts: 12
Joined: Monday 13 July 2015 12:14
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Doorbell stays "on"

Post by pecora »

I try to build an event with my doorbell, it needs to be "off" but it stays always "on".

Did I something wrong... :mrgreen:
LJ80
Posts: 20
Joined: Wednesday 14 January 2015 21:49
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Doorbell stays "on"

Post by LJ80 »

pecora wrote:I try to build an event with my doorbell, it needs to be "off" but it stays always "on".

Did I something wrong... :mrgreen:
I think you need to give more info, what event, which type of doorbell etc.
User avatar
bizziebis
Posts: 182
Joined: Saturday 19 October 2013 14:00
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.8805
Location: The Netherlands
Contact:

Re: Doorbell stays "on"

Post by bizziebis »

You could edit your doorbell switch and add an off delay of 5 seconds or so.
Heisenberg
Posts: 135
Joined: Monday 27 January 2014 14:12
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Netherlands
Contact:

Re: Doorbell stays "on"

Post by Heisenberg »

without more info or screenshots it's error guessing :)
Raspberry Pi Type B
Raspberry Pi Type B2
RFXCOMtrx433e
badubo
Posts: 4
Joined: Thursday 03 July 2014 20:08
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Doorbell stays "on"

Post by badubo »

Hello,

same issue, did you find any solution?
pj-r
Posts: 140
Joined: Wednesday 17 December 2014 17:30
Target OS: Linux
Domoticz version: V3.8650
Location: Jyväskylä, Finland
Contact:

Re: Doorbell stays "on"

Post by pj-r »

If you dont have off button in your doorbell you have to edit it and set off delay manually. Or how do you think it knows to go back to off state. Same thing with PiR.. :)
LXC(x64 Ubuntu Xenial), RFXtrx433E, MySensors
User avatar
StanHD
Posts: 347
Joined: Friday 12 July 2013 16:09
Target OS: Windows
Domoticz version:
Location: East Sussex, UK
Contact:

Re: Doorbell stays "on"

Post by StanHD »

Hi,

I don't think you need to turn it off.

I pause my Sonos like this:-

Image

My doorbell switch is always on but blockly waits for a "new" on before it triggers again. I just press the Sonos switch back on again to resume play.

Image
Domoticz Main - Intel nuc, Windows, RFXTRX433E. Lan Relay Boards, Aeon Z-Stick Gen 5, Evohome HGI80, Milight WiFi, MySensors Ethernet Gateway, Harmony Hub
Python:- Broadlink RM2, Sonos
HA-Bridge - Amazon Echo / Alexa
User avatar
G3rard
Posts: 669
Joined: Wednesday 04 March 2015 22:15
Target OS: -
Domoticz version: No
Location: The Netherlands
Contact:

Re: Doorbell stays "on"

Post by G3rard »

The doorbell in Domoticz does not have an off delay.

I have solved this by making a virtual switch and a LUA script that turns that switch on when the doorbell is rang. In that virtual switch I have set an off delay of 10 seconds.
If you use that switch in your commands (eg pause TV) then it will work.

LUA code

Code: Select all

if (devicechanged['doorbell']) then
	if otherdevices['virtual_doorbell_switch']=='Off' then
		commandArray['virtual_doorbell_switch']='On'
	end
end
Not using Domoticz anymore
User avatar
Mediacj
Posts: 74
Joined: Wednesday 11 February 2015 16:09
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Netherlands
Contact:

Re: Doorbell stays "on"

Post by Mediacj »

Nice solution but a short period before it gone off after a short time at itself. I used it to put my tv on pause and to automatically switch the light at the door :)

Maybe there has been changed something.
pj-r
Posts: 140
Joined: Wednesday 17 December 2014 17:30
Target OS: Linux
Domoticz version: V3.8650
Location: Jyväskylä, Finland
Contact:

Re: Doorbell stays "on"

Post by pj-r »

G3rard wrote:The doorbell in Domoticz does not have an off delay.
Oh, didnt know that :shock:

You could do the same thing then with "push on" button and off delay.. or pir.. or.. of course it would lead to wrong icon.
LXC(x64 Ubuntu Xenial), RFXtrx433E, MySensors
smokinjoev
Posts: 9
Joined: Monday 14 December 2015 18:15
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Doorbell stays "on"

Post by smokinjoev »

Here is my setup for a driveway buried magnetic sensor that alerts me with a tone when someone drives up my driveway....
event1.JPG
event1.JPG (95.24 KiB) Viewed 3040 times
I have a few motion sensors, but this one has no persistence like somePIR do, so it is identical to your doorbell. My event fires a 433Mhz buzzer in my home, then turns it off after 5 seconds. It works really well.

It seems you are trying to do same thing as I was.
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 1 guest