Skip to main content

A library to gather information from ETS project files used for KNX

Project description

(X)KNX Project

Pre-commit Discord codecov

Extracts KNX projects and parses the underlying XML.

This project aims to provide a library that can be used to extract and parse KNX project files and read out useful information including the group addresses, devices, their descriptions and possibly more.

Documentation

Currently, xknxproject supports extracting (password protected) ETS 4, 5 and 6 projects and can obtain the following information:

  • Areas, Lines, Devices and their individual address and channels
  • CommunicationObjectInstance references for their devices (GA assignments)
  • Group Addresses and their DPT type if set
  • The application programs communication objects, their respective flags and the DPT Type
  • Location information of devices (in which rooms they are)
  • Functions assigned to rooms

Caution: Loading a middle-sized project with this tool takes about 1.5 seconds. For bigger projects this might as well be >3s.

Not all supported languages are included in project / application data. If the configured language is not found, the default language will be used - which is manufacturer / product dependent.

Installation

pip install xknxproject

Usage

"""Extract and parse a KNX project file."""
from xknxproject.models import KNXProject
from xknxproject import XKNXProj


knxproj: XKNXProj = XKNXProj(
    path="path/to/your/file.knxproj",
    password="password",  # optional
    language="de-DE",  # optional
)
project: KNXProject = knxproj.parse()

The resulting KNXProject is a typed dictionary and can be used just like a dictionary, or can be exported as JSON. You can find an example file (exported JSON) in our test suite under https://github.com/XKNX/xknxproject/tree/main/test/resources/stubs

The full type definition can be found here: https://github.com/XKNX/xknxproject/blob/main/xknxproject/models/knxproject.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xknxproject-3.9.0.tar.gz (39.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xknxproject-3.9.0-py3-none-any.whl (42.4 kB view details)

Uploaded Python 3

File details

Details for the file xknxproject-3.9.0.tar.gz.

File metadata

  • Download URL: xknxproject-3.9.0.tar.gz
  • Upload date:
  • Size: 39.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for xknxproject-3.9.0.tar.gz
Algorithm Hash digest
SHA256 eadac3081093bfc92b5d2e396d1d51c0c8960ac6db35a0b0ebb55d142f72bfb8
MD5 f3b3d640a09715001a63fffdb2d12930
BLAKE2b-256 f5e3622dd034f936ea25d800a220599bf5f0a5704306336e66da2c2d770edd92

See more details on using hashes here.

File details

Details for the file xknxproject-3.9.0-py3-none-any.whl.

File metadata

  • Download URL: xknxproject-3.9.0-py3-none-any.whl
  • Upload date:
  • Size: 42.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for xknxproject-3.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e22dd9427214ad102cd8f801315e79cd453992d32c39bc6e8f9f349c38aa8fad
MD5 d1621a8575cde1f953106f0c9c1eb745
BLAKE2b-256 430c1ac08200ce5c330316c2378ab30b1b7246432cf941ccf7a3b362ee7aa393

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page