
AXIS Companion & AXIS D4100-D

AXIS Companion & AXIS D4100-D
3
First step is to configure the camera that will be sending the commands to the AXIS D4100-E
1. Go to the camera web GUI (the description is for AXIS Device Assistant, new web interface)
2. Go to Events and add Recipient
3. Name the recipient and choose HTTP as the Type and add this command in the URL:
http://IPaddress/axis-cgi/siren_and_light.cgi
4. Add the username and password for the user on AXIS D4100-E
5. Save
Two action rules are needed for this setup, the first action rule is to start the trigger and the second to
stop it.
Start profile rule
This rule will be named ‘Start Profile Manual Alarm (D4100-E One)’
1. Choose Virtual input as condition

AXIS Companion & AXIS D4100-D
4
2. Select Port 1
3. Set action to ‘Send notification through HTTP’
4. Select the recipient in the previous step
5. Set method to ‘POST’
6. Then insert this whole command in the Body:
{ "apiVersion": "1.0","method": "start","params":
{"profile" : "Manual Alarm"}}
7. Click Save
*The name ‘Manual Alarm’ is the
name of the profile created in the
AXIS D4100-E and is used as an
example in this case. If your profile
is called something else, that name
should be in string.

AXIS Companion & AXIS D4100-D
5
Stop profile rule
This rule will be named ‘Stop Profile Manual Alarm (D4100-
E One)’ and will instruct the D4100-E to stop running the
profile.
1. Choose Virtual input as condition
2. Select Port 2
3. Set action to ‘Send notification through HTTP’
4. Select the recipient in the previous step
5. Set method to ‘POST’
6. Then insert this whole command in the Body:
{ "apiVersion": "1.0","method": "stop","params":
{"profile" : "Manual Alarm"}}
7. Click Save
The name ‘Manual Alarm’ is the
name of the profile created in the
AXIS D4100-E and is used as an
example in this case. If your profile
is called something else, that name
should be in string.

AXIS Companion & AXIS D4100-D
6
When you are done making the two profiles, you can now start and stop the Strobe siren by selecting the
configured camera in AXIS Companion, right click in the image and select Custom actions.
Note. AXIS Companion needs to be restarted for the Custom action to show up
Depending on your network setup, you might need to set the devices (AXIS D4100-E and the camera) to
use a static IP. This is to prevent devices from changing their IP addresses.