Search found 4 matches

by DDuck
Wednesday 04 April 2018 20:59
Forum: Other questions and discussions
Topic: send an email when the doorbell rings and is not opened within 1 minute.
Replies: 5
Views: 660

Re: send an email when the doorbell rings and is not opened within 1 minute.

Hi Waaren,

thanks for your help, the uservar's are a very interesting way of getting to the point.
I'm going to look into them next day's. for now the script is working. many thanks for that.
by DDuck
Wednesday 04 April 2018 20:00
Forum: Other questions and discussions
Topic: send an email when the doorbell rings and is not opened within 1 minute.
Replies: 5
Views: 660

Re: send an email when the doorbell rings and is not opened within 1 minute.

Egregius wrote: Wednesday 04 April 2018 18:06 Isn't this a dzvents script? Shouldn't this be posted in the dzvents board?
Anyway, in pass2php fairly simple to handle :lol:

Code: Select all

<?php
sleep(60);
if(past('doorsensor')<60)mail('Doorbell pressed');
?>
Is the system taking any other commands while waiting/running this script??
by DDuck
Wednesday 04 April 2018 16:32
Forum: Other questions and discussions
Topic: Xiaomi gateway light sensor
Replies: 1
Views: 613

Re: Xiaomi gateway light sensor

Hello,

I own the Xiaomi gateway as well.
There is no light sensor bilt into the gateway.
But you can use the night and day functions build into Domoticz!

look at timer trigger rules : https://www.domoticz.com/wiki/DzVents:_ ... mer_events
by DDuck
Wednesday 04 April 2018 16:17
Forum: Other questions and discussions
Topic: send an email when the doorbell rings and is not opened within 1 minute.
Replies: 5
Views: 660

send an email when the doorbell rings and is not opened within 1 minute.

Hi, I am new to Domoticz. I have a thin client at home with Windows7 running domoticz. it is connected with an RF link and Xiaomi gateway, switch, smart switches and door sensors are present. I have been trying to get a script working that will send me a mail if the front door does not open within 1 ...