01304 827609 info@use-ip.co.uk Find us

AX PRO Auto Arm with Stay bypass?

Hikvision's AX PRO intruder alarm systems

Munu8744

Well-Known Member
Messages
58
Points
8
Hello

I want to auto arm an area at a specific time. I want to use the “stay arm” feature. Is this possible?

Is auto arm only available for “away arm”?
 
Auto arm will only do awayArm atm until Hikvision adds new option for it

But if you have RaspberryPi4 or something similar where you can run some service app 0-24, it can be done using ISAPI endpoints and payload to control Alarm central.

Screenshot 2024-08-20 110040.png


Screenshot 2024-08-20 110406.png


Screenshot 2024-08-20 110742.png



After managing to trigger StayArm and Disarm, then you can code logic when.

Here are the Consts you can use. Cheers

Screenshot 2024-08-20 110914.png
 

Attachments

  • Screenshot 2024-08-20 110040.png
    Screenshot 2024-08-20 110040.png
    18.3 KB · Views: 17
Hello

Thank you.

Doesnt the APi require some sort of an authentication? How does that work?
 
Yes it does require authentication, but unlike other hikvision devices, simple digest auth wont work. You have to do it manually. If i were to copy paste here, i would probably end up with 300 lines of code.

There is github repo that made this work with home assistant in python, i just remade in c# to suit my integration.


Good luck!
 
Back
Top