KNX Simulator in 5 Minutes with SPX: Quickstart
- Aleksander Stanik

- Feb 16
- 3 min read
This is a hands-on quickstart. For a technical overview of KNX capabilities, scenarios, and automation workflows, see KNX Simulator.

In this quickstart you’ll launch a realistic KNX device simulation in about five minutes using SPX. The flow is intentionally simple: get your product key, run the setup wizard, start the local stack, open the SPX UI, launch a ready-made KNX instance, and verify it using your KNX tooling and/or a preconfigured Home Assistant dashboard. The result is a repeatable “virtual device lab” you can use for integration testing, demos, and regression baselines — without building a physical KNX setup.
Tip #1 - Install SPX and select Smart Building Pack
Get your Product Key + installer package
Log in and open Product & Keys: https://www.simplephysx.com/keys
Copy your SPX Product Key
Download the installer package (e.g. spx-examples-<version>.zip)
Extract the ZIP
Unzip the package into a dedicated folder (e.g. spx-examples-<version>/). You should see platform launchers like spx-setup.*.
Run the Setup Wizard (spx-setup.*)
From the extracted folder, start the launcher for your OS:
Windows: double-click spx-setup.bat
macOS: double-click spx-setup.command
Linux desktop: double-click spx-setup.desktop
Terminal (macOS/Linux): ./spx-setup.sh
In the wizard: select Smart Building Pack + paste your key
Select Smart Building Pack (ENTER accepts recommended defaults)
Paste your SPX Product Key when prompted
Review the summary and choose Start the stack now
5. Verify it’s running
• SPX UI: http://localhost:3000
Note: For full, always up-to-date installation instructions, see:
Tip #2 - Open the SPX UI
Open: http://localhost:3000

You should see the SPX interface with a list of available instances from the Smart Building Pack.
Tip #3 - Start the KNX simulator instance
From the list of available instances, select:
spx_abb_jra_s4_230_5_1_knx

Open the instance and confirm:
Status: Running
KNX connection details (as shown in the instance view)
Live datapoints / attributes (values visible; if the model is dynamic, they may change over time)
Tip: If the model includes physics-driven behavior or scenarios, values will evolve realistically — not just remain static.

Tip #4 - Verify it with a KNX tool (and/or dashboard)
Option A: Inspect group address traffic with your KNX tooling
To validate the simulator is alive, connect using your KNX toolchain (gateway/controller monitoring, ETS test tooling, or a KNX bus monitor) and confirm:
1. Group address traffic is visible
2. You can observe state changes (switch/dimming/sensor datapoints)
3. (Optional) Send a command and confirm the simulator reacts
Option B: Use the included Home Assistant dashboard
Open the preconfigured Home Assistant UI:
http://localhost:8123 login: admin pass: spx-examples

This dashboard is set up specifically for testing. You can immediately observe how the simulator affects sensors, entities, and automations — without building any HA config yourself.
Expected outcome (what “done” looks like)
You can observe live datapoint updates / state transitions driven by the KNX simulation — confirming the simulator behaves like a real smart-building device workflow and is suitable for end-to-end integration testing.
Next: customize and extend (coming next)
Next we’ll take this same instance and:
Tweak the model in the editor and reload it
Generate a new variant via an LLM workflow
Run scenario-driven tests and capture reproducible baselines


