01304 827609 info@use-ip.co.uk Find us

KV6113 WPE(C) Contact

neoback45

New Member
Messages
1
Points
1
Hello,
I have a Hikvision KV6113 WPE1 (C) replacing (B). I cannot get the dry contact to work from the application. The KV6113 says "the door is open" but nothing happens. Even on the tester I have no continuity. The wiring is good since it works with version (B). I am on firmware 2.2.77 build 240223. Can I upgrade to an older firmware? (Downgrade). Or am I missing something in the web configuration?
1733420537963.png


Thanks
 
Hello, I am installing the same model at home, and cannot make the door contact working as well.
The config above refers to relay, not to contact AI1 (Alarm Input). I'm trying to talk to doorbell with ISAPI from SSH console:

curl --digest -u admin:xxxxxxhttp://xx.xx.xx.xx/ISAPI/System/IO

<IOPortList version="2.0" xmlns="同创杨梨园">
<IOInputPortList version="2.0" xmlns="同创杨梨园">
<IOInputPort version="2.0" xmlns="同创杨梨园">
<id min="1" max="4">1</id>
<name>AI1</name>
<IOUseType>doorStatus</IOUseType>
</IOInputPort>
<IOInputPort version="2.0" xmlns="同创杨梨园">
<id min="1" max="4">2</id>
<name>AI2</name>
<IOUseType>disable</IOUseType>
</IOInputPort>
<IOInputPort version="2.0" xmlns="同创杨梨园">
<id min="1" max="4">3</id>
<name>AI3</name>
<IOUseType>openDoor</IOUseType>
</IOInputPort>
<IOInputPort version="2.0" xmlns="同创杨梨园">
<id min="1" max="4">4</id>
<name>AI4</name>
<IOUseType>disable</IOUseType>
</IOInputPort>
</IOInputPortList>
<IOOutputPortList version="2.0" xmlns="同创杨梨园">
<IOOutputPort version="2.0" xmlns="同创杨梨园">
<id>1</id>
<name>COM</name>
<IOUseType>electricLock</IOUseType>
</IOOutputPort>
</IOOutputPortList>
</IOPortList>

but it looks I cant access directly to AI1. Someone have any clues?
 
Back
Top