DS-KD8003 - DS-KV8113 - DS-KV8213 - DS-KV6113 - DS-KV8413 and .... integration Hikvision HikConnect Video intercom doorbell

You don’t have the admin password?

Should be easy, just configure the outdoorw there is a tab somewhere to configure the locks, like names and seconds

i have admin password but on my intercom on configuration lock i have only to set time for first and second lock. The same time. Can not set name and other time to first and other time to second lock.

Ah ok, maybe indeed not supported on yours’… Maybe time to invest in new doorbell :slight_smile:

It is my view… sorry polish lang

Gonna have a look later , how my system is…
If I remember correctly, it was possible for me to setup names

How do you open the second lock, is that with a different code or badge?

LockID is now visible, I now tried also lockname…

Maybe I can use another one?

class NET_DVR_UNLOCK_RECORD_INFO(Structure):
fields = [
(“byUnlockType”, BYTE),
(“byRes1”, BYTE * 3),
(“byControlSrc”, BYTE * NAME_LEN),
(“dwPicDataLen”, DWORD),
(“pImage”, POINTER(BYTE)),
(“dwCardUserID”, DWORD),
(“nFloorNumber”, SHORT),
(“wRoomNumber”, WORD),
(“wLockID”, WORD),
(“byRes2”, BYTE * 2),
(“byLockName”, BYTE * LOCK_NAME_LEN),
(“byRes”, BYTE * 168),
]

Sewcond door i open by expander connected to Intecom by RS485 expander model DS-K2M060

Ah ok, that’s maybe why it doesn’t work

But open door 2 from your SDK i can and is possible.

Yes, that’s another direction ,the SDK sends code…

But we also need to retrieve info from it… If your device doesn’t send back the info… Then we can’t display it :+)

Maybe it will work on the unlocktype or controlsource

What model has user @grimpy ? I dont found this user on this topic…

He is not here :slight_smile:

He has the same model as you, but not sure if rev a or b …
He will test today, he is a developer, can maybe help finding out why

ok good job. Please also think about add changelog to addon :slight_smile:

There won’t be any changes anymore :+)

Except maybe for the callstate and the door lock id

Don’t know what I can add more :slight_smile:

@pepeEL , can you try :2.9.4

i added name + locktype , hopefully one can tell you the correct lock now :slight_smile:

i see now below, hopefully for you there is a sticky value for the same lock, then we have it :slight_smile:

Unlocked door LockID : 0
Unlocked door Lockname : [68, 111, 111, 114, 49, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0]
Unlocked door UnlockType : 1
Unlocked by: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

Unlock door 1

Trying to unlock door 1... Stdin message: unlock1
Door: 1 unlocked by SDK!
Door unlocked, trying to update: sensor.hikvision_door
Unlocked door LockID : 11011
Unlocked door Lockname : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Unlocked door UnlockType : 5
Unlocked by: [97, 98, 99, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

Unlock door 2

Trying to unlock door 2... Stdin message: unlock2
Door: 2 unlocked by SDK!
Door unlocked, trying to update: sensor.hikvision_door
Unlocked door LockID : 11267
Unlocked door Lockname : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Unlocked door UnlockType : 5
Unlocked by: [97, 98, 99, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Trying to unlock door 2... Stdin message: unlock2
Door: 2 unlocked by SDK!
Door unlocked, trying to update: sensor.hikvision_door
Unlocked door LockID : 11523
Unlocked door Lockname : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Unlocked door UnlockType : 5
Unlocked by: [97, 98, 99, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

damn , thats not good :slight_smile:

these are probably not relevant, not sure what i can add more :slight_smile: