- Mitglied seit
- 29 Okt 2023
- Beiträge
- 1
- Punkte für Reaktionen
- 0
- Punkte
- 1
I have Dahua DHI-KTP02 IP Video Intercom Kit.
Here is current configuration:
VTO Side


VTH Side

When door is open, VTO sends alarm signal immediately to VTH and DMSS "without allowing sending alarm in the set time in VTO web interface". However, the external siren never works.
I used DahuaConsole to pull config from VTH and VTO.
Here is snippet from VTH Alarm member:
VTH Config shows 8 Alarms while only 6 physical Alarm Inputs are available on VTH, last 2 alarms of type Door Magnetism meaning they belong to Door 1 and Door 2 on remote VTO.
Please consider differences for EventHandler for 6 wires Alarms on VTH "Example below for IR wire set to 24H":
As noticed, handlers of Magnetic Door alarms not showing: AlarmOutEnable, BeepEnable or ExAlarmEnable to allow external siren attached to VTH to make it work when door is open side by side of internal alarm message on VTH / DMSS.
From VTO:
Any advice how can I allow siren to work? Please also consider DahuaConsole 'ceconfig' command is not working for set/get mode.
Image(s) as preview image(s) (see https://www.ip-phone-forum.de/threads/ip-phone-forum-regeln.297224/ ) embedded by stoney
Here is current configuration:
VTO Side


- COM to +DC
- NC to Drop Bolt
- -DC to Drop Bolt
- GND to Exit Button & Door Sensor
- UNLOCK to Exit Button
- FEEDBACK to Door Sensor
VTH Side

- COM to +DC
- NO to Siren
- -DC to Siren
When door is open, VTO sends alarm signal immediately to VTH and DMSS "without allowing sending alarm in the set time in VTO web interface". However, the external siren never works.
I used DahuaConsole to pull config from VTH and VTO.
Here is snippet from VTH Alarm member:
JSON:
{
"DefenceAreaType": "",
"DisableDelay": 10,
"DoorNotClosedTimeout": 0,
"Enable": false,
"EnableControl": "Normal",
"EnableDelay": 0,
"EventHandler": {
"AlarmOutEnable": false,
"Dejitter": 0,
"Delay": 10,
"RecordEnable": false,
"TimeSection": [
]
},
"ID": "",
"Name": "",
"Pole": 0,
"SenseMethod": "DoorMagnetism",
"SensorType": "NO"
},
{
"DefenceAreaType": "",
"DisableDelay": 10,
"DoorNotClosedTimeout": 0,
"Enable": false,
"EnableControl": "Normal",
"EnableDelay": 0,
"EventHandler": {
"AlarmOutEnable": false,
"Dejitter": 0,
"Delay": 10,
"RecordEnable": false,
"TimeSection": [
]
},
"ID": "",
"Name": "",
"Pole": 0,
"SenseMethod": "DoorMagnetism",
"SensorType": "NO"
}
VTH Config shows 8 Alarms while only 6 physical Alarm Inputs are available on VTH, last 2 alarms of type Door Magnetism meaning they belong to Door 1 and Door 2 on remote VTO.
Please consider differences for EventHandler for 6 wires Alarms on VTH "Example below for IR wire set to 24H":
JSON:
"DefenceAreaType": "Fullday",
"DisableDelay": 0,
"DoorNotClosedTimeout": 0,
"Enable": true,
"EnableControl": "Normal",
"EnableDelay": 0,
"EventHandler": {
"AlarmOutEnable": false,
"AlarmOutLatch": 10,
"BeepEnable": false,
"Dejitter": 0,
"Delay": 0,
"ExAlarmOutEnable": false,
"LogEnable": true,
"MMSEnable": false,
"MailEnable": false,
"MessageEnable": true,
"MonitorTour": [
{
"Enable": false,
"Split": "Split"
},
{
"Enable": false,
"Split": "Split"
}
],
"PtzLinkEnable": false,
"RecordChannels": [
0
],
"RecordEnable": true,
"RecordLatch": 10,
"SnapshotEnable": false,
"SnapshotPeriod": 3,
"SnapshotTimes": 5,
"SnapshotTitleEnable": false,
"TimeSection": [
],
"TipEnable": false,
"VideoTitleEnable": false,
"VoiceEnable": false
},
"ID": "",
"Name": "Nonamed",
"Pole": 0,
"SenseMethod": "Infrared",
"SensorType": "NC"
},
As noticed, handlers of Magnetic Door alarms not showing: AlarmOutEnable, BeepEnable or ExAlarmEnable to allow external siren attached to VTH to make it work when door is open side by side of internal alarm message on VTH / DMSS.
From VTO:
JSON:
config AccessControl
{
"params": {
"table": [
{
"AccessProtocol": "Local",
"AutoRemoteCheck": {
"Enable": false,
"Time": 255
},
"BreakInAlarmEnable": false,
"CardNoConvert": 0,
"CloseAlwaysTime": 255,
"CloseTimeout": 60,
"CustomPasswordEnable": false,
"DoorNotClosedAlarmEnable": false,
"DuressAlarmEnable": true,
"Enable": true,
"FirstEnter": {
"Enable": false,
"Status": "Normal",
"Time": 1
},
"HelmetEnable": false,
"HolidayTime": 255,
"LockMode": 2,
"Method": 42,
"Name": "Door1",
"OpenAlwaysTime": 255,
"ProtocolType": 0,
"ReadCardState": 0,
"RemoteCheck": false,
"RemoteDetail": {
"TimeOut": 0,
"TimeOutDoorStatus": "Close"
},
"RepeatEnterAlarm": false,
"RepeatEnterTime": 0,
"SensorEnable": false,
"State": "Normal",
"TimeSchedule": [
[
{
"Method": 42,
"TimeSection": "00:00:00-23:59:59"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
}
],
[
{
"Method": 42,
"TimeSection": "00:00:00-23:59:59"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
}
],
[
{
"Method": 42,
"TimeSection": "00:00:00-23:59:59"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
}
],
[
{
"Method": 42,
"TimeSection": "00:00:00-23:59:59"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
}
],
[
{
"Method": 42,
"TimeSection": "00:00:00-23:59:59"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
}
],
[
{
"Method": 42,
"TimeSection": "00:00:00-23:59:59"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
}
],
[
{
"Method": 42,
"TimeSection": "00:00:00-23:59:59"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
},
{
"Method": 42,
"TimeSection": "00:00:00-00:00:00"
}
]
],
"UnlockHoldInterval": 11,
"UnlockReloadInterval": 7
},
JSON:
config AccessControlGeneral
{
"params": {
"table": {
"ABLock": {
"Doors": [
[
0,
1,
2
]
],
"Enable": false
},
"AccessProperty": "bidirect",
"AccessProtocol": "Local",
"AccessProtocolSecond": "Private",
"AccessVoice": {
"CurrentVoiceID": 0,
"VoiceList": [
{
"FileName": "",
"VoiceID": 0,
"VoiceName": "&VerifySuccess"
},
{
"FileName": "",
"VoiceID": 1,
"VoiceName": "&OpenDoorSuccess"
},
{
"FileName": "",
"VoiceID": 2,
"VoiceName": "&UnlockSuccess"
},
{
"FileName": "",
"VoiceID": 3,
"VoiceName": "&ClockSuccess"
},
{
"FileName": "",
"VoiceID": 4,
"VoiceName": "&Welcome"
},
{
"FileName": "",
"VoiceID": 5,
"VoiceName": "&WelcomeBack"
},
{
"FileName": "",
"VoiceID": 6,
"VoiceName": "&Thanks"
},
{
"FileName": "",
"VoiceID": 7,
"VoiceName": "&Nothing"
}
]
},
"ButtonExitEnable": true,
"CallLiftEnable": false,
"CallLiftType": "Dahua",
"CheckSensorBeforeLock": false,
"CheckSensorTime": 4,
"CommonPassword": "",
"CustomPasswordEnable": true,
"DuressEnable": true,
"DuressPassword": "",
"ICKey": {
"Enable": false,
"Value": [
"",
""
]
},
"Method": 2,
"OpenDoorByCardEnable": true,
"OpenDoorCommand": "123",
"PeakState": false,
"PeakTimeSection": 255,
"ProjectPassword": "",
"RecordEnable": false,
"SendCardPassword": "",
"SensorType": 0,
"SnapshotUpload": false,
"UnlockHoldInterval": 2,
"UnlockRecordType": [
"Card",
"Password",
"Button",
"Remote",
"FingerPrint",
"QRCode",
"Face",
"DTMF",
"QRCodeEx",
"BlueTooth",
"CustomPassword"
],
"UnlockRecordUpload": false,
"UnlockReloadInterval": 15
}
}
}
Any advice how can I allow siren to work? Please also consider DahuaConsole 'ceconfig' command is not working for set/get mode.
Image(s) as preview image(s) (see https://www.ip-phone-forum.de/threads/ip-phone-forum-regeln.297224/ ) embedded by stoney
Zuletzt bearbeitet: