Hi,
How can I get my Domoticz to detect when somebody is at my door (pushed the Dahua doorbell button) ?
I would like to have a Domoticz device to be on/off when the button is pressed, so I can make Domoticz do different things as a reaction to somebody pressing the doorbell button ...
The Dahua doorbell unit is POE LAN connected, so it should be possible to detect this button-press ?
https://www.dahuasecurity.com/asset/upl ... 191228.pdf
Thanks in advance !
Pascal
Dahua VT02202F doorbell button detect ?
Moderator: leecollings
-
- Posts: 88
- Joined: Tuesday 24 February 2015 16:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Belgium
- Contact:
Dahua VT02202F doorbell button detect ?
RasPi2 - Aeotec Z-Stick S2 - Fibaro multisensors - Fibaro RGBW dimmers - ETH08 relais boards
-
- Posts: 88
- Joined: Tuesday 24 February 2015 16:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Belgium
- Contact:
Re: Dahua VT02202F doorbell button detect ?
here is a guy setting it up in Home Assistant ...
https://youtu.be/1U6SQDU6f24
... how about in Domoticz ?
Do any of the smart guys in here have any idea how to do it ?
I don't need MQTT necessarily, I only need to update a virtual switch when the button is pushed ... that's all ...
https://youtu.be/1U6SQDU6f24
... how about in Domoticz ?
Do any of the smart guys in here have any idea how to do it ?
I don't need MQTT necessarily, I only need to update a virtual switch when the button is pushed ... that's all ...
RasPi2 - Aeotec Z-Stick S2 - Fibaro multisensors - Fibaro RGBW dimmers - ETH08 relais boards
-
- Posts: 531
- Joined: Saturday 02 June 2018 11:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V2022.1
- Location: Echt, Netherlands
- Contact:
Re: Dahua VT02202F doorbell button detect ?
Check this on github: https://github.com/riogrande75/Dahua
Not a finished optioneel for domoticz.
But the .php scripts give a good start for what you are looking for
Not a finished optioneel for domoticz.
But the .php scripts give a good start for what you are looking for
Thin-client --> Docker Domoticz main environment
Pi3A+ --> Google home (GAssistPi)
Pi3B+ --> Docker (P1monitor, Domoticz test environment, Ubiquity controller)
Pi3A+ --> Google home (GAssistPi)
Pi3B+ --> Docker (P1monitor, Domoticz test environment, Ubiquity controller)
-
- Posts: 88
- Joined: Tuesday 24 February 2015 16:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Belgium
- Contact:
Re: Dahua VT02202F doorbell button detect ?
I'm not a coder ... 
anybody know how to modify one of these scripts to detect a button-press on the doorbell and update a domoticz device according to it ?

anybody know how to modify one of these scripts to detect a button-press on the doorbell and update a domoticz device according to it ?
RasPi2 - Aeotec Z-Stick S2 - Fibaro multisensors - Fibaro RGBW dimmers - ETH08 relais boards
-
- Posts: 531
- Joined: Saturday 02 June 2018 11:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V2022.1
- Location: Echt, Netherlands
- Contact:
Re: Dahua VT02202F doorbell button detect ?
Does the doorbell have a chime?
Some camera doorbell have a chime, which they control by 433mhz signal. If yours also have that, for scanning 433mhz there are multi tools online.
Sorry, modifying the code on github is out of my range. But i can help you with a code/manual for sniffing 433mhz and switch a dummy device in domoticz.
Some camera doorbell have a chime, which they control by 433mhz signal. If yours also have that, for scanning 433mhz there are multi tools online.
Sorry, modifying the code on github is out of my range. But i can help you with a code/manual for sniffing 433mhz and switch a dummy device in domoticz.
Thin-client --> Docker Domoticz main environment
Pi3A+ --> Google home (GAssistPi)
Pi3B+ --> Docker (P1monitor, Domoticz test environment, Ubiquity controller)
Pi3A+ --> Google home (GAssistPi)
Pi3B+ --> Docker (P1monitor, Domoticz test environment, Ubiquity controller)
-
- Posts: 88
- Joined: Tuesday 24 February 2015 16:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Belgium
- Contact:
Re: Dahua VT02202F doorbell button detect ?
it doesn't have a chime ... that's the problem ...
the chime is integrated in the indoor screen device ...
this indoor device detects (over LAN) that the button is pressed (so does Home Assistant, through API) ...
so, I need to sniff out (API ?) when the button is pressed to update a dummy device in Domoticz
makes sense ?
the chime is integrated in the indoor screen device ...
this indoor device detects (over LAN) that the button is pressed (so does Home Assistant, through API) ...
so, I need to sniff out (API ?) when the button is pressed to update a dummy device in Domoticz
makes sense ?
hoeby wrote: ↑Saturday 09 October 2021 9:03 Does the doorbell have a chime?
Some camera doorbell have a chime, which they control by 433mhz signal. If yours also have that, for scanning 433mhz there are multi tools online.
Sorry, modifying the code on github is out of my range. But i can help you with a code/manual for sniffing 433mhz and switch a dummy device in domoticz.
RasPi2 - Aeotec Z-Stick S2 - Fibaro multisensors - Fibaro RGBW dimmers - ETH08 relais boards
-
- Posts: 88
- Joined: Tuesday 24 February 2015 16:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Belgium
- Contact:
Re: Dahua VT02202F doorbell button detect ?
nobody ?
RasPi2 - Aeotec Z-Stick S2 - Fibaro multisensors - Fibaro RGBW dimmers - ETH08 relais boards
-
- Posts: 662
- Joined: Thursday 10 November 2016 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dahua VT02202F doorbell button detect ?
A 2mn search shows this:
https://ipcamtalk.com/threads/vto2000a-rest-api.38867/
Looks there is no way to setup, for instance, some http command that may drive a domoticz (virtual) switch through JSON API. So only some pooling may be done programmatically.
But according to this message, alarm output on the device may be used to drive a device able to report ring button status? At the end, another option looks to be using FTP snapshots upload configuration when someone rings, by monitoring a ftp server on PI side.
Dahua may have been smarter on this, by allowing setup a http command to be sent on rings... Not being a coder, forget this.
-
- Posts: 531
- Joined: Saturday 02 June 2018 11:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V2022.1
- Location: Echt, Netherlands
- Contact:
Re: Dahua VT02202F doorbell button detect ?
Found this, maybe it opens an option
https://github.com/elad-bar/DahuaVTO2MQTT
Didn't looked deep in it. Don't know if docker is needed or optional, mqtt is needed
https://github.com/elad-bar/DahuaVTO2MQTT
Didn't looked deep in it. Don't know if docker is needed or optional, mqtt is needed
Thin-client --> Docker Domoticz main environment
Pi3A+ --> Google home (GAssistPi)
Pi3B+ --> Docker (P1monitor, Domoticz test environment, Ubiquity controller)
Pi3A+ --> Google home (GAssistPi)
Pi3B+ --> Docker (P1monitor, Domoticz test environment, Ubiquity controller)
Who is online
Users browsing this forum: Google [Bot] and 1 guest