Loading repository data…
Loading repository data…
notDIRK / repository
Home Assistant HACS integration + Modbus TCP proxy for Luxtronik 2.0 heat pumps (Alpha Innotec, Novelan, Buderus, Nibe). Direct HA integration — IP eingeben, fertig. Plus optional evcc support via Modbus.
⚠️ Experimental — Not Actively Maintained
This repository is the legacy Modbus TCP proxy byproduct of the Luxtronik 2.0 integration project. It is no longer actively maintained and is archived on GitHub (read-only).
→ Use luxtronik2-hass instead — the actively maintained Home Assistant HACS integration is the supported path for Luxtronik 2.0 heat pumps.
The proxy remains available for niche use cases (raw Modbus access from non-HA tools like evcc standalone), but receives no updates, bug fixes, or support.
Auf Deutsch lesen: README.de.md
Two ways to use this project — pick what you need:
Works with Alpha Innotec, Novelan, Buderus, Nibe, Roth, Elco, and Wolf heat pumps running Luxtronik 2.0 controllers — thousands of units with no firmware upgrade path.
You do NOT need Modbus, evcc, or anything else. The HACS integration talks directly to your heat pump and exposes everything as native HA entities.
| Category | Entities |
|---|---|
| Temperatures | Outside, flow, return, hot water, source in/out (6 sensors) |
| Status | Operating mode, EVU lock status, status duration, compressor, pumps |
| Pumps | Heating pump (HUP), hot water pump (BUP), circulation pump (ZIP), additional pump (ZUP), brine pump (VBO), mixer HK1 |
| Operating hours | Heat pump total, compressor, heating, hot water |
| Controls | Heating mode, hot water mode, SG-Ready, hot water setpoint, heating curve offset |
| Backup | One-click parameter backup to JSON file |
| Discoverable | +1,367 additional parameters activatable via HA entity registry |
All entity names and translations in English and German (more languages welcome).
https://github.com/notDIRK/luxtronik2-modbus-proxy as type IntegrationA ready-to-use example dashboard YAML is included at docs/examples/dashboard-waermepumpe.yaml — copy it into a new dashboard's raw config editor and you'll get the screenshot above.
If you want to use the heat pump with evcc, Grafana, or any other Modbus TCP client without Home Assistant, run the standalone proxy.
┌─────────────────────┐ ┌──────────────────────────┐
│ Luxtronik 2.0 │ │ luxtronik2-modbus-proxy │
│ Heat Pump │ <────> │ │ <── evcc
│ Controller │ │ Modbus TCP Server │
│ port 8889 │ │ port 502 │ <── Grafana / others
└─────────────────────┘ └──────────────────────────┘
proprietary protocol standard Modbus TCP
Connect → Read/Write → Disconnect (coexists with HA integration)
cp config.example.yaml config.yaml
# Edit config.yaml: set luxtronik_host to your heat pump's IP
docker compose up -d
| Heat Pump Brand | Luxtronik 2.0 Controller | Notes |
|---|---|---|
| Alpha Innotec | ✅ Yes | Tested with MSW 14 (brine/water) |
| Novelan | ✅ Yes | Same controller family |
| Buderus | ✅ Yes | Older Luxtronik-based models |
| Nibe | ✅ Yes | Luxtronik-based models only |
| Roth, Elco, Wolf | ✅ Yes | Same controller platform |
All require Luxtronik 2.0 controller firmware on port 8889.
This is a public repository. A pre-commit hook scans every commit for sensitive patterns (real IPs, hostnames, tokens) and blocks the commit if any are found. Contributions welcome — please do the same.
MIT. See LICENSE.