Skip to content
Elausys

ElauPro / User Manuals

KNX Integration

elausys · 18 January 2026
On this page

ElauPro allows you to export your configuration to ETS (Engineering Tool Software) and import KNX group addresses. This section explains how to configure KNX settings, export your project to ETS, and import group addresses from your ETS project.

KNX Configuration

Group Address Structure

ElauPro automatically generates KNX group addresses for all devices configured in your project. The group address structure follows standard KNX conventions and is organized in a three-level hierarchy:

  1. Main Group (0-31): Corresponds to areas defined in the building structure
    • 0: Central (reserved for central objects)
    • 1-31: Specific areas of the building
  2. Middle Group (0-7): Categorizes functions within each main group
    • For Central Main Group (0):
      • 0: Global
      • 1: Scenes
      • 2: Security
      • 3: Energy
    • For Area Main Groups (1-31):
      • 0: Lighting
      • 1: Shutters/Blind
      • 2: Climate
      • 3: Other
      • 4: FB Lighting (Feedback)
      • 5: FB Shutters/Blind (Feedback)
      • 6: FB Climate (Feedback)
      • 7: FB Other (Feedback)
  3. Object (0-255): Specific functions for each device

Group addresses are formatted as: Main/Middle/Object (e.g., 1/0/4)

For example:

  • 1/0/4: Area 1, Lighting function, object 4
  • 1/4/3: Area 1, FB Lighting function, object 3

This structured approach ensures that your group addresses are logically organized and easily identifiable in your ETS project.

Group Object Abbreviations

ElauPro uses standardized abbreviations for group objects to maintain consistency and clarity. These abbreviations are used in the naming of group addresses and help identify the type of control or feedback being sent. Here are the common object abbreviations used in ElauPro:

AbbreviationDescriptionFunction
SWISwitch On/OffBasic on/off control
TIMTimerTime-based control
DIMDim RelativeBrightness control (relative adjustment)
DIMHDim Relative HueHue control for RGB lighting
DIMSDim Relative SaturationSaturation control for RGB lighting
DIMVDim Relative BrightnessBrightness control for RGB lighting
ABSAbsolute valuePrecise value control
RGBRGB ColorColor control for RGB lighting
TMPTemperatureTemperature value
SETSetpointTarget value setting
MODModeOperation mode selection
UPDUp/DownDirectional control
STEPStep/StopIncremental movement
STOPStopHalt movement
POSPositionPosition control
SLASlatBlind slat angle control
OUTOutputOutput value
FBFeedbackStatus feedback signals

The "FB" prefix is used for all feedback objects (e.g., FB SWI, FB DIM) to clearly distinguish between control commands and status feedback.

When configuring your KNX integration, you can specify what information is included in the group address description, such as:

  • Device tags
  • Device names
  • Object types
  • Descriptions

These settings ensure that your group addresses are properly organized and easily identifiable in your ETS project.

Actuator Descriptions

ElauPro allows you to configure how actuator channels are described in your KNX project. You can choose to:

  • Display tags on actuator channels
  • Include channel descriptions

Properly configured actuator descriptions make it easier to identify and troubleshoot connections during programming, installation and maintenance.

37_-_KNX_Config_w-85.png

ETS Project Export

Export Settings

To export your ElauPro project to ETS:

  1. Navigate to the KNX section in the main menu
  2. Configure the export settings in the "Group Address Description" section:
    • Check "Tag" to include device tags in group addresses
    • Check "Description" to include descriptions
    • Check "Name" to include device names
    • Check "Object" to include object types
  3. Configure the "Actuators Channels Description" section:
    • Check "Tag" to include tags in actuator channel descriptions
    • Check "Name" to include names in actuator channel descriptions
  4. Select the ETS version you are using (ETS 5 or ETS 6)
  5. Click the "Export project" button in the top-right corner

The system will generate an ETS project file that you can download and import into your ETS software.

Importing Into ETS

Once you have exported your project from ElauPro, follow these steps to import it into ETS:

  1. Open your ETS software
  2. Select "Import" from the File menu
  3. Browse to the location of your exported file
  4. Follow the ETS import wizard instructions
  5. Open the master actuators “Parameters” tab once, all objects and links will then appear in the “Group Objects” tab.

After importing, you can add additional KNX devices to your project in ETS and configure them as needed.

NOTE: When importing a project in ETS 6, a warning “Import Conflict” saying that another project was found with the same identifier could occur. In that case, make sure to select “Import Copy”.

Group Address Import

Importing Addresses from ETS

ElauPro allows you to import group addresses from your ETS project, which is particularly useful when you have expanded your ETS project with additional devices or want to integrate devices not included in the original ElauPro configuration.

Exporting Group Addresses from ETS

Before importing into ElauPro, you need to export your group addresses from ETS in XML format:

  1. Open your project in ETS
  2. Go to "Group Addresses" view
  3. Right-click on the main group addresses folder
  4. Select "Export" from the context menu
  5. In the Export dialog:
    • Choose "XML" as the file format
    • Click "OK" to generate the XML file

This XML file contains all the group addresses and their properties from your ETS project and is ready to be imported into ElauPro.

Importing into ElauPro

To import group addresses:

  1. In the KNX section, locate the "Import Group Addresses" area
  2. Click the "Import Addresses" button
  3. Select your Group Addresses export file (.xml)
  4. ElauPro will process the file and extract all group addresses
  5. Review the imported addresses to ensure they are correct
38_-_KNX_Import_GA_w-85.png

Using Imported Addresses

After importing group addresses from ETS, you can use them within ElauPro:

  1. Widget Configuration: Link imported addresses to visualization widgets
    • Create new manual widgets in the Visualization section
    • Assign imported group addresses to widget objects
    • Configure data types and visualization parameters

Imported addresses appear on the KNX section and in the visualization widgets edition, on the right side of the communication objects and can be filtered by name or address value using the search functionality.

Note: If no group addresses have been imported yet, the system will display "No group addresses have been imported yet" as shown in the screenshot.

Keep exploring

Find the other guides for this product in the documentation.

Back to User Manuals