curl --location --request PUT 'IP/ISAPI/AccessControl/RemoteControl/door/1' \
--header 'Content-Type: application/xml' \
--data '<RemoteControlDoor xmlns="``http://www.isapi.org/ver20/XMLSchema``" version="2.0"><cmd>open</cmd></RemoteControlDoor>'
XML
<RemoteControlDoor xmlns="``http://www.isapi.org/ver20/XMLSchema``" version="2.0"><cmd>open</cmd></RemoteControlDoor>
Response ok
<?xml version="1.0" encoding="UTF-8"?>
<ResponseStatus version="1.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
<requestURL></requestURL>
<statusCode>1</statusCode>
<statusString>OK</statusString>
<subStatusCode>ok</subStatusCode>
</ResponseStatus>
Response not authenticated
<?xml version="1.0" encoding="UTF-8"?>
<ResponseStatus version="1.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
<requestURL></requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
<subStatusCode>badAuthorization</subStatusCode>
<errorCode>1073741827</errorCode>
<errorMsg>The user has not passed the authentication</errorMsg>
</ResponseStatus>
Do you have test with AX PRO Alarm ?
Hi,
As I’ve already said, I’m not going to develop a driver for the alarm. I don’t have it, and it’s already very complicated for the doorbell, which I also don’t have. Debugging is too complicated.
Hello,
New version with (maybe) RemoteControl/door
Nice. Happy to test. Which version is it? I’m running 1.14 at the moment.
@Pierre_V i have lot of equiment hikvision NVR DS-7608NXI-K1 / 8P(D) AX pro Alarm and interphone 2 fils Hikvision DS-KIS702EY.
I’m trying to add an NVR camera, but I’m running into an issue. The cameras have multiple video streams.
The main stream is dedicated to high quality and uses H.265, while the substream uses H.264 for RTSP.
When I check in developer mode, I notice that the main stream is selected by default. This doesn’t work in my case, and I believe it may not work for others either, since H.265 is not supported over RTSP.
your config :

My config with virtual camera of homey
rtsp://Login:mdp@IP:port/Streaming/Channels/202
is it possible to select the channel ?
I tested it in 1.15. I sent error report 3302bb5b-f95e-455f-a20f-1359bdd75ed3.
Btw, do you have a donation link so I can buy you a coffee?
Thank you, that’s very kind of you 
Regarding the flow issue, have you tried deleting and recreating the doorbell?
Yes, I’ve already identified this improvement, but at the moment I don’t have much time. The nice weather is arriving and my garden is calling me 
Hi Pierre, understand that you don’t have much time, but maybe you can help me with this. I have camera’s on the NVR, in the Homey app the live video stays black, the live snapshot gives this error.
I hope you can find some time to help me, thanks.
Have you checked that the authentication was configured correctly like in this screenshot?
Thank you Pierre for your quick response, it look you make thi settings in the SADP tool, I can’t see the camera’s in the SADP tool anymore because they are linked to the NVR. I think i have to fix this first.