KNX panel for Home Assistant
Project description
KNX UI
This is the KNX panel for the KNX core integration in Home Assistant. It provides a user interface for interacting with the KNX integration.
Features
- Info:
- Get an overview of your current KNX installation state (shows if connected to the Bus, which XKNX version is running and the currently assigned Individual address)
- Upload ETS project file (which is used in the Group Monitor to provide destination names and DPT interpretation) and delete it again from Home Assistant.
- Get key information about the parsed ETS project which has been uploaded
- Group Monitor: Use the interactive bus monitor to view all incoming and outgoing telegrams on the bus.
- ETS Project: Displays the Group Addresses provided via ETS Project in a tree view
Development
If you check this repository out for the first time please run the following command to init the submodules:
$ make bootstrap
...
Development build (watcher)
$ make develop
...
Production build
$ make build
...
Update the home assistant frontend
Replace latest_tag with the current release tag.
$ cd homeassistant-frontend
$ git fetch
...
$ git checkout latest_tag
...
$ cd ..
$ rm -f yarn.lock
$ node ./script/merge_requirements.js
...
$ script/bootstrap
...
Testing the panel
First of all we recommend to follow the instructions for preparing a home assistant development environment.
You can test the panel by symlinking the build result directory knx_frontend
into your Home Assistant configuration directory.
Assuming:
- The
knx-frontend
repository is located at<knx-frontend-dir>
path - The
home-assistant-core
repository is located at<hass-dir>
path (Remark: per default the Home Assistant configuration directory will be created within<hass-dir>/config
)
$ ln -s <knx-frontend-dir>/knx_frontend <hass-dir>/config/deps/lib/python3.xx/site-packages/
$ hass -c config
...
or on a venv-install
$ cd <hass-dir>
$ script/setup
# Next step might be optional
$ source venv/bin/activate
$ export PYTHONPATH=<knx-frontend-dir>
$ hass
...
Now hass
(Home Assistant Core) should run on your machine and the knx panel is
accessible at http://localhost:8123/knx.
On Home Assistant OS you might use https://github.com/home-assistant/addons-development/tree/master/custom_deps
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file knx_frontend-2024.11.16.205004.tar.gz
.
File metadata
- Download URL: knx_frontend-2024.11.16.205004.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ac2ad0932ec0695b720c4dd4fc601b2758b06dfe1b9919e8f2c819aeb13eb37 |
|
MD5 | 6b952dd26955433802c94a72d29280b8 |
|
BLAKE2b-256 | 21af40ab727b83818cd8714e562ccbe0d32dc21543dcc75a402db9e0f5792494 |
File details
Details for the file knx_frontend-2024.11.16.205004-py3-none-any.whl
.
File metadata
- Download URL: knx_frontend-2024.11.16.205004-py3-none-any.whl
- Upload date:
- Size: 5.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecee397f76870dca57a0a5532f81482364fb8e55cc1cfbf1ff601c30020f9778 |
|
MD5 | 09be168856d28d182085bfb13ae6945a |
|
BLAKE2b-256 | 0389d5dba719b12d76e2c4aa9e8c56c82d7a445477d3c92d73471033434c3496 |