From a51fc4466be972cabd79dff362e5783bf00189a9 Mon Sep 17 00:00:00 2001 From: Roland Jax Date: Sat, 8 Nov 2014 16:05:12 +0100 Subject: [PATCH] README adapted. --- README | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README b/README index 986de79e..fe5c6c19 100644 --- a/README +++ b/README @@ -8,21 +8,24 @@ which is used in various heating systems. Features -------- - * send and receive ebus commands - - message types: Broadcast, Master-Master and Master-Slave - - collect data of cycle messages + * send and receive ebus commands for all ebus message types + (message types are: Broadcast, Master-Master and Master-Slave) + * collect data of cycle messages + * poll messages and collect received data + * write raw data into dump files (for debugging purpose) - * tcp socket multi session server (daemon commands) + * available daemon commands: - get fetch data from ebus participant - set adjust data of ebus participant - cyc fetch data from collected cycle messages - - hex send given hex value to ebus (ZZ PB SB NN Dx) - - - dump toggle dump on/off + - hex send given hex value to ebus (ZZPBSBNNDx) - log areas change log areas - log level change log level + - raw toggle raw data logging + - dump toggle raw data dumping + - reload reload ebus configuration - stop stop daemon @@ -62,6 +65,15 @@ Tools ebusctl - client program for ebusd. +local commands: + * 'feed' ebusd with raw data from dump files (or telnet) to ebusd + * 'scan' ebus and identifies the participants + +remote commands: + * connect to ebusd (socket) and execute server commands (see above) + +See ./ebusctl -h + For usage and further information take a look on help page.