Initial commit on github.

This commit is contained in:
Roland Jax
2013-11-14 21:15:14 +01:00
parent 36fc9f23c2
commit 916ec20456
37 changed files with 8561 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
# type;class;cmd;comment;msg type: 1=BROAD, 2=MM, 3=MS;ZZ;PBSB;NN;D1D2D3;elements;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment
cyc;broad;date_time_temp;Datum, Uhrzeit und Aussentempertur;1;FE;0700;9;-;4;temp;md;1,2;d2b;1.0;°C;-;Temperatur;day;md;8;bdy;-;-;-;Wochentag;date;md;6,7,9;bda;-;-;-;Datum;time;md;5,4,3;bti;-;-;-;Uhrzeit
1 # type class cmd comment msg type: 1=BROAD, 2=MM, 3=MS ZZ PBSB NN D1D2D3 elements sub part position datatype factor unit valid comment sub part position datatype factor unit valid comment sub part position datatype factor unit valid comment sub part position datatype factor unit valid comment
2 cyc broad date_time_temp Datum, Uhrzeit und Aussentempertur 1 FE 0700 9 - 4 temp md 1,2 d2b 1.0 °C - Temperatur day md 8 bdy - - - Wochentag date md 6,7,9 bda - - - Datum time md 5,4,3 bti - - - Uhrzeit
+58
View File
@@ -0,0 +1,58 @@
# configuration file for ebusd
# bus address (FF)
#address=FF
# configuration directory of command files (/etc/ebusd)
#cfgdir=/etc/ebusd
# serial device (/dev/ttyUSB0)
#device=/dev/ttyUSB0
# extension of command files (csv)
#extension=csv
# run in foreground (NO | YES/NO)
#foreground=YES
# log level (INF | INF, NOT, WAR, ERR, DBG, EBH, EBS, NET, ALL)
#loglevel=ALL
# log file (/var/log/ebusd.log)
#logfile=/var/log/ebusd.log
# pid file (/var/run/ebusd.pid)
#pidfile=/var/run/ebusd.pid
# port (8888)
#port=8888
# dump raw ebus data to file (NO | YES/NO)
#rawdump=YES
# raw file (/tmp/ebusd.bin)
#rawfile=/tmp/ebusd.bin
# print raw data (NO | YES/NO)
#showraw=YES
# print daemon settings (NO | YES/NO)
#settings=YES
# allow only connection from localhost
#localhost=YES
# retry getting bus (3 | max: 10)
#get_retry=3
# skipped ACK bytes after get-bus error (1)
#skip_ack=1
# wait time for QQ compare (4000 uesc)
#max_wait=4000
# retry sending msg (2 | max: 10)
#send_retry=2
# number of printed hex bytes (30)
#print_size=30