Initial commit on github.
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
Reference in New Issue
Block a user