2015-11-22 09:41:51 +01:00
2015-02-14 14:17:12 +01:00
2015-05-14 10:47:51 +02:00
2015-11-14 17:24:29 +01:00
2015-11-15 10:35:14 +01:00
2015-11-07 14:38:02 +01:00
2015-11-08 20:34:38 +01:00
2015-11-08 20:34:38 +01:00
2015-11-07 14:48:37 +01:00
2015-02-21 09:50:37 +01:00
2015-10-10 10:41:29 +02:00
2015-11-08 20:28:10 +01:00

ebusd - eBUS daemon

ebusd is a daemon for handling communication with eBUS devices connected to a 2-wire bus system ("energy bus" used by numerous heating systems).

Gitter

Features

The main features of the daemon are:

  • actively send messages to and receive answers from the eBUS
  • passively listen to messages sent on the eBUS
  • regularly poll for messages
  • scan for bus participants
  • cache all data
  • grab unknown messages
  • log messages and problems to a log file
  • dump sent/received bytes to the log file
  • dump received bytes to binary files for later playback/analysis
  • listen for client connections on a dedicated TCP port

Installation

Either pick the latest release package suitable for your system (see https://github.com/john30/ebusd/releases/latest) or build it yourself.

Building ebusd from the source requires the following packages and/or features:

  • autoconf (>=2.63)
  • automake (>=1.11)
  • g++
  • make
  • kernel with pselect or ppoll support
  • glibc with argp support or argp-standalone

To start the build process, run these commands:

./autogen.sh
make install

Documentation

Usage instructions and further information can be found here:

https://github.com/john30/ebusd/wiki

Configuration

The most important part of each ebusd installation is the message configuration. By default, only rudimentary messages are interpreted. Check the Wiki and/or the configuration repository:

https://github.com/john30/ebusd-configuration

Contact

For bugs and missing features use github issue system.

The author can be contacted at ebusd@ebusd.eu .

S
Description
No description provided
Readme
11 MiB
Languages
C++ 91.1%
Shell 3%
M4 1.9%
HTML 1.6%
CMake 0.9%
Other 1.4%