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

GP Joule

The GP Joule app provides integration and synchronization between Eliona and GP Joule services.

PreviousGlutzNextHailo

Last updated 12 months ago

Overview

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

Installation

Install the GP Joule app via the Eliona App Store.

Configuration

The GP Joule 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 GP Joule Service

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

Please contact GP Joule to get the URL for API access and your access key.

Configure the GP Joule app

Configurations can be created in Eliona under Apps > GP Joule > 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

rootUrl

URL of the GP Joule API services.

apiKey

Client secrets obtained from the GP Joule 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:

{
  "rootUrl": "http://gpjoule.api.url/",
  "apiKey": "s3cr3t",
  "enable": true,
  "refreshInterval": 60,
  "requestTimeout": 120,
  "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 GP Joule infrastructure is managed through the charge point asset, which groups all charge points by their cluster name. Each charge point can have one or more connectors, each with its own charging properties.

Additionally, a session log asset is created for each connector, providing historical records of all charging sessions.

Additional Features

Dashboard templates

The app offers a predefined dashboard that clearly displays the most important information. YOu can create such a dashboard under Dashboards > Copy Dashboard > From App > GP Joule.

Generic Frontend