
Enertex Bayern
EibPC KNX logic server and IP router for complex automation beyond ETS6
Enertex Bayern (Gunzenhausen, Germany) develops specialised KNX automation hardware — EibPC (Linux-based KNX logic server with high-level scripting), KNX IP Router 4.0, and EnOcean-KNX gateway. The EibPC's Modbus TCP master capability makes it ideal for complex multi-protocol automation.
Role in our panels
How we use Enertex Bayern
The Enertex EibPC is a DIN-rail Linux computer (ARM Cortex-A9, 512MB RAM, 4GB eMMC, Debian Linux) with a built-in KNXnet/IP interface that functions simultaneously as a KNX logic controller and Modbus TCP/RTU master. Unlike the MDT IP Interface (passive tunnelling only) or Gira HomeServer (visualisation-first with limited Modbus), the EibPC is designed as the primary automation intelligence for complex KNX projects. Programming uses EibStudio — a Windows IDE with a proprietary high-level scripting language that compiles to machine code running on the EibPC Linux OS. EibStudio scripting language syntax for combined KNX/Modbus logic: the language supports conditional logic, timers, arithmetic, string operations, and network functions. Example solar surplus control script: IF KNX_Read(GA(9,0,0)) > 3000 AND Time >= 10:00 AND Time <= 17:00 AND DayOfWeek != 7 THEN KNX_Write(GA(11,0,0), 1, DPT1) /* close SG Ready relay */ ELSEIF KNX_Read(GA(9,0,0)) > 1500 AND KNX_Read(GA(9,2,2)) < 80 /* battery SOC */ THEN Modbus_WriteTCP('192.168.1.50', 502, 33, 3) /* Victron MultiPlus mode = on */. This single script combines reading a KNX solar PV GA with a timer condition, writing a KNX relay output, and writing a Modbus TCP register — not possible in standard ETS6 without multiple external devices. Enertex KNX IP Router 4.0 is the company's flagship DIN-rail KNX IP router. Compared to standard KNX IP routers (MDT IP Router, Weinzierl KNX IP Router 750, Siemens N146), the Enertex router adds: 4 simultaneous KNXnet/IP tunnelling connections (most DIN-rail routers offer 1-2), advanced line-to-line telegram filtering with ETS6 filter table support, Group Monitor with filtering and logging (accessible via browser UI without ETS6 connection), and firmware OTA updates. The 4-tunnel capability is critical for large installations requiring simultaneous connections from ETS6 (programming), PanelCraft service laptop (monitoring), building manager laptop (Group Monitor), and a KNX Virtual logic server. Comparison with alternative KNX logic platforms: IP-Symcon (Symcon GmbH, Germany) is a broader home automation server supporting KNX, Z-Wave, Zigbee, and 200+ additional protocols with a large module library — more expensive (subscription model) but broader protocol support. Home Assistant with KNX integration provides open-source KNX logic but requires significant configuration expertise and ongoing maintenance. EibPC occupies the middle ground: KNX-specialist hardware with a dedicated high-level scripting language, Modbus TCP master without additional middleware, and a stable commercial product lifecycle. PanelCraft recommends EibPC for projects requiring complex KNX logic with Modbus integration and 4+ simultaneous ETS6 connections; IP-Symcon for multi-protocol projects combining KNX with Z-Wave, Zigbee, or 3rd-party cloud APIs.
Enertex EibPC connects to KNX via built-in KNXnet/IP interface and simultaneously acts as Modbus TCP master to any Modbus device (inverter, boiler, chiller). EibStudio scripting: IF KNX_Read(GA(9,0,0)) > 3000 AND Time >= 10:00 THEN KNX_Write(GA(11,0,0), 1, DPT1) allows combining PV surplus (from inverter via Modbus TCP) with time conditions to control heat pump SG Ready relay. Enertex KNX IP Router 4.0: DIN-rail, ETS6 application, supports IP routing (line-to-line filtering), tunnelling (4 simultaneous connections), and Group Monitor with filtering — the most capable DIN-rail KNX IP router for large installations.
Used in these project types
Enertex Bayern products
Key components we install
EibPC
Linux KNX logic server with EibStudio scripting and Modbus TCP/RTU master. ARM Cortex-A9 processor, 512MB RAM, 4GB eMMC, Debian Linux OS. Built-in KNXnet/IP interface (1 tunnel, simultaneous logic and ETS6 access possible). Modbus TCP master: connect to any Modbus TCP device (inverter, heat pump gateway, energy meter) and read/write registers from EibStudio scripts. DIN-rail mount, 24V DC supply. Web interface for status monitoring and script deployment. Used in large residential projects, hotel room automation with energy management, and industrial KNX+Modbus projects.
KNX IP Router 4.0
DIN-rail KNX IP router with 4 simultaneous KNXnet/IP tunnelling connections. ETS6 application for full configuration: filter tables for line-to-line telegram filtering, routing mode (routing/tunnel/both), IP multicast group address. Group Monitor accessible via browser (no ETS6 required) with filtering by GA, source address, and DPT — essential for site commissioning and fault diagnosis. Ethernet 100Mbps, PoE optional. 24V DC or bus-powered (from KNX line). In panel: DIN-rail alongside MDT actuators and Enertex EibPC, powered from panel 24V DC. Used in large installations requiring multiple simultaneous ETS6 connections.
EnOcean-KNX
EnOcean 868MHz wireless sensor to KNX TP gateway. Receives EnOcean telegrams from batteryless sensors (pushbuttons, window contacts, occupancy sensors, temperature sensors using energy harvesting) and maps to KNX group addresses. ETS6 application: configure each EnOcean device ID, assign KNX GAs for each data point. Used for Grade II listed buildings and retrofit projects where cable runs are not possible — EnOcean batteryless sensors require no mains power or battery maintenance. Pairs with Enertex EibPC for complex logic combining EnOcean wireless sensor inputs with KNX actuator outputs and Modbus data sources.
Multiuser Interface
4-tunnel KNXnet/IP interface (not router — same line only, no line-to-line routing). Provides 4 simultaneous ETS6/KNXnet/IP tunnelling connections to a single KNX TP line. Used in installation scenarios where 4 engineers need simultaneous ETS6 access to the same KNX line during commissioning — e.g. large DIN-rail panels with multiple lines where each line has its own Multiuser Interface. DIN-rail, 24V DC or KNX bus-powered. Alternative to KNX IP Router 4.0 where line-to-line routing is not required.
EibStudio
EibPC programming IDE for Windows. Downloads free from enertex.de (requires EibPC serial number for activation). Script editor with syntax highlighting, function reference, and simulator mode (test scripts offline before deployment to EibPC). Project management: multiple script files per project, version history, deployment to EibPC via LAN. Functions: KNX_Read, KNX_Write, Modbus_ReadTCP, Modbus_WriteTCP, Modbus_ReadRTU, HTTP_Get, HTTP_Post, Timer, CalendarEvent, MathFunctions. Logging module: write KNX GA values and Modbus readings to CSV files on EibPC SD card for energy monitoring.
Enertex Bayern FAQ
What is the difference between EibPC and IP-Symcon for KNX logic?
EibPC (Enertex) is a KNX-specialist logic server: built-in KNXnet/IP, Modbus TCP/RTU master, and a scripting language designed around KNX group address operations. It is the right choice for projects that are primarily KNX with supplementary Modbus (inverters, heat pumps, boilers). IP-Symcon (Symcon GmbH) is a broader home automation server supporting KNX, Z-Wave, Zigbee, Busch Jaeger free@home, Hue, Sonos, and 200+ additional protocols via modules — more expensive (perpetual licence plus subscription), broader protocol support, and a larger community module library. PanelCraft recommends EibPC for KNX+Modbus projects; IP-Symcon for multi-protocol projects combining KNX with Z-Wave/Zigbee sensors, smart locks, audio, or 3rd-party cloud APIs.
Can EibPC control DALI lighting alongside KNX?
EibPC controls KNX, which in turn controls DALI via KNX-DALI gateways (Tridonic KNX DALI Gateway, Helvar KNX-DALI Gateway, LOYTEC LDALI-3E106). EibPC does not have a direct DALI interface and DALI direct control is not supported in EibStudio. In practice, this is not a limitation: EibStudio scripts write to KNX DALI gateway group addresses (DPT 5.001 for dim level, DPT 1.001 for on/off, DPT 18.001 for scene) which control DALI ballasts. The KNX-DALI gateway handles the DALI protocol — EibPC only needs to know the KNX GAs. This approach is used in all PanelCraft projects combining EibPC logic with DALI lighting.
Is EibPC suitable for hotel room automation with energy management?
Yes — EibPC is used in hotel projects for room automation logic including: occupancy setback (guest leaves room → HVAC setpoint setback after 30 minutes via EibStudio timer), welcome scene (door card insert → KNX scene activate: lights on, HVAC setpoint restore, blinds open), checkout housekeeping mode (card remove → KNX scene: lights off, HVAC minimum setpoint, locked out until housekeeping reset), and energy logging (EibStudio logs HVAC runtime, lighting hours, and window contact open duration per room to CSV for energy audit). EibPC handles all room logic centrally — no separate logic controller per room is required, reducing panel cost.
Need a panel with Enertex Bayern components?
We select, procure, assemble and certify. Free initial consultation.
Request consultation →