Ebus: Unterschied zwischen den Versionen

Aus Nicki Wiki
Zur Navigation springen Zur Suche springen
Zeile 12: Zeile 12:


  EBUSD_OPTS="--scanconfig=full -d /dev/ttyEBUS -p 8888 -l /var/log/ebusd.log --httpport=8889 --htmlpath=/var/ebusd/html --accesslevel=* --answer --mqtthost=localhost --mqttport=1883 --mqttjson"
  EBUSD_OPTS="--scanconfig=full -d /dev/ttyEBUS -p 8888 -l /var/log/ebusd.log --httpport=8889 --htmlpath=/var/ebusd/html --accesslevel=* --answer --mqtthost=localhost --mqttport=1883 --mqttjson"
ebusd -f -c /tmp --logareas bus --loglevel info --lograwdata=bytes

Version vom 12. Dezember 2021, 18:11 Uhr

ebus

Anleitung installation:

Konfiguration:

vim /etc/default/ebusd
service ebusd start
cat /var/log/ebusd.log

Autostart daemon:

sudo update-rc.d ebusd enable
EBUSD_OPTS="--scanconfig=full -d /dev/ttyEBUS -p 8888 -l /var/log/ebusd.log --httpport=8889 --htmlpath=/var/ebusd/html --accesslevel=* --answer --mqtthost=localhost --mqttport=1883 --mqttjson"
ebusd -f -c /tmp --logareas bus --loglevel info --lograwdata=bytes