eBus Schaltung V2 in Betrieb nehmen

Begonnen von Reinhart, 15 November 2017, 17:41:33

Vorheriges Thema - Nächstes Thema

TobiasR

@Reinhart: Danke, war wirklich verrutscht!

Bei mir steht dies drin:
EBUSD_OPTS="--scanconfig"

Passt das?

Reinhart

ist ein bisschen wenig was da definiert ist!

Auch hier wieder die Frage, ist da eine Raute davor?

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

# Options to pass to ebusd (run "ebusd -?" for more info):
# EBUSD_OPTS="--scanconfig"
EBUSD_OPTS="-d /dev/ttyebus --pollinterval=180 -p 8888 -l /var/log/ebusd.log --scanconfig --configpath=http://ebusd.eu/config/ --httpport=8080 --htmlpath=/var/ebusd/html --mqttport=1883 --mqttjson --mqtthost=10.0.0.5 --mqtttopic=sonoff_ebusd/%name"


# bedeutet das ist nur ein Informationstext und wird vom eBusd komplett ignoriert und nicht eingelesen.

in meinem Beispiel steht auch hier "# EBUSD_OPTS="--scanconfig", was reiner Infotext ist. Entscheidend ist dann die untere Zeile und da steht schon einiges drinnen. Schau dir dazu unbedingt das Wiki von John an! Du stellst da den Device, das Port, das Log und vieles mehr ein.

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

TobiasR

Hallo,

ich hatte die Infotexte raus genommen.
Das ist der komplette Inhalt:

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

# Options to pass to ebusd (run "ebusd -?" for more info):
EBUSD_OPTS="--scanconfig"


# 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.


In der Wiki war ich auch schon mal. Richtig schlau bin ich aber nicht daraus geworden

Reinhart

wenn du nur die den einen Parameter gesetzt hast, dann wird alles Default konfiguriert. Was da alles gesetzt wird weis ich nicht auswendig, da musst im Johns Wiki nachschauen.

Ich wusste gar nicht das dies überhaupt so funktioniert, wie soll den ebusd wissen welchen Device du angeschlossen hast und wo das Log geschrieben werden soll und wenn du Mqtt einsetzt wie die Topic lautet, usw?

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

TobiasR

Hmm :(, dann steh ich jetzt ganz schön auf dem Schlauch.

Soll ich einfach alles noch mal neu installieren? Die Config kam aber genau so mit.

Wenn ich das hier richtig lese, sind meine Heizungskomponenten alle gefunden worden:

pi@Heizung:~ $ ebusctl find -d
700 Hc1HeatCurve = 1.13335
broadcast outsidetemp = 15.875
broadcast vdatetime = 21:39:03;28.08.2018
hmu SetMode = auto;0.0;-;-;1;1;1;0;0;0
hmu State = 0;31;off;ready
hmu Status01 = 20.0;20.0;-;-;-;off
scan.08  = Vaillant;HMU01;0304;8802
scan.08 id = 21;17;28;0010019758;1610;005614;N2
scan.15  = Vaillant;70000;0419;4603
scan.15 id = 21;17;17;0020218357;0082;027637;N3
scan.76  = Vaillant;VWZIO;0111;0103
scan.76 id = 21;17;20;0020143590;1610;005605;N7
scan.e8  = Vaillant;FMU00;0202;6502
scan.e8 id = 21;17;28;0010019758;1610;005614;N2

Reinhart

#545
Nein, nix neu installieren, die Config ist ja bei jedem User individuell einzustellen! Das sind ja nur ein paar Parameter!

Zitat-d, --device=DEV
-c, --configpath=PATH
-s, --scanconfig[=ADDR]
-p, --port=PORT
-l, --logfile=FILE
hier als Beispiel, aber das steht ja alles sehr ausführlich in der Wiki, nimm halt nur das was du denkst das du es brauchst. Wenn du die Syntax nicht genau kennst, dann schaue einfach hier in den Threads und suche nach "EBUSD_OPTS", da gibt es zahlreiche Beispiele.

EBUSD_OPTS="--device=/dev/ttyebus -p 8888 -l /var/log/ebusd.log --scanconfig --httpport=8080"
für Rpi Platine

EBUSD_OPTS="-d /dev/ttyUSB0 -p 8888 -l /var/log/ebusd.log --scanconfig
oder für USB Schnitsstelle

das wäre so eine typische 0815 Konfig ohne Mqtt.
Wenn du aber jetzt damit zufrieden bist dann laß es so.
FHEM auf Raspy4 mit Bullseye + SSD, Homematic, ESP8266, ESP32, Sonoff, eBus, NanoCUL, MapleCUL, , MQTT2, Alexa

TobiasR

#546
Hallo Reinhart,
erst mal vielen Dank für deine Unterstützung!

Ich befürchte dass bei mir noch was anderes falsch ist.
Mit der neuen EBUSD_OPTS (über USB), bekommen ich nun gar keine Daten mehr:
pi@Heizung:~ $ ebusctl info
version: ebusd 3.0pre.bbc4d04
update check: version 3.2 available, broadcast.csv: different version available, vaillant/15.e7f.csv: different version available, vaillant/errors.inc: different version available
signal: acquired
symbol rate: 23
max symbol rate: 112
min arbitration micros: 3259
max arbitration micros: 3359
min symbol latency: 4
max symbol latency: 6
reconnects: 0
masters: 4
messages: 84
conditional: 2
poll: 0
update: 7
address 03: master #11
address 08: slave #11
address 10: master #2
address 15: slave #2
address 31: master #8, ebusd
address 36: slave #8, ebusd
address 71: master #9
address 76: slave #9
address e8: slave


Ich hatte es so verstanden dass in der "ttyUSB0" ein Link hinterlegt ist der die aktuellsten CSV vom Server holt.
Kann das der Fehler sein. Ist die Datei evtl zerstört?

Edit:
Mal ne ganz andere Frage:

Gibt es eine Übersicht der Vaillantkomponenten zu denen es bereits eine CSV gibt?
Die ursprüngliche Anzeige hat ja zumindest schon mal die Heizkurve und Außentemperatur gebracht. Evtl. gibt es ja noch gar keine CSV für meine Anlage?

john30

Zitat von: TobiasR am 29 August 2018, 18:51:53
Ich befürchte dass bei mir noch was anderes falsch ist.
Mit der neuen EBUSD_OPTS (über USB), bekommen ich nun gar keine Daten mehr:
es wäre gut, wenn Du schon Hilfe bekommen möchtest, dass Du dann auch immer die config Zeile aus der default/ebusd mit postest, sonst können wir hier nur Rätselraten spielen und das macht keinem Rrichtig Spaß.
So wie Du es beschreibst ist Dein Interface auf ttyUSB0. Das ist die Default Einstellung, d.h. die musst Du dann auch nicht anpassen.

Zitat von: TobiasR am 29 August 2018, 18:51:53
Ich hatte es so verstanden dass in der "ttyUSB0" ein Link hinterlegt ist der die aktuellsten CSV vom Server holt.
das ist Quatsch. ttyUSB0 ist der Link, der auf das erste via USB angeschlossene serielle Device zeigt, was eben i.d.R. schon das richtig ist (es sei denn, Du hast noch andere serielle USB Interfaces dran).
Das hat also so gar nichts mit den CSV Files zu tun. Die werden ab Version 3.2 von ebusd nun automatisch von einem Webservice abgeholt, der auf ebusd.eu läuft.
Würde das nicth funktionieren, dann würde "ebusctl info" keine einzige geladene CSV Datei anzeigen, was bei Dir aber nicht der Fall zu sein scheint.

Zitat von: TobiasR am 29 August 2018, 18:51:53
Gibt es eine Übersicht der Vaillantkomponenten zu denen es bereits eine CSV gibt?
Implizit schon, hier: https://github.com/john30/ebusd-configuration/tree/master/ebusd-2.x.x/de/vaillant
author of ebusd

FunkOdyssey

#548
Ich suche mir seit Tagen nen Wolf und bräuchte jetzt doch wohl mal das Forum zur Unterstützung.

Ich habe ein ähnliches Problem, wie es hier im Thread schon desöfteren erwähnt wurde: "read timeout"
Teilweise habe ich im FHEM-Forum sogar meine eigenen Beiträge gefunden, aber dort bezog es sich auf alte eBus-Versionen und Raspberry-Serial-Latency-Probleme.

Hintergrund:
Ich habe seit Dezember 2017 eine eBus-Platine 2.0 von Johns Lötdamen. :-)
Schade über mich, aber bis heute habe ich noch zufrieden meine eBus-Platine v1.6 genutzt.

Ich habe eBusd jeweils in Docker-Container gepackt.

- Platine v1.6 über FTDI-Adapter. IP-Zugriff mittels GAEBUS. Kein Polling in der Config-Dateien. GAEBUS führt alle 60 Sekunden ein "read" durch. Alles problemlos.
- Platine v2.0 über mitgelieferten CP2102. Mittels MQTT2-Server direkt in FHEM. Hier ist in der Config-Datei das Polling teilweise aktiviert.

Die MQTT-Anbindung ist wie folgt erfolgt:
command: ebusd -f --address=10 --scanconfig --configpath=/etc/ebusd --mqttport=1883 --mqtthost=fhem --log="all debug"

Meine Konfigurationsdatei: https://github.com/dstrigl/ebusd-config-brink-renovent-excellent-300/blob/master/7c.renovent-excellent-400p.csv
(Läuft wie gesagt problemlos mit der Platine 1.6. Jedoch ohne Polling r1-r9).

Mein Problem:
Über die Platine v2.0 habe ich stets ERR: read timeout.
Es werden nur Broadcast-Nachrichten empfangen. Und wenn ich GAEBUS zeitgleich aktiv habe, so werden die "reads" mit aufgefangen. (afaik: poll-read oder ähnlich)
Es findet kein Polling erfolgreich statt. Rekonstruierbar auch direkt auf der Konsole über "ebusctl read Aussenlufttemperatur". Also kann ich MQTT2 und FHEM vorerst ausschließen.

- Anpassungen mittels "latency" und "receivetimeout" => Ohne Erfolg
- Adressen mehrfach geändert => Ohne Erfolg
- accesslevel=* => Ohne Erfolg
- Ohne MQTT => Ohne Erfolg

Logs:
So richtig spannend wird es im Log erst weiter hinten. Bei z.B. folgenden Zeilen:

poll kwl TatsaechlicheDrehzahlZuluft failed: ERR: read timeout

version: ebusd 3.2.v3.2
signal: acquired
symbol rate: 38
max symbol rate: 62
reconnects: 0
masters: 4
messages: 52
conditional: 0
poll: 7
update: 4
address 01: master #6
address 10: master #2, ebusd
address 15: slave #2, ebusd
address 31: master #8
address 77: master #19
address 7c: slave #19


2018-09-18 14:55:39.156 [main info] loading configuration files from /etc/ebusd
2018-09-18 14:55:39.156 [main info] read templates in /
2018-09-18 14:55:39.156 [main info] reading file 7c.csv
2018-09-18 14:55:39.156 [main info] reading templates /
2018-09-18 14:55:39.156 [main notice] ebusd 3.2.v3.2 started with auto scan
2018-09-18 14:55:39.157 [main info] reading file broadcast.csv
2018-09-18 14:55:39.157 [main info] reading file memory.csv
2018-09-18 14:55:39.157 [main info] successfully read file 7c.csv
2018-09-18 14:55:39.157 [main info] successfully read file broadcast.csv
2018-09-18 14:55:39.158 [main info] read config files
2018-09-18 14:55:39.158 [main info] successfully read file memory.csv
2018-09-18 14:55:39.162 [main info] registering data handlers
2018-09-18 14:55:39.163 [bus notice] bus started with own address 10/15
2018-09-18 14:55:39.163 [mqtt debug] connection requested
2018-09-18 14:55:39.164 [main info] registered data handlers
2018-09-18 14:55:39.164 [mqtt debug] publish ebusd/global/running true
2018-09-18 14:55:39.164 [mqtt debug] publish ebusd/global/signal false
2018-09-18 14:55:39.164 [mqtt debug] publish ebusd/global/version ebusd 3.2.v3.2
2018-09-18 14:55:39.173 [mqtt notice] connection established
2018-09-18 14:55:39.181 [bus debug] ERR: SYN received during no signal, switching to ready
2018-09-18 14:55:39.181 [bus info] poll cmd: 107c40220106
2018-09-18 14:55:39.181 [bus notice] signal acquired
2018-09-18 14:55:39.217 [bus debug] notify request: ERR: read timeout
2018-09-18 14:55:39.217 [bus error] poll kwl PosStufenschalter failed: ERR: read timeout
2018-09-18 14:55:39.265 [bus notice] new master 01, master count 2
2018-09-18 14:55:39.290 [bus notice] new master 77, master count 3
2018-09-18 14:55:39.290 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:55:39.291 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:55:39.484 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:55:40.174 [bus info] send message: 107c40220103
2018-09-18 14:55:40.174 [mqtt debug] received topic ebusd/kwl/TatsaechlicheDrehzahlAbluft/get
2018-09-18 14:55:40.174 [mqtt info] received topic for kwl TatsaechlicheDrehzahlAbluft
2018-09-18 14:55:40.223 [bus debug] notify request: ERR: read timeout
2018-09-18 14:55:40.224 [bus error] send to 7c: ERR: read timeout, retry
2018-09-18 14:55:40.270 [bus debug] notify request: ERR: read timeout
2018-09-18 14:55:40.270 [bus error] send to 7c: ERR: read timeout, retry
2018-09-18 14:55:40.316 [bus debug] notify request: ERR: read timeout
2018-09-18 14:55:40.316 [bus error] send to 7c: ERR: read timeout, retry
2018-09-18 14:55:40.362 [bus debug] notify request: ERR: read timeout
2018-09-18 14:55:40.362 [bus error] send message part 0: ERR: read timeout
2018-09-18 14:55:40.362 [bus error] send to 7c: ERR: read timeout
2018-09-18 14:55:40.362 [mqtt error] read kwl TatsaechlicheDrehzahlAbluft: ERR: read timeout
2018-09-18 14:55:44.242 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:55:44.242 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:55:44.367 [mqtt debug] publish ebusd/kwl/Ventilatorbetrieb Reduziert
2018-09-18 14:55:44.530 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:55:45.049 [bus info] poll cmd: 107c40220102
2018-09-18 14:55:45.080 [bus debug] notify request: ERR: read timeout
2018-09-18 14:55:45.080 [bus error] poll kwl TatsaechlicheDrehzahlZuluft failed: ERR: read timeout
2018-09-18 14:55:48.184 [bus notice] new master 31, master count 4
2018-09-18 14:55:48.221 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:55:49.164 [bus info] scan 06 cmd: 1006070400
2018-09-18 14:55:49.164 [main debug] performing regular tasks
2018-09-18 14:55:49.197 [bus debug] notify request: ERR: read timeout
2018-09-18 14:55:49.197 [main error] scan config 06: ERR: read timeout
2018-09-18 14:55:49.274 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:55:49.274 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:55:49.569 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:55:51.014 [bus info] poll cmd: 107c40220103
2018-09-18 14:55:51.044 [bus debug] notify request: ERR: read timeout
2018-09-18 14:55:51.044 [bus error] poll kwl TatsaechlicheDrehzahlAbluft failed: ERR: read timeout
2018-09-18 14:55:51.198 [bus info] scan 36 cmd: 1036070400
2018-09-18 14:55:51.198 [main debug] performing regular tasks
2018-09-18 14:55:51.275 [bus debug] notify request: ERR: read timeout
2018-09-18 14:55:51.275 [main error] scan config 36: ERR: read timeout
2018-09-18 14:55:53.275 [bus info] scan 7c cmd: 107c070400
2018-09-18 14:55:53.275 [main debug] performing regular tasks
2018-09-18 14:55:53.315 [bus debug] notify request: ERR: read timeout
2018-09-18 14:55:53.315 [main error] scan config 7c: ERR: read timeout
2018-09-18 14:55:54.270 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:55:54.270 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:55:54.555 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:55:55.316 [main debug] performing regular tasks
2018-09-18 14:55:55.377 [mqtt debug] publish ebusd/global/signal true
2018-09-18 14:55:55.378 [mqtt debug] publish ebusd/global/uptime 16
2018-09-18 14:55:57.023 [bus info] poll cmd: 107c40220107
2018-09-18 14:55:57.054 [bus debug] notify request: ERR: read timeout
2018-09-18 14:55:57.054 [bus error] poll kwl Ablufttemperatur failed: ERR: read timeout
2018-09-18 14:55:57.709 [update info] received MS cmd: 017c40a106000100010000 / 022000
2018-09-18 14:55:57.709 [update notice] received unknown MS cmd: 017c40a106000100010000 / 022000
2018-09-18 14:55:59.256 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:55:59.256 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:55:59.624 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:56:03.012 [bus info] poll cmd: 107c40220108
2018-09-18 14:56:03.042 [bus debug] notify request: ERR: read timeout
2018-09-18 14:56:03.042 [bus error] poll kwl Aussenlufttemperatur failed: ERR: read timeout
2018-09-18 14:56:04.233 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:56:04.233 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:56:04.663 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:56:05.316 [main debug] performing regular tasks
2018-09-18 14:56:06.642 [update info] received BC cmd: 77fefe010a45303030202020202020
2018-09-18 14:56:06.642 [update notice] received update-read broadcast error QQ=77: E000     
2018-09-18 14:56:09.045 [bus info] poll cmd: 107c40220114
2018-09-18 14:56:09.075 [bus debug] notify request: ERR: read timeout
2018-09-18 14:56:09.075 [bus error] poll kwl IstwertZuluftdruck failed: ERR: read timeout
2018-09-18 14:56:09.245 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:56:09.245 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:56:09.721 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:56:10.393 [mqtt debug] publish ebusd/broadcast/error E000     
2018-09-18 14:56:11.394 [mqtt debug] publish ebusd/global/uptime 32
2018-09-18 14:56:14.241 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:56:14.241 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:56:14.760 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:56:15.049 [bus info] poll cmd: 107c40220115
2018-09-18 14:56:15.080 [bus debug] notify request: ERR: read timeout
2018-09-18 14:56:15.080 [bus error] poll kwl IstwertAbluftdruck failed: ERR: read timeout
2018-09-18 14:56:15.317 [main debug] performing regular tasks
2018-09-18 14:56:19.227 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:56:19.228 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:56:19.800 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:56:21.016 [bus info] poll cmd: 107c40220106
2018-09-18 14:56:21.047 [bus debug] notify request: ERR: read timeout
2018-09-18 14:56:21.047 [bus error] poll kwl PosStufenschalter failed: ERR: read timeout
2018-09-18 14:56:24.224 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:56:24.225 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:56:24.788 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:56:25.317 [main debug] performing regular tasks
2018-09-18 14:56:27.024 [bus info] poll cmd: 107c40220106
2018-09-18 14:56:27.054 [bus debug] notify request: ERR: read timeout
2018-09-18 14:56:27.054 [bus error] poll kwl PosStufenschalter failed: ERR: read timeout
2018-09-18 14:56:27.411 [mqtt debug] publish ebusd/global/uptime 48
2018-09-18 14:56:28.690 [update info] received MS cmd: 017c40a106000100010000 / 022000
2018-09-18 14:56:28.690 [update notice] received unknown MS cmd: 017c40a106000100010000 / 022000
2018-09-18 14:56:29.235 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:56:29.235 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:56:29.832 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:56:33.040 [bus info] poll cmd: 107c40220102
2018-09-18 14:56:33.070 [bus debug] notify request: ERR: read timeout
2018-09-18 14:56:33.070 [bus error] poll kwl TatsaechlicheDrehzahlZuluft failed: ERR: read timeout
2018-09-18 14:56:34.207 [update info] received MS cmd: 017c40220101 / 020001
2018-09-18 14:56:34.207 [update notice] received read kwl Ventilatorbetrieb QQ=01: Reduziert
2018-09-18 14:56:34.872 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 14:56:35.318 [main debug] performing regular tasks


Eigentlich habe ich auch Probleme mit dem Schreiben via MQTT. Aber wenn schon das Lesen nicht funktioniert, brauche ich alles weitere wohl noch nicht debuggen. :-)




Nachtrag: Log mit aktiviertem RAW-Logging:
Hier ist die Default-Adresse 31 aktiv. Nicht wie oben die 0x10.


2018-09-18 16:18:59.739 [main info] loading configuration files from /etc/ebusd
2018-09-18 16:18:59.739 [main info] reading templates /
2018-09-18 16:18:59.739 [main notice] ebusd 3.2.v3.2 started with auto scan
2018-09-18 16:18:59.740 [main info] read templates in /
2018-09-18 16:18:59.740 [main info] reading file 7c.csv
2018-09-18 16:18:59.741 [main info] read config files
2018-09-18 16:18:59.741 [main info] reading file broadcast.csv
2018-09-18 16:18:59.741 [main info] reading file memory.csv
2018-09-18 16:18:59.741 [main info] successfully read file 7c.csv
2018-09-18 16:18:59.741 [main info] successfully read file broadcast.csv
2018-09-18 16:18:59.741 [main info] successfully read file memory.csv
2018-09-18 16:18:59.745 [bus notice] bus started with own address 31/36
2018-09-18 16:18:59.745 [main info] registering data handlers
2018-09-18 16:18:59.747 [main info] registered data handlers
2018-09-18 16:18:59.747 [mqtt debug] connection requested
2018-09-18 16:18:59.747 [mqtt debug] publish ebusd/global/version ebusd 3.2.v3.2
2018-09-18 16:18:59.748 [mqtt debug] publish ebusd/global/running true
2018-09-18 16:18:59.748 [mqtt debug] publish ebusd/global/signal false
2018-09-18 16:18:59.757 [mqtt notice] connection established
2018-09-18 16:18:59.771 [bus debug] ERR: SYN received during no signal, switching to ready
2018-09-18 16:18:59.771 [bus info] poll cmd: 317c40220106
2018-09-18 16:18:59.771 [bus notice] <aa
2018-09-18 16:18:59.771 [bus notice] >31
2018-09-18 16:18:59.771 [bus notice] signal acquired
2018-09-18 16:18:59.781 [bus debug] notify request: ERR: read timeout
2018-09-18 16:18:59.782 [bus error] poll kwl PosStufenschalter failed: ERR: read timeout
2018-09-18 16:18:59.818 [bus notice] <aa
2018-09-18 16:18:59.865 [bus notice] <aa
2018-09-18 16:18:59.911 [bus notice] <aa
2018-09-18 16:18:59.957 [bus notice] <aa
2018-09-18 16:19:00.003 [bus notice] <aa
2018-09-18 16:19:00.049 [bus notice] <aa
2018-09-18 16:19:00.096 [bus notice] <aa
2018-09-18 16:19:00.142 [bus notice] <aa
2018-09-18 16:19:00.188 [bus notice] <aa
2018-09-18 16:19:00.234 [bus notice] <aa
2018-09-18 16:19:00.280 [bus notice] <aa
2018-09-18 16:19:00.326 [bus notice] <aa
2018-09-18 16:19:00.373 [bus notice] <aa
2018-09-18 16:19:00.420 [bus notice] <aa
2018-09-18 16:19:00.467 [bus notice] <aa
2018-09-18 16:19:00.513 [bus notice] <aa
2018-09-18 16:19:00.517 [bus notice] <01
2018-09-18 16:19:00.528 [bus notice] <7c
2018-09-18 16:19:00.532 [bus notice] <40
2018-09-18 16:19:00.536 [bus notice] <22
2018-09-18 16:19:00.541 [bus notice] <01
2018-09-18 16:19:00.545 [bus notice] <01
2018-09-18 16:19:00.549 [bus notice] <61
2018-09-18 16:19:00.549 [bus notice] new master 01, master count 2
2018-09-18 16:19:00.553 [bus notice] <00
2018-09-18 16:19:00.557 [bus notice] <02
2018-09-18 16:19:00.561 [bus notice] <00
2018-09-18 16:19:00.566 [bus notice] <02
2018-09-18 16:19:00.570 [bus notice] <2e
2018-09-18 16:19:00.574 [bus notice] <00
2018-09-18 16:19:00.574 [bus notice] new master 77, master count 3
2018-09-18 16:19:00.574 [update info] received MS cmd: 017c40220101 / 020002
2018-09-18 16:19:00.574 [update notice] received read kwl Ventilatorbetrieb QQ=01: Normal
2018-09-18 16:19:00.578 [bus notice] <02
2018-09-18 16:19:00.582 [bus notice] <00
2018-09-18 16:19:00.588 [bus notice] <20
2018-09-18 16:19:00.593 [bus notice] <a8
2018-09-18 16:19:00.640 [bus notice] <aa
2018-09-18 16:19:00.686 [bus notice] <aa
2018-09-18 16:19:00.732 [bus notice] <aa
2018-09-18 16:19:00.757 [bus info] send message: 317c40220103
2018-09-18 16:19:00.757 [mqtt debug] received topic ebusd/kwl/TatsaechlicheDrehzahlAbluft/get
2018-09-18 16:19:00.757 [mqtt info] received topic for kwl TatsaechlicheDrehzahlAbluft
2018-09-18 16:19:00.778 [bus notice] <aa
2018-09-18 16:19:00.779 [bus notice] >31
2018-09-18 16:19:00.789 [bus debug] notify request: ERR: read timeout
2018-09-18 16:19:00.789 [bus error] send to 7c: ERR: read timeout, retry
2018-09-18 16:19:00.825 [bus notice] <aa
2018-09-18 16:19:00.826 [bus notice] >31
2018-09-18 16:19:00.836 [bus debug] notify request: ERR: read timeout
2018-09-18 16:19:00.836 [bus error] send to 7c: ERR: read timeout, retry
2018-09-18 16:19:00.871 [bus notice] <aa
2018-09-18 16:19:00.872 [bus notice] >31
2018-09-18 16:19:00.882 [bus debug] notify request: ERR: read timeout
2018-09-18 16:19:00.882 [bus error] send to 7c: ERR: read timeout, retry
2018-09-18 16:19:00.917 [bus notice] <aa
2018-09-18 16:19:00.918 [bus notice] >31
2018-09-18 16:19:00.928 [bus debug] notify request: ERR: read timeout
2018-09-18 16:19:00.928 [bus error] send message part 0: ERR: read timeout
2018-09-18 16:19:00.928 [bus error] send to 7c: ERR: read timeout
2018-09-18 16:19:00.928 [mqtt error] read kwl TatsaechlicheDrehzahlAbluft: ERR: read timeout
2018-09-18 16:19:00.963 [bus notice] <aa
2018-09-18 16:19:01.009 [bus notice] <aa
2018-09-18 16:19:01.055 [bus notice] <aa
2018-09-18 16:19:01.102 [bus notice] <aa
2018-09-18 16:19:01.148 [bus notice] <aa
2018-09-18 16:19:01.194 [bus notice] <aa
2018-09-18 16:19:01.240 [bus notice] <aa
2018-09-18 16:19:01.286 [bus notice] <aa
2018-09-18 16:19:01.332 [bus notice] <aa
2018-09-18 16:19:01.378 [bus notice] <aa
2018-09-18 16:19:01.425 [bus notice] <aa
2018-09-18 16:19:01.471 [bus notice] <aa
2018-09-18 16:19:01.517 [bus notice] <aa
2018-09-18 16:19:01.563 [bus notice] <aa
2018-09-18 16:19:01.609 [bus notice] <aa
2018-09-18 16:19:01.655 [bus notice] <aa
2018-09-18 16:19:01.701 [bus notice] <aa
2018-09-18 16:19:01.705 [bus notice] <77
2018-09-18 16:19:01.710 [bus notice] <83
2018-09-18 16:19:01.714 [bus notice] <40
2018-09-18 16:19:01.718 [bus notice] <a0
2018-09-18 16:19:01.722 [bus notice] <04
2018-09-18 16:19:01.726 [bus notice] <00
2018-09-18 16:19:01.730 [bus notice] <c8
2018-09-18 16:19:01.735 [bus notice] <00
2018-09-18 16:19:01.739 [bus notice] <c8
2018-09-18 16:19:01.743 [bus notice] <bf
2018-09-18 16:19:01.769 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 16:19:01.790 [bus notice] <aa
2018-09-18 16:19:01.837 [bus notice] <aa
2018-09-18 16:19:01.883 [bus notice] <aa
2018-09-18 16:19:01.940 [bus notice] <aa
2018-09-18 16:19:01.987 [bus notice] <aa
2018-09-18 16:19:02.033 [bus notice] <aa
2018-09-18 16:19:02.079 [bus notice] <aa
2018-09-18 16:19:02.126 [bus notice] <aa
2018-09-18 16:19:02.172 [bus notice] <aa
2018-09-18 16:19:02.218 [bus notice] <aa
2018-09-18 16:19:02.264 [bus notice] <aa
2018-09-18 16:19:02.310 [bus notice] <aa
2018-09-18 16:19:02.356 [bus notice] <aa
2018-09-18 16:19:02.402 [bus notice] <aa
2018-09-18 16:19:02.448 [bus notice] <aa
2018-09-18 16:19:02.494 [bus notice] <aa
2018-09-18 16:19:02.542 [bus notice] <aa
2018-09-18 16:19:02.589 [bus notice] <aa
2018-09-18 16:19:02.635 [bus notice] <aa
2018-09-18 16:19:02.681 [bus notice] <aa
2018-09-18 16:19:02.727 [bus notice] <aa
2018-09-18 16:19:02.773 [bus notice] <aa
2018-09-18 16:19:02.819 [bus notice] <aa
2018-09-18 16:19:02.865 [bus notice] <aa
2018-09-18 16:19:02.911 [bus notice] <aa
2018-09-18 16:19:02.958 [bus notice] <aa
2018-09-18 16:19:03.004 [bus notice] <aa
2018-09-18 16:19:03.050 [bus notice] <aa
2018-09-18 16:19:03.096 [bus notice] <aa
2018-09-18 16:19:03.143 [bus notice] <aa
2018-09-18 16:19:03.190 [bus notice] <aa
2018-09-18 16:19:03.237 [bus notice] <aa
2018-09-18 16:19:03.283 [bus notice] <aa
2018-09-18 16:19:03.329 [bus notice] <aa
2018-09-18 16:19:03.375 [bus notice] <aa
2018-09-18 16:19:03.421 [bus notice] <aa
2018-09-18 16:19:03.467 [bus notice] <aa
2018-09-18 16:19:03.513 [bus notice] <aa
2018-09-18 16:19:03.559 [bus notice] <aa
2018-09-18 16:19:03.605 [bus notice] <aa
2018-09-18 16:19:03.652 [bus notice] <aa
2018-09-18 16:19:03.698 [bus notice] <aa
2018-09-18 16:19:03.745 [bus notice] <aa
2018-09-18 16:19:03.792 [bus notice] <aa
2018-09-18 16:19:03.838 [bus notice] <aa
2018-09-18 16:19:03.884 [bus notice] <aa
2018-09-18 16:19:03.930 [bus notice] <aa
2018-09-18 16:19:03.976 [bus notice] <aa
2018-09-18 16:19:04.023 [bus notice] <aa
2018-09-18 16:19:04.069 [bus notice] <aa
2018-09-18 16:19:04.115 [bus notice] <aa
2018-09-18 16:19:04.161 [bus notice] <aa
2018-09-18 16:19:04.207 [bus notice] <aa
2018-09-18 16:19:04.253 [bus notice] <aa
2018-09-18 16:19:04.299 [bus notice] <aa
2018-09-18 16:19:04.347 [bus notice] <aa
2018-09-18 16:19:04.394 [bus notice] <aa
2018-09-18 16:19:04.440 [bus notice] <aa
2018-09-18 16:19:04.486 [bus notice] <aa
2018-09-18 16:19:04.532 [bus notice] <aa
2018-09-18 16:19:04.578 [bus notice] <aa
2018-09-18 16:19:04.624 [bus notice] <aa
2018-09-18 16:19:04.670 [bus notice] <aa
2018-09-18 16:19:04.717 [bus notice] <aa
2018-09-18 16:19:04.763 [bus notice] <aa
2018-09-18 16:19:04.809 [bus notice] <aa
2018-09-18 16:19:04.855 [bus notice] <aa
2018-09-18 16:19:04.901 [bus notice] <aa
2018-09-18 16:19:04.932 [mqtt debug] publish ebusd/kwl/Ventilatorbetrieb Normal
2018-09-18 16:19:04.948 [bus notice] <aa
2018-09-18 16:19:04.953 [bus notice] <01
2018-09-18 16:19:04.965 [bus notice] <7c
2018-09-18 16:19:04.969 [bus notice] <40
2018-09-18 16:19:04.973 [bus notice] <a1
2018-09-18 16:19:04.978 [bus notice] <06
2018-09-18 16:19:04.982 [bus notice] <00
2018-09-18 16:19:04.986 [bus notice] <01
2018-09-18 16:19:04.990 [bus notice] <00
2018-09-18 16:19:04.994 [bus notice] <01
2018-09-18 16:19:04.998 [bus notice] <00
2018-09-18 16:19:05.002 [bus notice] <00
2018-09-18 16:19:05.006 [bus notice] <7b
2018-09-18 16:19:05.011 [bus notice] <00
2018-09-18 16:19:05.015 [bus notice] <02
2018-09-18 16:19:05.019 [bus notice] <20
2018-09-18 16:19:05.023 [bus notice] <00
2018-09-18 16:19:05.027 [bus notice] <48
2018-09-18 16:19:05.040 [bus notice] <00
2018-09-18 16:19:05.040 [update info] received MS cmd: 017c40a106000100010000 / 022000
2018-09-18 16:19:05.040 [update notice] received unknown MS cmd: 017c40a106000100010000 / 022000
2018-09-18 16:19:05.050 [bus info] poll cmd: 317c40220102
2018-09-18 16:19:05.050 [bus notice] <aa
2018-09-18 16:19:05.051 [bus notice] >31
2018-09-18 16:19:05.061 [bus debug] notify request: ERR: read timeout
2018-09-18 16:19:05.061 [bus error] poll kwl TatsaechlicheDrehzahlZuluft failed: ERR: read timeout
2018-09-18 16:19:05.101 [bus notice] <aa
2018-09-18 16:19:05.148 [bus notice] <aa
2018-09-18 16:19:05.194 [bus notice] <aa
2018-09-18 16:19:05.249 [bus notice] <aa
2018-09-18 16:19:05.296 [bus notice] <aa
2018-09-18 16:19:05.342 [bus notice] <aa
2018-09-18 16:19:05.388 [bus notice] <aa
2018-09-18 16:19:05.435 [bus notice] <aa
2018-09-18 16:19:05.481 [bus notice] <aa
2018-09-18 16:19:05.527 [bus notice] <aa
2018-09-18 16:19:05.531 [bus notice] <01
2018-09-18 16:19:05.545 [bus notice] <7c
2018-09-18 16:19:05.549 [bus notice] <40
2018-09-18 16:19:05.553 [bus notice] <22
2018-09-18 16:19:05.557 [bus notice] <01
2018-09-18 16:19:05.561 [bus notice] <01
2018-09-18 16:19:05.566 [bus notice] <61
2018-09-18 16:19:05.570 [bus notice] <00
2018-09-18 16:19:05.574 [bus notice] <02
2018-09-18 16:19:05.578 [bus notice] <00
2018-09-18 16:19:05.582 [bus notice] <02
2018-09-18 16:19:05.586 [bus notice] <2e
2018-09-18 16:19:05.600 [bus notice] <00
2018-09-18 16:19:05.600 [update info] received MS cmd: 017c40220101 / 020002
2018-09-18 16:19:05.600 [update notice] received read kwl Ventilatorbetrieb QQ=01: Normal
2018-09-18 16:19:05.610 [bus notice] <aa
2018-09-18 16:19:05.656 [bus notice] <aa
2018-09-18 16:19:05.702 [bus notice] <aa
2018-09-18 16:19:05.748 [bus notice] <aa
2018-09-18 16:19:05.795 [bus notice] <aa
2018-09-18 16:19:05.851 [bus notice] <aa
2018-09-18 16:19:05.898 [bus notice] <aa
2018-09-18 16:19:05.944 [bus notice] <aa
2018-09-18 16:19:05.990 [bus notice] <aa
2018-09-18 16:19:06.036 [bus notice] <aa
2018-09-18 16:19:06.082 [bus notice] <aa
2018-09-18 16:19:06.129 [bus notice] <aa
2018-09-18 16:19:06.175 [bus notice] <aa
2018-09-18 16:19:06.221 [bus notice] <aa
2018-09-18 16:19:06.267 [bus notice] <aa
2018-09-18 16:19:06.313 [bus notice] <aa
2018-09-18 16:19:06.359 [bus notice] <aa
2018-09-18 16:19:06.405 [bus notice] <aa
2018-09-18 16:19:06.453 [bus notice] <aa
2018-09-18 16:19:06.499 [bus notice] <aa
2018-09-18 16:19:06.546 [bus notice] <aa
2018-09-18 16:19:06.592 [bus notice] <aa
2018-09-18 16:19:06.638 [bus notice] <aa
2018-09-18 16:19:06.685 [bus notice] <aa
2018-09-18 16:19:06.731 [bus notice] <aa
2018-09-18 16:19:06.735 [bus notice] <77
2018-09-18 16:19:06.740 [bus notice] <85
2018-09-18 16:19:06.744 [bus notice] <40
2018-09-18 16:19:06.748 [bus notice] <a0
2018-09-18 16:19:06.752 [bus notice] <04
2018-09-18 16:19:06.756 [bus notice] <00
2018-09-18 16:19:06.760 [bus notice] <c8
2018-09-18 16:19:06.765 [bus notice] <00
2018-09-18 16:19:06.769 [bus notice] <c8
2018-09-18 16:19:06.773 [bus notice] <e6
2018-09-18 16:19:06.799 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 16:19:06.819 [bus notice] <aa
2018-09-18 16:19:06.866 [bus notice] <aa
2018-09-18 16:19:06.912 [bus notice] <aa
2018-09-18 16:19:06.958 [bus notice] <aa
2018-09-18 16:19:07.004 [bus notice] <aa
2018-09-18 16:19:07.050 [bus notice] <aa
2018-09-18 16:19:07.096 [bus notice] <aa
2018-09-18 16:19:07.142 [bus notice] <aa
2018-09-18 16:19:07.188 [bus notice] <aa
2018-09-18 16:19:07.235 [bus notice] <aa
2018-09-18 16:19:07.281 [bus notice] <aa
2018-09-18 16:19:07.327 [bus notice] <aa
2018-09-18 16:19:07.373 [bus notice] <aa
2018-09-18 16:19:07.419 [bus notice] <aa
2018-09-18 16:19:07.465 [bus notice] <aa
2018-09-18 16:19:07.511 [bus notice] <aa
2018-09-18 16:19:07.557 [bus notice] <aa
2018-09-18 16:19:07.604 [bus notice] <aa
2018-09-18 16:19:07.650 [bus notice] <aa
2018-09-18 16:19:07.696 [bus notice] <aa
2018-09-18 16:19:07.742 [bus notice] <aa
2018-09-18 16:19:07.788 [bus notice] <aa
2018-09-18 16:19:07.834 [bus notice] <aa
2018-09-18 16:19:07.880 [bus notice] <aa
2018-09-18 16:19:07.926 [bus notice] <aa
2018-09-18 16:19:07.973 [bus notice] <aa
2018-09-18 16:19:08.020 [bus notice] <aa
2018-09-18 16:19:08.066 [bus notice] <aa
2018-09-18 16:19:08.112 [bus notice] <aa
2018-09-18 16:19:08.158 [bus notice] <aa
2018-09-18 16:19:08.204 [bus notice] <aa
2018-09-18 16:19:08.250 [bus notice] <aa
2018-09-18 16:19:08.296 [bus notice] <aa
2018-09-18 16:19:08.342 [bus notice] <aa
2018-09-18 16:19:08.389 [bus notice] <aa
2018-09-18 16:19:08.435 [bus notice] <aa
2018-09-18 16:19:08.481 [bus notice] <aa
2018-09-18 16:19:08.527 [bus notice] <aa
2018-09-18 16:19:08.574 [bus notice] <aa
2018-09-18 16:19:08.621 [bus notice] <aa
2018-09-18 16:19:08.667 [bus notice] <aa
2018-09-18 16:19:08.714 [bus notice] <aa
2018-09-18 16:19:08.760 [bus notice] <aa
2018-09-18 16:19:08.806 [bus notice] <aa
2018-09-18 16:19:08.852 [bus notice] <aa
2018-09-18 16:19:08.898 [bus notice] <aa
2018-09-18 16:19:08.944 [bus notice] <aa
2018-09-18 16:19:08.990 [bus notice] <aa
2018-09-18 16:19:09.036 [bus notice] <aa
2018-09-18 16:19:09.083 [bus notice] <aa
2018-09-18 16:19:09.129 [bus notice] <aa
2018-09-18 16:19:09.176 [bus notice] <aa
2018-09-18 16:19:09.223 [bus notice] <aa
2018-09-18 16:19:09.269 [bus notice] <aa
2018-09-18 16:19:09.315 [bus notice] <aa
2018-09-18 16:19:09.361 [bus notice] <aa
2018-09-18 16:19:09.407 [bus notice] <aa
2018-09-18 16:19:09.454 [bus notice] <aa
2018-09-18 16:19:09.500 [bus notice] <aa
2018-09-18 16:19:09.546 [bus notice] <aa
2018-09-18 16:19:09.592 [bus notice] <aa
2018-09-18 16:19:09.638 [bus notice] <aa
2018-09-18 16:19:09.684 [bus notice] <aa
2018-09-18 16:19:09.730 [bus notice] <aa
2018-09-18 16:19:09.748 [bus info] scan 06 cmd: 3106070400
2018-09-18 16:19:09.748 [main debug] performing regular tasks
2018-09-18 16:19:09.778 [bus notice] <aa
2018-09-18 16:19:09.779 [bus notice] >31
2018-09-18 16:19:09.789 [bus debug] notify request: ERR: read timeout
2018-09-18 16:19:09.789 [main error] scan config 06: ERR: read timeout
2018-09-18 16:19:09.825 [bus notice] <aa
2018-09-18 16:19:09.871 [bus notice] <aa
2018-09-18 16:19:09.917 [bus notice] <aa
2018-09-18 16:19:09.963 [bus notice] <aa
2018-09-18 16:19:10.009 [bus notice] <aa
2018-09-18 16:19:10.055 [bus notice] <aa
2018-09-18 16:19:10.101 [bus notice] <aa
2018-09-18 16:19:10.148 [bus notice] <aa
2018-09-18 16:19:10.194 [bus notice] <aa
2018-09-18 16:19:10.240 [bus notice] <aa
2018-09-18 16:19:10.286 [bus notice] <aa
2018-09-18 16:19:10.332 [bus notice] <aa
2018-09-18 16:19:10.379 [bus notice] <aa
2018-09-18 16:19:10.426 [bus notice] <aa
2018-09-18 16:19:10.472 [bus notice] <aa
2018-09-18 16:19:10.519 [bus notice] <aa
2018-09-18 16:19:10.523 [bus notice] <01
2018-09-18 16:19:10.536 [bus notice] <7c
2018-09-18 16:19:10.540 [bus notice] <40
2018-09-18 16:19:10.544 [bus notice] <22
2018-09-18 16:19:10.549 [bus notice] <01
2018-09-18 16:19:10.553 [bus notice] <01
2018-09-18 16:19:10.557 [bus notice] <61
2018-09-18 16:19:10.561 [bus notice] <00
2018-09-18 16:19:10.565 [bus notice] <02
2018-09-18 16:19:10.570 [bus notice] <00
2018-09-18 16:19:10.574 [bus notice] <02
2018-09-18 16:19:10.578 [bus notice] <2e
2018-09-18 16:19:10.582 [bus notice] <00
2018-09-18 16:19:10.582 [update info] received MS cmd: 017c40220101 / 020002
2018-09-18 16:19:10.582 [update notice] received read kwl Ventilatorbetrieb QQ=01: Normal
2018-09-18 16:19:10.586 [bus notice] <02
2018-09-18 16:19:10.591 [bus notice] <00
2018-09-18 16:19:10.596 [bus notice] <20
2018-09-18 16:19:10.601 [bus notice] <50
2018-09-18 16:19:10.649 [bus notice] <aa
2018-09-18 16:19:10.695 [bus notice] <aa
2018-09-18 16:19:10.741 [bus notice] <aa
2018-09-18 16:19:10.787 [bus notice] <aa
2018-09-18 16:19:10.833 [bus notice] <aa
2018-09-18 16:19:10.880 [bus notice] <aa
2018-09-18 16:19:10.926 [bus notice] <aa
2018-09-18 16:19:10.981 [bus notice] <aa
2018-09-18 16:19:11.028 [bus notice] <aa
2018-09-18 16:19:11.029 [bus info] poll cmd: 317c40220103
2018-09-18 16:19:11.029 [bus notice] >31
2018-09-18 16:19:11.039 [bus debug] notify request: ERR: read timeout
2018-09-18 16:19:11.039 [bus error] poll kwl TatsaechlicheDrehzahlAbluft failed: ERR: read timeout
2018-09-18 16:19:11.074 [bus notice] <aa
2018-09-18 16:19:11.120 [bus notice] <aa
2018-09-18 16:19:11.166 [bus notice] <aa
2018-09-18 16:19:11.212 [bus notice] <aa
2018-09-18 16:19:11.259 [bus notice] <aa
2018-09-18 16:19:11.305 [bus notice] <aa
2018-09-18 16:19:11.351 [bus notice] <aa
2018-09-18 16:19:11.397 [bus notice] <aa
2018-09-18 16:19:11.443 [bus notice] <aa
2018-09-18 16:19:11.497 [bus notice] <aa
2018-09-18 16:19:11.535 [bus notice] <aa
2018-09-18 16:19:11.583 [bus notice] <aa
2018-09-18 16:19:11.630 [bus notice] <aa
2018-09-18 16:19:11.676 [bus notice] <aa
2018-09-18 16:19:11.722 [bus notice] <aa
2018-09-18 16:19:11.768 [bus notice] <aa
2018-09-18 16:19:11.772 [bus notice] <77
2018-09-18 16:19:11.776 [bus notice] <86
2018-09-18 16:19:11.780 [bus notice] <40
2018-09-18 16:19:11.785 [bus notice] <a0
2018-09-18 16:19:11.789 [bus info] scan 7c cmd: 317c070400
2018-09-18 16:19:11.789 [bus notice] <04
2018-09-18 16:19:11.789 [main debug] performing regular tasks
2018-09-18 16:19:11.793 [bus notice] <00
2018-09-18 16:19:11.798 [bus notice] <c8
2018-09-18 16:19:11.801 [bus notice] <00
2018-09-18 16:19:11.805 [bus notice] <c8
2018-09-18 16:19:11.810 [bus notice] <07
2018-09-18 16:19:11.836 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 16:19:11.857 [bus notice] <aa
2018-09-18 16:19:11.858 [bus notice] >31
2018-09-18 16:19:11.868 [bus debug] notify request: ERR: read timeout
2018-09-18 16:19:11.868 [main error] scan config 7c: ERR: read timeout
2018-09-18 16:19:11.903 [bus notice] <aa
2018-09-18 16:19:11.949 [bus notice] <aa
2018-09-18 16:19:11.996 [bus notice] <aa
2018-09-18 16:19:12.042 [bus notice] <aa
2018-09-18 16:19:12.088 [bus notice] <aa
2018-09-18 16:19:12.134 [bus notice] <aa
2018-09-18 16:19:12.180 [bus notice] <aa
2018-09-18 16:19:12.226 [bus notice] <aa
2018-09-18 16:19:12.272 [bus notice] <aa
2018-09-18 16:19:12.318 [bus notice] <aa
2018-09-18 16:19:12.365 [bus notice] <aa
2018-09-18 16:19:12.411 [bus notice] <aa
2018-09-18 16:19:12.457 [bus notice] <aa
2018-09-18 16:19:12.503 [bus notice] <aa
2018-09-18 16:19:12.549 [bus notice] <aa
2018-09-18 16:19:12.595 [bus notice] <aa
2018-09-18 16:19:12.641 [bus notice] <aa
2018-09-18 16:19:12.688 [bus notice] <aa
2018-09-18 16:19:12.734 [bus notice] <aa
2018-09-18 16:19:12.780 [bus notice] <aa
2018-09-18 16:19:12.826 [bus notice] <aa
2018-09-18 16:19:12.872 [bus notice] <aa
2018-09-18 16:19:12.918 [bus notice] <aa
2018-09-18 16:19:12.964 [bus notice] <aa
2018-09-18 16:19:13.010 [bus notice] <aa
2018-09-18 16:19:13.057 [bus notice] <aa
2018-09-18 16:19:13.103 [bus notice] <aa
2018-09-18 16:19:13.156 [bus notice] <aa
2018-09-18 16:19:13.202 [bus notice] <aa
2018-09-18 16:19:13.248 [bus notice] <aa
2018-09-18 16:19:13.294 [bus notice] <aa
2018-09-18 16:19:13.340 [bus notice] <aa
2018-09-18 16:19:13.387 [bus notice] <aa
2018-09-18 16:19:13.433 [bus notice] <aa
2018-09-18 16:19:13.479 [bus notice] <aa
2018-09-18 16:19:13.526 [bus notice] <aa
2018-09-18 16:19:13.572 [bus notice] <aa
2018-09-18 16:19:13.618 [bus notice] <aa
2018-09-18 16:19:13.664 [bus notice] <aa
2018-09-18 16:19:13.711 [bus notice] <aa
2018-09-18 16:19:13.757 [bus notice] <aa
2018-09-18 16:19:13.803 [bus notice] <aa
2018-09-18 16:19:13.849 [bus notice] <aa
2018-09-18 16:19:13.868 [main debug] performing regular tasks
2018-09-18 16:19:13.895 [bus notice] <aa
2018-09-18 16:19:13.941 [bus notice] <aa
2018-09-18 16:19:13.987 [bus notice] <aa
2018-09-18 16:19:14.033 [bus notice] <aa
2018-09-18 16:19:14.080 [bus notice] <aa
2018-09-18 16:19:14.126 [bus notice] <aa
2018-09-18 16:19:14.172 [bus notice] <aa
2018-09-18 16:19:14.218 [bus notice] <aa
2018-09-18 16:19:14.264 [bus notice] <aa
2018-09-18 16:19:14.310 [bus notice] <aa
2018-09-18 16:19:14.356 [bus notice] <aa
2018-09-18 16:19:14.402 [bus notice] <aa
2018-09-18 16:19:14.449 [bus notice] <aa
2018-09-18 16:19:14.495 [bus notice] <aa
2018-09-18 16:19:14.541 [bus notice] <aa
2018-09-18 16:19:14.587 [bus notice] <aa
2018-09-18 16:19:14.633 [bus notice] <aa
2018-09-18 16:19:14.679 [bus notice] <aa
2018-09-18 16:19:14.725 [bus notice] <aa
2018-09-18 16:19:14.771 [bus notice] <aa
2018-09-18 16:19:14.818 [bus notice] <aa
2018-09-18 16:19:14.864 [bus notice] <aa
2018-09-18 16:19:14.910 [bus notice] <aa
2018-09-18 16:19:14.956 [bus notice] <aa
2018-09-18 16:19:15.002 [bus notice] <aa
2018-09-18 16:19:15.048 [bus notice] <aa
2018-09-18 16:19:15.094 [bus notice] <aa
2018-09-18 16:19:15.140 [bus notice] <aa
2018-09-18 16:19:15.187 [bus notice] <aa
2018-09-18 16:19:15.233 [bus notice] <aa
2018-09-18 16:19:15.279 [bus notice] <aa
2018-09-18 16:19:15.325 [bus notice] <aa
2018-09-18 16:19:15.371 [bus notice] <aa
2018-09-18 16:19:15.417 [bus notice] <aa
2018-09-18 16:19:15.463 [bus notice] <aa
2018-09-18 16:19:15.510 [bus notice] <aa
2018-09-18 16:19:15.514 [bus notice] <01
2018-09-18 16:19:15.528 [bus notice] <7c
2018-09-18 16:19:15.532 [bus notice] <40
2018-09-18 16:19:15.536 [bus notice] <22
2018-09-18 16:19:15.540 [bus notice] <01
2018-09-18 16:19:15.544 [bus notice] <01
2018-09-18 16:19:15.548 [bus notice] <61
2018-09-18 16:19:15.553 [bus notice] <00
2018-09-18 16:19:15.557 [bus notice] <02
2018-09-18 16:19:15.561 [bus notice] <00
2018-09-18 16:19:15.565 [bus notice] <02
2018-09-18 16:19:15.569 [bus notice] <2e
2018-09-18 16:19:15.583 [bus notice] <00
2018-09-18 16:19:15.583 [update info] received MS cmd: 017c40220101 / 020002
2018-09-18 16:19:15.583 [update notice] received read kwl Ventilatorbetrieb QQ=01: Normal
2018-09-18 16:19:15.593 [bus notice] <aa
2018-09-18 16:19:15.639 [bus notice] <aa
2018-09-18 16:19:15.685 [bus notice] <aa
2018-09-18 16:19:15.731 [bus notice] <aa
2018-09-18 16:19:15.777 [bus notice] <aa
2018-09-18 16:19:15.823 [bus notice] <aa
2018-09-18 16:19:15.870 [bus notice] <aa
2018-09-18 16:19:15.917 [bus notice] <aa
2018-09-18 16:19:15.943 [mqtt debug] publish ebusd/global/signal true
2018-09-18 16:19:15.943 [mqtt debug] publish ebusd/global/uptime 16
2018-09-18 16:19:15.963 [bus notice] <aa
2018-09-18 16:19:16.009 [bus notice] <aa
2018-09-18 16:19:16.055 [bus notice] <aa
2018-09-18 16:19:16.111 [bus notice] <aa
2018-09-18 16:19:16.164 [bus notice] <aa
2018-09-18 16:19:16.210 [bus notice] <aa
2018-09-18 16:19:16.257 [bus notice] <aa
2018-09-18 16:19:16.303 [bus notice] <aa
2018-09-18 16:19:16.349 [bus notice] <aa
2018-09-18 16:19:16.395 [bus notice] <aa
2018-09-18 16:19:16.441 [bus notice] <aa
2018-09-18 16:19:16.488 [bus notice] <aa
2018-09-18 16:19:16.534 [bus notice] <aa
2018-09-18 16:19:16.580 [bus notice] <aa
2018-09-18 16:19:16.626 [bus notice] <aa
2018-09-18 16:19:16.673 [bus notice] <aa
2018-09-18 16:19:16.719 [bus notice] <aa
2018-09-18 16:19:16.765 [bus notice] <aa
2018-09-18 16:19:16.811 [bus notice] <aa
2018-09-18 16:19:16.815 [bus notice] <77
2018-09-18 16:19:16.819 [bus notice] <87
2018-09-18 16:19:16.824 [bus notice] <40
2018-09-18 16:19:16.828 [bus notice] <a0
2018-09-18 16:19:16.832 [bus notice] <04
2018-09-18 16:19:16.836 [bus notice] <00
2018-09-18 16:19:16.840 [bus notice] <c8
2018-09-18 16:19:16.844 [bus notice] <00
2018-09-18 16:19:16.849 [bus notice] <c8
2018-09-18 16:19:16.853 [bus notice] <d1
2018-09-18 16:19:16.879 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 16:19:16.899 [bus notice] <aa
2018-09-18 16:19:16.946 [bus notice] <aa
2018-09-18 16:19:16.991 [bus notice] <aa
2018-09-18 16:19:17.038 [bus info] poll cmd: 317c40220107
2018-09-18 16:19:17.038 [bus notice] <aa
2018-09-18 16:19:17.038 [bus notice] >31
2018-09-18 16:19:17.048 [bus debug] notify request: ERR: read timeout
2018-09-18 16:19:17.049 [bus error] poll kwl Ablufttemperatur failed: ERR: read timeout
2018-09-18 16:19:17.085 [bus notice] <aa
2018-09-18 16:19:17.131 [bus notice] <aa
2018-09-18 16:19:17.183 [bus notice] <aa
2018-09-18 16:19:17.229 [bus notice] <aa
2018-09-18 16:19:17.275 [bus notice] <aa
2018-09-18 16:19:17.331 [bus notice] <aa
2018-09-18 16:19:17.377 [bus notice] <aa
2018-09-18 16:19:17.424 [bus notice] <aa
2018-09-18 16:19:17.470 [bus notice] <aa
2018-09-18 16:19:17.516 [bus notice] <aa
2018-09-18 16:19:17.562 [bus notice] <aa
2018-09-18 16:19:17.608 [bus notice] <aa
2018-09-18 16:19:17.654 [bus notice] <aa
2018-09-18 16:19:17.700 [bus notice] <aa
2018-09-18 16:19:17.747 [bus notice] <aa
2018-09-18 16:19:17.793 [bus notice] <aa
2018-09-18 16:19:17.839 [bus notice] <aa
2018-09-18 16:19:17.885 [bus notice] <aa
2018-09-18 16:19:17.932 [bus notice] <aa
2018-09-18 16:19:17.979 [bus notice] <aa
2018-09-18 16:19:18.025 [bus notice] <aa
2018-09-18 16:19:18.072 [bus notice] <aa
2018-09-18 16:19:18.118 [bus notice] <aa
2018-09-18 16:19:18.164 [bus notice] <aa
2018-09-18 16:19:18.210 [bus notice] <aa
2018-09-18 16:19:18.256 [bus notice] <aa
2018-09-18 16:19:18.302 [bus notice] <aa
2018-09-18 16:19:18.348 [bus notice] <aa
2018-09-18 16:19:18.394 [bus notice] <aa
2018-09-18 16:19:18.440 [bus notice] <aa
2018-09-18 16:19:18.487 [bus notice] <aa
2018-09-18 16:19:18.534 [bus notice] <aa
2018-09-18 16:19:18.581 [bus notice] <aa
2018-09-18 16:19:18.627 [bus notice] <aa
2018-09-18 16:19:18.673 [bus notice] <aa
2018-09-18 16:19:18.719 [bus notice] <aa
2018-09-18 16:19:18.766 [bus notice] <aa
2018-09-18 16:19:18.812 [bus notice] <aa
2018-09-18 16:19:18.858 [bus notice] <aa
2018-09-18 16:19:18.904 [bus notice] <aa
2018-09-18 16:19:18.950 [bus notice] <aa
2018-09-18 16:19:18.996 [bus notice] <aa
2018-09-18 16:19:19.042 [bus notice] <aa
2018-09-18 16:19:19.088 [bus notice] <aa
2018-09-18 16:19:19.136 [bus notice] <aa
2018-09-18 16:19:19.189 [bus notice] <aa
2018-09-18 16:19:19.235 [bus notice] <aa
2018-09-18 16:19:19.281 [bus notice] <aa
2018-09-18 16:19:19.327 [bus notice] <aa
2018-09-18 16:19:19.373 [bus notice] <aa
2018-09-18 16:19:19.420 [bus notice] <aa
2018-09-18 16:19:19.466 [bus notice] <aa
2018-09-18 16:19:19.513 [bus notice] <aa
2018-09-18 16:19:19.559 [bus notice] <aa
2018-09-18 16:19:19.605 [bus notice] <aa
2018-09-18 16:19:19.651 [bus notice] <aa
2018-09-18 16:19:19.697 [bus notice] <aa
2018-09-18 16:19:19.743 [bus notice] <aa
2018-09-18 16:19:19.789 [bus notice] <aa
2018-09-18 16:19:19.835 [bus notice] <aa
2018-09-18 16:19:19.882 [bus notice] <aa
2018-09-18 16:19:19.928 [bus notice] <aa
2018-09-18 16:19:19.974 [bus notice] <aa
2018-09-18 16:19:20.020 [bus notice] <aa
2018-09-18 16:19:20.066 [bus notice] <aa
2018-09-18 16:19:20.112 [bus notice] <aa
2018-09-18 16:19:20.158 [bus notice] <aa
2018-09-18 16:19:20.204 [bus notice] <aa
2018-09-18 16:19:20.251 [bus notice] <aa
2018-09-18 16:19:20.297 [bus notice] <aa
2018-09-18 16:19:20.343 [bus notice] <aa
2018-09-18 16:19:20.389 [bus notice] <aa
2018-09-18 16:19:20.435 [bus notice] <aa
2018-09-18 16:19:20.481 [bus notice] <aa
2018-09-18 16:19:20.486 [bus notice] <01
2018-09-18 16:19:20.499 [bus notice] <7c
2018-09-18 16:19:20.504 [bus notice] <40
2018-09-18 16:19:20.508 [bus notice] <22
2018-09-18 16:19:20.512 [bus notice] <01
2018-09-18 16:19:20.516 [bus notice] <01
2018-09-18 16:19:20.520 [bus notice] <61
2018-09-18 16:19:20.524 [bus notice] <00
2018-09-18 16:19:20.529 [bus notice] <02
2018-09-18 16:19:20.533 [bus notice] <00
2018-09-18 16:19:20.537 [bus notice] <02
2018-09-18 16:19:20.541 [bus notice] <2e
2018-09-18 16:19:20.545 [bus notice] <00
2018-09-18 16:19:20.545 [update info] received MS cmd: 017c40220101 / 020002
2018-09-18 16:19:20.545 [update notice] received read kwl Ventilatorbetrieb QQ=01: Normal
2018-09-18 16:19:20.549 [bus notice] <02
2018-09-18 16:19:20.554 [bus notice] <00
2018-09-18 16:19:20.559 [bus notice] <20
2018-09-18 16:19:20.564 [bus notice] <49
2018-09-18 16:19:20.568 [bus notice] <fd
2018-09-18 16:19:20.615 [bus notice] <aa
2018-09-18 16:19:20.661 [bus notice] <aa
2018-09-18 16:19:20.707 [bus notice] <aa
2018-09-18 16:19:20.753 [bus notice] <aa
2018-09-18 16:19:20.799 [bus notice] <aa
2018-09-18 16:19:20.846 [bus notice] <aa
2018-09-18 16:19:20.893 [bus notice] <aa
2018-09-18 16:19:20.941 [bus notice] <aa
2018-09-18 16:19:20.988 [bus notice] <aa
2018-09-18 16:19:21.034 [bus notice] <aa
2018-09-18 16:19:21.080 [bus notice] <aa
2018-09-18 16:19:21.126 [bus notice] <aa
2018-09-18 16:19:21.172 [bus notice] <aa
2018-09-18 16:19:21.218 [bus notice] <aa
2018-09-18 16:19:21.264 [bus notice] <aa
2018-09-18 16:19:21.311 [bus notice] <aa
2018-09-18 16:19:21.357 [bus notice] <aa
2018-09-18 16:19:21.403 [bus notice] <aa
2018-09-18 16:19:21.449 [bus notice] <aa
2018-09-18 16:19:21.495 [bus notice] <aa
2018-09-18 16:19:21.542 [bus notice] <aa
2018-09-18 16:19:21.589 [bus notice] <aa
2018-09-18 16:19:21.635 [bus notice] <aa
2018-09-18 16:19:21.682 [bus notice] <aa
2018-09-18 16:19:21.728 [bus notice] <aa
2018-09-18 16:19:21.774 [bus notice] <aa
2018-09-18 16:19:21.820 [bus notice] <aa
2018-09-18 16:19:21.824 [bus notice] <77
2018-09-18 16:19:21.828 [bus notice] <7d
2018-09-18 16:19:21.833 [bus notice] <40
2018-09-18 16:19:21.837 [bus notice] <a0
2018-09-18 16:19:21.841 [bus notice] <04
2018-09-18 16:19:21.845 [bus notice] <00
2018-09-18 16:19:21.849 [bus notice] <c8
2018-09-18 16:19:21.853 [bus notice] <00
2018-09-18 16:19:21.858 [bus notice] <c8
2018-09-18 16:19:21.862 [bus notice] <50
2018-09-18 16:19:21.888 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2018-09-18 16:19:21.909 [bus notice] <aa
2018-09-18 16:19:21.955 [bus notice] <aa
2018-09-18 16:19:22.002 [bus notice] <aa
2018-09-18 16:19:22.048 [bus notice] <aa
2018-09-18 16:19:22.094 [bus notice] <aa
2018-09-18 16:19:22.140 [bus notice] <aa
2018-09-18 16:19:22.186 [bus notice] <aa
2018-09-18 16:19:22.232 [bus notice] <aa
2018-09-18 16:19:22.278 [bus notice] <aa
2018-09-18 16:19:22.324 [bus notice] <aa
2018-09-18 16:19:22.370 [bus notice] <aa
2018-09-18 16:19:22.417 [bus notice] <aa
2018-09-18 16:19:22.463 [bus notice] <aa
2018-09-18 16:19:22.509 [bus notice] <aa
2018-09-18 16:19:22.555 [bus notice] <aa
2018-09-18 16:19:22.601 [bus notice] <aa
2018-09-18 16:19:22.647 [bus notice] <aa
2018-09-18 16:19:22.693 [bus notice] <aa
2018-09-18 16:19:22.740 [bus notice] <aa
2018-09-18 16:19:22.786 [bus notice] <aa
2018-09-18 16:19:22.832 [bus notice] <aa
2018-09-18 16:19:22.878 [bus notice] <aa
2018-09-18 16:19:22.924 [bus notice] <aa
2018-09-18 16:19:22.970 [bus notice] <aa
2018-09-18 16:19:23.016 [bus notice] <aa
2018-09-18 16:19:23.017 [bus info] poll cmd: 317c40220108
2018-09-18 16:19:23.017 [bus notice] >31
2018-09-18 16:19:23.027 [bus debug] notify request: ERR: read timeout
2018-09-18 16:19:23.027 [bus error] poll kwl Aussenlufttemperatur failed: ERR: read timeout
2018-09-18 16:19:23.063 [bus notice] <aa
2018-09-18 16:19:23.110 [bus notice] <aa
2018-09-18 16:19:23.156 [bus notice] <aa
2018-09-18 16:19:23.202 [bus notice] <aa
2018-09-18 16:19:23.248 [bus notice] <aa
2018-09-18 16:19:23.294 [bus notice] <aa
2018-09-18 16:19:23.340 [bus notice] <aa
2018-09-18 16:19:23.386 [bus notice] <aa
2018-09-18 16:19:23.433 [bus notice] <aa
2018-09-18 16:19:23.479 [bus notice] <aa
2018-09-18 16:19:23.525 [bus notice] <aa
2018-09-18 16:19:23.571 [bus notice] <aa
2018-09-18 16:19:23.617 [bus notice] <aa
2018-09-18 16:19:23.664 [bus notice] <aa
2018-09-18 16:19:23.711 [bus notice] <aa
2018-09-18 16:19:23.757 [bus notice] <aa
2018-09-18 16:19:23.804 [bus notice] <aa
2018-09-18 16:19:23.850 [bus notice] <aa
2018-09-18 16:19:23.869 [main debug] performing regular tasks
2018-09-18 16:19:23.896 [bus notice] <aa
2018-09-18 16:19:23.942 [bus notice] <aa


Reinhart

Hallo,

mit dem Setzen der Adresse 10 stimmt was nicht, den die Platine 2.0 sendet laut Raw Log mit der Adresse 31.
Versuche doch einmal die Adresse 01 oder FF und schau ins Raw Log ob dann auch wirklich mit dieser Adresse gesendet wird.

10 ist ja normalerweise vom Master belegt.

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

FunkOdyssey

#550
Okay, zugegeben. Das ist oben ein wenig durcheinander.
Ich hatte die Adressen der beiden eBus-Container zwischendurch getauscht.
Zuerst war die Platine v2.0 die Adresse 10 und später im Raw-Log die Adresse 31.

Der Aufruf sieht wie folgt aus:
command: ebusd -f --scanconfig --accesslevel=* --enablehex --configpath=/etc/ebusd --mqttport=1883 --mqtthost=fhem --log="all debug"



Das RAW-Log sieht wie folgt aus: siehe Anhang
(für die ersten Sekunden war noch ein zweiter Docker-Container aktiv. Dies war die Platine v1.6 mit der Adresse 10. Es könnten also evtl. Antworten der anderen eBusd-Installation im Raw-Log enthalten sein. )

FunkOdyssey

Ich habe meinen Beitrag gerade ein wenig modifiziert, um ein wenig Klarheit reinzubringen.

Ich habe die Platine v2.0 nun mit anderer Verkabelung, anderen USB-Ports und mit verschiedenen UART-Wandlern getestet. Immer das gleiche Problem.

Ich habe die Erweiterungsplatine übrigens nicht angeschlossen.

john30

Zitat von: FunkOdyssey am 18 September 2018, 22:15:42
Ich habe meinen Beitrag gerade ein wenig modifiziert, um ein wenig Klarheit reinzubringen.

Ich habe die Platine v2.0 nun mit anderer Verkabelung, anderen USB-Ports und mit verschiedenen UART-Wandlern getestet. Immer das gleiche Problem.

Ich habe die Erweiterungsplatine übrigens nicht angeschlossen.
das raw log lässt darauf schließen, dass du überhaupt nicht senden kannst. D.h. hier müsstest Du mal den Sendeweg prüfen.
author of ebusd

FunkOdyssey

#553
Du meinst auf der Platine?
An der Verkabelung kann es nicht liegen, da die andere Platine nur wenige Zentimeter daneben angeschlossen ist.

Oder am CP2102? RX und TX sind nicht vertauscht. Aber dann würde ich ja auch nichts empfangen.

FunkOdyssey

Oh man. Mehrere Tage Suchen und schlussendlich lag es an den LEDs.
Dadurch dass ich nicht die Erweiterungsplatine nutze und dort jedoch die LEDs aufgelötet sind, hatte es an der Basisplatine nicht funktioniert.

Jetzt muss ich nur noch ne Lösung finden, wie ich CP2102 und Erweiterungsplatine vom Platz her anschließen kann. Am Wemos-Anschluss klappte ein kurzer Test nicht. Aber ich habe noch genug Wandler zur Hand. Wemos brauche ich nicht. LEDs anlöten erst einmal auch nicht.

Danke für eure Hilfe.