Glutz

Eliona App for Glutz access solutions

Glutz is a manufacturer of door and security systems headquartered in Switzerland. It is characterized by innovative technologies. The product range includes a wide range of door hardware, electronic access systems, locking systems and security solutions for residential and commercial applications.

Installation

The Glutz App is installed via the App Store in Eliona.

Assets

The Glutz app automatically creates all necessary asset templates and Glutz access points (CAC) that are accessible via the configured endpoints. The following asset templates are created:

  • Glutz Device: An access point (door lock) whose parameters can be read and which can be opened

Following attributes are defined:

NameBeschreibung

battery_level

Battery level

openings

Openings

building

Building

room

Room

access_point

Access point

operating_mode

Operating mode

firmware

Firmware

open (schreibend)

Open Eliona 1 = Open access point, time adjustable in configuration

openable

Access point condition

0 = Closed 1 = Open 2 = Error

Dashboards

The Glutz app offers a dashboard with all automatically created access points. This can be created automatically via the Eliona frontend Copy Dashboard > Glutz and then customized as desired.

Configuration

For a detailed guide to configuring apps, follow the manual.

General

The Glutz App is configured by defining one or more Glutz Server endpoints. Each endpoint requires the following data:

AttributBeschreibung

username

Username for login

password

Password for login

url

URL for the Glutz endpoint

enable

Flag to enable or disable the endpoint

requestTimeout

Timeout in seconds for the server

refreshInterval

Interval in seconds for collecting data from the endpoint

defaultOpenableDuration

Interval in seconds how long an access point can be opened. This option can be overridden per access point with the Glutz property Eliona/Openable Duration [s]

projIds

List of project IDs for which access point assets are automatically created (CAC)

The configuration is done via a corresponding JSON structure. As an example, the following JSON structure can be used to define an endpoint.

{
  "username": "Username",
  "password": "Password",
  "url": "https://example.com/glutz",
  "enable": true,
  "requestTimeout": 120,
  "refreshInterval": 60,
  "defaultOpenableDuration": 10,
  "projIds": ["1"]
}

Endpoints can be created using this structure in Eliona under Apps > Glutz > Setting. To do this, select the /configs with the PUT method.

Opening time

The asset attribute open can be used to open an access point in Eliona. For this purpose, the door lock is set to the state of being able to open the access point for a certain time. This default time can generally be set in the defaultOpenableDuration endpoint configuration.

This time can be overwritten for access points. For this purpose, the Eliona/Openable Duration [s] property for access points must be created in the Glutz configuration.

If this property is set for an access point, it overrides the default time.

Last updated