Hikvision setup is not working

I have added this in configuration.yaml:

binary_sensor:
  - platform: hikvision
    host: 192.168.1.234
    username: !secret hikvision_username
    password: !secret hikvision_password

So this will be ON when there is motion.

To enable some logs try this:

logger:
  default: info
  logs:
    pyhik: debug

But I’m not sure…

Can you get the video into HA?

But it could be that your cameras is not supported…
Then maybe you could also try this one

if the cameras supports it. Mine does but I have not tried it.

Thanks! Fixed!

What was the problem?

I have problems setting up hikvision integration.

DS-7716NXI-I4 / 4S

I can get the list of devices, but no events are received. Maybe this is a problem of alarm server settings?

Alarm Host-IP: 10.0.9.110 (Home Assistant)
Alarm Host Port: 8123
Multicast-Address: ???
Enable virtual host?
Enable flow control?

What did you need to change to get this working? Ive got exwctly the same issue. Using Hikvision Next integration, i get everything, feels, sensors, etc. But no smart events.
Alarm server set to internal ip port 8123 path /api/hikvision
Using port forward, local cert.

bump anyone?