Doorbell stays "on"
Moderator: leecollings
-
- Posts: 12
- Joined: Monday 13 July 2015 12:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Doorbell stays "on"
I try to build an event with my doorbell, it needs to be "off" but it stays always "on".
Did I something wrong...
Did I something wrong...
-
- Posts: 20
- Joined: Wednesday 14 January 2015 21:49
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Doorbell stays "on"
I think you need to give more info, what event, which type of doorbell etc.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...
- 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"
You could edit your doorbell switch and add an off delay of 5 seconds or so.
-
- Posts: 135
- Joined: Monday 27 January 2014 14:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Doorbell stays "on"
without more info or screenshots it's error guessing
Raspberry Pi Type B
Raspberry Pi Type B2
RFXCOMtrx433e
Raspberry Pi Type B2
RFXCOMtrx433e
-
- Posts: 4
- Joined: Thursday 03 July 2014 20:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Doorbell stays "on"
Hello,
same issue, did you find any solution?
same issue, did you find any solution?
-
- 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"
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
- StanHD
- Posts: 347
- Joined: Friday 12 July 2013 16:09
- Target OS: Windows
- Domoticz version:
- Location: East Sussex, UK
- Contact:
Re: Doorbell stays "on"
Hi,
I don't think you need to turn it off.
I pause my Sonos like this:-
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.
I don't think you need to turn it off.
I pause my Sonos like this:-
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.
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
Python:- Broadlink RM2, Sonos
HA-Bridge - Amazon Echo / Alexa
- G3rard
- Posts: 669
- Joined: Wednesday 04 March 2015 22:15
- Target OS: -
- Domoticz version: No
- Location: The Netherlands
- Contact:
Re: Doorbell stays "on"
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
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
- Mediacj
- Posts: 74
- Joined: Wednesday 11 February 2015 16:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Doorbell stays "on"
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.
Maybe there has been changed something.
-
- 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"
Oh, didnt know thatG3rard wrote:The doorbell in Domoticz does not have an off delay.
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
-
- Posts: 9
- Joined: Monday 14 December 2015 18:15
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Doorbell stays "on"
Here is my setup for a driveway buried magnetic sensor that alerts me with a tone when someone drives up my driveway....
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.
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.
Who is online
Users browsing this forum: No registered users and 1 guest