ebusd ist ein Daemon zur Kommunikation mit eBUS Geräten, die über einen 2-Draht-Bus verbunden sind (“energy bus” – verwendet von vielen Heizsystemen).
Releases, Quellcode und Dokumentation sind auf github verfügbar:
https://github.com/john30/ebusd
ebusd handhabt alle Aspekte des eBUS Protokolls auf unterer Ebene, erlaubt bequemes Senden/Empfangen ganzer Nachrichten und übernimmt dabei die Interpretation des Inhalts.

Hier finden sich Details eines „ordentlichen“ eBUS-Adapters, der für die Verbindung von ebusd mit dem Heizsystem benötigt wird.
Aktuelle Version 25.1:
Zwetschge
This is the 26th (="Z", therefor Zwetschge) release of ebusd since it was completely reworked.
The major new features are value range and step support for numeric types with addition of further base types, using write messages in MQTT definition topic when excluded otherwise, as well as a bunch of bug fixes.
See ChangeLog and Wiki for details.
Debian 12 (Bookworm), 11 (Bullseye), and 10 (Buster) install packages for amd64, 386, armv7 (Raspberry Pi 2/3/4), and arm64 (Raspberry Pi 3/4 64 bit) are attached and are also available in the Debian repository as described here.
For convenience, an armv6l (Raspberry Pi 1 and Zero/Zero W) Buster image is attached here as well (not part of the Debian repository though).
Variants of each binary with MQTT support have an additional "mqtt1" (for libmosquitto1) suffix in the name, whereas those without don't.
For Arch Linux, simply run makepkg in the contrib/archlinux/ebusd/ directory.
For Alpine Linux, run apk --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community add ebusd.
The latest release is also available as multi-architecture Docker image on the hub with tag ebusd:latest.
- ebusd-25.1_386-bookworm.deb 361.54 KB 369 downloads
- ebusd-25.1_386-bookworm_mqtt1.deb 394.3 KB 302 downloads
- ebusd-25.1_386-bullseye.deb 357.99 KB 171 downloads
- ebusd-25.1_386-bullseye_mqtt1.deb 390.26 KB 177 downloads
- ebusd-25.1_386-buster.deb 345.38 KB 166 downloads
- ebusd-25.1_386-buster_mqtt1.deb 378.54 KB 163 downloads
- ebusd-25.1_amd64-bookworm.deb 334.41 KB 292 downloads
- ebusd-25.1_amd64-bookworm_mqtt1.deb 364.07 KB 344 downloads
- ebusd-25.1_amd64-bullseye.deb 329.68 KB 175 downloads
- ebusd-25.1_amd64-bullseye_mqtt1.deb 359.27 KB 190 downloads
- ebusd-25.1_amd64-buster.deb 320.44 KB 158 downloads
- ebusd-25.1_amd64-buster_mqtt1.deb 350.79 KB 164 downloads
- ebusd-25.1_arm64-bookworm.deb 287.52 KB 234 downloads
- ebusd-25.1_arm64-bookworm_mqtt1.deb 312.51 KB 336 downloads
- ebusd-25.1_arm64-bullseye.deb 287.33 KB 162 downloads
- ebusd-25.1_arm64-bullseye_mqtt1.deb 310.94 KB 185 downloads
- ebusd-25.1_arm64-buster.deb 279.22 KB 155 downloads
- ebusd-25.1_arm64-buster_mqtt1.deb 305.82 KB 163 downloads
- ebusd-25.1_armv6l-buser_mqtt1.deb 281.12 KB 284 downloads
- ebusd-25.1_armv6l-buster.deb 257.25 KB 191 downloads
- ebusd-25.1_armv7-bookworm.deb 282.07 KB 201 downloads
- ebusd-25.1_armv7-bookworm_mqtt1.deb 307.83 KB 220 downloads
- ebusd-25.1_armv7-bullseye.deb 274.6 KB 165 downloads
- ebusd-25.1_armv7-bullseye_mqtt1.deb 299.66 KB 181 downloads
- ebusd-25.1_armv7-buster.deb 265.67 KB 161 downloads
- ebusd-25.1_armv7-buster_mqtt1.deb 291.72 KB 167 downloads
- Source code
Dazu passende CSV Konfigurationsdateien:
Verwendung mit ebusd Version 3.2 oder neuer:
Seit ebusd Version 3.2 kann einfach die Standardoption für die Konfigurationsdateien verwendet werden, bei der die Dateien direkt von ebusd.eu abgerufen werden (siehe „–configpath“ Option).
Wegen dieses Features werden keine weiteren Paketversionen des ebusd-configuration Repositorys generiert. Sofern die Konfigurationsdateien bearbeitet werden sollen, muss das Repository gecloned werden und ebusd darauf konfiguriert werden.
Neueste Version (für ebusd vor 3.2):
ebusd 2.1 config 2016/06/05
This is the second release of ebusd 2.1 configuration files for easy installation on e.g. Debian.
The major new feature of this release compared to 2.0 is the support for a variety of different Vaillant BAI devices. Compared to the first 2.1 release, the missing ".inc" files were added to the ".deb" files and 370 as well as F37 devices were added.
Installation on Debian:
- Download one of the ".deb" files with your desired language code
- Run "*dpkg -i --force-overwrite ebusd-configuration-2.1..deb**" Note: The "--force-overwrite" option is necessary since the ebusd package already contains a rough "broadcast.csv", which is also contained in this package.
Installation on other OS:
- Download one of the ".tgz" files with your desired language code
- Remove old files/directories from the /etc/ebusd directory
- Unpack it to the /etc/ebusd directory using "*tar xzf ebusd-configuration-2.1..tgz -C /etc/ebusd/**"
- ebusd-configuration-2.1.b143f39-de_all.deb 50.98 KB 5.336 downloads
- ebusd-configuration-2.1.b143f39-de_all.tgz 109.13 KB 1.677 downloads
- ebusd-configuration-2.1.b143f39-en_all.deb 47.63 KB 1.212 downloads
- ebusd-configuration-2.1.b143f39-en_all.tgz 104.04 KB 811 downloads
- Source code
Frühere Versionen sind hier zu finden.