Hello,
I have a camera called: DS-2CD2342WD-I
I am trying to make it send notifications when motion is detected.
In the camera have activated:
Activate motiondetection
Activate dynamic analysis for motion
In home assistant I have in configuration.yaml
binary_sensor:
- platform: hikvision
name: test1_hikvision
host: 192.168.1.102
username: !secret camera_username
password: !secret camera_password
customize:
motion_1:
delay: 30
field_detection_2:
ignored: true
I can see the device test1_hikvision but it do not create any motion when I move infront of it.
Anyone that can help?