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

Do you still have audio when you only use 4 wires? I read somewhere that you can lose 2 way audio if you only use 4 wires…
But i can try, can i also just make another rj45 cable with the other wires so i can use the poe switch againyousing a diffrent port or would you recommend on putting the 2 other wires on a seperate 12v power outlet?

No audio issues for me

The intercom is only POE powered with h date with 4 wires… The relay is complete seperate

Ok will try. Do you know the hikconnect address URI?

com.hikvision.hikconnect , its not opeing the app… ?

Below my code, all works except opening of the app


      - service: notify.mobile_app_sm_f916b
        data:
          title: "DOORBELL"
          message: "HA SUONATO IL CITOFONO"
          data:
            ttl: 0
            priority: high
            channel: alarm_stream
            vibrationPattern: "100, 1000, 100, 1000, 100"
            ledColor: "red"
            persistent: true # Set to true to create a persistent
            tag: "persistent" # Tag is
      - service: notify.mobile_app_sm_f916b
        data:
          message: "HA SUONATO IL CITOFONO!"
          data:
            actions:
              - action: "URI" # Must be set to URI if you plan to use a URI
                title: "Open Url"
                uri: "app://com.hikvision.hikconnect"

On playstore you can find an app , that will tell you the exact URI… Somekind of app identifier

There is app called : package name viewer

Where did you see info that 2way audio would not work when 4 cables were used instead of 8 ?

hik.connect its not in the Play store, anyway the address seems correct, still the app does not open

Hmm, it worked for me

Some random youtube video, someone splitting the cable as you mentioned, then i read it in the comments and the video maker also confirmed it… but i will try easier to do then getting an extra cable there…

But I can just use 2 ports of a poe switch using 1 cable ( 4 wires each) so one for intercom and the other (2 of 4) for the strike lock. Or is it better to connect 2 wires direct to an 12v adapter instead if the poe switch?

No, don’t use the power of an POE switch to feed your lock… Use an external power, look at the specs of your lock…

Hi , i was wondering, if we could start the two way audio with ISAPI … then what? how could we use it? In what king of application?
It must be possible to capture that info from hikconnect

it worked thanks!!
but now I just saw my doorsensor in HA is not working ( status= uknown)

log:
Template variable error: ‘dict object’ has no attribute ‘CallStatus’ when rendering ‘{{ value_json.CallStatus.status }}’

15:28:03 – (FOUT) helpers/template.py - bericht kwam voor het eerst om 15:11:39 en verschijnt 981 keer

sounds like a network issue? how much often do you poll?

scan_interval: 1

resource: http://192.168.0.5/ISAPI/VideoIntercom/callStatus?format=json

value_template: "{{ value_json.CallStatus.status }}"

lower that scan intervall, to like 3 or 4 sec

i think you are bugging the doorstation to much

changed and restarted but still the same

could it be something with the changed wiring ( i cut 2 wires from the existing cat 5 cable ( left the other 2 non used wires connected should i cut them too?)

can you still ping the device? is it still online? if there is network, isapi should also work
try from putty

nevermind is okay again rebooting the outdoor station did it

the scan interval set to 3 , this means it looks at the status every 3 sec. so i can have a max delay of 3 sec when somebody pressed the doorbutton?

indeed

or use the SDK , then no intervall is needed, its based on PUSH

you use this code?