ebusd is a daemon for handling communication with eBUS devices connected to a 2-wire bus system (“energy bus” used by numerous heating systems).
Releases, source code, and documentation are available on github:
https://github.com/john30/ebusd
In principle, ebusd is handling all the low level traffic aspects on the bus and allows a high level access to sending/receiving messages and revealing their content.
See here for details on a decent eBUS adapter, that is needed for connecting ebusd to your heating system.
Current Version 23.3:
Xanthophyllum
This is the 15th release of ebusd 3 and the 24th (="X", therefor Xanthophyllum) since ebusd was completely reworked.
The major new features are a reqorked eBUS protocol engine, time fields for MQTT integration, removed dependency on libargp, 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 will also be made available soon 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.
The latest release is also available as multi-architecture Docker image on the hub with tag ebusd:latest.
- ebusd-23.3_386-bookworm.deb 342.82 KB 408 downloads
- ebusd-23.3_386-bookworm_mqtt1.deb 374.79 KB 374 downloads
- ebusd-23.3_386-bullseye.deb 339.92 KB 209 downloads
- ebusd-23.3_386-bullseye_mqtt1.deb 371.66 KB 228 downloads
- ebusd-23.3_386-buster.deb 329.08 KB 185 downloads
- ebusd-23.3_386-buster_mqtt1.deb 361.11 KB 173 downloads
- ebusd-23.3_amd64-bookworm.deb 316.11 KB 287 downloads
- ebusd-23.3_amd64-bookworm_mqtt1.deb 346.1 KB 352 downloads
- ebusd-23.3_amd64-bullseye.deb 312.2 KB 212 downloads
- ebusd-23.3_amd64-bullseye_mqtt1.deb 341.22 KB 247 downloads
- ebusd-23.3_amd64-buster.deb 304.59 KB 188 downloads
- ebusd-23.3_amd64-buster_mqtt1.deb 334.79 KB 176 downloads
- ebusd-23.3_arm64-bookworm.deb 274.57 KB 241 downloads
- ebusd-23.3_arm64-bookworm_mqtt1.deb 298.15 KB 302 downloads
- ebusd-23.3_arm64-bullseye.deb 273.38 KB 197 downloads
- ebusd-23.3_arm64-bullseye_mqtt1.deb 297.53 KB 171 downloads
- ebusd-23.3_arm64-buster.deb 266.98 KB 98 downloads
- ebusd-23.3_arm64-buster_mqtt1.deb 291.82 KB 105 downloads
- ebusd-23.3_armv6l-buster.deb 243.85 KB 106 downloads
- ebusd-23.3_armv6l-buster_mqtt1.deb 268.33 KB 151 downloads
- ebusd-23.3_armv7-bookworm.deb 267 KB 139 downloads
- ebusd-23.3_armv7-bookworm_mqtt1.deb 292.52 KB 165 downloads
- ebusd-23.3_armv7-bullseye.deb 263.29 KB 128 downloads
- ebusd-23.3_armv7-bullseye_mqtt1.deb 288.09 KB 199 downloads
- ebusd-23.3_armv7-buster.deb 252.76 KB 124 downloads
- ebusd-23.3_armv7-buster_mqtt1.deb 278.57 KB 136 downloads
- Source code
Corresponding CSV configuration files:
Usage with ebusd version 3.2 or higher:
If you’re using ebusd in version 3.2 or higher, you can simply use the default option for the location of the configuration files that are served by ebusd.eu (see “–configpath” option).
Due to this new feature, no more packaged releases of this repository will be generated in future. If you intend to work on the configuration yourself, simply checkout this repository and point ebusd to your local folder with the latest version.
Latest release (for ebusd older than 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/**"