8000 GitHub - olimeyer/ebusd: daemon for communication with eBUS heating systems
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ ebusd Public
forked from john30/ebusd

daemon for communication with eBUS heating systems

License

Notifications You must be signed in to change notification settings

olimeyer/ebusd

 
 

Repository files navigation

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).

Build Status codecov Gitter

Features

The main features of the daemon are:

  • use USB serial, TCP connected, or UDP device
  • actively send messages to and receive answers from the eBUS
  • passively listen to messages sent on the eBUS
  • regularly poll for messages
  • cache all messages
  • scan for bus participants
  • parse messages to human readable values by using CSV message configuration files
  • automatically pick CSV message configuration files by scan result
  • grab all messages on the eBUS
  • log messages and problems to a log file
  • capture sent/received bytes to a log file as text
  • dump received bytes to binary files for later playback/analysis
  • listen for client connections on a dedicated TCP port (command line style and/or HTTP)
  • optionally format messages and data in JSON on dedicated HTTP 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 .

About

daemon for communication with eBUS heating systems 5CB3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 87.4%
  • Shell 4.3%
  • HTML 3.7%
  • C 2.0%
  • CSS 1.4%
  • M4 0.7%
  • Makefile 0.5%
0