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
  • Overview
  • Installation
  • Configuration
  • Continuous Asset Creation
  • Additional Features
  1. ELIONA APPS
  2. Apps

Signify

The Signify app provides integration and synchronization between Eliona and Signify services.

PreviousSAML SSONextSpreadSheet

Last updated 12 months ago

Overview

This guide provides instructions on configuring, installing, and using the Signify app to manage resources and synchronize data between Eliona and Signify services.

Installation

Install the Signify app via the Eliona App Store.

Configuration

The Signify app requires configuration through Eliona’s settings interface. Below are the general steps and details needed to configure the app effectively.

Registering the app in Signify Service

Create credentials in Signify Service to connect the Signify services from Eliona. All required credentials are listed below in the configuration section.

Go to the and create an Eliona client to obtain the app's key and secret needed to access the API. Additionally, you must identify the service you want to connect to, as this information is provided by Interact Lighting.

Configure the Signify app

Configurations can be created in Eliona under Apps > Signify > Settings which opens the app's . Here you can use the appropriate endpoint with the POST method. Each configuration requires the following data:

Attribute
Description

baseURL

app_key

The app key to identify the ELiona app.

app_secret

The app secret to authenticate the Elioa app.

service

The service name to identify the Interact Lighting service.

service_id

The service id to identify the Interact Lighting service.

service_secret

The service secret to authenticate the Interact Lighting service.

assetFilter

Filtering asset during Continuous Asset Creation.

enable

Flag to enable or disable this configuration.

refreshInterval

Interval in seconds for data synchronization.

requestTimeout

API query timeout in seconds.

projectIDs

List of Eliona project IDs for data collection.

Example configuration JSON:

{
  "baseUrl": "https://api.interact-lighting.com/",
  "service": "officeCloud",
  "serviceId": "secret@signify.com",
  "serviceSecret": "secret",
  "appKey": "foo",
  "appSecret": "secret",
  "enable": true,
  "refreshInterval": 120,
  "requestTimeout": 120,
  "active": true,
  "projectIDs": [
    "10"
  ]
}

Continuous Asset Creation

Once configured, the app starts Continuous Asset Creation (CAC). Discovered resources are automatically created as assets in Eliona, and users are notified via Eliona’s notification system.

The created asset structure reflects the grouping of spaces in the Interact Lighting Environment. The app supports Signify spaces for humidity, occupancy, people count and temperature.

Additional Features

Dashboard templates

The app offers predefined dashboards that clearly displays the most important information. There is a dashboard for each type Signify space to group all the spaces. You can create such a dashboard under Dashboards > Copy Dashboard > From App > Signify ...:

  • Signify People Count

  • Signify Occupancy

  • Signify Temperature

  • Signify Humidity

URL of the Signify .

Interact Lighting website
Generic Frontend
API services