Hello, for the Doorbell event I have created an Rest Sensor - the same as in the first post:
- platform: rest
name: Doorbell Status
authentication: digest
username: admin
password:
scan_interval: 1
resource: http://192.168.0.XXX/ISAPI/VideoIntercom/callStatus?format=json
value_template: “{{ value_json.CallStatus.status }}”
For open the Door, I have testet the HikConnect Custom Integration also from the first post - that works for me: