An elegant, high-performance bus traffic monitor and visualizer for KNX Home Automation.
Spectrum KNX is a dedicated tool to record, store, search, and visualize KNX bus telegrams indefinitely. Built for speed and reliability, it merges a robust TimescaleDB backend with a premium, real-time React web interface.
- Live Group Monitor: Monitor bus load, traffic rate, and instantaneous payloads in real-time.
- Historical Analysis: Search millions of past telegrams instantly with powerful backend query engines.
- Time-Delta Context: Automatically capture the events "before and after" a filtered event to debug logic faults.
- Data Rendering: Dynamically graph numerical readouts over time, grouped by physical unit types.
- Zero Loss: Pause the live feed without dropping packets—everything queues silently in the background buffer until you resume.
The easiest way to run Spectrum KNX is with Docker Compose. This automatically provisions the TimescaleDB database alongside the KNX Tracker daemon.
-
Copy the example environment file:
cp .env_example .env -
Set your
KNX_PASSWORD,KNX_PROJECT_PATHandKNX_GATEWAY_IPin.env. -
Run the stack:
Development (Live Code):
docker-compose up -d
Production (Pre-built image):
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
-
Access the web interface at
http://localhost:8000(orhttp://localhost:5173in Dev mode).
See DEVELOPMENT.md for local setup, DEPLOYMENT.md for production configuration, and the Kubernetes templates for cluster deployment.
- Backend: Python 3.14+, FastAPI,
xknx, WebSocket Streaming - Database: PostgreSQL + TimescaleDB
- Frontend: React, TypeScript, Vite, TanStack Table, uPlot
Interested in building out new visualization blocks or analytical filters? See our CONTRIBUTING.md guide!
Licensed under the GNU General Public License v3.0 (GPLv3). See LICENSE for details.

