judge / homebridge-hikconnect

A Homebridge plugin to communicate with Hikvision smart doorbells via Hik-Connect cloud and allows lock to be unlocked. It exposes doorbell locks as a lock accessories to Homekit.
MIT License
18 stars 1 forks source link

Doorbeell DS-KB8112-IM #6

Closed Amciu75 closed 2 years ago

Amciu75 commented 2 years ago

I have a question if this doorbell model will work with this plugin? After installing the plugin, the system login correctly, unfortunately I do not see an accessory in homebridge and homekit.

judge commented 2 years ago

Hi! I don't know the model but you can help me debug this if you follow the steps described here: https://github.com/judge/homebridge-hikconnect/blob/main/DEBUGGING.md

Amciu75 commented 2 years ago

Hi! This is it.

Maik

Od: Tamás @.> Wysłano: poniedziałek, 24 stycznia 2022 15:27 Do: @.> DW: @.>; @.> Temat: Re: [judge/homebridge-hikconnect] Doorbeell DS-KB8112-IM (Issue #6)

Hi! I don't know the model but you can help me debug this if you follow the steps described here: https://github.com/judge/homebridge-hikconnect/blob/main/DEBUGGING.md

— Reply to this email directly, view it on GitHubhttps://github.com/judge/homebridge-hikconnect/issues/6#issuecomment-1020157415, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXN3SJ6CZIUGHSZM2ACDPEDUXVOWTANCNFSM5MT2ITBQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>

{"connectionInfos":{"D97990933":{"localIp":"192.168.0.18","netIp":"91.230.9.40","localRtspPort":0,"netRtspPort":0,"localCmdPort":9010,"netCmdPort":0,"localStreamPort":9020,"netHttpPort":0,"localHttpPort":0,"netStreamPort":0,"netType":3,"wanIp":null,"upnp":false}},"cameraInfos":[{"cameraId":"f71b65c1ec5e445f90638ea2530378b1","cameraName":"DS-KB8112-IM(D97990933)","channelNo":1,"cameraCover":"https://ieu.ezvizlife.com/assets/imgs/public/homeDevice.jpeg","deviceSerial":"D97990933","isShow":1,"videoLevel":0,"videoQualityInfos":[{"streamType":2,"videoLevel":0},{"streamType":1,"videoLevel":2}],"streamBizUrl":"biz=1","vtmInfo":{"domain":"vtmuceu.ezvizlife.com","externalIp":"128.1.42.99","internalIp":null,"port":10554,"forceStreamType":0,"isBackup":0},"deviceChannelInfo":{"channelDeviceSerial":null,"channelNo":1,"privacyStatus":0,"powerStatus":0,"globalStatus":0,"signalStatus":1},"cameraShareInfo":{"isShared":1,"permission":-1,"inviterName":"yhintu"}}],"p2pInfos":{"D97990933":[{"ip":"34.255.247.207","port":6000},{"ip":"34.252.202.35","port":6000}]},"alarmNodisturbInfos":{"D97990933":{"alarmEnable":0,"callingEnable":0}},"kmsInfos":{"D97990933":{"secretKey":"b6b7b232d50b153626b2807eaef6143c32360c718eac7bd35e8a847100e1f867","version":"101"}},"timePlanInfos":{},"statusExtInfos":{"D97990933":{"upgradeAvailable":0}},"meta":{"code":200,"message":"操作成功","moreInfo":{}},"page":{"offset":0,"limit":100,"totalResults":0,"hasNext":false},"statusInfos":{"D97990933":{"diskNum":0,"globalStatus":1,"pirStatus":0,"isEncrypt":0,"upgradeAvailable":0,"upgradeProcess":0,"upgradeStatus":2,"alarmSoundMode":0,"optionals":{"latestUnbandTime":"1597210343842","updateCode":"0","authCode":"4308866797a85087f184aa013fc1459c","httpPort":"0","OnlineStatus":"1","cmdPort":"0","upnpMappingMode":"0","wanIp":"91.230.9.40","hfullViewURL":"","domain":"D97990933","superState":"0","latestUnbindTime":"1597214442992"}}},"wifiInfos":{},"switchStatusInfos":{},"deviceInfos":[{"name":"Osiedlowa","deviceSerial":"D97990933","fullSerial":"DS-KB8112-IM0120191207WRD97990933CL","deviceType":"DS-KB8112-IM-H","devicePicPrefix":"https://devpic.ezvizlife.com/device/image/DVR/","version":"V1.4.5 build 190219","supportExt":"{\"11\":\"0\",\"77\":\"1\",\"78\":\"1\",\"13\":\"0\",\"26\":\"0\",\"59\":\"1\",\"154\":\"0\",\"1\":\"1\",\"232\":\"0\",\"2\":\"1\",\"233\":\"0\",\"3\":\"0\",\"234\":1,\"4\":\"0\",\"5\":\"0\",\"6\":\"0\",\"7\":\"0\",\"8\":\"0\",\"9\":\"0\",\"30\":\"0\",\"31\":\"0\",\"75\":\"1\",\"10\":\"0\"}","status":1,"userDeviceCreateTime":"2020-08-12 06:41:56","casIp":"eucas.ezvizlife.com","casPort":6500,"channelNumber":1,"hik":true,"deviceCategory":"COMMON","deviceSubCategory":"VIS","ezDeviceCapability":"{\"232\":\"0\",\"233\":\"0\",\"234\":1,\"268\":\"1\",\"30\":\"0\",\"31\":\"0\",\"262\":\"0\",\"175\":\"1\"}","customType":"DS-KB8112-IM","offlineTime":"2022-01-24 02:13:12","offlineNotify":0,"accessPlatform":true,"deviceDomain":"D97990933","instructionBook":"http://devpic.ezvizlife.com/device/image/DS-KB8112-IM-H/instruction.jpeg","deviceShareInfo":{"isShared":1,"permission":1,"inviterName":"yhintu"},"feature":null,"riskLevel":0,"offlineTimestamp":1642990392000}]}

judge commented 2 years ago

I just checked the JSON and it seems that your device does not expose locks at all. I googled the device (Doorbeell DS-KB8112-IM) and it seems it does not have the lock functionality. Am I right? This plugin only exposes locks, it cannot do camera feed or call status sadly.

judge commented 2 years ago

I'll close this, please open a new issue if needed.