-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: ebusd 21.2.v21.2 - not recognizing all devices #398
Comments
are the parameter the same? |
Yes, parameters are same (posted in initial message). ebusd 3.4.v3.3-51-g57eae05
ebusd 21.2.v21.2
|
And ? |
please provide raw logs of the same period by starting with additional argument "--lograwdata=bytes"
really helpful comment btw |
Here you go:
|
the raw data is in /var/log/ebusd.log unless you add --lograwdatafile=... as well, so the log file provided does not reveal the missing info |
closed due to inactivity |
@john30
(I filtered this to only errors) There is one minute log raw:
|
@andrewt27 this is not related at all and the issue is closed for 2 years almost. |
Using eBUS Adapter on RasPi
Startup parameters: EBUSD_OPTS="--scanconfig=full -d /dev/ttyAMA0 --enablehex --latency=60000 --receivetimeout=50000 --sendretries=4 --accesslevel=* --mqtthost=x.x.x.x --mqttport=1883 --mqttuser=mqttuser --mqttpass=mqttpassword -l /var/logram/ebusd.log"
root@ebusd-raspberry:/etc/default# ebusctl info
version: ebusd 21.2.v21.2
access: *
signal: acquired
symbol rate: 14
max symbol rate: 67
min arbitration micros: 6
max arbitration micros: 8
min symbol latency: 17
max symbol latency: 21
reconnects: 0
masters: 3
messages: 438
conditional: 0
poll: 0
update: 8
address 03: master #11
address 08: slave #11
address 10: master #2
address 15: slave #2, scanned "MF=Vaillant;ID=70000;SW=0419;HW=4603", loaded "vaillant/15.700.csv"
address 26: slave
address 31: master #8, ebusd
address 36: slave #8, ebusd
After downgrade, less than 1 min:
root@ebusd-raspberry:/etc/default# ebusctl info
version: ebusd 3.4.v3.3-51-g57eae05
access: *
signal: acquired
symbol rate: 25
max symbol rate: 78
min arbitration micros: 12
max arbitration micros: 46
min symbol latency: 17
max symbol latency: 76
reconnects: 0
masters: 3
messages: 631
conditional: 3
poll: 0
update: 10
address 03: master #11
address 08: slave #11, scanned "MF=Vaillant;ID=BAI00;SW=0604;HW=5502", loaded "vaillant/bai.308523.inc", "vaillant/08.bai.csv"
address 10: master #2
address 15: slave #2, scanned "MF=Vaillant;ID=70000;SW=0419;HW=4603", loaded "vaillant/15.700.csv"
address 26: slave, scanned "MF=Vaillant;ID=VR_71;SW=0104;HW=0503"
address 31: master #8, ebusd
address 36: slave #8, ebusd
The text was updated successfully, but these errors were encountered: