So I have update it to V2.2.45 build 210721
It did go through without problems.
Then I did a “RESET ALL” as per our conversation.
I can now confirm that the following command is working and the door opens.
curl -i --digest -u admin:1234qwer -X PUT -d '<RemoteControlDoor><cmd>open</cmd></RemoteControlDoor>' http://192.168.70.220/ISAPI/AccessControl/RemoteControl/door/1
However the callstatus sensor remains IDLE. Even though when I press the button.
I have to admit. This was a dissapointment…
Here is the code I am using
sensor:
- platform: rest
name: Hikvision Doorbell Status (main entrance)
authentication: digest
username: admin
password: 1234qwer
scan_interval: 1
resource: http://192.168.70.220/ISAPI/VideoIntercom/callStatus?format=json
value_template: "{{ value_json.CallStatus.status }}"