42 lines
896 B
Plaintext
42 lines
896 B
Plaintext
ebus Daemon (ebusd) - README
|
|
============================
|
|
|
|
ebus (energy bus) is a bus system used in heating systems.
|
|
The 2-wire bus using a serial communication protocol.
|
|
|
|
|
|
Features:
|
|
=========
|
|
|
|
* ebus - send and receive ebus commands
|
|
- supported message types are Broadcast, Master-Master and Master-Slave
|
|
- escape/unescape byte sequences and calculate CRC for transfer
|
|
- collect data of cycle messages
|
|
|
|
* tcp socket based multi session server
|
|
|
|
Commands:
|
|
- get fetch data from ebus participant
|
|
- set adjust data of ebus participant
|
|
- cyc fetch data from collected cycle messages
|
|
- loglevel change loglevel
|
|
- quit close connection
|
|
- shutdown stop daemon
|
|
|
|
|
|
Build:
|
|
======
|
|
|
|
$ ./autogen.sh
|
|
$ ./configure
|
|
$ make
|
|
|
|
|
|
Daemon Configuration:
|
|
=====================
|
|
|
|
See ./ebusd -h
|
|
|
|
|
|
The author can be contacted at roland.jax@liwest.at.
|