Using alarmserver with Dahua NVR and Universal Devices Eisy #33
Unanswered
photogeek54
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been searching for a way to pass AI motion detection events from my Dahua NVR to my home automatiojn system for years and it looks like alarmserver might finally allow me to do this! I'm a techie but my programming skills are rusty. Can you suggest how I might configure alarmserver on my Rpi 4 to accomplish the following:
receive an AI smart alarm from a specific camera channel and specific IVS rule from the NVR (not the cameras)
then send a get command of the form:
https://my.isy.io/api/ifttt/MotionDetectedFromIVSChan1Rule1/key/010101010101-c81f-4b53-92e8-010101010101
The Eisy has an MQTTT node server but I'm not familiar with how to configure it.
I would appreciate any help SO MUCH!
Ken
Here are some example commands I see for the NVR in the API. I see the camera channel number included but not the IVS rule number but the rules each have eventcodes like:SmartMotionHuman and SmartMotionVehicle
Example setup the alarm server
http://192.168.1.108/cgi bin/configManager.cgi?action=setConfig&AlarmServer.Addres
s =as.ttt. AlarmServer.Enable =false
Subscribe to messages that event of code=eventCode happen.
Example
http://192.168. 1 .108/cgi bin/eventManager.cgi?action=attach&codes=[AlarmLocal %2C
VideoMotion %2C SmartMotionHuman %2C CrossLineDetection
Other eventcodes:
SmartMotionHuman: human smart motion detection
SmartMotionVehicle Vehicle smart motion detection
CrossLineDetection tripwire event
CrossRegionDetection : intrusion event
Beta Was this translation helpful? Give feedback.
All reactions