Läuft: Heizung mit eBus-Schnittstelle

Begonnen von Prof. Dr. Peter Henning, 29 November 2014, 13:36:59

Vorheriges Thema - Nächstes Thema

john30

Zitat von: phantom am 27 Oktober 2015, 20:39:36
das Auslesen klappt doch, es funktioniert jedoch nur mit einem direkt per USB am ebus-Wandler angeschlossenen Rechner (getestet mit altem, langsamen EEE-PC unter Ubuntu).  Nicht funktioniert hat es jedoch aus einer virtuellen Ubuntu-Maschine unter VirtualBox auf Xeon 5480 über einen Ethernet-Serial-Wandler (Moxa-NPort) im Keller.
Du könntest mal schauen, ob an dem Wandler Puffergrößen einstellbar sind. Für ebusd darf nichts gepuffert werden.

Zitat von: phantom am 27 Oktober 2015, 20:39:36
OK, Werte auslesen mit  ebusctl write -h fc 09 02 03 80 e0 02   gibt korrekt  02 c8 00  (=20.0 C) zurück.
--> Wie würde man diesen Wert durch zurückschreiben z.B. von 02 2c 01  auf 30.0 C setzen?
Also hex wäre das ja wie gesagt "write -h fc 09 03 04 80 e0 2c 01".
Wenn Du folgende Zeilen in eine neue CSV Datei im ebusd config Verzeichnis legst:


r,ps551,rldiffon,Rücklauf_Differenz_Ein,,FC,0902,64e002,,,IGN:1,,,,tempdiff,,UIN,10,K,Temperaturdifferenz
r,ps551,xtemp,,,FC,0902,80e002,,,IGN:1,,,,temp,,UIN,10,°C,Temperatur
w,ps551,rldiffon,Rücklauf_Differenz_Ein,,FC,0903,64e0,tempdiff,,UIN,10,K,Temperaturdifferenz,,,,,,
w,ps551,xtemp,,,FC,0903,80e0,temp,,UIN,10,°C,Temperatur,,,,,,


dann kannst Du diese Werte auch mit "read -c ps551 rldiffon" bzw. "read -c ps551 xtemp" lesen und analog z.B. mit "write -c ps551 xtemp 30" schreiben.
author of ebusd


Stumpf

Alles klar!

Danke

Hast dir echt viel arbeit gemacht! Respekt !!!

Christian.

Ich habe heute das Interface nach den Plänen von pah an einem Raspberry Pi B+ in Betrieb genommen. Zusammen mit ebusd 1.3.0 und den CSV-Konfigurationen aus dem Repository von john30 hat das Lesen und Schreiben auf Anhieb geklappt. Auch die Integration in FHEM über das GAEBUS-Modul funktioniert. Als weitere Option gibt es außerdem die im Wiki dokumentierte ECMD-Variante von pah.

Ich finde das super und danke allen, die in den letzten Monaten hart dafür gearbeitet haben!
Raspberry Pi 3 mit FHEM; Arduino Nano mit ConfigurableFirmata (S0-Stromzähler); nanoCUL (MAX!); SIGNALduino (RXB6, 433 MHz); eBus; RS485 & D0 (SolarView); DVB-T (Thermo-/Hygrometer); Z-Wave; ZigBee

yellowpinky

Ich verfolge den Beitrag bereits seit einiger Zeit und habe mich vor einigen Wochen dazu entschlossen meine Gastherme Vaillant Vaillant ecoTEC plus VC AT 126/3-5H mit Regler calorMATIC 470 mit ebusd auszulesen.
Mein ebusd Adapter ist laut der Schaltung von pah (Als "kritische" Bauelemente verwende ich: Transistor: BD645 , Fairchild DC-Optokoppler: CNY171 / 70 V / 50 mA) und dem Print von zenti666 - Danke für eure Mühe. Der USB Adapter ist von ELV. Die Software in der Version 1.3.
Die Hi/Lo Abstimmung der Schaltung habe ich auf 13V abgestimmt und den Adapter wie hier beschrieben mit 20V und einem 1KOhm Widerstand einem Schleifentest unterzogen.
Der Poti der Schaltung ist jedoch fast auf Anschlag (0 kOhm) dadurch R2 testweise auf 500Ohm getauscht !
Als Endllösung möchte ich anstatt des USB Adapters eine TTY-LAN Adapter verwenden und die Schaltung mit 3,3V betreiben.... aber das dauert wohl noch ein wenig.
Und nun zu meinem Problem welches ich nicht in den Griff bekomme:
Der Empfang der Daten dürfte funktionieren -> keine CRC Alarme und ich bekomme sehr wenige "unknown BC cmd"
Ich kann aber anscheinend nichts abfragen, da nach "scan full" bei "scan result" nichts ausgegeben wird und auch eine Temperatur Abfrage keine Antwort ergiebt -> siehe LOG
Den ebus habe ich sowohl direkt, als auch über den Diagnose RJ Stecker getestet

Bitte um Eure Unterstützung
Daniel


ebusd -f -l ALL -d /dev/ttyUSB0 -p 8888 --logareas=all --loglevel=debug:

root@raspberrypi:~# ebusd -f -l ALL -d /dev/ttyUSB0 -p 8888 --logareas=all --loglevel=debug
2015-11-01 10:33:13.239 [main notice] ebusd 1.3.0 started
2015-11-01 10:33:13.241 [main info] path to configuration files: /etc/ebusd
2015-11-01 10:33:13.260 [main info] read templates
2015-11-01 10:33:13.262 [main info] reading file /etc/ebusd/470.csv
2015-11-01 10:33:13.331 [main info] reading file /etc/ebusd/bai.csv
2015-11-01 10:33:13.419 [main info] reading file /etc/ebusd/broadcast.csv
2015-11-01 10:33:13.427 [main info] reading file /etc/ebusd/common.csv
2015-11-01 10:33:13.467 [main info] reading file /etc/ebusd/scan.csv
2015-11-01 10:33:13.470 [main info] read config files
2015-11-01 10:33:13.471 [main notice] found messages: 441 (0 conditional on 0 conditions, 0 poll, 11 update)
2015-11-01 10:33:14.321 [bus debug] ERR: SYN received during no signal, switching to ready
2015-11-01 10:33:14.322 [bus notice] signal acquired
2015-11-01 10:33:17.246 [bus notice] new master 10
2015-11-01 10:33:17.247 [update info] update MS cmd: 1008b5110101 / 093a3a1009ff6c0000ff
2015-11-01 10:33:17.248 [bus notice] new master 03
2015-11-01 10:33:17.249 [update notice] unknown MS cmd: 1008b5110101 / 093a3a1009ff6c0000ff
2015-11-01 10:33:18.475 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:33:19.152 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2015-11-01 10:33:19.413 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2015-11-01 10:33:19.674 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2015-11-01 10:33:19.952 [update info] update BC cmd: 10feb516080021331101110715
2015-11-01 10:33:19.954 [update notice] update broadcast vdatetime QQ=10: 11:33:21;01.11.2015
2015-11-01 10:33:20.182 [update info] update BC cmd: 10feb51603046004
2015-11-01 10:33:20.183 [update notice] unknown BC cmd: 10feb51603046004
2015-11-01 10:33:20.439 [update info] update MS cmd: 1008b512020064 / 00
2015-11-01 10:33:20.440 [update notice] unknown MS cmd: 1008b512020064 / 00
2015-11-01 10:33:23.223 [update info] update MS cmd: 1008b510090000416effff000000 / 0101
2015-11-01 10:33:23.225 [update notice] update bc Mode QQ=10: standby
2015-11-01 10:33:27.248 [update info] update MS cmd: 1008b5110101 / 093a3a1009ff6c0000ff
2015-11-01 10:33:27.249 [update notice] unknown MS cmd: 1008b5110101 / 093a3a1009ff6c0000ff
2015-11-01 10:33:29.263 [update info] update MS cmd: 1008b5040100 / 0a03313311011107151009
2015-11-01 10:33:29.264 [update notice] unknown MS cmd: 1008b5040100 / 0a03313311011107151009
2015-11-01 10:33:29.534 [update info] update MS cmd: 1008b5110102 / 05033c6a506e
2015-11-01 10:33:29.535 [update notice] unknown MS cmd: 1008b5110102 / 05033c6a506e

-------------------------------------------------------------------------------------------------

ebusctl scan full
(bei ebusd -f -l ALL -d /dev/ttyUSB0 -p 8888 --logareas=all --loglevel=debug)

2015-11-01 10:39:19.133 [update notice] update broadcast vdatetime QQ=10: 11:39:20;01.11.2015
2015-11-01 10:39:19.237 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:19.287 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:19.325 [bus debug] ERR: arbitration lost during ready, retry
2015-11-01 10:39:19.363 [update info] update BC cmd: 10feb51603046004
2015-11-01 10:39:19.364 [update notice] unknown BC cmd: 10feb51603046004
2015-11-01 10:39:19.473 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:19.518 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:19.556 [bus debug] ERR: arbitration lost during ready, retry
2015-11-01 10:39:19.622 [update info] update MS cmd: 1008b512020064 / 00
2015-11-01 10:39:19.623 [update notice] unknown MS cmd: 1008b512020064 / 00
2015-11-01 10:39:19.726 [network debug] dead connection removed - 0
2015-11-01 10:39:19.728 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:19.773 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:19.818 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:19.862 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:19.907 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:19.957 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:20.003 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:20.050 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:20.094 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:20.137 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:20.183 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:20.229 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:20.273 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:20.317 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:20.362 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:39:20.406 [bus debug] ERR: read timeout during ready, switching to skip

-------------------------------------------------------------------------------------------


ebusctl r RoomTemp
(bei ebusd -f -l ALL -d /dev/ttyUSB0 -p 8888 --logareas=all --loglevel=debug)

2015-11-01 10:36:17.438 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:36:17.481 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:36:17.527 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:36:17.572 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:36:17.620 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:36:17.663 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:36:17.707 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:36:17.745 [bus debug] ERR: arbitration lost during ready, retry
2015-11-01 10:36:17.840 [update info] update MS cmd: 1008b5110101 / 093a3a4009ff6c0000ff
2015-11-01 10:36:17.841 [update notice] unknown MS cmd: 1008b5110101 / 093a3a4009ff6c0000ff
2015-11-01 10:36:17.947 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:36:17.995 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:36:18.041 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 10:36:18.088 [bus debug] ERR: read timeout during ready, switching to skip

-----------------------------------------------------------------------------------------


john30

Zitat von: yellowpinky am 01 November 2015, 12:22:05
Ich kann aber anscheinend nichts abfragen, da nach "scan full" bei "scan result" nichts ausgegeben wird und auch eine Temperatur Abfrage keine Antwort ergiebt -> siehe LOG
Mach doch mal bitte das gleiche Log für die Temperaturabfrage, aber inkl. "ebusctl raw" unmittelbar vor der Abfrage (und "ebusctl raw stop" nach so 3 Sekunden). Dann sieht man, was an Bytes über den Bus rausgeht und reinkommt.
author of ebusd

yellowpinky

@john30

Danke für die schnelle Antwort..
.. habe mit ebusctl r RoomTemp getestet, sieht irgendwie so aus ob am Bus nichts ausgegeben wird ?!
Anbei der LOG.
Hab da noch irgendwo ein konfig Problem ?
Die ebusd.debian in /root/ebusd/contrib/etc/default
hat den Inhalt:
EBUSD_OPTS="--acquiretime 6000 -l All -d /dev/ttyUSB0"


ebusd -f -l ALL -d /dev/ttyUSB0 -p 8888 --logareas=all --logl
level=debug
2015-11-01 14:55:39.411 [main notice] ebusd 1.3.0 started
2015-11-01 14:55:39.413 [main info] path to configuration files: /etc/ebusd
2015-11-01 14:55:39.435 [main info] read templates
2015-11-01 14:55:39.436 [main info] reading file /etc/ebusd/470.csv
2015-11-01 14:55:39.513 [main info] reading file /etc/ebusd/bai.csv
2015-11-01 14:55:39.614 [main info] reading file /etc/ebusd/broadcast.csv
2015-11-01 14:55:39.623 [main info] reading file /etc/ebusd/common.csv
2015-11-01 14:55:39.667 [main info] reading file /etc/ebusd/scan.csv
2015-11-01 14:55:39.671 [main info] read config files
2015-11-01 14:55:39.672 [main notice] found messages: 441 (0 conditional on 0 conditions, 0 poll, 11 update)
2015-11-01 14:55:39.704 [bus debug] ERR: SYN received during no signal, switching to ready
2015-11-01 14:55:39.705 [bus notice] signal acquired
2015-11-01 14:55:40.713 [bus notice] new master 10
2015-11-01 14:55:40.714 [update info] update MS cmd: 1008b5100900003f6effff000000 / 0101
2015-11-01 14:55:40.715 [bus notice] new master 03
2015-11-01 14:55:40.723 [update notice] update bc Mode QQ=10: standby
2015-11-01 14:55:44.540 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:46.356 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:46.595 [update info] update MS cmd: 1008b5110101 / 09463ed00aff760100ff
2015-11-01 14:55:46.596 [update notice] unknown MS cmd: 1008b5110101 / 09463ed00aff760100ff
2015-11-01 14:55:48.610 [update info] update MS cmd: 1008b5040100 / 0a0350551501110715d00a
2015-11-01 14:55:48.611 [update notice] unknown MS cmd: 1008b5040100 / 0a0350551501110715d00a
2015-11-01 14:55:50.764 [update info] update MS cmd: 1008b5100900003f6effff000000 / 0101
2015-11-01 14:55:50.765 [update notice] update bc Mode QQ=10: standby
2015-11-01 14:55:51.391 [network info] [00001] client connection opened 127.0.0.1
2015-11-01 14:55:51.393 [main debug] >>> raw
2015-11-01 14:55:51.394 [main debug] <<< raw output enabled
2015-11-01 14:55:51.395 [network debug] [00001] wait for result
2015-11-01 14:55:51.400 [network info] [00001] connection closed
2015-11-01 14:55:51.407 [bus notice] <aa
2015-11-01 14:55:51.453 [bus notice] <aa
2015-11-01 14:55:51.496 [bus notice] <aa
2015-11-01 14:55:51.542 [bus notice] <aa
2015-11-01 14:55:51.585 [bus notice] <aa
2015-11-01 14:55:51.629 [bus notice] <aa
2015-11-01 14:55:51.674 [bus notice] <aa
2015-11-01 14:55:51.720 [bus notice] <aa
2015-11-01 14:55:51.766 [bus notice] <aa
2015-11-01 14:55:51.810 [bus notice] <aa
2015-11-01 14:55:51.859 [bus notice] <aa
2015-11-01 14:55:51.903 [bus notice] <aa
2015-11-01 14:55:51.951 [bus notice] <aa
2015-11-01 14:55:51.997 [bus notice] <aa
2015-11-01 14:55:52.040 [bus notice] <aa
2015-11-01 14:55:52.084 [bus notice] <aa
2015-11-01 14:55:52.132 [bus notice] <aa
2015-11-01 14:55:52.177 [bus notice] <aa
2015-11-01 14:55:52.221 [bus notice] <aa
2015-11-01 14:55:52.267 [bus notice] <aa
2015-11-01 14:55:52.313 [bus notice] <aa
2015-11-01 14:55:52.358 [bus notice] <aa
2015-11-01 14:55:52.392 [network debug] dead connection removed - 0
2015-11-01 14:55:52.401 [bus notice] <aa
2015-11-01 14:55:52.452 [bus notice] <aa
2015-11-01 14:55:52.496 [bus notice] <aa
2015-11-01 14:55:52.543 [bus notice] <aa
2015-11-01 14:55:52.588 [bus notice] <aa
2015-11-01 14:55:52.633 [bus notice] <aa
2015-11-01 14:55:52.679 [bus notice] <aa
2015-11-01 14:55:52.724 [bus notice] <aa
2015-11-01 14:55:52.769 [bus notice] <aa
2015-11-01 14:55:52.813 [bus notice] <aa
2015-11-01 14:55:52.858 [bus notice] <aa
2015-11-01 14:55:52.902 [bus notice] <aa
2015-11-01 14:55:52.947 [bus notice] <aa
2015-11-01 14:55:52.991 [bus notice] <aa
2015-11-01 14:55:53.036 [bus notice] <aa
2015-11-01 14:55:53.080 [bus notice] <aa
2015-11-01 14:55:53.129 [bus notice] <aa
2015-11-01 14:55:53.172 [bus notice] <aa
2015-11-01 14:55:53.223 [bus notice] <aa
2015-11-01 14:55:53.268 [bus notice] <aa
2015-11-01 14:55:53.317 [bus notice] <aa
2015-11-01 14:55:53.361 [bus notice] <aa
2015-11-01 14:55:53.406 [bus notice] <aa
2015-11-01 14:55:53.450 [bus notice] <aa
2015-11-01 14:55:53.495 [bus notice] <aa
2015-11-01 14:55:53.539 [bus notice] <aa
2015-11-01 14:55:53.582 [bus notice] <aa
2015-11-01 14:55:53.628 [bus notice] <aa
2015-11-01 14:55:53.673 [bus notice] <aa
2015-11-01 14:55:53.717 [bus notice] <aa
2015-11-01 14:55:53.762 [bus notice] <aa
2015-11-01 14:55:53.811 [bus notice] <aa
2015-11-01 14:55:53.856 [bus notice] <aa
2015-11-01 14:55:53.902 [bus notice] <aa
2015-11-01 14:55:53.946 [bus notice] <aa
2015-11-01 14:55:53.992 [bus notice] <aa
2015-11-01 14:55:54.036 [bus notice] <aa
2015-11-01 14:55:54.084 [bus notice] <aa
2015-11-01 14:55:54.130 [bus notice] <aa
2015-11-01 14:55:54.175 [bus notice] <aa
2015-11-01 14:55:54.220 [bus notice] <aa
2015-11-01 14:55:54.266 [bus notice] <aa
2015-11-01 14:55:54.311 [bus notice] <aa
2015-11-01 14:55:54.355 [bus notice] <aa
2015-11-01 14:55:54.400 [bus notice] <aa
2015-11-01 14:55:54.444 [bus notice] <aa
2015-11-01 14:55:54.493 [bus notice] <aa
2015-11-01 14:55:54.536 [bus notice] <aa
2015-11-01 14:55:54.584 [bus notice] <aa
2015-11-01 14:55:54.629 [bus notice] <aa
2015-11-01 14:55:54.674 [bus notice] <aa
2015-11-01 14:55:54.719 [bus notice] <aa
2015-11-01 14:55:54.765 [bus notice] <aa
2015-11-01 14:55:54.810 [bus notice] <aa
2015-11-01 14:55:54.855 [bus notice] <aa
2015-11-01 14:55:54.878 [network info] [00002] client connection opened 127.0.0.1
2015-11-01 14:55:54.880 [main debug] >>> r RoomTemp
2015-11-01 14:55:54.880 [main info] send message: ff15b509030d0000
2015-11-01 14:55:54.881 [network debug] [00002] wait for result
2015-11-01 14:55:54.899 [bus notice] <aa
2015-11-01 14:55:54.901 [bus notice] >ff
2015-11-01 14:55:54.912 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:54.943 [bus notice] <aa
2015-11-01 14:55:54.944 [bus notice] >ff
2015-11-01 14:55:54.955 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:54.988 [bus notice] <aa
2015-11-01 14:55:54.989 [bus notice] >ff
2015-11-01 14:55:54.999 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.033 [bus notice] <aa
2015-11-01 14:55:55.034 [bus notice] >ff
2015-11-01 14:55:55.045 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.080 [bus notice] <aa
2015-11-01 14:55:55.082 [bus notice] >ff
2015-11-01 14:55:55.092 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.124 [bus notice] <aa
2015-11-01 14:55:55.126 [bus notice] >ff
2015-11-01 14:55:55.136 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.174 [bus notice] <aa
2015-11-01 14:55:55.176 [bus notice] >ff
2015-11-01 14:55:55.186 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.218 [bus notice] <aa
2015-11-01 14:55:55.220 [bus notice] >ff
2015-11-01 14:55:55.230 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.266 [bus notice] <aa
2015-11-01 14:55:55.267 [bus notice] >ff
2015-11-01 14:55:55.278 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.310 [bus notice] <aa
2015-11-01 14:55:55.311 [bus notice] >ff
2015-11-01 14:55:55.322 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.359 [bus notice] <aa
2015-11-01 14:55:55.360 [bus notice] >ff
2015-11-01 14:55:55.370 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.403 [bus notice] <aa
2015-11-01 14:55:55.404 [bus notice] >ff
2015-11-01 14:55:55.414 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.448 [bus notice] <aa
2015-11-01 14:55:55.449 [bus notice] >ff
2015-11-01 14:55:55.459 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.492 [bus notice] <aa
2015-11-01 14:55:55.493 [bus notice] >ff
2015-11-01 14:55:55.503 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.539 [bus notice] <aa
2015-11-01 14:55:55.541 [bus notice] >ff
2015-11-01 14:55:55.551 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.583 [bus notice] <aa
2015-11-01 14:55:55.585 [bus notice] >ff
2015-11-01 14:55:55.595 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.628 [bus notice] <aa
2015-11-01 14:55:55.630 [bus notice] >ff
2015-11-01 14:55:55.640 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.673 [bus notice] <aa
2015-11-01 14:55:55.675 [bus notice] >ff
2015-11-01 14:55:55.685 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.717 [bus notice] <aa
2015-11-01 14:55:55.719 [bus notice] >ff
2015-11-01 14:55:55.729 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.761 [bus notice] <aa
2015-11-01 14:55:55.763 [bus notice] >ff
2015-11-01 14:55:55.774 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.805 [bus notice] <aa
2015-11-01 14:55:55.806 [bus notice] >ff
2015-11-01 14:55:55.817 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.853 [bus notice] <aa
2015-11-01 14:55:55.854 [bus notice] >ff
2015-11-01 14:55:55.864 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.897 [bus notice] <aa
2015-11-01 14:55:55.898 [bus notice] >ff
2015-11-01 14:55:55.908 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.943 [bus notice] <aa
2015-11-01 14:55:55.944 [bus notice] >ff
2015-11-01 14:55:55.955 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:55.992 [bus notice] <aa
2015-11-01 14:55:55.993 [bus notice] >ff
2015-11-01 14:55:56.004 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.042 [bus notice] <aa
2015-11-01 14:55:56.043 [bus notice] >ff
2015-11-01 14:55:56.054 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.088 [bus notice] <aa
2015-11-01 14:55:56.090 [bus notice] >ff
2015-11-01 14:55:56.100 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.133 [bus notice] <aa
2015-11-01 14:55:56.135 [bus notice] >ff
2015-11-01 14:55:56.145 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.179 [bus notice] <aa
2015-11-01 14:55:56.180 [bus notice] >ff
2015-11-01 14:55:56.190 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.224 [bus notice] <aa
2015-11-01 14:55:56.225 [bus notice] >ff
2015-11-01 14:55:56.235 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.269 [bus notice] <aa
2015-11-01 14:55:56.270 [bus notice] >ff
2015-11-01 14:55:56.280 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.314 [bus notice] <aa
2015-11-01 14:55:56.315 [bus notice] >ff
2015-11-01 14:55:56.326 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.358 [bus notice] <aa
2015-11-01 14:55:56.359 [bus notice] >ff
2015-11-01 14:55:56.369 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.402 [bus notice] <aa
2015-11-01 14:55:56.403 [bus notice] >ff
2015-11-01 14:55:56.414 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.446 [bus notice] <aa
2015-11-01 14:55:56.447 [bus notice] >ff
2015-11-01 14:55:56.457 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.493 [bus notice] <aa
2015-11-01 14:55:56.495 [bus notice] >ff
2015-11-01 14:55:56.505 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.538 [bus notice] <aa
2015-11-01 14:55:56.540 [bus notice] >ff
2015-11-01 14:55:56.544 [bus notice] <10
2015-11-01 14:55:56.544 [bus debug] ERR: arbitration lost during ready, retry
2015-11-01 14:55:56.547 [bus notice] <08
2015-11-01 14:55:56.553 [bus notice] <b5
2015-11-01 14:55:56.556 [bus notice] <11
2015-11-01 14:55:56.561 [bus notice] <01
2015-11-01 14:55:56.565 [bus notice] <01
2015-11-01 14:55:56.570 [bus notice] <89
2015-11-01 14:55:56.574 [bus notice] <00
2015-11-01 14:55:56.603 [bus notice] <09
2015-11-01 14:55:56.607 [bus notice] <46
2015-11-01 14:55:56.612 [bus notice] <3e
2015-11-01 14:55:56.616 [bus notice] <d0
2015-11-01 14:55:56.620 [bus notice] <0a
2015-11-01 14:55:56.624 [bus notice] <ff
2015-11-01 14:55:56.629 [bus notice] <76
2015-11-01 14:55:56.633 [bus notice] <01
2015-11-01 14:55:56.637 [bus notice] <00
2015-11-01 14:55:56.641 [bus notice] <ff
2015-11-01 14:55:56.645 [bus notice] <fd
2015-11-01 14:55:56.650 [bus notice] <00
2015-11-01 14:55:56.650 [update info] update MS cmd: 1008b5110101 / 09463ed00aff760100ff
2015-11-01 14:55:56.650 [update notice] unknown MS cmd: 1008b5110101 / 09463ed00aff760100ff
2015-11-01 14:55:56.654 [bus notice] <aa
2015-11-01 14:55:56.701 [bus notice] <aa
2015-11-01 14:55:56.745 [bus notice] <aa
2015-11-01 14:55:56.746 [bus notice] >ff
2015-11-01 14:55:56.757 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.790 [bus notice] <aa
2015-11-01 14:55:56.792 [bus notice] >ff
2015-11-01 14:55:56.802 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.835 [bus notice] <aa
2015-11-01 14:55:56.837 [bus notice] >ff
2015-11-01 14:55:56.847 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.881 [bus notice] <aa
2015-11-01 14:55:56.882 [bus notice] >ff
2015-11-01 14:55:56.892 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.924 [bus notice] <aa
2015-11-01 14:55:56.926 [bus notice] >ff
2015-11-01 14:55:56.936 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:56.971 [bus notice] <aa
2015-11-01 14:55:56.972 [bus notice] >ff
2015-11-01 14:55:56.982 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.017 [bus notice] <aa
2015-11-01 14:55:57.018 [bus notice] >ff
2015-11-01 14:55:57.029 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.061 [bus notice] <aa
2015-11-01 14:55:57.062 [bus notice] >ff
2015-11-01 14:55:57.073 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.107 [bus notice] <aa
2015-11-01 14:55:57.109 [bus notice] >ff
2015-11-01 14:55:57.119 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.151 [bus notice] <aa
2015-11-01 14:55:57.152 [bus notice] >ff
2015-11-01 14:55:57.163 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.199 [bus notice] <aa
2015-11-01 14:55:57.200 [bus notice] >ff
2015-11-01 14:55:57.211 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.243 [bus notice] <aa
2015-11-01 14:55:57.244 [bus notice] >ff
2015-11-01 14:55:57.254 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.289 [bus notice] <aa
2015-11-01 14:55:57.290 [bus notice] >ff
2015-11-01 14:55:57.301 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.334 [bus notice] <aa
2015-11-01 14:55:57.336 [bus notice] >ff
2015-11-01 14:55:57.346 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.384 [bus notice] <aa
2015-11-01 14:55:57.386 [bus notice] >ff
^X2015-11-01 14:55:57.396 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.428 [bus notice] <aa
2015-11-01 14:55:57.430 [bus notice] >ff
2015-11-01 14:55:57.440 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.473 [bus notice] <aa
2015-11-01 14:55:57.475 [bus notice] >ff
2015-11-01 14:55:57.485 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.517 [bus notice] <aa
2015-11-01 14:55:57.519 [bus notice] >ff
2015-11-01 14:55:57.529 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.562 [bus notice] <aa
2015-11-01 14:55:57.564 [bus notice] >ff
2015-11-01 14:55:57.574 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.606 [bus notice] <aa
2015-11-01 14:55:57.608 [bus notice] >ff
2015-11-01 14:55:57.618 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.651 [bus notice] <aa
2015-11-01 14:55:57.653 [bus notice] >ff
2015-11-01 14:55:57.663 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.695 [bus notice] <aa
2015-11-01 14:55:57.697 [bus notice] >ff
2015-11-01 14:55:57.707 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.742 [bus notice] <aa
2015-11-01 14:55:57.743 [bus notice] >ff
2015-11-01 14:55:57.753 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.786 [bus notice] <aa
2015-11-01 14:55:57.787 [bus notice] >ff
2015-11-01 14:55:57.797 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.831 [bus notice] <aa
2015-11-01 14:55:57.832 [bus notice] >ff
2015-11-01 14:55:57.842 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.878 [bus notice] <aa
2015-11-01 14:55:57.880 [bus notice] >ff
2015-11-01 14:55:57.890 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.925 [bus notice] <aa
2015-11-01 14:55:57.926 [bus notice] >ff
2015-11-01 14:55:57.936 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:57.974 [bus notice] <aa
2015-11-01 14:55:57.975 [bus notice] >ff
2015-11-01 14:55:57.985 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.019 [bus notice] <aa
2015-11-01 14:55:58.020 [bus notice] >ff
2015-11-01 14:55:58.030 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.069 [bus notice] <aa
2015-11-01 14:55:58.070 [bus notice] >ff
2015-11-01 14:55:58.080 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.114 [bus notice] <aa
2015-11-01 14:55:58.115 [bus notice] >ff
2015-11-01 14:55:58.126 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.158 [bus notice] <aa
2015-11-01 14:55:58.159 [bus notice] >ff
2015-11-01 14:55:58.170 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.203 [bus notice] <aa
2015-11-01 14:55:58.204 [bus notice] >ff
2015-11-01 14:55:58.215 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.247 [bus notice] <aa
2015-11-01 14:55:58.248 [bus notice] >ff
2015-11-01 14:55:58.259 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.292 [bus notice] <aa
2015-11-01 14:55:58.293 [bus notice] >ff
2015-11-01 14:55:58.304 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.336 [bus notice] <aa
2015-11-01 14:55:58.337 [bus notice] >ff
2015-11-01 14:55:58.347 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.381 [bus notice] <aa
2015-11-01 14:55:58.382 [bus notice] >ff
2015-11-01 14:55:58.393 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.425 [bus notice] <aa
2015-11-01 14:55:58.426 [bus notice] >ff
^X2015-11-01 14:55:58.437 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.470 [bus notice] <aa
2015-11-01 14:55:58.471 [bus notice] >ff
2015-11-01 14:55:58.482 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.515 [bus notice] <aa
2015-11-01 14:55:58.516 [bus notice] >ff
2015-11-01 14:55:58.527 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.564 [bus notice] <aa
2015-11-01 14:55:58.565 [bus notice] >ff
2015-11-01 14:55:58.568 [bus notice] <10
2015-11-01 14:55:58.568 [bus debug] ERR: arbitration lost during ready, retry
2015-11-01 14:55:58.573 [bus notice] <08
2015-11-01 14:55:58.577 [bus notice] <b5
2015-11-01 14:55:58.582 [bus notice] <10
2015-11-01 14:55:58.586 [bus notice] <03
2015-11-01 14:55:58.591 [bus notice] <05
2015-11-01 14:55:58.596 [bus notice] <ff
2015-11-01 14:55:58.600 [bus notice] <01
2015-11-01 14:55:58.605 [bus notice] <98
2015-11-01 14:55:58.609 [bus notice] <00
2015-11-01 14:55:58.638 [bus notice] <00
2015-11-01 14:55:58.642 [bus notice] <00
2015-11-01 14:55:58.647 [bus notice] <00
2015-11-01 14:55:58.647 [update info] update MS cmd: 1008b5100305ff01 / 00
2015-11-01 14:55:58.648 [update notice] unknown MS cmd: 1008b5100305ff01 / 00
2015-11-01 14:55:58.651 [bus notice] <aa
2015-11-01 14:55:58.696 [bus notice] <aa
2015-11-01 14:55:58.745 [bus notice] <aa
2015-11-01 14:55:58.746 [bus notice] >ff
2015-11-01 14:55:58.757 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.790 [bus notice] <aa
2015-11-01 14:55:58.791 [bus notice] >ff
2015-11-01 14:55:58.802 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.834 [bus notice] <aa
2015-11-01 14:55:58.836 [bus notice] >ff
2015-11-01 14:55:58.847 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.879 [bus notice] <aa
2015-11-01 14:55:58.880 [bus notice] >ff
2015-11-01 14:55:58.891 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.928 [bus notice] <aa
2015-11-01 14:55:58.929 [bus notice] >ff
2015-11-01 14:55:58.940 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:58.973 [bus notice] <aa
2015-11-01 14:55:58.974 [bus notice] >ff
2015-11-01 14:55:58.985 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.021 [bus notice] <aa
2015-11-01 14:55:59.022 [bus notice] >ff
2015-11-01 14:55:59.032 [bus debug] ERR: read timeout during ready, switching to skip
^C2015-11-01 14:55:59.064 [main notice] SIGINT received
2015-11-01 14:55:59.065 [bus notice] <aa
2015-11-01 14:55:59.066 [bus notice] >ff
2015-11-01 14:55:59.077 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.108 [bus notice] <aa
2015-11-01 14:55:59.110 [bus notice] >ff
2015-11-01 14:55:59.120 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.153 [bus notice] <aa
2015-11-01 14:55:59.155 [bus notice] >ff
2015-11-01 14:55:59.165 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.200 [bus notice] <aa
2015-11-01 14:55:59.201 [bus notice] >ff
2015-11-01 14:55:59.212 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.245 [bus notice] <aa
2015-11-01 14:55:59.246 [bus notice] >ff
2015-11-01 14:55:59.257 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.289 [bus notice] <aa
2015-11-01 14:55:59.290 [bus notice] >ff
2015-11-01 14:55:59.301 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.338 [bus notice] <aa
2015-11-01 14:55:59.339 [bus notice] >ff
2015-11-01 14:55:59.349 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.382 [bus notice] <aa
2015-11-01 14:55:59.383 [bus notice] >ff
2015-11-01 14:55:59.393 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.428 [bus notice] <aa
2015-11-01 14:55:59.429 [bus notice] >ff
2015-11-01 14:55:59.440 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.473 [bus notice] <aa
2015-11-01 14:55:59.474 [bus notice] >ff
2015-11-01 14:55:59.485 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.518 [bus notice] <aa
2015-11-01 14:55:59.520 [bus notice] >ff
2015-11-01 14:55:59.530 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.563 [bus notice] <aa
2015-11-01 14:55:59.565 [bus notice] >ff
2015-11-01 14:55:59.575 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.607 [bus notice] <aa
2015-11-01 14:55:59.609 [bus notice] >ff
2015-11-01 14:55:59.619 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.651 [bus notice] <aa
2015-11-01 14:55:59.653 [bus notice] >ff
2015-11-01 14:55:59.663 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.696 [bus notice] <aa
2015-11-01 14:55:59.698 [bus notice] >ff
2015-11-01 14:55:59.708 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.741 [bus notice] <aa
2015-11-01 14:55:59.743 [bus notice] >ff
2015-11-01 14:55:59.753 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.785 [bus notice] <aa
2015-11-01 14:55:59.787 [bus notice] >ff
2015-11-01 14:55:59.797 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.829 [bus notice] <aa
2015-11-01 14:55:59.831 [bus notice] >ff
2015-11-01 14:55:59.841 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.876 [bus notice] <aa
2015-11-01 14:55:59.877 [bus notice] >ff
2015-11-01 14:55:59.887 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.924 [bus notice] <aa
2015-11-01 14:55:59.926 [bus notice] >ff
2015-11-01 14:55:59.936 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:55:59.973 [bus notice] <aa
2015-11-01 14:55:59.975 [bus notice] >ff
2015-11-01 14:55:59.985 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:56:00.020 [bus notice] <aa
2015-11-01 14:56:00.021 [bus notice] >ff
2015-11-01 14:56:00.032 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:56:00.064 [bus notice] <aa
2015-11-01 14:56:00.065 [bus notice] >ff
2015-11-01 14:56:00.075 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:56:00.112 [bus notice] <aa
2015-11-01 14:56:00.114 [bus notice] >ff
2015-11-01 14:56:00.124 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:56:00.156 [bus notice] <aa
2015-11-01 14:56:00.158 [bus notice] >ff
2015-11-01 14:56:00.168 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:56:00.201 [bus notice] <aa
2015-11-01 14:56:00.203 [bus notice] >ff
2015-11-01 14:56:00.213 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:56:00.245 [bus notice] <aa
2015-11-01 14:56:00.247 [bus notice] >ff
2015-11-01 14:56:00.257 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:56:00.290 [bus notice] <aa
2015-11-01 14:56:00.292 [bus notice] >ff
2015-11-01 14:56:00.303 [bus debug] ERR: read timeout during ready, switching to skip
2015-11-01 14:56:00.334 [bus notice] <aa
2015-11-01 14:56:00.336 [bus notice] >ff
2015-11-01 14:56:00.347 [bus debug] ERR: read timeout during ready, switching to skip

john30

Zitat von: yellowpinky am 01 November 2015, 16:16:47
.. habe mit ebusctl r RoomTemp getestet, sieht irgendwie so aus ob am Bus nichts ausgegeben wird ?!
Anbei der LOG.
Hab da noch irgendwo ein konfig Problem ?
Die ebusd.debian in /root/ebusd/contrib/etc/default
hat den Inhalt:
EBUSD_OPTS="--acquiretime 6000 -l All -d /dev/ttyUSB0"

Dem Log nach zu urteilen kann Dein Interface nicht auf den Bus schreiben.
Warum ist der acquiretimeout denn runtergesetzt? Wenn dann hilft eher raufsetzen... Default ist 9400. Probier mal Weglassen in OPTS oder erhöhen.
author of ebusd

yellowpinky

ZitatDem Log nach zu urteilen kann Dein Interface nicht auf den Bus schreiben.
Warum ist der acquiretimeout denn runtergesetzt? Wenn dann hilft eher raufsetzen... Default ist 9400. Probier mal Weglassen in OPTS oder erhöhen.

...weder erhöhen noch weglassen bringt etwas. Den Wert mit 6000 hatte ich aus einem Forum. Gibt es sonst noch Timer oder Parameter?
Vermute ja auch einen Fehler am Adapter, den ich aber leider nicht finde. Beim Schleifentest wie im Forum beschrieben ist ja alles OK !?

Reinhart

@yellowpinky

ich kann mich erinnern, das die fertige Platine einen kleinen Fehler hatte. Beim Spannungsregler war der Ein/Ausgang verkehrt platziert, daher musst den Regler verkehrt (180 Grad) einsetzen. Ich weiß jetzt aber nicht, ob du auch so eine Platine mit diesem Fehler hast.

Wenn ja, dann kannst du nicht senden weil dann der Optokoppler U3 nie durchsteuert.

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

yellowpinky

@ Reinhart
Danke für die Antwort.
Problem der Version 1.3 ist mir bekannt. Der Spannungsregler ist richtig eingebaut.. der Schleifentest mit 20V und einem 1k Widerstand funkioniert ja.

john30

Zitat von: yellowpinky am 01 November 2015, 17:05:29
...weder erhöhen noch weglassen bringt etwas. Den Wert mit 6000 hatte ich aus einem Forum. Gibt es sonst noch Timer oder Parameter?
Vermute ja auch einen Fehler am Adapter, den ich aber leider nicht finde. Beim Schleifentest wie im Forum beschrieben ist ja alles OK !?
Also wenn kein einziges gesendetes Byte vom Bus zurückgelesen werden kann, ist m.E. irgendwas an der Schaltung falsch. Das musst halt rausfinden.
author of ebusd

phantom

Zitat von: john30 am 31 Oktober 2015, 08:19:54
Du könntest mal schauen, ob an dem Wandler Puffergrößen einstellbar sind. Für ebusd darf nichts gepuffert werden.
Danke erst einmal für den Tip zu Umwandlung von Hex-Befehlen in CSVs; klappt prima.

Mit den Serial-Ethernet-Konverter komme ich nicht weiter. Auch Puffergröße 0 (=sofort) und FIFO=off haben nichts gebracht. Der ebusd bekommt offenbar die Antwort-Bytes auf die gesendete Nachricht nicht rechtzeitig mit und versucht es dann in einer Endlosschleife mit durchlaufenden FF's (=NAK) hin und her ...

Ich werde wohl doch ein langes Serial-Kabel legen müssen oder gibt es dazu noch eine Idee ?

Prof. Dr. Peter Henning

USB-Extender - geht bis zu 20 Metern Länge.

LG

pah

RainerS

#1169
Hallo,

gibt es hier jemanden, der eine gefertigte Platine mit den z.Z. passenden Bauteilen anbietet ?
Wurde aufgrund der Problematik bezgl. der Kommunikationsabbrüche die Hardware angepasst (Bauteile, Werte) ?

Sinnvoll wäre ein eigener Thread zur "Eigenbau-Hardware", da alles ziemlichlich unübersichtlich ist bei 78 Seiten ;-) ....



PS:
Würde sowas auch  funktionieren ? anstatt den USBtoTTL-Adapter ?
"HIER KLICKEN"