eBus Schaltung in Betrieb nehmen

Begonnen von Reinhart, 23 Dezember 2015, 15:19:45

Vorheriges Thema - Nächstes Thema

Reinhart

also dein Adapter braucht 6 ms für eine Antwort und dazwischen kommen andere Telegramme.

2022-02-17 18:47:57.126 [bus notice] >03
2022-02-17 18:47:57.132 [bus notice] <03
2022-02-17 18:47:57.135 [bus notice] >0d         ## 0d wird gesendet
2022-02-17 18:47:57.137 [bus notice] <fd          ## am Bus kommt fd zurück, dass verursacht jetzt den nachfolgenden Fehler
2022-02-17 18:47:57.137 [bus error] send to 08: ERR: wrong symbol received, retry
2022-02-17 18:47:57.141 [bus notice] <0d        ## und jetzt erst kommt die Bestätigung
2022-02-17 18:47:57.178 [bus notice] <aa

solche timing Probleme hast mehrere in deinem Log.

versuch doch bitte mal und stell die latency auf 20000 zum testen!

LG
FHEM auf Raspy4 mit Bullseye + SSD, Homematic, ESP8266, ESP32, Sonoff, eBus, NanoCUL, MapleCUL, , MQTT2, Alexa

john30

Zitat von: baumhous3 am 15 Februar 2022, 14:22:35
pi@raspberrypi:~ $ systemctl status ebusd.service
● ebusd.service - ebusd, the daemon for communication with eBUS heating systems.

dein OS ist systemd basiert und damit solltest Du nicht die EBUSD_OPTSX verwenden, sondern Kopien von /usr/lib/systemd/system/ebusd.service erstellen, wie es auch direkt in /etc/default/ebusd beschrieben ist
author of ebusd

john30

Zitat von: Holzbein am 13 Februar 2022, 07:10:39
den Prozess in den Vordergrund zu bringen um das Poti einstellen zu können, bekomme ich folgende Anzeige:
luca@ubu-bh:~$ ebusd -f -c /tmp --logareas bus --loglevel info -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6923A0-if00-port0
2022-02-13 05:57:31.202 [bus error] unable to open /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6923A0-if00-port0: ERR: element not found
2022-02-13 05:57:31.202 [bus notice] bus started with own address 31/36
2022-02-13 05:57:31.202 [bus notice] device invalid

Du lässt das als User "luca" laufen und der hata vermutlich keine Recht, das /dev/serial/... zu öffnen. Also entweder zu root User wechseln oder dem "luca" User entsprechende Rechte an den Devices einräumen (am besten via groups).
author of ebusd

john30

Zitat von: tho-mas am 10 Februar 2022, 23:56:02
Ich wollte zunächst einmal den ebusdämonen installieren. Aber da fangen die Schwierigkeiten schon an: Was von

ebusd-21.3_386-bullseye.deb 275 KB
ebusd-21.3_386-bullseye_mqtt1.deb 291 KB
...
ebusd-21.3_armv7-stretch_mqtt1.deb


ist denn nun "zuständig"? Bei meinem Raspberry Pi 4B+ habe ich "ebusd-21.3_arm64-bullseye.deb" vermutet. Leider meckert der Pi aber, falsche Version.
ein paar Linux Grundlagen sollte man voraussetzen dürfen und auch welche Distribution läuft. An der Quelle dieser Files steht auch folgendes:
ZitatDebian 11 (Bullseye), 10 (Buster), and 9 (Stretch) install packages for amd64, 386, armv7 (Raspberry Pi 2/3/4), and arm64 (Raspberry Pi 3/4 64 bit) are attached and will also be made available soon in the Debian repository as described here.
Am besten Du nimmst das Repo, siehe hier: https://github.com/john30/ebusd-debian/blob/master/README.md
Aber auch da musst Du die richtige Distribution auswählen.
author of ebusd

skiworker

#1804
Hallo Reinhart,

habe die latency versuchsweise auf 20000 eingestellt, auch das brachte kein Erfolg.

Hier der Log dazu:


2022-02-19 09:37:04.397 [bus notice] <aa
2022-02-19 09:37:04.397 [bus notice] >31
2022-02-19 09:37:04.403 [bus notice] <31
2022-02-19 09:37:04.406 [bus notice] >08
2022-02-19 09:37:04.411 [bus notice] <08
2022-02-19 09:37:04.414 [bus notice] >b5
2022-02-19 09:37:04.420 [bus notice] <b5
2022-02-19 09:37:04.423 [bus notice] >09
2022-02-19 09:37:04.428 [bus notice] <09
2022-02-19 09:37:04.431 [bus notice] >03
2022-02-19 09:37:04.436 [bus notice] <03
2022-02-19 09:37:04.439 [bus notice] >0d
2022-02-19 09:37:04.442 [bus notice] <f5
2022-02-19 09:37:04.442 [bus error] send to 08: ERR: wrong symbol received, retry
2022-02-19 09:37:04.445 [bus notice] <c3
2022-02-19 09:37:04.483 [bus notice] <aa
2022-02-19 09:37:04.483 [bus notice] >31
2022-02-19 09:37:04.489 [bus notice] <31
2022-02-19 09:37:04.492 [bus notice] >08
2022-02-19 09:37:04.497 [bus notice] <08
2022-02-19 09:37:04.500 [bus notice] >b5
2022-02-19 09:37:04.506 [bus notice] <b5
2022-02-19 09:37:04.508 [bus notice] >09
2022-02-19 09:37:04.514 [bus notice] <09
2022-02-19 09:37:04.517 [bus notice] >03
2022-02-19 09:37:04.522 [bus notice] <03
2022-02-19 09:37:04.525 [bus notice] >0d
2022-02-19 09:37:04.526 [bus notice] <aa
2022-02-19 09:37:04.526 [bus error] send to 08: ERR: SYN received, retry
2022-02-19 09:37:04.530 [bus notice] <0d
2022-02-19 09:37:04.571 [bus notice] <aa
2022-02-19 09:37:04.571 [bus notice] >31
2022-02-19 09:37:04.576 [bus notice] <31
2022-02-19 09:37:04.580 [bus notice] >08
2022-02-19 09:37:04.585 [bus notice] <08
2022-02-19 09:37:04.588 [bus notice] >b5
2022-02-19 09:37:04.593 [bus notice] <b5
2022-02-19 09:37:04.596 [bus notice] >09
2022-02-19 09:37:04.601 [bus notice] <09
2022-02-19 09:37:04.604 [bus notice] >03
2022-02-19 09:37:04.610 [bus notice] <03
2022-02-19 09:37:04.613 [bus notice] >0d
2022-02-19 09:37:04.614 [bus notice] <f5
2022-02-19 09:37:04.615 [bus error] send to 08: ERR: wrong symbol received
2022-02-19 09:37:04.615 [bus error] send message part 0: ERR: wrong symbol received
2022-02-19 09:37:04.618 [bus notice] <0d
2022-02-19 09:37:04.656 [bus notice] <aa
2022-02-19 09:37:04.701 [bus notice] <aa
2022-02-19 09:37:04.742 [bus notice] <aa
2022-02-19 09:37:04.786 [bus notice] <aa
2022-02-19 09:37:04.830 [bus notice] <aa
2022-02-19 09:37:04.872 [bus notice] <aa
2022-02-19 09:37:04.916 [bus notice] <aa
2022-02-19 09:37:04.959 [bus notice] <aa
2022-02-19 09:37:05.002 [bus notice] <aa
2022-02-19 09:37:05.046 [bus notice] <aa
2022-02-19 09:37:05.089 [bus notice] <aa
2022-02-19 09:37:05.133 [bus notice] <aa
2022-02-19 09:37:05.176 [bus notice] <aa
2022-02-19 09:37:05.221 [bus notice] <aa
2022-02-19 09:37:05.264 [bus notice] <aa
2022-02-19 09:37:05.307 [bus notice] <aa
2022-02-19 09:37:05.351 [bus notice] <aa
2022-02-19 09:37:05.393 [bus notice] <aa
2022-02-19 09:37:05.437 [bus notice] <aa
2022-02-19 09:37:05.480 [bus notice] <aa
2022-02-19 09:37:05.523 [bus notice] <aa
2022-02-19 09:37:05.567 [bus notice] <aa
2022-02-19 09:37:05.610 [bus notice] <aa
2022-02-19 09:37:05.653 [bus notice] <aa
2022-02-19 09:37:05.696 [bus notice] <aa
2022-02-19 09:37:05.739 [bus notice] <aa
2022-02-19 09:37:05.782 [bus notice] <aa
2022-02-19 09:37:05.826 [bus notice] <aa
2022-02-19 09:37:05.869 [bus notice] <aa
2022-02-19 09:37:05.912 [bus notice] <aa
2022-02-19 09:37:05.956 [bus notice] <aa
2022-02-19 09:37:05.998 [bus notice] <aa
2022-02-19 09:37:06.042 [bus notice] <aa
2022-02-19 09:37:06.085 [bus notice] <aa
2022-02-19 09:37:06.128 [bus notice] <aa
2022-02-19 09:37:06.171 [bus notice] <aa
2022-02-19 09:37:06.214 [bus notice] <aa
2022-02-19 09:37:06.258 [bus notice] <aa
2022-02-19 09:37:06.301 [bus notice] <aa
2022-02-19 09:37:06.344 [bus notice] <aa
2022-02-19 09:37:06.388 [bus notice] <aa
2022-02-19 09:37:06.430 [bus notice] <aa
2022-02-19 09:37:06.474 [bus notice] <aa
2022-02-19 09:37:06.517 [bus notice] <aa
2022-02-19 09:37:06.561 [bus notice] <aa
2022-02-19 09:37:06.604 [bus notice] <aa
2022-02-19 09:37:06.648 [bus notice] <aa
2022-02-19 09:37:06.691 [bus notice] <aa
2022-02-19 09:37:06.734 [bus notice] <aa
2022-02-19 09:37:06.777 [bus notice] <aa
2022-02-19 09:37:06.820 [bus notice] <aa
2022-02-19 09:37:06.864 [bus notice] <aa
2022-02-19 09:37:06.907 [bus notice] <aa
2022-02-19 09:37:06.950 [bus notice] <aa
2022-02-19 09:37:06.994 [bus notice] <aa
2022-02-19 09:37:07.036 [bus notice] <aa
2022-02-19 09:37:07.080 [bus notice] <aa
2022-02-19 09:37:07.124 [bus notice] <aa
2022-02-19 09:37:07.167 [bus notice] <aa
2022-02-19 09:37:07.211 [bus notice] <aa
2022-02-19 09:37:07.255 [bus notice] <aa
2022-02-19 09:37:07.298 [bus notice] <aa
2022-02-19 09:37:07.341 [bus notice] <aa
2022-02-19 09:37:07.385 [bus notice] <aa
2022-02-19 09:37:07.428 [bus notice] <aa
2022-02-19 09:37:07.471 [bus notice] <aa
2022-02-19 09:37:07.515 [bus notice] <aa
2022-02-19 09:37:07.557 [bus notice] <aa
2022-02-19 09:37:07.601 [bus notice] <aa
2022-02-19 09:37:07.644 [bus notice] <aa
2022-02-19 09:37:07.686 [bus notice] <aa
2022-02-19 09:37:07.730 [bus notice] <aa
2022-02-19 09:37:07.773 [bus notice] <aa
2022-02-19 09:37:07.817 [bus notice] <aa
2022-02-19 09:37:07.860 [bus notice] <aa
2022-02-19 09:37:07.903 [bus notice] <aa
2022-02-19 09:37:07.947 [bus notice] <aa
2022-02-19 09:37:07.989 [bus notice] <aa
2022-02-19 09:37:08.032 [bus notice] <aa
2022-02-19 09:37:08.077 [bus notice] <aa
2022-02-19 09:37:08.120 [bus notice] <aa
2022-02-19 09:37:08.162 [bus notice] <aa
2022-02-19 09:37:08.207 [bus notice] <aa
2022-02-19 09:37:08.250 [bus notice] <aa
2022-02-19 09:37:08.293 [bus notice] <aa
2022-02-19 09:37:08.336 [bus notice] <aa
2022-02-19 09:37:08.379 [bus notice] <aa
2022-02-19 09:37:08.422 [bus notice] <aa
2022-02-19 09:37:08.465 [bus notice] <aa
2022-02-19 09:37:08.508 [bus notice] <aa
2022-02-19 09:37:08.552 [bus notice] <aa
2022-02-19 09:37:08.595 [bus notice] <aa
2022-02-19 09:37:08.639 [bus notice] <aa
2022-02-19 09:37:08.682 [bus notice] <aa
2022-02-19 09:37:08.724 [bus notice] <aa
2022-02-19 09:37:08.768 [bus notice] <aa
2022-02-19 09:37:08.811 [bus notice] <aa
2022-02-19 09:37:08.854 [bus notice] <aa
2022-02-19 09:37:08.898 [bus notice] <aa
2022-02-19 09:37:08.941 [bus notice] <aa
2022-02-19 09:37:08.984 [bus notice] <aa
2022-02-19 09:37:09.027 [bus notice] <aa
2022-02-19 09:37:09.070 [bus notice] <aa
2022-02-19 09:37:09.114 [bus notice] <aa
2022-02-19 09:37:09.157 [bus notice] <aa
2022-02-19 09:37:09.200 [bus notice] <aa
2022-02-19 09:37:09.244 [bus notice] <aa
2022-02-19 09:37:09.287 [bus notice] <aa
2022-02-19 09:37:09.330 [bus notice] <aa
2022-02-19 09:37:09.373 [bus notice] <aa
2022-02-19 09:37:09.416 [bus notice] <aa
2022-02-19 09:37:09.459 [bus notice] <aa
2022-02-19 09:37:09.502 [bus notice] <aa
2022-02-19 09:37:09.545 [bus notice] <aa
2022-02-19 09:37:09.589 [bus notice] <aa
2022-02-19 09:37:09.632 [bus notice] <aa
2022-02-19 09:37:09.676 [bus notice] <aa
2022-02-19 09:37:09.719 [bus notice] <aa
2022-02-19 09:37:09.761 [bus notice] <aa
2022-02-19 09:37:09.805 [bus notice] <aa
2022-02-19 09:37:09.848 [bus notice] <aa
2022-02-19 09:37:09.891 [bus notice] <aa
2022-02-19 09:37:09.935 [bus notice] <aa
2022-02-19 09:37:09.978 [bus notice] <aa
2022-02-19 09:37:10.021 [bus notice] <aa
2022-02-19 09:37:10.066 [bus notice] <aa
2022-02-19 09:37:10.110 [bus notice] <aa
2022-02-19 09:37:10.153 [bus notice] <aa
2022-02-19 09:37:10.197 [bus notice] <aa
2022-02-19 09:37:10.241 [bus notice] <aa
2022-02-19 09:37:10.283 [bus notice] <aa
2022-02-19 09:37:10.327 [bus notice] <aa
2022-02-19 09:37:10.370 [bus notice] <aa
2022-02-19 09:37:10.413 [bus notice] <aa
2022-02-19 09:37:10.457 [bus notice] <aa
2022-02-19 09:37:10.500 [bus notice] <aa
2022-02-19 09:37:10.543 [bus notice] <aa
2022-02-19 09:37:10.586 [bus notice] <aa
2022-02-19 09:37:10.629 [bus notice] <aa
2022-02-19 09:37:10.673 [bus notice] <aa
2022-02-19 09:37:10.715 [bus notice] <aa
2022-02-19 09:37:10.758 [bus notice] <aa
2022-02-19 09:37:10.802 [bus notice] <aa
2022-02-19 09:37:10.845 [bus notice] <aa
2022-02-19 09:37:10.888 [bus notice] <aa
2022-02-19 09:37:10.932 [bus notice] <aa
2022-02-19 09:37:10.975 [bus notice] <aa
2022-02-19 09:37:11.018 [bus notice] <aa
2022-02-19 09:37:11.062 [bus notice] <aa
2022-02-19 09:37:11.105 [bus notice] <aa
2022-02-19 09:37:11.149 [bus notice] <aa
2022-02-19 09:37:11.191 [bus notice] <aa
2022-02-19 09:37:11.234 [bus notice] <aa
2022-02-19 09:37:11.278 [bus notice] <aa
2022-02-19 09:37:11.320 [bus notice] <aa
2022-02-19 09:37:11.364 [bus notice] <aa
2022-02-19 09:37:11.407 [bus notice] <aa
2022-02-19 09:37:11.450 [bus notice] <aa
2022-02-19 09:37:11.494 [bus notice] <aa
2022-02-19 09:37:11.537 [bus notice] <aa
2022-02-19 09:37:11.580 [bus notice] <aa
2022-02-19 09:37:11.623 [bus notice] <aa
2022-02-19 09:37:11.666 [bus notice] <aa
2022-02-19 09:37:11.710 [bus notice] <aa
2022-02-19 09:37:11.752 [bus notice] <aa
2022-02-19 09:37:11.796 [bus notice] <aa
2022-02-19 09:37:11.839 [bus notice] <aa
2022-02-19 09:37:11.883 [bus notice] <aa
2022-02-19 09:37:11.925 [bus notice] <aa
2022-02-19 09:37:11.970 [bus notice] <aa
2022-02-19 09:37:12.013 [bus notice] <aa
2022-02-19 09:37:12.056 [bus notice] <aa
2022-02-19 09:37:12.099 [bus notice] <aa
2022-02-19 09:37:12.142 [bus notice] <aa
2022-02-19 09:37:12.186 [bus notice] <aa
2022-02-19 09:37:12.229 [bus notice] <aa
2022-02-19 09:37:12.272 [bus notice] <aa
2022-02-19 09:37:12.316 [bus notice] <aa
2022-02-19 09:37:12.358 [bus notice] <aa
2022-02-19 09:37:12.401 [bus notice] <aa
2022-02-19 09:37:12.445 [bus notice] <aa
2022-02-19 09:37:12.487 [bus notice] <aa
2022-02-19 09:37:12.531 [bus notice] <aa
2022-02-19 09:37:12.574 [bus notice] <aa
2022-02-19 09:37:12.617 [bus notice] <aa
2022-02-19 09:37:12.661 [bus notice] <aa
2022-02-19 09:37:12.704 [bus notice] <aa
2022-02-19 09:37:12.747 [bus notice] <aa
2022-02-19 09:37:12.790 [bus notice] <aa
2022-02-19 09:37:12.833 [bus notice] <aa
2022-02-19 09:37:12.877 [bus notice] <aa
2022-02-19 09:37:12.920 [bus notice] <aa
2022-02-19 09:37:12.965 [bus notice] <aa
2022-02-19 09:37:13.007 [bus notice] <aa
2022-02-19 09:37:13.050 [bus notice] <aa
2022-02-19 09:37:13.050 [bus notice] >31
2022-02-19 09:37:13.056 [bus notice] <31
2022-02-19 09:37:13.058 [bus notice] >15
2022-02-19 09:37:13.063 [bus notice] <15
2022-02-19 09:37:13.066 [bus notice] >b5
2022-02-19 09:37:13.072 [bus notice] <b5
2022-02-19 09:37:13.074 [bus notice] >24
2022-02-19 09:37:13.080 [bus notice] <24
2022-02-19 09:37:13.083 [bus notice] >06
2022-02-19 09:37:13.088 [bus notice] <06
2022-02-19 09:37:13.091 [bus notice] >02
2022-02-19 09:37:13.092 [bus notice] <aa
2022-02-19 09:37:13.092 [bus error] send to 15: ERR: SYN received, retry
2022-02-19 09:37:13.097 [bus notice] <02
2022-02-19 09:37:13.136 [bus notice] <aa
2022-02-19 09:37:13.136 [bus notice] >31
2022-02-19 09:37:13.140 [bus notice] <10
2022-02-19 09:37:13.144 [bus notice] <08
2022-02-19 09:37:13.149 [bus notice] <b5
2022-02-19 09:37:13.153 [bus notice] <11
2022-02-19 09:37:13.157 [bus notice] <01
2022-02-19 09:37:13.161 [bus notice] <01
2022-02-19 09:37:13.165 [bus notice] <89
2022-02-19 09:37:13.171 [bus notice] <00
2022-02-19 09:37:13.181 [bus notice] <09
2022-02-19 09:37:13.185 [bus notice] <55
2022-02-19 09:37:13.189 [bus notice] <47
2022-02-19 09:37:13.193 [bus notice] <00
2022-02-19 09:37:13.198 [bus notice] <06
2022-02-19 09:37:13.202 [bus notice] <49
2022-02-19 09:37:13.206 [bus notice] <63
2022-02-19 09:37:13.210 [bus notice] <01
2022-02-19 09:37:13.214 [bus notice] <00
2022-02-19 09:37:13.218 [bus notice] <ff
2022-02-19 09:37:13.223 [bus notice] <ac
2022-02-19 09:37:13.227 [bus notice] <00
2022-02-19 09:37:13.228 [update notice] received read bai Status01 QQ=10: 42.5;35.5;6.000;36.5;49.5;on
2022-02-19 09:37:13.231 [bus notice] <aa
2022-02-19 09:37:13.274 [bus notice] <aa
2022-02-19 09:37:13.274 [bus notice] >31
2022-02-19 09:37:13.280 [bus notice] <31
2022-02-19 09:37:13.283 [bus notice] >15
2022-02-19 09:37:13.288 [bus notice] <15
2022-02-19 09:37:13.291 [bus notice] >b5
2022-02-19 09:37:13.296 [bus notice] <b5
2022-02-19 09:37:13.299 [bus notice] >24
2022-02-19 09:37:13.304 [bus notice] <24
2022-02-19 09:37:13.307 [bus notice] >06
2022-02-19 09:37:13.313 [bus notice] <06
2022-02-19 09:37:13.316 [bus notice] >02
2022-02-19 09:37:13.317 [bus notice] <2a
2022-02-19 09:37:13.317 [bus error] send to 15: ERR: wrong symbol received, retry
2022-02-19 09:37:13.322 [bus notice] <81
2022-02-19 09:37:13.362 [bus notice] <aa
2022-02-19 09:37:13.362 [bus notice] >31
2022-02-19 09:37:13.368 [bus notice] <31
2022-02-19 09:37:13.370 [bus notice] >15
2022-02-19 09:37:13.376 [bus notice] <15
2022-02-19 09:37:13.379 [bus notice] >b5
2022-02-19 09:37:13.384 [bus notice] <b5
2022-02-19 09:37:13.387 [bus notice] >24
2022-02-19 09:37:13.392 [bus notice] <24
2022-02-19 09:37:13.395 [bus notice] >06
2022-02-19 09:37:13.401 [bus notice] <06
2022-02-19 09:37:13.403 [bus notice] >02
2022-02-19 09:37:13.405 [bus notice] <aa
2022-02-19 09:37:13.405 [bus error] send to 15: ERR: SYN received
2022-02-19 09:37:13.405 [bus error] send message part 0: ERR: SYN received
2022-02-19 09:37:13.409 [bus notice] <00
2022-02-19 09:37:13.414 [bus notice] <08
2022-02-19 09:37:13.418 [bus notice] <b5
2022-02-19 09:37:13.422 [bus notice] <10
2022-02-19 09:37:13.426 [bus notice] <09
2022-02-19 09:37:13.431 [bus notice] <00
2022-02-19 09:37:13.435 [bus notice] <00
2022-02-19 09:37:13.439 [bus notice] <55
2022-02-19 09:37:13.443 [bus notice] <ff
2022-02-19 09:37:13.447 [bus notice] <ff
2022-02-19 09:37:13.452 [bus notice] <ff
2022-02-19 09:37:13.456 [bus notice] <00
2022-02-19 09:37:13.460 [bus notice] <00
2022-02-19 09:37:13.464 [bus notice] <00
2022-02-19 09:37:13.468 [bus notice] <c9
2022-02-19 09:37:13.474 [bus notice] <00
2022-02-19 09:37:13.482 [bus notice] <01
2022-02-19 09:37:13.486 [bus notice] <01
2022-02-19 09:37:13.490 [bus notice] <9a
2022-02-19 09:37:13.494 [bus notice] <00
2022-02-19 09:37:13.499 [bus notice] <aa
2022-02-19 09:37:13.542 [bus notice] <aa
2022-02-19 09:37:13.585 [bus notice] <aa
2022-02-19 09:37:13.629 [bus notice] <aa
2022-02-19 09:37:13.672 [bus notice] <aa
2022-02-19 09:37:13.676 [bus notice] <10
2022-02-19 09:37:13.680 [bus notice] <08
2022-02-19 09:37:13.685 [bus notice] <b5
2022-02-19 09:37:13.689 [bus notice] <11
2022-02-19 09:37:13.693 [bus notice] <01
2022-02-19 09:37:13.699 [bus notice] <02
2022-02-19 09:37:13.702 [bus notice] <8a
2022-02-19 09:37:13.707 [bus notice] <00
2022-02-19 09:37:13.718 [bus notice] <06
2022-02-19 09:37:13.722 [bus notice] <03
2022-02-19 09:37:13.726 [bus notice] <3c
2022-02-19 09:37:13.730 [bus notice] <82
2022-02-19 09:37:13.734 [bus notice] <46
2022-02-19 09:37:13.739 [bus notice] <82
2022-02-19 09:37:13.743 [bus notice] <6e
2022-02-19 09:37:13.747 [bus notice] <cf
2022-02-19 09:37:13.751 [bus notice] <00
2022-02-19 09:37:13.752 [update notice] received read bai Status02 QQ=10: auto;60;65.0;70;65.0
2022-02-19 09:37:13.755 [bus notice] <aa
2022-02-19 09:37:13.800 [bus notice] <aa
2022-02-19 09:37:13.843 [bus notice] <aa
2022-02-19 09:37:13.886 [bus notice] <aa
2022-02-19 09:37:13.930 [bus notice] <aa
2022-02-19 09:37:13.973 [bus notice] <aa
2022-02-19 09:37:14.016 [bus notice] <aa
2022-02-19 09:37:14.060 [bus notice] <aa
2022-02-19 09:37:14.103 [bus notice] <aa
2022-02-19 09:37:14.146 [bus notice] <aa
2022-02-19 09:37:14.189 [bus notice] <aa
2022-02-19 09:37:14.232 [bus notice] <aa
2022-02-19 09:37:14.276 [bus notice] <aa
2022-02-19 09:37:14.319 [bus notice] <aa
2022-02-19 09:37:14.362 [bus notice] <aa
2022-02-19 09:37:14.406 [bus notice] <aa
2022-02-19 09:37:14.448 [bus notice] <aa
2022-02-19 09:37:14.491 [bus notice] <aa
2022-02-19 09:37:14.535 [bus notice] <aa
2022-02-19 09:37:14.578 [bus notice] <aa
2022-02-19 09:37:14.622 [bus notice] <aa
2022-02-19 09:37:14.665 [bus notice] <aa
2022-02-19 09:37:14.708 [bus notice] <aa
2022-02-19 09:37:14.751 [bus notice] <aa
2022-02-19 09:37:14.794 [bus notice] <aa
2022-02-19 09:37:14.837 [bus notice] <aa
2022-02-19 09:37:14.880 [bus notice] <aa
2022-02-19 09:37:14.923 [bus notice] <aa
2022-02-19 09:37:14.967 [bus notice] <aa
2022-02-19 09:37:15.010 [bus notice] <aa
2022-02-19 09:37:15.053 [bus notice] <aa
2022-02-19 09:37:15.097 [bus notice] <aa
2022-02-19 09:37:15.140 [bus notice] <aa
2022-02-19 09:37:15.183 [bus notice] <aa
2022-02-19 09:37:15.226 [bus notice] <aa
2022-02-19 09:37:15.269 [bus notice] <aa
2022-02-19 09:37:15.313 [bus notice] <aa
2022-02-19 09:37:15.356 [bus notice] <aa
2022-02-19 09:37:15.399 [bus notice] <aa
2022-02-19 09:37:15.443 [bus notice] <aa
2022-02-19 09:37:15.485 [bus notice] <aa
2022-02-19 09:37:15.528 [bus notice] <aa
2022-02-19 09:37:15.572 [bus notice] <aa
2022-02-19 09:37:15.615 [bus notice] <aa
2022-02-19 09:37:15.658 [bus notice] <aa
2022-02-19 09:37:15.702 [bus notice] <aa
2022-02-19 09:37:15.745 [bus notice] <aa
2022-02-19 09:37:15.789 [bus notice] <aa
2022-02-19 09:37:15.832 [bus notice] <aa
2022-02-19 09:37:15.875 [bus notice] <aa
2022-02-19 09:37:15.918 [bus notice] <aa
2022-02-19 09:37:15.961 [bus notice] <aa
2022-02-19 09:37:16.005 [bus notice] <aa
2022-02-19 09:37:16.048 [bus notice] <aa
2022-02-19 09:37:16.091 [bus notice] <aa
2022-02-19 09:37:16.135 [bus notice] <aa
2022-02-19 09:37:16.178 [bus notice] <aa
2022-02-19 09:37:16.221 [bus notice] <aa
2022-02-19 09:37:16.264 [bus notice] <aa
2022-02-19 09:37:16.307 [bus notice] <aa
2022-02-19 09:37:16.350 [bus notice] <aa
2022-02-19 09:37:16.394 [bus notice] <aa
2022-02-19 09:37:16.437 [bus notice] <aa
2022-02-19 09:37:16.480 [bus notice] <aa
2022-02-19 09:37:16.523 [bus notice] <aa
2022-02-19 09:37:16.566 [bus notice] <aa
2022-02-19 09:37:16.610 [bus notice] <aa
2022-02-19 09:37:16.652 [bus notice] <aa
2022-02-19 09:37:16.696 [bus notice] <aa
2022-02-19 09:37:16.739 [bus notice] <aa
2022-02-19 09:37:16.782 [bus notice] <aa
2022-02-19 09:37:16.826 [bus notice] <aa
2022-02-19 09:37:16.869 [bus notice] <aa
2022-02-19 09:37:16.912 [bus notice] <aa
2022-02-19 09:37:16.955 [bus notice] <aa
2022-02-19 09:37:16.998 [bus notice] <aa
2022-02-19 09:37:17.041 [bus notice] <aa
2022-02-19 09:37:17.085 [bus notice] <aa
2022-02-19 09:37:17.128 [bus notice] <aa
2022-02-19 09:37:17.171 [bus notice] <aa
2022-02-19 09:37:17.215 [bus notice] <aa
2022-02-19 09:37:17.257 [bus notice] <aa
2022-02-19 09:37:17.301 [bus notice] <aa
2022-02-19 09:37:17.345 [bus notice] <aa
2022-02-19 09:37:17.387 [bus notice] <aa
2022-02-19 09:37:17.431 [bus notice] <aa
2022-02-19 09:37:17.474 [bus notice] <aa
2022-02-19 09:37:17.518 [bus notice] <aa
2022-02-19 09:37:17.561 [bus notice] <aa
2022-02-19 09:37:17.604 [bus notice] <aa
2022-02-19 09:37:17.648 [bus notice] <aa
2022-02-19 09:37:17.690 [bus notice] <aa
2022-02-19 09:37:17.733 [bus notice] <aa
2022-02-19 09:37:17.777 [bus notice] <aa
2022-02-19 09:37:17.820 [bus notice] <aa
2022-02-19 09:37:17.863 [bus notice] <aa
2022-02-19 09:37:17.907 [bus notice] <aa
2022-02-19 09:37:17.950 [bus notice] <aa
2022-02-19 09:37:17.993 [bus notice] <aa
2022-02-19 09:37:18.036 [bus notice] <aa
2022-02-19 09:37:18.079 [bus notice] <aa
2022-02-19 09:37:18.123 [bus notice] <aa
2022-02-19 09:37:18.166 [bus notice] <aa
2022-02-19 09:37:18.209 [bus notice] <aa
2022-02-19 09:37:18.253 [bus notice] <aa
2022-02-19 09:37:18.295 [bus notice] <aa
2022-02-19 09:37:18.339 [bus notice] <aa
2022-02-19 09:37:18.382 [bus notice] <aa
2022-02-19 09:37:18.424 [bus notice] <aa
2022-02-19 09:37:18.468 [bus notice] <aa
2022-02-19 09:37:18.511 [bus notice] <aa
2022-02-19 09:37:18.554 [bus notice] <aa
2022-02-19 09:37:18.598 [bus notice] <aa
2022-02-19 09:37:18.641 [bus notice] <aa
2022-02-19 09:37:18.684 [bus notice] <aa
2022-02-19 09:37:18.727 [bus notice] <aa
2022-02-19 09:37:18.770 [bus notice] <aa
2022-02-19 09:37:18.814 [bus notice] <aa
2022-02-19 09:37:18.857 [bus notice] <aa
2022-02-19 09:37:18.901 [bus notice] <aa
2022-02-19 09:37:18.944 [bus notice] <aa
2022-02-19 09:37:18.987 [bus notice] <aa
2022-02-19 09:37:19.031 [bus notice] <aa
2022-02-19 09:37:19.073 [bus notice] <aa
2022-02-19 09:37:19.117 [bus notice] <aa
2022-02-19 09:37:19.160 [bus notice] <aa
2022-02-19 09:37:19.203 [bus notice] <aa
2022-02-19 09:37:19.246 [bus notice] <aa
2022-02-19 09:37:19.290 [bus notice] <aa
2022-02-19 09:37:19.333 [bus notice] <aa
2022-02-19 09:37:19.377 [bus notice] <aa
2022-02-19 09:37:19.420 [bus notice] <aa
2022-02-19 09:37:19.462 [bus notice] <aa
2022-02-19 09:37:19.506 [bus notice] <aa
2022-02-19 09:37:19.549 [bus notice] <aa
2022-02-19 09:37:19.592 [bus notice] <aa
2022-02-19 09:37:19.636 [bus notice] <aa
2022-02-19 09:37:19.679 [bus notice] <aa
2022-02-19 09:37:19.722 [bus notice] <aa
2022-02-19 09:37:19.765 [bus notice] <aa
2022-02-19 09:37:19.808 [bus notice] <aa
2022-02-19 09:37:19.852 [bus notice] <aa
2022-02-19 09:37:19.895 [bus notice] <aa
2022-02-19 09:37:19.938 [bus notice] <aa
2022-02-19 09:37:19.982 [bus notice] <aa
2022-02-19 09:37:20.025 [bus notice] <aa
2022-02-19 09:37:20.068 [bus notice] <aa
2022-02-19 09:37:20.111 [bus notice] <aa
2022-02-19 09:37:20.154 [bus notice] <aa
2022-02-19 09:37:20.197 [bus notice] <aa
2022-02-19 09:37:20.240 [bus notice] <aa
2022-02-19 09:37:20.283 [bus notice] <aa
2022-02-19 09:37:20.327 [bus notice] <aa
2022-02-19 09:37:20.370 [bus notice] <aa
2022-02-19 09:37:20.413 [bus notice] <aa
2022-02-19 09:37:20.457 [bus notice] <aa
2022-02-19 09:37:20.499 [bus notice] <aa
2022-02-19 09:37:20.543 [bus notice] <aa
2022-02-19 09:37:20.586 [bus notice] <aa
2022-02-19 09:37:20.629 [bus notice] <aa
2022-02-19 09:37:20.673 [bus notice] <aa
2022-02-19 09:37:20.716 [bus notice] <aa
2022-02-19 09:37:20.759 [bus notice] <aa
2022-02-19 09:37:20.802 [bus notice] <aa
2022-02-19 09:37:20.845 [bus notice] <aa
2022-02-19 09:37:20.889 [bus notice] <aa
2022-02-19 09:37:20.934 [bus notice] <aa
2022-02-19 09:37:20.976 [bus notice] <aa
2022-02-19 09:37:21.020 [bus notice] <aa
2022-02-19 09:37:21.063 [bus notice] <aa
2022-02-19 09:37:21.105 [bus notice] <aa
2022-02-19 09:37:21.149 [bus notice] <aa
2022-02-19 09:37:21.192 [bus notice] <aa
2022-02-19 09:37:21.235 [bus notice] <aa
2022-02-19 09:37:21.278 [bus notice] <aa
2022-02-19 09:37:21.321 [bus notice] <aa
2022-02-19 09:37:21.365 [bus notice] <aa
2022-02-19 09:37:21.408 [bus notice] <aa
2022-02-19 09:37:21.451 [bus notice] <aa
2022-02-19 09:37:21.495 [bus notice] <aa
2022-02-19 09:37:21.537 [bus notice] <aa
2022-02-19 09:37:21.581 [bus notice] <aa
2022-02-19 09:37:21.624 [bus notice] <aa
2022-02-19 09:37:21.667 [bus notice] <aa
2022-02-19 09:37:21.711 [bus notice] <aa
2022-02-19 09:37:21.754 [bus notice] <aa
2022-02-19 09:37:21.797 [bus notice] <aa
2022-02-19 09:37:21.840 [bus notice] <aa
2022-02-19 09:37:21.883 [bus notice] <aa
2022-02-19 09:37:21.927 [bus notice] <aa
2022-02-19 09:37:21.969 [bus notice] <aa
2022-02-19 09:37:22.012 [bus notice] <aa
2022-02-19 09:37:22.056 [bus notice] <aa
2022-02-19 09:37:22.099 [bus notice] <aa
2022-02-19 09:37:22.142 [bus notice] <aa
2022-02-19 09:37:22.186 [bus notice] <aa
2022-02-19 09:37:22.229 [bus notice] <aa
2022-02-19 09:37:22.272 [bus notice] <aa
2022-02-19 09:37:22.315 [bus notice] <aa
2022-02-19 09:37:22.358 [bus notice] <aa
2022-02-19 09:37:22.402 [bus notice] <aa
2022-02-19 09:37:22.445 [bus notice] <aa
2022-02-19 09:37:22.488 [bus notice] <aa
2022-02-19 09:37:22.533 [bus notice] <aa
2022-02-19 09:37:22.574 [bus notice] <aa
2022-02-19 09:37:22.618 [bus notice] <aa
2022-02-19 09:37:22.662 [bus notice] <aa
2022-02-19 09:37:22.704 [bus notice] <aa
2022-02-19 09:37:22.748 [bus notice] <aa
2022-02-19 09:37:22.791 [bus notice] <aa
2022-02-19 09:37:22.834 [bus notice] <aa
2022-02-19 09:37:22.878 [bus notice] <aa
2022-02-19 09:37:22.921 [bus notice] <aa
2022-02-19 09:37:22.964 [bus notice] <aa
2022-02-19 09:37:23.007 [bus notice] <aa
2022-02-19 09:37:23.050 [bus notice] <aa
2022-02-19 09:37:23.094 [bus notice] <aa
2022-02-19 09:37:23.137 [bus notice] <aa
2022-02-19 09:37:23.180 [bus notice] <aa
2022-02-19 09:37:23.185 [bus notice] <10
2022-02-19 09:37:23.189 [bus notice] <08
2022-02-19 09:37:23.193 [bus notice] <b5
2022-02-19 09:37:23.197 [bus notice] <11
2022-02-19 09:37:23.202 [bus notice] <01
2022-02-19 09:37:23.206 [bus notice] <01
2022-02-19 09:37:23.210 [bus notice] <89
2022-02-19 09:37:23.215 [bus notice] <00
2022-02-19 09:37:23.225 [bus notice] <09
2022-02-19 09:37:23.230 [bus notice] <55
2022-02-19 09:37:23.234 [bus notice] <47
2022-02-19 09:37:23.238 [bus notice] <00
2022-02-19 09:37:23.242 [bus notice] <06
2022-02-19 09:37:23.246 [bus notice] <49
2022-02-19 09:37:23.250 [bus notice] <63
2022-02-19 09:37:23.255 [bus notice] <01
2022-02-19 09:37:23.259 [bus notice] <00
2022-02-19 09:37:23.263 [bus notice] <ff
2022-02-19 09:37:23.267 [bus notice] <ac
2022-02-19 09:37:23.271 [bus notice] <00
2022-02-19 09:37:23.272 [update notice] received read bai Status01 QQ=10: 42.5;35.5;6.000;36.5;49.5;on
2022-02-19 09:37:23.276 [bus notice] <aa
2022-02-19 09:37:23.319 [bus notice] <aa
2022-02-19 09:37:23.362 [bus notice] <aa
2022-02-19 09:37:23.405 [bus notice] <aa
2022-02-19 09:37:23.450 [bus notice] <aa
2022-02-19 09:37:23.454 [bus notice] <10
2022-02-19 09:37:23.458 [bus notice] <08
2022-02-19 09:37:23.462 [bus notice] <b5
2022-02-19 09:37:23.467 [bus notice] <10
2022-02-19 09:37:23.471 [bus notice] <09
2022-02-19 09:37:23.475 [bus notice] <00
2022-02-19 09:37:23.479 [bus notice] <00
2022-02-19 09:37:23.483 [bus notice] <55
2022-02-19 09:37:23.488 [bus notice] <ff
2022-02-19 09:37:23.492 [bus notice] <ff
2022-02-19 09:37:23.496 [bus notice] <ff
2022-02-19 09:37:23.500 [bus notice] <00
2022-02-19 09:37:23.504 [bus notice] <00
2022-02-19 09:37:23.509 [bus notice] <00
2022-02-19 09:37:23.513 [bus notice] <c9
2022-02-19 09:37:23.518 [bus notice] <00
2022-02-19 09:37:23.526 [bus notice] <01
2022-02-19 09:37:23.531 [bus notice] <01
2022-02-19 09:37:23.535 [bus notice] <9a
2022-02-19 09:37:23.539 [bus notice] <00
2022-02-19 09:37:23.540 [update notice] received update-write bai SetMode QQ=10: auto;42.5;-;-;0;0;0;0;0;0
2022-02-19 09:37:23.543 [bus notice] <aa
2022-02-19 09:37:23.586 [bus notice] <aa
2022-02-19 09:37:23.630 [bus notice] <aa
2022-02-19 09:37:23.673 [bus notice] <aa
2022-02-19 09:37:23.716 [bus notice] <aa
2022-02-19 09:37:23.760 [bus notice] <aa
2022-02-19 09:37:23.803 [bus notice] <aa
2022-02-19 09:37:23.846 [bus notice] <aa
2022-02-19 09:37:23.889 [bus notice] <aa
2022-02-19 09:37:23.932 [bus notice] <aa
2022-02-19 09:37:23.976 [bus notice] <aa
2022-02-19 09:37:24.019 [bus notice] <aa
2022-02-19 09:37:24.062 [bus notice] <aa
2022-02-19 09:37:24.106 [bus notice] <aa
2022-02-19 09:37:24.107 [bus notice] >31
2022-02-19 09:37:24.112 [bus notice] <31
2022-02-19 09:37:24.115 [bus notice] >08
2022-02-19 09:37:24.120 [bus notice] <08
2022-02-19 09:37:24.123 [bus notice] >b5
2022-02-19 09:37:24.128 [bus notice] <b5
2022-02-19 09:37:24.131 [bus notice] >09
2022-02-19 09:37:24.137 [bus notice] <09
2022-02-19 09:37:24.139 [bus notice] >03
2022-02-19 09:37:24.144 [bus notice] <03
2022-02-19 09:37:24.148 [bus notice] >0d
2022-02-19 09:37:24.149 [bus notice] <d5
2022-02-19 09:37:24.149 [bus error] send to 08: ERR: wrong symbol received, retry
2022-02-19 09:37:24.153 [bus notice] <0d
2022-02-19 09:37:24.192 [bus notice] <aa
2022-02-19 09:37:24.192 [bus notice] >31
2022-02-19 09:37:24.197 [bus notice] <31
2022-02-19 09:37:24.201 [bus notice] >08
2022-02-19 09:37:24.206 [bus notice] <08
2022-02-19 09:37:24.209 [bus notice] >b5
2022-02-19 09:37:24.214 [bus notice] <b5
2022-02-19 09:37:24.217 [bus notice] >09
2022-02-19 09:37:24.222 [bus notice] <09
2022-02-19 09:37:24.225 [bus notice] >03
2022-02-19 09:37:24.230 [bus notice] <03
2022-02-19 09:37:24.233 [bus notice] >0d
2022-02-19 09:37:24.235 [bus notice] <aa
2022-02-19 09:37:24.235 [bus error] send to 08: ERR: SYN received, retry
2022-02-19 09:37:24.239 [bus notice] <0d
2022-02-19 09:37:24.278 [bus notice] <aa
2022-02-19 09:37:24.278 [bus notice] >31
2022-02-19 09:37:24.284 [bus notice] <31
2022-02-19 09:37:24.286 [bus notice] >08
2022-02-19 09:37:24.291 [bus notice] <08
2022-02-19 09:37:24.294 [bus notice] >b5
2022-02-19 09:37:24.300 [bus notice] <b5
2022-02-19 09:37:24.303 [bus notice] >09
2022-02-19 09:37:24.308 [bus notice] <09
2022-02-19 09:37:24.311 [bus notice] >03
2022-02-19 09:37:24.316 [bus notice] <03
2022-02-19 09:37:24.319 [bus notice] >0d
2022-02-19 09:37:24.321 [bus notice] <aa
2022-02-19 09:37:24.322 [bus error] send to 08: ERR: SYN received
2022-02-19 09:37:24.322 [bus error] send message part 0: ERR: SYN received
2022-02-19 09:37:24.326 [bus notice] <c3
2022-02-19 09:37:24.365 [bus notice] <aa
2022-02-19 09:37:24.408 [bus notice] <aa
2022-02-19 09:37:24.451 [bus notice] <aa
2022-02-19 09:37:24.494 [bus notice] <aa
2022-02-19 09:37:24.538 [bus notice] <aa
2022-02-19 09:37:24.581 [bus notice] <aa
2022-02-19 09:37:24.624 [bus notice] <aa
2022-02-19 09:37:24.668 [bus notice] <aa
2022-02-19 09:37:24.711 [bus notice] <aa
2022-02-19 09:37:24.754 [bus notice] <aa
2022-02-19 09:37:24.798 [bus notice] <aa
2022-02-19 09:37:24.841 [bus notice] <aa
2022-02-19 09:37:24.884 [bus notice] <aa
2022-02-19 09:37:24.927 [bus notice] <aa
2022-02-19 09:37:24.970 [bus notice] <aa
2022-02-19 09:37:25.014 [bus notice] <aa
2022-02-19 09:37:25.057 [bus notice] <aa
2022-02-19 09:37:25.100 [bus notice] <aa
2022-02-19 09:37:25.144 [bus notice] <aa
2022-02-19 09:37:25.186 [bus notice] <aa
2022-02-19 09:37:25.229 [bus notice] <aa
2022-02-19 09:37:25.273 [bus notice] <aa
2022-02-19 09:37:25.316 [bus notice] <aa
2022-02-19 09:37:25.359 [bus notice] <aa
2022-02-19 09:37:25.403 [bus notice] <aa
2022-02-19 09:37:25.446 [bus notice] <aa
2022-02-19 09:37:25.489 [bus notice] <aa
2022-02-19 09:37:25.532 [bus notice] <aa
2022-02-19 09:37:25.575 [bus notice] <aa
2022-02-19 09:37:25.618 [bus notice] <aa
2022-02-19 09:37:25.661 [bus notice] <aa
2022-02-19 09:37:25.704 [bus notice] <aa
2022-02-19 09:37:25.748 [bus notice] <aa
2022-02-19 09:37:25.791 [bus notice] <aa
2022-02-19 09:37:25.835 [bus notice] <aa
2022-02-19 09:37:25.878 [bus notice] <aa
2022-02-19 09:37:25.920 [bus notice] <aa
2022-02-19 09:37:25.964 [bus notice] <aa
2022-02-19 09:37:26.007 [bus notice] <aa
2022-02-19 09:37:26.050 [bus notice] <aa
2022-02-19 09:37:26.094 [bus notice] <aa
2022-02-19 09:37:26.137 [bus notice] <aa
2022-02-19 09:37:26.181 [bus notice] <aa
2022-02-19 09:37:26.223 [bus notice] <aa
2022-02-19 09:37:26.267 [bus notice] <aa
2022-02-19 09:37:26.311 [bus notice] <aa
2022-02-19 09:37:26.353 [bus notice] <aa
2022-02-19 09:37:26.397 [bus notice] <aa
2022-02-19 09:37:26.440 [bus notice] <aa
2022-02-19 09:37:26.483 [bus notice] <aa
2022-02-19 09:37:26.527 [bus notice] <aa
2022-02-19 09:37:26.570 [bus notice] <aa
2022-02-19 09:37:26.613 [bus notice] <aa
2022-02-19 09:37:26.656 [bus notice] <aa
2022-02-19 09:37:26.699 [bus notice] <aa
2022-02-19 09:37:26.742 [bus notice] <aa
2022-02-19 09:37:26.786 [bus notice] <aa
2022-02-19 09:37:26.829 [bus notice] <aa
2022-02-19 09:37:26.873 [bus notice] <aa
2022-02-19 09:37:26.916 [bus notice] <aa
2022-02-19 09:37:26.958 [bus notice] <aa
2022-02-19 09:37:27.002 [bus notice] <aa
2022-02-19 09:37:27.045 [bus notice] <aa
2022-02-19 09:37:27.088 [bus notice] <aa
2022-02-19 09:37:27.132 [bus notice] <aa
2022-02-19 09:37:27.175 [bus notice] <aa
2022-02-19 09:37:27.218 [bus notice] <aa
2022-02-19 09:37:27.261 [bus notice] <aa
2022-02-19 09:37:27.304 [bus notice] <aa
2022-02-19 09:37:27.348 [bus notice] <aa
2022-02-19 09:37:27.390 [bus notice] <aa
2022-02-19 09:37:27.433 [bus notice] <aa
2022-02-19 09:37:27.477 [bus notice] <aa
2022-02-19 09:37:27.520 [bus notice] <aa
2022-02-19 09:37:27.564 [bus notice] <aa
2022-02-19 09:37:27.607 [bus notice] <aa
2022-02-19 09:37:27.650 [bus notice] <aa
2022-02-19 09:37:27.693 [bus notice] <aa
2022-02-19 09:37:27.736 [bus notice] <aa
2022-02-19 09:37:27.779 [bus notice] <aa
2022-02-19 09:37:27.825 [bus notice] <aa
2022-02-19 09:37:27.866 [bus notice] <aa
2022-02-19 09:37:27.909 [bus notice] <aa
2022-02-19 09:37:27.954 [bus notice] <aa
2022-02-19 09:37:27.996 [bus notice] <aa
2022-02-19 09:37:28.040 [bus notice] <aa
2022-02-19 09:37:28.083 [bus notice] <aa
2022-02-19 09:37:28.126 [bus notice] <aa
2022-02-19 09:37:28.169 [bus notice] <aa
2022-02-19 09:37:28.212 [bus notice] <aa
2022-02-19 09:37:28.255 [bus notice] <aa
2022-02-19 09:37:28.299 [bus notice] <aa
2022-02-19 09:37:28.342 [bus notice] <aa
2022-02-19 09:37:28.386 [bus notice] <aa
2022-02-19 09:37:28.428 [bus notice] <aa
2022-02-19 09:37:28.471 [bus notice] <aa
2022-02-19 09:37:28.515 [bus notice] <aa
2022-02-19 09:37:28.558 [bus notice] <aa
2022-02-19 09:37:28.601 [bus notice] <aa
2022-02-19 09:37:28.645 [bus notice] <aa
2022-02-19 09:37:28.688 [bus notice] <aa
2022-02-19 09:37:28.731 [bus notice] <aa
2022-02-19 09:37:28.774 [bus notice] <aa
2022-02-19 09:37:28.817 [bus notice] <aa
2022-02-19 09:37:28.861 [bus notice] <aa
2022-02-19 09:37:28.904 [bus notice] <aa
2022-02-19 09:37:28.947 [bus notice] <aa
2022-02-19 09:37:28.991 [bus notice] <aa
2022-02-19 09:37:29.033 [bus notice] <aa
2022-02-19 09:37:29.076 [bus notice] <aa
2022-02-19 09:37:29.120 [bus notice] <aa
2022-02-19 09:37:29.162 [bus notice] <aa
2022-02-19 09:37:29.206 [bus notice] <aa
2022-02-19 09:37:29.249 [bus notice] <aa
2022-02-19 09:37:29.292 [bus notice] <aa
2022-02-19 09:37:29.336 [bus notice] <aa
2022-02-19 09:37:29.336 [bus notice] >31
2022-02-19 09:37:29.342 [bus notice] <31
2022-02-19 09:37:29.345 [bus notice] >08
2022-02-19 09:37:29.351 [bus notice] <08
2022-02-19 09:37:29.354 [bus notice] >b5
2022-02-19 09:37:29.359 [bus notice] <b5
2022-02-19 09:37:29.362 [bus notice] >09
2022-02-19 09:37:29.367 [bus notice] <09
2022-02-19 09:37:29.370 [bus notice] >03
2022-02-19 09:37:29.375 [bus notice] <03
2022-02-19 09:37:29.378 [bus notice] >0d
2022-02-19 09:37:29.379 [bus notice] <aa
2022-02-19 09:37:29.379 [bus error] send to 08: ERR: SYN received, retry
2022-02-19 09:37:29.384 [bus notice] <0d
2022-02-19 09:37:29.422 [bus notice] <aa
2022-02-19 09:37:29.422 [bus notice] >31
2022-02-19 09:37:29.428 [bus notice] <31
2022-02-19 09:37:29.431 [bus notice] >08
2022-02-19 09:37:29.437 [bus notice] <08
2022-02-19 09:37:29.439 [bus notice] >b5
2022-02-19 09:37:29.445 [bus notice] <b5
2022-02-19 09:37:29.448 [bus notice] >09
2022-02-19 09:37:29.453 [bus notice] <09
2022-02-19 09:37:29.456 [bus notice] >03
2022-02-19 09:37:29.461 [bus notice] <03
2022-02-19 09:37:29.464 [bus notice] >0d
2022-02-19 09:37:29.465 [bus notice] <aa
2022-02-19 09:37:29.465 [bus error] send to 08: ERR: SYN received, retry
2022-02-19 09:37:29.469 [bus notice] <0d
2022-02-19 09:37:29.508 [bus notice] <aa
2022-02-19 09:37:29.552 [bus notice] <aa
2022-02-19 09:37:29.596 [bus notice] <aa
2022-02-19 09:37:29.596 [bus notice] >31
2022-02-19 09:37:29.601 [bus notice] <31
2022-02-19 09:37:29.604 [bus notice] >08
2022-02-19 09:37:29.609 [bus notice] <08
2022-02-19 09:37:29.612 [bus notice] >b5
2022-02-19 09:37:29.617 [bus notice] <b5
2022-02-19 09:37:29.620 [bus notice] >09
2022-02-19 09:37:29.626 [bus notice] <09
2022-02-19 09:37:29.629 [bus notice] >03
2022-02-19 09:37:29.634 [bus notice] <03
2022-02-19 09:37:29.637 [bus notice] >0d
2022-02-19 09:37:29.638 [bus notice] <aa
2022-02-19 09:37:29.638 [bus error] send to 08: ERR: SYN received
2022-02-19 09:37:29.638 [bus error] send message part 0: ERR: SYN received
2022-02-19 09:37:29.643 [bus notice] <c3
2022-02-19 09:37:29.682 [bus notice] <aa
2022-02-19 09:37:29.725 [bus notice] <aa
2022-02-19 09:37:29.770 [bus notice] <aa
2022-02-19 09:37:29.814 [bus notice] <aa
2022-02-19 09:37:29.858 [bus notice] <aa
2022-02-19 09:37:29.901 [bus notice] <aa
2022-02-19 09:37:29.944 [bus notice] <aa
2022-02-19 09:37:29.987 [bus notice] <aa
2022-02-19 09:37:30.030 [bus notice] <aa
2022-02-19 09:37:30.074 [bus notice] <aa
2022-02-19 09:37:30.117 [bus notice] <aa
2022-02-19 09:37:30.160 [bus notice] <aa
2022-02-19 09:37:30.204 [bus notice] <aa
2022-02-19 09:37:30.247 [bus notice] <aa
2022-02-19 09:37:30.289 [bus notice] <aa
2022-02-19 09:37:30.333 [bus notice] <aa
2022-02-19 09:37:30.376 [bus notice] <aa
2022-02-19 09:37:30.419 [bus notice] <aa
2022-02-19 09:37:30.462 [bus notice] <aa


Hast Du vielleicht noch eine Idee?

Frage, bringt es was den Aderquerschnitt zu Erhöhen? z.B. von 2x2x0,6 (jeweils 2 Adern verwendet) auf 2x1mm²
Die Latenz müsste doch auch vom Kabelquerschnitt abhängen. Ich hatte irgendwo gelesen, dass der Ebus mit 2x1,5mm² verbunden werden muss.
Welchen Aderquerschnitt nimmst Du?

Gruß
Dennis

tho-mas

Zitat von: john30 am 19 Februar 2022, 09:03:42
ein paar Linux Grundlagen sollte man voraussetzen dürfen
Sicher. Vor ca. 30 Jahren mal in einem 4 Wochen Schnellkurs gelernt. Seitdem vielleicht 20-30 Stunden IM JAHR benutzt...

Zitat von: john30 am 19 Februar 2022, 09:03:42
und auch welche Distribution läuft.
Raspberry Pi OS (32 bit) ... Das steht nicht in deiner Auswahlmöglichkeit.

Zitat von: john30 am 19 Februar 2022, 09:03:42
An der Quelle dieser Files steht auch folgendes:Am besten Du nimmst das Repo, siehe hier: https://github.com/john30/ebusd-debian/blob/master/README.md
Aber auch da musst Du die richtige Distribution auswählen.

Sicher, aber leider ist der Text nicht in deutsch, also für mich kaum verständlich. Nicht jeder versteht englischen Fließtext, das ist in meiner Generation (60+) eher selten. Oder anders formuliert: Mein beschränktes Wissen der Inselsprache reicht gerade mal aus um was zu essen zu bestellen oder eine Anleitung mit wenig "Gequatsche umrum" zu verstehen. Deine Texte gehören nicht dazu. Ich hoffe du kannst das zumindest akzeptieren, denn immerhin ist die Umgangssprache hier im Forum kein Englisch.

Viele Grüße
Thomas

skiworker

#1806
Hallo Thomas,

dein Argument, dass Du keine English kannst, hilft Dir hier nicht weiter.
Die Anleitung auf Github ist in der internationalen Sprache gehalten, da sich im Git das internationale Publikum bewegt.
Du wirst hier keine detailierte Anleitung auf Deutsch nur für Dich finden.
Wer kein fließendes Englisch beherscht (auch ich stoße immer mal wieder an meine Grenzen) kann den Übersetzer von Google benutzen.
Bitte verstehe das als gut gemeinten Rat.

Zum Thema Raspberrypi OS...
Was sagt denn "cat /etc/os-release"?


Gruß
Dennis

tho-mas

pi@pi4:~/Downloads $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

skiworker

Hallo Thomas,

dann musst Du armv7-bullseye nehmen, da Du wohl eine 32bit version hast.

Gruß
Dennis

baumhous3

Zitat von: john30 am 19 Februar 2022, 08:58:31
dein OS ist systemd basiert und damit solltest Du nicht die EBUSD_OPTSX verwenden, sondern Kopien von /usr/lib/systemd/system/ebusd.service erstellen, wie es auch direkt in /etc/default/ebusd beschrieben ist

Ich habe dort das Problem, dass die Datei  /usr/lib/systemd/system/ebusd.service gar nicht vorhanden ist:
pi@raspberrypi:/usr/lib/systemd/system $ ls
vncserver-virtuald.service  vncserver-x11-serviced.service

Holzbein

#1810
Hallo,

Zitat von: john30 am 19 Februar 2022, 09:00:07
Du lässt das als User "luca" laufen und der hata vermutlich keine Recht, das /dev/serial/... zu öffnen. Also entweder zu root User wechseln oder dem "luca" User entsprechende Rechte an den Devices einräumen (am besten via groups).

wie das so ist im Leben, auf das einfachste kommt man nicht (schäm)...

Nachdem diese Hürde genommen war, konnte ich auf dem Ubuntu Server sudo ebusd -f -c /tmp --logareas bus --loglevel info -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6923A0-if00-port0
aufrufen, und auf einem zweitem Terminal dann ebusctl raw
aber statt den erwarteten 20 Zeilen pro Sekunde kamen gerade einmal 1-4 Zeilen mit mehreren Minuten dazwischen, egal wohin ich das Poti gedreht habe.

Meine Vermutungen gingen dann dahin das die USB Ports zu wenig Strom lieferen, schließlich war der Adapter das vierte Gerät am USB Bus neben 3 CUL für HM, MAX und JeeLink.
Ich habe dann meinen alten Raspi hervor gekramt und Ebus drauf installiert wo der Adapter das einzige Gerät am USB Bus war, aber auch hier genau das gleich verhalten wie beim Ubuntu Server.
pi@raspberrypi:~ $ sudo ebusd -f -c /tmp --logareas bus --loglevel info -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6923A0-if00-port0
2022-02-21 17:58:06.308 [bus notice] bus started with own address 31/36
2022-02-21 17:58:06.319 [bus notice] signal acquired
2022-02-21 18:01:38.723 [bus notice] new master 03, master count 2
2022-02-21 18:01:39.227 [bus notice] <0364b51202020066
2022-02-21 18:01:44.647 [bus notice] <0364b51202020066
2022-02-21 18:01:50.019 [bus notice] <0364b51202020066
2022-02-21 18:01:55.430 [bus notice] <0364b51202020066
2022-02-21 18:07:08.874 [bus notice] <0364b51202020066
2022-02-21 18:07:14.291 [bus notice] <0364b51202020066
2022-02-21 18:07:19.666 [bus notice] <0364b51202020066
2022-02-21 18:07:25.078 [bus notice] <0364b51202020066
2022-02-21 18:12:38.568 [bus notice] <0364b51202020066
2022-02-21 18:12:43.943 [bus notice] <0364b51202020066
2022-02-21 18:12:49.358 [bus notice] <0364b51202020066
2022-02-21 18:12:54.729 [bus notice] <0364b51202020066

Ein Anruf bem Esera Support brachte dann den Hinweis das der Adapter zwingend mit 2400 Baud betrieben werden muss.
Nun geht meine Frage dahin, wie gebe ich dem Adapteraufruf die 2400 Baud mit! Unter Windows weiss ich wo ichs einstellen kann aber bei Ubuntu???
Wer betreibt den Ebus mit einem Esera USB Adapter und kann mir auf die Sprünge helfen?

Gruß
Erhardt



homeab

Hallo in die Runde,
ihr beschäftigt euch schon seit einiger Zeit mit dem Ebus.
Bei mir läuft dieser mit einen ESERA-USB-Adapter am Raspi an einem Vaillant-Kessel 921 mit Fernsteuereinheit 700 seit ein paar Wochen.
Ich bekomme die Signale rüber und kann auch einige Messwerte (Vorlauftemperatur, Außentemperatur usw. auslesen und anzeigen bzw. in eine InfluxDB schreiben.
Viele interessante Werte haben jedoch den Wert "false".
Werden diese vom Kessel nicht ausgegeben oder wie muss ich die Konfiguration anpassen um diese zu erhalten?
Mich interessiert z.B.
- Drehzahl des Gebläses (FanMaxSpeedOperation, FanMinSpeedOperation, FanSpeed, FanStarts)
- Die Werte der Vallant Heizkörperthermostate

Könnt ihr mir da helfen?



Holzbein

Hallo homeab,

Helfen kann ich dir leider (noch) nicht aber könntest Du den Inhalt deiner /etc/default/ebusd Datei hier posten, damit wäre mir sehr geholfen.

Danke und Gruß Erhardt

skiworker

Hallo Holzbein,

ich fühle mich einfach mal angesprochen...
zwar bekomme ich immer noch nicht die Variablen (die ich gerne hätte) ausgelesen, jedoch bekomme ich zumindest ein paar Werte über Broadcast...

# /etc/default/ebusd:
# config file for ebusd service.

# Options to pass to ebusd (run "ebusd -?" for more info):
EBUSD_OPTS="--configpath=/etc/ebusd/ -d /dev/ttyUSB0 -p 8888 --scanconfig=full --enablehex --latency=20000 --receivetimeout=100000 -l /var/log/ebusd.log --httpport=8889 --htmlpath=/var/ebusd/html --mqtttopic=ebusd/%circuit/%name --mqtthost=192.168.xxx.xx --mqttport=1883 --mqttuser=user --mqttpass=passwort --accesslevel=*"


# MULTIPLE EBUSD INSTANCES WITH SYSV
# In order to run multiple ebusd instances on a SysV enabled system, simply
# define several EBUSD_OPTS with a unique suffix for each. Recommended is to
# use a number as suffix for all EBUSD_OPTS settings. That number will then be
# taken as additional "instance" parameter to the init.d script in order to
# start/stop an individual ebusd instance instead of all instances.
# Example: (uncomment the EBUSD_OPTS above)
#EBUSD_OPTS1="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0 -p 8888 -l /var/log/ebusd1.log"
#EBUSD_OPTS2="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900acTF-if00-port0 -p 8889 -l /var/log/ebusd2.log"
#EBUSD_OPTS3="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900beCG-if00-port0 -p 8890 -l /var/log/ebusd3.log"

# MULTIPLE EBUSD INSTANCES WITH SYSTEMD
# In order to run muiltiple ebusd instances on a systemd enabled system, just
# copy the /usr/lib/systemd/system/ebusd.service file to /etc/systemd/system/
# with a different name (e.g. ebusd-2.service), remove the line starting with
# 'EnvironmentFile=', and replace the '$EBUSD_OPTS' with the options for that
# particular ebusd instance.


Gruß
Dennis

skiworker

Hallo homeab,

sag mal, wie weit ist dein Ebus-Koppler von der Heizung entfernt?
und welches Kabel hast Du verwendet?

Wenn die als Wert "false" erhälst, gehe ich davon aus, dass Deine Heizung diese Werte nicht liefert.

Grüße
Dennis