1440p Web User Interface

Smarthome Menu

Alarm Server

You can use the Alarm Server function to send an http request to a connected server. The server needs a compatible software to recognize this request as an alarm event and trigger further actions. This function is often supported by home alarm systems. You can add custom commands to the request to trigger specific actions in the receiving server software.

Permissions

Your camera provides a fine-grained access rights system that allows you to restrict access to certain menus of the web user interface and its underlying CGI commands. The minimum permission to access this menu is:

  • User Permissions: Alarm Settings

User permissions can be modified in the user menu.

Web User Interface - 1440p Series - Alarm Server

Alarm Server
Description
Contact Alarm ServerActivate the Alarm Server Function
Cooldown IntervalHow long should the server wait to re-notify you if the alarm persists (1s - 60s)
Listen to TriggerSelect what sensor can trigger the alarm server: Motion Detection Areas, Passive IR Sensor, Audio Detection, Areas + PIR (coupled).
Alarm Server AddressType in the IP Address of your Alarm Server - e.g. your FHEM Server.
Server PortType in the TCP Port that your Alarm Server is listening on.
Server PathType in the URL that your Server expects to see.
EncryptionActivate HTTPS SSL encryption for the web request
POST RequestChange the default GET to a POST request
ParameterYou can add optional parameter to the URL.
Append Alarm TriggerThe alarm trigger (e.g. "motion detection area 1" or "audio detection") will be added to the HTTP request in form of a query. *
AuthenticationAdd your Server Login to the URL.
Appended Alarm Trigger
  • Alarm Area 1 triggered: &active=1
  • Alarm Area 2 triggered: &active=2
  • Alarm Area 3 triggered: &active=3
  • Alarm Area 4 triggered: &active=4
  • Alarm-In or PIR triggered: &active=5
  • Audio Alarm triggered: &active=6
  • PIR & Area1 triggered (coupled): &active=7
  • PIR & Area2 triggered (coupled): &active=8
  • PIR & Area3 triggered (coupled): &active=9
  • PIR & Area4 triggered (coupled): &active=10
  • Manual Trigger (cmd=pushhostalarm): &active=99

Alarmserver Introduction

Web User Interface - 1440p Series - Alarm Server

Alarmserver Use-Cases:

Working with Alarmserver Queries: