73
Settings:
The settings are identical to the settings in example 5.1. Only the “Action URL”
command is different
After arming the alarm panel, the motion detection areas of the camera are
activated:
If you want to deactivate the motion detection upon disarming the alarm panel,
you need to create another home automation rule and use “condition” “disarm”
instead of “arm” and you need to change “md1_ena=1” (activates the motion
detection of area 1) at the end of the CGI command to “md1_ena=0” (deactivates
the motion detection of area 1).
5.3 - Activate/deactivate motion detection of a camera
Aim: The following example shows how to activate the motion detection of a
LUPUSNET HD LE 20x (LE 201 / LE 202 / LE 203 / LE 204) when arming the alarm
panel.
The login information and IP address are identical to example 5.1. The CGI command to
activate the motion detection is:
cgi-bin/configManager.cgi?action=setConfig&MotionDetect[0].Enable=true
The complete syntax is:
http://IP-address:Port/cgi-
bin/configManager.cgi?action=setConfig&MotionDetect[0].Enable=true&user=username
&password=password
Thus, with our test values:
http://192.168.1.200:80/cgi-
bin/configManager.cgi?action=setConfig&MotionDetect[0].Enable=true&user=Test&pass
word=Test