Difference between revisions of "Mews"

From HSYCO
Jump to navigation Jump to search
Line 46: Line 46:
 
|R
 
|R
 
|get an alarm state
 
|get an alarm state
|-
 
|}
 
 
== States ==
 
 
{| class="wikitable"
 
!Value
 
!Description
 
|-
 
 
|active
 
|This state indicates that the motion detection actually detected some movement
 
|-
 
|acknowledged
 
|This state indicates that the camera operator acknowledged the alarm
 
|-
 
|autoacknowledged
 
|This state indicates that motion detection has stopped detecting the movement
 
 
|-
 
|-
 
|}
 
|}
Line 82: Line 64:
  
  
''AVIGILON is a registered trademark of Avigilon Corporation''
+
''Mews is a registered trademark of Mews Systems''

Revision as of 17:20, 10 February 2023

Avigilon Control Center (ACC) 7 is a video management software that can be integrated in HSYCO with a TCP/IP connection. The current release of the I/O Server has been tested with the Avigilon Control Center WebEndpoint

Note This driver supports only a single connection with an Avigilon Control Server. If you have multiple Avigilon Control Servers it is mandatory to add more I/O servers to HSYCO, one for each Avigilon Control Server. Every I/O server must use a different IP address and TCP/IP port.

Options

  • username: Username of the AVIGILON ACC 7 client.
  • password: Password of the AVIGILON ACC 7 client.
  • userkey: User api key Avigilon developer page.
  • usernonce: User api nonce Avigilon developer page.
  • pollingtime: Time in milliseconds that hsyco will wait before the next alarm check, leave blank or set it o 0 to use default polling time 300
  • usessl: Tells the driver if the webendpoint uses SSL or not, leave blank for true

Datapoints

ID Value R/W Description
connection online R HSYCO connection socket is open
offline R HSYCO cannot create the connection socket
<alarmName>.alarm 0 R The alarm is off
1 R The alarm is on
<alarmName>.state active, autoacknowledged, acknowledged R get an alarm state

Example

In this example HSYCO is using the following format to turn on a light when the alarm goes off:

io avigilonapi.newalarm.alarm = 1 : io dummy.light.1 = 1

Where "avigilonapi" is the name of the driver given in HSYCO and "newalarm" is the name of the alarm given in ACC

Release Notes

3.8.0

  • initial release


Mews is a registered trademark of Mews Systems