Eliona
English
English
  • Overview
  • Guides
    • 🚀Right, let's get started!
    • Login
    • Set up a Project
    • Create User
    • Create and assign project roles
    • Add Asset
    • Create Custom Widgets
    • Add Rules
    • Install the Eliona App
    • Add BIM
    • Add Smart Assist view
    • Create a Digital Twin
    • White Labeling in Eliona
    • Image to Alarm
    • Suppressing Messages
    • Configure a meter change
    • Utilize QR-Code
    • How the “Wayfinding” works
  • Manuals
    • User Interface
    • Dashboard
      • Widget Block List
    • Alarms
    • Ticket Management
    • Rule Engine
    • Asset Management
    • Analytics & Reports
    • Smart Assist
      • SmartAssist View
      • Smart Assist Elements
    • Map
    • BIM
    • Digital Twin
    • Connection
      • MQTT
      • Webhook
      • RESTful
      • Kafka
      • OPC UA
      • Legacy
      • Format
      • Functions
    • Settings
      • Apps
        • Asset Filter
      • Templates
      • Script Engine
      • Audit Trail
      • Licence
      • System
    • Eliona Engineering
      • Users
      • Roles
      • Projects
      • Tag Management
      • Notifications Providers
      • Escalation
      • Assets Modeling
        • Asset template library
      • Asset Editor
    • Monitoring
    • Augmented Reality
    • Bookmarks
    • Notifications
  • ELIONA APPS
    • Apps
      • ABB Free@Home
      • Akenza
      • Booking
      • CoffeeCloud
      • Device Simulator
      • Exchange app
      • Glutz
      • GP Joule
      • Hailo
      • Kentix
      • KentixOne
      • Kontakt.io
      • Localino
      • Microsoft 365
      • Microsoft ADFS
      • Loriot.io
      • Niagara
      • myStrom App
      • OpenBOS
      • Renzbox
      • ROOMZ
      • SAML SSO
      • Signify
      • SpreadSheet
      • Stopwatch
      • Thingdust
      • Xovis
      • Xovis People Counter
      • Zevvy
    • Integrations
      • Niagara Module
    • App SDK
  • REFERENCES
    • Rest API
    • Engineering
  • Support Center
    • Changelog
    • FAQ
    • Service Desk
Powered by GitBook
On this page
  • Installation
  • Assets
  • Dashboards
  • Configuration
  1. ELIONA APPS
  2. Apps

KentixOne

Eliona App for KentixONE devices

Kentix is a German company specialized in the development and production of innovative solutions for IT and building surveillance. Kentix products include smart sensors, alarming and monitoring systems, as well as access control and video surveillance systems. The devices are designed to provide comprehensive and reliable monitoring of rooms, buildings and IT infrastructures to quickly detect and prevent potential threats. Kentix solutions are used in a variety of industries, including office buildings, data centers, hospitals, schools, retail stores and industrial facilities. The Eliona App for KentixONE allows access to this data and visualization of the data in Eliona.

Installation

The KentixONE app is installed via the App Store in Eliona.

Assets

The KentixONE App automatically creates all necessary asset templates and assets (CAC) that are accessible through the configured endpoints. The following asset templates are created:

  • KentixONE Alarm Manager (KAM): A central monitoring and control system that integrates and manages various security components such as intrusion detection systems, fire detection systems and access control systems in a building.

  • KentixONE Multi Sensor (KMS): A versatile sensor that can measure various environmental parameters such as temperature, humidity, air quality and vibration to provide comprehensive monitoring and early detection of potential hazards in buildings.

  • KentixONE Access Manager (KXP): An access control system that allows to efficiently control and monitor access to buildings and rooms through the management of authorizations, schedules and protocols.

  • Doorlock (DL): An electronic door lock used in conjunction with Kentix Access Manager to control access to rooms or buildings.

The following attributes are defined for each asset template:

Name
Description
KAM
KMS
KXP
DL

name

Name

X

X

X

X

ip_address

IP Address

X

X

X

mac_address

MAC Address

X

X

X

firmware_version

Firmware Version

X

X

X

id

ID

X

device_id

Device ID

X

last_updated

Last update

X

temperature

Temperature

X

humidity

Humidity

X

dew_point

Dew point

X

air_quality

Air quality

X

co2

COâ‚‚

X

co

CO

X

heat

Heat

X

motion

Motion

X

vibration

Vibration

X

people_count

People count

X

battery

Battery

X

open (writeable)

Open

X

Dashboards

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

Configuration

The KentixONE app is configured by configuring one or more Kentix devices as endpoints. It is possible to operate the devices in satellite or management mode. In satellite mode, the devices are available via the Alarm Manager. Devices in management mode can be accessed directly.

Each endpoint requires the following data:

Name
Description

address

IP address or host name of the KentixONE device.

apiKey

KentixONE-API-Key.

enable

Flag to enable or disable polling from this device.

refreshInterval

Interval in seconds for collecting data from the device.

requestTimeout

Timeout in seconds.

assetFilter

Filter for CAC with regular expressions for parameter values. The expressions in the inner lists are logic AND, and the lists themselves are logic OR.

active

Set to true by the app when it is running, and set to false when the app is stopped.

projectIDs

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

Endpoints can be created using this structure in Eliona under Apps > KentixONE > Setting. To do this, the /configs endpoint must be selected using the PUT method.

{
  "address": "10.10.10.101",
  "apiKey": "your_api_key",
  "enable": true,
  "refreshInterval": 60,
  "requestTimeout": 120,
  "assetFilter": [[ {
      "parameter": "macAddress",
      "regex": "(70:82:0e:12:28:cc|70:56:06:12:.*)"
  }]],
  "projectIDs": ["99"]
}
PreviousKentixNextKontakt.io

Last updated 11 months ago

For a detailed guide to configuring apps, follow the .

manual
Example dashboard for KentixONE Devices and for door opening