HSYCO Building Automation System

About company

HSYCO s.r.l. develops state-of-the-art solutions for home, building, and industrial automation systems. Combining a clever design and unparalleled integration of leading technologies, we upgrade control solutions to a different level of usability, security, and efficiency. 2N Intercoms are now integrated with HSYCO (a supervision server that interfaces a wide range of standard and proprietary systems, providing a web-based, integrated interface for control applications).

https://www.hsyco.com/

Supported features

1)    Video from intercom´s camera without an active call

2)    Video pre-view

3)    Door control during an active call

4)    Door control without an active call

5)    When the button is pressed, 2N sends an HTTP call to notify HSYCO

6)    Send a telegram or mail when the 2N button is pressed

Supported versions

HSYCO FW2N IP Intercoms Door ControlVideo Stream from 2N IntercomVideo Pre-view
HSYCO 3.+2.29 +YesYesYes

Required licenses

  • 2N Enhanced Integration
  • 2N Enhanced Auido

Configuration

Under Hardware > Switches configure the Switch-On and Switch-Off commands. The http command syntax is: http://IP-OF-HSYCO:PORT/x/httpcall?query 
In this example:
Switch-on: http://192.168.1.200/x/httpcall?2n1-switch1-on
Switch-off: 
http://192.168.1.200/x/httpcall?2n1-switch1-off


Under Services > HTTP API enable SWITCH API and CAMERA API (Unsecure/None or Secure (TLS)/Basic.

1) Open HSYCO Manager interface: https://IP-OF-HSYCO:PORT/hsycoserver/manager

2) Select Settings > Cameras

Add a new camera following in this example:

URL: http://IP-OF-2N:PORT/enu/camera640x480.jpg

URL Small: http://IP-OF-2N:PORT/enu/camera320x240.jpg

User: the 2N http user

Password: the 2N http password

 

3) Go back to the main selection then enter “File Manager” and select the folder “events”

Create a new file then type this code:

#get an http call if the switch of the intercom is turned on or off

http "2n-1-switch-1-on" : log = "2N1 switch1 on"

http "2n-1-switch-1-off" : log = "2N1 switch1 off”

#at 1200 turn on the switch

time 1200 : url get "user:password" "http://192.168.0.120/api/io/ctrl?port=relay1&action=on"

#record the 2N camera stream for 60 seconds if the switch is turned on

http "2n-1-switch-1-on" : camerarec pe = 60

#send a telegram message when the switch is turned on

http "2n-1-switch-1-on" : io telegram.message.all = "2N1 switch 1 is on"

4) Create an interface using the Project Editor

The “camerapanel” object shows the real-time video stream of the 2N intercom or it can playback the recordings . Each button could be assigned to a different switch.