Import an ETS project into Control4 without rebuilding it by hand

A KNX project already contains topology, group addresses, datapoints and naming context. The hard part is turning that ETS context into a Control4 structure that can be reviewed before Composer creates devices.

  • Start from the ETS .knxproj file instead of copying group addresses manually.
  • Review the KNX project view before AI processing or Composer build.
  • Keep the import workflow traceable when the project has many rooms or devices.
Open AI AssistantView product

ETS import workflow preview

The import workflow starts with an ETS project file. The platform reads the KNX context, shows the project view, lets the integrator review what was detected and prepares the structure for AI processing before export.

What the ETS file brings into the workflow

The .knxproj file is more than a list of addresses. It includes topology, devices, communication objects, DPTs, group addresses and names that help explain the intent of each KNX point.

A good import step preserves that context so the Control4 side can be generated from the project logic, not from isolated values pasted into Composer.

  • Buildings, areas and room naming from the ETS project.
  • Group addresses and DPT information used for Control4 device mapping.
  • Device and communication object labels that help identify real functions.

Why Composer should not be the first review step

Composer is the final build environment, but it is not the most comfortable place to review hundreds of KNX objects, rename devices, clean rooms and validate mappings.

A reviewable import workflow makes the project visible before the driver creates devices, which reduces duplicate work and avoids rebuilding sections after mistakes are found.

Common issues during ETS import

Most import problems come from inconsistent naming, incomplete datapoint information or projects where the same function is represented differently across rooms.

The safest workflow is to catch those inconsistencies before Composer creates devices, because correction is faster in the project editor than after a Control4 build.

Official references checked

Technical claims on this page are kept close to official KNX, Control4, or manufacturer documentation.

Related tools and documentation

FAQ

Can Control4 Composer import a full ETS project directly?

Composer does not turn a complete ETS .knxproj into a reviewed Control4 structure by itself. A translation and review layer is needed before the driver builds the project.

Why use the .knxproj file instead of a spreadsheet?

A spreadsheet can list group addresses, but the ETS file usually carries more context about topology, device names, communication objects and datapoints.

When should the import be reviewed?

Review it before exporting to Composer. That is where naming, room placement, supported device types and mappings are easiest to fix.

Next step

Turn the ETS import into a reviewable Control4 project

Open the KNX to Control4 AI Assistant, import the .knxproj file, review the structure and export a .codu file for the Composer driver.