eBus Schaltung in Betrieb nehmen

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

Vorheriges Thema - Nächstes Thema

americanium

Naja einer aus der neuen charge wär dann super ;) als Übergangslösung: ich hätte noch nen RS232 UART mit 9pol Schnittstelle, kann ich einfach gewisse Pins an der Stiftleiste belegen ?

Reinhart

ja versuche es, du brauchst nur RxD, TxD, 5V und Masse.
Ich melde mich wenn ich die neuen habe!

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

luckiluke

#1427
Moin Zusammen,

ich würde gerne meine Therme über ebusd und fhem steuern. Lesen klappt ohne probleme und schriben der Werte, die in der CSV, bzw. bai.0010006101.inc, mit w markiert sind klappt auch. Jetzt würde ich aber gerne die Vorlauftemperatur direkt einstellen. Daher folgende Fragen:

1) Welchen Wert muss ich verändern?
- FlowTempDesired
- ExtFlowTempDesired
- FlowsetHcMax

2) Da FlowsetHcMax der einzige wert ist, der in der csv als veränderbar angegeben ist. Kann ich den Eintrag der anderen Werte einfach auf r;w,, ändern oder bringe ich damit in der Therme zu viel durcheinander?

Reinhart

eine Änderung "w" wird dir vermutlich nichts bringen, da dieses Register d.05 nicht beschreibbar ist.

Wenn du kein zusätzliches Steuergerät wie zB: eine Calormatic für Außentemperatursteuerung hast wirst du vermutlich in die Vorlauftemperatur nicht eingreifen können.

Wenn du hier schaust bei der Calormatic 630 kannst diese Werte die den Vorlauf beeinflussen beschreiben. Wie die Calormatic das intern mit dem Heizgerät kommuniziert weiß ich nicht, sollte man aber auch nicht eingreifen denn die Geräte haben ja auch eine Zulassung die man durch solche Manipulationen schnell verlieren kann. Daher Finger weg von interner Kommunikation und nur Werte verstellen die man am externen Steuergerät einstellt.
r;w,,FlowTempMin,Minimaltemperatur,,,,"3000",,,temp0,,,
r;w,,TempDesiredLow,Absenktemperatur,,,,"3300",,,temp1,,,
r;w,,FlowTempMax,Maximaltemperatur,,,,"3100",,,temp0,,,
r;w,,TempDesired,Solltemperatur,,,,"3200",,,temp1,,,
r;w,,HeatingCurve,Heizkurve,,,,"3500",,,curve,,,


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

pc1246

Moin
Oder man veraendert die Heizkurve, was letztendlich direkt auf die Vorlauftemperatur einwirkt!
Gruss Christoph
HP T610
Onkyo_AVR;3 Enigma2; SB_Server ; SB_Player; HM-USB mit 15 HM-CC-RT-DN, 3 HM_WDS10_TH_O, 6 HM-Sec-SCo, 4 HM-Sec-MDIR-2, 1 HM-Sen-MDIR-O-2, 8 Ferion 5000 OW ; PhilipsTV; 4 harmony hub; Jeelink mit 9 PCA301; Somfy; S7-300; 3 LGW; HUE; HM-IP auf Charly

flmma

Hallo,

habe nun endlich die EBUS Befehle zum Steuern meiner Heizungssteuerung (Elco Logon M) herausgefunden. (Resultat poste ich dann in einem eigenen Beitrag)
Nun stehe ich aber noch vor folgender Herausforderung:

Der Regler überträgt ca. alle 30s folgende Message an einen nicht vorhandenen Fernwähler.
Zitat2019-01-15 19:34:32.667 [bus notice] <10451100060100171013020c
Im "01" ist die Betriebsart codiert, sprich ich würde gerne diese Messages abfangen und habe mir hierzu folgende cyc.csv erstellt:
#type,circuit,name,comment,QQ,ZZ,PBSB,ID,field1,part,type/templates,divider/values,unit,comment
u,Elco,Betriebsartmsg,CBetriebsartmsg,10,45,1100,06,Betriebsart,,HEX:1,,,CBetriebsart,Ignore,,IGN:5,,,CIgnore

Leider erkennt ebus diese Message nicht, ich nehme an, es liegt daran, dass diese nicht richtig adressiert ist? (ZZ)
Kann ich die trotzdem irgendwie abfangen? Wenn ich die Betriebsart ändere, dann möchte ich auch anschließend gerne die neue Betriebsart auslesen und visualisieren.

Vielen Dank für Eure Unterstützung!

lg
Michi

john30

Zitat von: flmma am 15 Januar 2019, 20:57:33
Der Regler überträgt ca. alle 30s folgende Message an einen nicht vorhandenen Fernwähler.
Kann ich die trotzdem irgendwie abfangen?
das geht derzeit nicht, da ja kein Slave auf die Nachricht antwortet und diese somit als unvollständig bzw. gar nicht erfolgt eingestuft wird. Aber der Sender der Nachricht muss den Wert ja auch noch irgendwo anders gespeichert haben, das wäre der richtige Weg.
author of ebusd

flmma

Hallo John30,

danke für die AW. Leider war die Firma ELCO bzw. Lamberti derzeit nicht wirklich hilfsbereit, erwarte mir daher, dass ich keine Information von den Herstellern bekomme.
(ELCO Austria hat gemeint ich sollte Drahtbrücken bei den Eingängen vom Regler verwenden um den Betriebsmodus zu ändern...von Elco Deutschland und Lamberti bisher keine Antwort)

Was wäre, wenn ich dem Ebusd (läuft auf einem eigenen Raspberry) die Adresse 45 zuordnen würde? Sprich ich simulieren den Fernwähler, somit gäbe es einen Empfänger für die Nachrichten.
Oder evtl. die Message als Broadcast betrachten, auf diese erfolgt ja auch kein ACK.
->Meinst du es würde evtl. eine dieser Lösungen funktionieren?

Die Betriebsart selbst kann man mit folgenden Befehlen umstellen: (das letzte Byte ist die Betriebsart)
ebusctl hex -s 31 1011000100

Sonne/Aus 00
Sonne/Mond 01
Sonne 02
Mond 03
Aus 05
Warmwasser 06

Vielen Dank!

lg
Michi




nols

#1433
Hallo,
ich habe eine Vaillant VCW 206 / 5-5 und dadran ein Calormatic 350.
Ich habe die Ebus Platin 1.6 gelötet und angeschlossen. Poti eingestellt und ich empfange auch etwas. Habe die Ebus Platine per FTDI-Serial Konverter an einem RPi3b+.
Ich bekomme es jedoch nicht hin, dass ebusd mir die config lädt.

Meine config in /etc/default/ebus
EBUSD_OPTS="-d /dev/ttyUSB0 -p 8888 -l /var/log/ebusd.log --scanconfig -c http://ebusd.eu/config/"

pi@RaspberryPiOpenHAB:~ $ ebusctl i
version: ebusd 3.3.v3.3-10-gfa434e5
update check: revision v3.3-4-g212b22d available, broadcast.csv: different version available
signal: acquired
symbol rate: 24
max symbol rate: 59
reconnects: 0
masters: 3
messages: 13
conditional: 0
poll: 0
update: 4
address 03: master #11
address 08: slave #11
address 10: master #2
address 31: master #8, ebusd
address 36: slave #8, ebusd


So wie ich es verstehe, findet er die Geräte im Bus, mehr aber auch nicht.
Hier nochmal mit log, manuell gestartet.

pi@RaspberryPiOpenHAB:~ $ sudo ebusd -d /dev/ttyUSB0 -p 8888 -l /var/log/ebusd.log --scanconfig=full -c http://ebusd.eu/config/ -f --loglevel debug --latency=0
2019-01-17 19:23:03.500 [main notice] ebusd 3.3.v3.3-10-gfa434e5 started with full scan
2019-01-17 19:23:03.501 [main info] loading configuration files from http://ebusd.eu/config/
2019-01-17 19:23:03.677 [main info] reading templates /
2019-01-17 19:23:03.746 [main info] read templates in /
2019-01-17 19:23:03.746 [main info] reading file memory.csv
2019-01-17 19:23:03.812 [main info] successfully read file memory.csv
2019-01-17 19:23:03.813 [main info] reading file broadcast.csv
2019-01-17 19:23:03.882 [main info] successfully read file broadcast.csv
2019-01-17 19:23:03.882 [main info] read config files
2019-01-17 19:23:03.885 [bus notice] bus started with own address 31/36
2019-01-17 19:23:03.886 [main info] registering data handlers
2019-01-17 19:23:03.886 [main info] registered data handlers
2019-01-17 19:23:03.925 [bus debug] ERR: SYN received during no signal, switching to ready
2019-01-17 19:23:03.925 [bus notice] signal acquired
2019-01-17 19:23:04.079 [bus notice] new master 10, master count 2
2019-01-17 19:23:04.108 [bus notice] new master 03, master count 3
2019-01-17 19:23:04.108 [update info] received MS cmd: 1008b510090000b4ffffff04ff00 / 0101
2019-01-17 19:23:04.108 [update notice] received unknown MS cmd: 1008b510090000b4ffffff04ff00 / 0101
2019-01-17 19:23:10.151 [update info] received MS cmd: 1008b5110101 / 09837b0080636e0100ff
2019-01-17 19:23:10.152 [update notice] received unknown MS cmd: 1008b5110101 / 09837b0080636e0100ff
2019-01-17 19:23:12.194 [update info] received MS cmd: 1008b5040100 / 0a00ffffffffffffff0080
2019-01-17 19:23:12.194 [update notice] received unknown MS cmd: 1008b5040100 / 0a00ffffffffffffff0080
2019-01-17 19:23:12.453 [update info] received MS cmd: 1008b5110102 / 06033c96468270
2019-01-17 19:23:12.453 [update notice] received unknown MS cmd: 1008b5110102 / 06033c96468270
2019-01-17 19:23:13.886 [main debug] performing regular tasks
2019-01-17 19:23:13.887 [main notice] starting initial full scan
2019-01-17 19:23:13.887 [bus info] scan 02 cmd: 3102070400
2019-01-17 19:23:13.936 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:13.936 [bus info] scan 04 cmd: 3104070400
2019-01-17 19:23:13.980 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:13.980 [bus info] scan 05 cmd: 3105070400
2019-01-17 19:23:14.023 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.023 [bus info] scan 06 cmd: 3106070400
2019-01-17 19:23:14.066 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.066 [bus info] scan 08 cmd: 3108070400
2019-01-17 19:23:14.103 [bus debug] ERR: arbitration lost during ready, retry
2019-01-17 19:23:14.194 [update info] received MS cmd: 1008b510090000b4ffffff04ff00 / 0101
2019-01-17 19:23:14.194 [update notice] received unknown MS cmd: 1008b510090000b4ffffff04ff00 / 0101
2019-01-17 19:23:14.295 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.295 [bus info] scan 09 cmd: 3109070400
2019-01-17 19:23:14.339 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.339 [bus info] scan 0a cmd: 310a070400
2019-01-17 19:23:14.382 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.382 [bus info] scan 0b cmd: 310b070400
2019-01-17 19:23:14.425 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.425 [bus info] scan 0c cmd: 310c070400
2019-01-17 19:23:14.468 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.468 [bus info] scan 0d cmd: 310d070400
2019-01-17 19:23:14.510 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.510 [bus info] scan 0e cmd: 310e070400
2019-01-17 19:23:14.553 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.553 [bus info] scan 12 cmd: 3112070400
2019-01-17 19:23:14.596 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.596 [bus info] scan 14 cmd: 3114070400
2019-01-17 19:23:14.639 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.639 [bus info] scan 15 cmd: 3115070400
2019-01-17 19:23:14.682 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.682 [bus info] scan 16 cmd: 3116070400
2019-01-17 19:23:14.726 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.726 [bus info] scan 18 cmd: 3118070400
2019-01-17 19:23:14.768 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.768 [bus info] scan 19 cmd: 3119070400
2019-01-17 19:23:14.811 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.811 [bus info] scan 1a cmd: 311a070400
2019-01-17 19:23:14.853 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.854 [bus info] scan 1b cmd: 311b070400
2019-01-17 19:23:14.897 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.897 [bus info] scan 1c cmd: 311c070400
2019-01-17 19:23:14.940 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.940 [bus info] scan 1d cmd: 311d070400
2019-01-17 19:23:14.983 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:14.984 [bus info] scan 1e cmd: 311e070400
2019-01-17 19:23:15.027 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.027 [bus info] scan 20 cmd: 3120070400
2019-01-17 19:23:15.069 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.069 [bus info] scan 21 cmd: 3121070400
2019-01-17 19:23:15.112 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.112 [bus info] scan 22 cmd: 3122070400
2019-01-17 19:23:15.154 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.154 [bus info] scan 23 cmd: 3123070400
2019-01-17 19:23:15.198 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.198 [bus info] scan 24 cmd: 3124070400
2019-01-17 19:23:15.241 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.241 [bus info] scan 25 cmd: 3125070400
2019-01-17 19:23:15.285 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.285 [bus info] scan 26 cmd: 3126070400
2019-01-17 19:23:15.327 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.327 [bus info] scan 27 cmd: 3127070400
2019-01-17 19:23:15.370 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.370 [bus info] scan 28 cmd: 3128070400
2019-01-17 19:23:15.412 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.412 [bus info] scan 29 cmd: 3129070400
2019-01-17 19:23:15.456 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.456 [bus info] scan 2a cmd: 312a070400
2019-01-17 19:23:15.499 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.499 [bus info] scan 2b cmd: 312b070400
2019-01-17 19:23:15.544 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.544 [bus info] scan 2c cmd: 312c070400
2019-01-17 19:23:15.587 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.587 [bus info] scan 2d cmd: 312d070400
2019-01-17 19:23:15.629 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.629 [bus info] scan 2e cmd: 312e070400
2019-01-17 19:23:15.673 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.673 [bus info] scan 2f cmd: 312f070400
2019-01-17 19:23:15.720 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.720 [bus info] scan 32 cmd: 3132070400
2019-01-17 19:23:15.760 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.760 [bus info] scan 34 cmd: 3134070400
2019-01-17 19:23:15.802 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.802 [bus info] scan 35 cmd: 3135070400
2019-01-17 19:23:15.846 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.846 [bus info] scan 36 cmd: 3136070400
2019-01-17 19:23:15.888 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.888 [bus info] scan 38 cmd: 3138070400
2019-01-17 19:23:15.931 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.931 [bus info] scan 39 cmd: 3139070400
2019-01-17 19:23:15.974 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:15.974 [bus info] scan 3a cmd: 313a070400
2019-01-17 19:23:16.017 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.017 [bus info] scan 3b cmd: 313b070400
2019-01-17 19:23:16.060 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.060 [bus info] scan 3c cmd: 313c070400
2019-01-17 19:23:16.103 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.103 [bus info] scan 3d cmd: 313d070400
2019-01-17 19:23:16.145 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.145 [bus info] scan 3e cmd: 313e070400
2019-01-17 19:23:16.188 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.188 [bus info] scan 40 cmd: 3140070400
2019-01-17 19:23:16.231 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.232 [bus info] scan 41 cmd: 3141070400
2019-01-17 19:23:16.275 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.275 [bus info] scan 42 cmd: 3142070400
2019-01-17 19:23:16.318 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.318 [bus info] scan 43 cmd: 3143070400
2019-01-17 19:23:16.360 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.360 [bus info] scan 44 cmd: 3144070400
2019-01-17 19:23:16.404 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.404 [bus info] scan 45 cmd: 3145070400
2019-01-17 19:23:16.447 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.447 [bus info] scan 46 cmd: 3146070400
2019-01-17 19:23:16.490 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.490 [bus info] scan 47 cmd: 3147070400
2019-01-17 19:23:16.534 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.534 [bus info] scan 48 cmd: 3148070400
2019-01-17 19:23:16.578 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.578 [bus info] scan 49 cmd: 3149070400
2019-01-17 19:23:16.621 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.621 [bus info] scan 4a cmd: 314a070400
2019-01-17 19:23:16.664 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.664 [bus info] scan 4b cmd: 314b070400
2019-01-17 19:23:16.707 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.707 [bus info] scan 4c cmd: 314c070400
2019-01-17 19:23:16.751 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.751 [bus info] scan 4d cmd: 314d070400
2019-01-17 19:23:16.794 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.794 [bus info] scan 4e cmd: 314e070400
2019-01-17 19:23:16.837 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.837 [bus info] scan 4f cmd: 314f070400
2019-01-17 19:23:16.879 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.879 [bus info] scan 50 cmd: 3150070400
2019-01-17 19:23:16.922 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.922 [bus info] scan 51 cmd: 3151070400
2019-01-17 19:23:16.965 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:16.965 [bus info] scan 52 cmd: 3152070400
2019-01-17 19:23:17.008 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.008 [bus info] scan 53 cmd: 3153070400
2019-01-17 19:23:17.051 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.051 [bus info] scan 54 cmd: 3154070400
2019-01-17 19:23:17.095 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.095 [bus info] scan 55 cmd: 3155070400
2019-01-17 19:23:17.138 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.138 [bus info] scan 56 cmd: 3156070400
2019-01-17 19:23:17.179 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.179 [bus info] scan 57 cmd: 3157070400
2019-01-17 19:23:17.223 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.223 [bus info] scan 58 cmd: 3158070400
2019-01-17 19:23:17.266 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.266 [bus info] scan 59 cmd: 3159070400
2019-01-17 19:23:17.309 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.309 [bus info] scan 5a cmd: 315a070400
2019-01-17 19:23:17.352 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.352 [bus info] scan 5b cmd: 315b070400
2019-01-17 19:23:17.395 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.395 [bus info] scan 5c cmd: 315c070400
2019-01-17 19:23:17.437 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.437 [bus info] scan 5d cmd: 315d070400
2019-01-17 19:23:17.485 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.485 [bus info] scan 5e cmd: 315e070400
2019-01-17 19:23:17.523 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.523 [bus info] scan 5f cmd: 315f070400
2019-01-17 19:23:17.567 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.568 [bus info] scan 60 cmd: 3160070400
2019-01-17 19:23:17.609 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.609 [bus info] scan 61 cmd: 3161070400
2019-01-17 19:23:17.653 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.653 [bus info] scan 62 cmd: 3162070400
2019-01-17 19:23:17.696 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.696 [bus info] scan 63 cmd: 3163070400
2019-01-17 19:23:17.739 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.739 [bus info] scan 64 cmd: 3164070400
2019-01-17 19:23:17.781 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.781 [bus info] scan 65 cmd: 3165070400
2019-01-17 19:23:17.826 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.826 [bus info] scan 66 cmd: 3166070400
2019-01-17 19:23:17.868 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.868 [bus info] scan 67 cmd: 3167070400
2019-01-17 19:23:17.911 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.911 [bus info] scan 68 cmd: 3168070400
2019-01-17 19:23:17.956 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.956 [bus info] scan 69 cmd: 3169070400
2019-01-17 19:23:17.998 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:17.998 [bus info] scan 6a cmd: 316a070400
2019-01-17 19:23:18.043 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.043 [bus info] scan 6b cmd: 316b070400
2019-01-17 19:23:18.085 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.085 [bus info] scan 6c cmd: 316c070400
2019-01-17 19:23:18.127 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.127 [bus info] scan 6d cmd: 316d070400
2019-01-17 19:23:18.171 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.171 [bus info] scan 6e cmd: 316e070400
2019-01-17 19:23:18.214 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.214 [bus info] scan 6f cmd: 316f070400
2019-01-17 19:23:18.257 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.257 [bus info] scan 72 cmd: 3172070400
2019-01-17 19:23:18.300 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.300 [bus info] scan 74 cmd: 3174070400
2019-01-17 19:23:18.343 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.343 [bus info] scan 75 cmd: 3175070400
2019-01-17 19:23:18.387 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.387 [bus info] scan 76 cmd: 3176070400
2019-01-17 19:23:18.428 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.428 [bus info] scan 78 cmd: 3178070400
2019-01-17 19:23:18.471 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.471 [bus info] scan 79 cmd: 3179070400
2019-01-17 19:23:18.515 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.515 [bus info] scan 7a cmd: 317a070400
2019-01-17 19:23:18.558 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.558 [bus info] scan 7b cmd: 317b070400
2019-01-17 19:23:18.601 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.601 [bus info] scan 7c cmd: 317c070400
2019-01-17 19:23:18.644 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.644 [bus info] scan 7d cmd: 317d070400
2019-01-17 19:23:18.687 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.687 [bus info] scan 7e cmd: 317e070400
2019-01-17 19:23:18.730 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.730 [bus info] scan 80 cmd: 3180070400
2019-01-17 19:23:18.772 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.773 [bus info] scan 81 cmd: 3181070400
2019-01-17 19:23:18.817 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.817 [bus info] scan 82 cmd: 3182070400
2019-01-17 19:23:18.859 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.859 [bus info] scan 83 cmd: 3183070400
2019-01-17 19:23:18.904 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.905 [bus info] scan 84 cmd: 3184070400
2019-01-17 19:23:18.946 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.946 [bus info] scan 85 cmd: 3185070400
2019-01-17 19:23:18.989 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:18.989 [bus info] scan 86 cmd: 3186070400
2019-01-17 19:23:19.033 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.034 [bus info] scan 87 cmd: 3187070400
2019-01-17 19:23:19.076 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.076 [bus info] scan 88 cmd: 3188070400
2019-01-17 19:23:19.119 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.119 [bus info] scan 89 cmd: 3189070400
2019-01-17 19:23:19.162 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.162 [bus info] scan 8a cmd: 318a070400
2019-01-17 19:23:19.205 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.205 [bus info] scan 8b cmd: 318b070400
2019-01-17 19:23:19.248 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.248 [bus info] scan 8c cmd: 318c070400
2019-01-17 19:23:19.290 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.290 [bus info] scan 8d cmd: 318d070400
2019-01-17 19:23:19.333 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.333 [bus info] scan 8e cmd: 318e070400
2019-01-17 19:23:19.376 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.376 [bus info] scan 8f cmd: 318f070400
2019-01-17 19:23:19.419 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.419 [bus info] scan 90 cmd: 3190070400
2019-01-17 19:23:19.462 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.462 [bus info] scan 91 cmd: 3191070400
2019-01-17 19:23:19.507 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.507 [bus info] scan 92 cmd: 3192070400
2019-01-17 19:23:19.550 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.550 [bus info] scan 93 cmd: 3193070400
2019-01-17 19:23:19.595 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.595 [bus info] scan 94 cmd: 3194070400
2019-01-17 19:23:19.637 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.637 [bus info] scan 95 cmd: 3195070400
2019-01-17 19:23:19.680 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.680 [bus info] scan 96 cmd: 3196070400
2019-01-17 19:23:19.723 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.723 [bus info] scan 97 cmd: 3197070400
2019-01-17 19:23:19.767 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.767 [bus info] scan 98 cmd: 3198070400
2019-01-17 19:23:19.810 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.810 [bus info] scan 99 cmd: 3199070400
2019-01-17 19:23:19.853 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.854 [bus info] scan 9a cmd: 319a070400
2019-01-17 19:23:19.895 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.896 [bus info] scan 9b cmd: 319b070400
2019-01-17 19:23:19.940 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.940 [bus info] scan 9c cmd: 319c070400
2019-01-17 19:23:19.983 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:19.983 [bus info] scan 9d cmd: 319d070400
2019-01-17 19:23:20.026 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.026 [bus info] scan 9e cmd: 319e070400
2019-01-17 19:23:20.069 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.069 [bus info] scan 9f cmd: 319f070400
2019-01-17 19:23:20.106 [bus debug] ERR: arbitration lost during ready, retry
2019-01-17 19:23:20.194 [update info] received MS cmd: 1008b5110101 / 09837b0080636e0100ff
2019-01-17 19:23:20.194 [update notice] received unknown MS cmd: 1008b5110101 / 09837b0080636e0100ff
2019-01-17 19:23:20.296 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.296 [bus info] scan a0 cmd: 31a0070400
2019-01-17 19:23:20.339 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.339 [bus info] scan a1 cmd: 31a1070400
2019-01-17 19:23:20.383 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.383 [bus info] scan a2 cmd: 31a2070400
2019-01-17 19:23:20.426 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.426 [bus info] scan a3 cmd: 31a3070400
2019-01-17 19:23:20.469 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.469 [bus info] scan a4 cmd: 31a4070400
2019-01-17 19:23:20.513 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.513 [bus info] scan a5 cmd: 31a5070400
2019-01-17 19:23:20.556 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.556 [bus info] scan a6 cmd: 31a6070400
2019-01-17 19:23:20.600 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.600 [bus info] scan a7 cmd: 31a7070400
2019-01-17 19:23:20.643 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.643 [bus info] scan a8 cmd: 31a8070400
2019-01-17 19:23:20.687 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.687 [bus info] scan ab cmd: 31ab070400
2019-01-17 19:23:20.729 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.729 [bus info] scan ac cmd: 31ac070400
2019-01-17 19:23:20.772 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.772 [bus info] scan ad cmd: 31ad070400
2019-01-17 19:23:20.815 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.815 [bus info] scan ae cmd: 31ae070400
2019-01-17 19:23:20.857 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.857 [bus info] scan af cmd: 31af070400
2019-01-17 19:23:20.901 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.901 [bus info] scan b0 cmd: 31b0070400
2019-01-17 19:23:20.943 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.944 [bus info] scan b1 cmd: 31b1070400
2019-01-17 19:23:20.988 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:20.988 [bus info] scan b2 cmd: 31b2070400
2019-01-17 19:23:21.029 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.029 [bus info] scan b3 cmd: 31b3070400
2019-01-17 19:23:21.073 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.073 [bus info] scan b4 cmd: 31b4070400
2019-01-17 19:23:21.116 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.116 [bus info] scan b5 cmd: 31b5070400
2019-01-17 19:23:21.159 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.159 [bus info] scan b6 cmd: 31b6070400
2019-01-17 19:23:21.202 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.202 [bus info] scan b7 cmd: 31b7070400
2019-01-17 19:23:21.245 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.245 [bus info] scan b8 cmd: 31b8070400
2019-01-17 19:23:21.288 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.288 [bus info] scan b9 cmd: 31b9070400
2019-01-17 19:23:21.330 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.331 [bus info] scan ba cmd: 31ba070400
2019-01-17 19:23:21.373 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.373 [bus info] scan bb cmd: 31bb070400
2019-01-17 19:23:21.416 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.416 [bus info] scan bc cmd: 31bc070400
2019-01-17 19:23:21.460 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.460 [bus info] scan bd cmd: 31bd070400
2019-01-17 19:23:21.506 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.506 [bus info] scan be cmd: 31be070400
2019-01-17 19:23:21.547 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.547 [bus info] scan bf cmd: 31bf070400
2019-01-17 19:23:21.590 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.590 [bus info] scan c0 cmd: 31c0070400
2019-01-17 19:23:21.634 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.635 [bus info] scan c1 cmd: 31c1070400
2019-01-17 19:23:21.677 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.677 [bus info] scan c2 cmd: 31c2070400
2019-01-17 19:23:21.720 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.720 [bus info] scan c3 cmd: 31c3070400
2019-01-17 19:23:21.763 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.763 [bus info] scan c4 cmd: 31c4070400
2019-01-17 19:23:21.807 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.807 [bus info] scan c5 cmd: 31c5070400
2019-01-17 19:23:21.850 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.850 [bus info] scan c6 cmd: 31c6070400
2019-01-17 19:23:21.894 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.894 [bus info] scan c7 cmd: 31c7070400
2019-01-17 19:23:21.937 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.937 [bus info] scan c8 cmd: 31c8070400
2019-01-17 19:23:21.980 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:21.980 [bus info] scan c9 cmd: 31c9070400
2019-01-17 19:23:22.024 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.024 [bus info] scan ca cmd: 31ca070400
2019-01-17 19:23:22.065 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.065 [bus info] scan cb cmd: 31cb070400
2019-01-17 19:23:22.110 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.110 [bus info] scan cc cmd: 31cc070400
2019-01-17 19:23:22.152 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.152 [bus info] scan cd cmd: 31cd070400
2019-01-17 19:23:22.195 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.195 [bus info] scan ce cmd: 31ce070400
2019-01-17 19:23:22.238 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.238 [bus info] scan cf cmd: 31cf070400
2019-01-17 19:23:22.281 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.281 [bus info] scan d0 cmd: 31d0070400
2019-01-17 19:23:22.325 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.325 [bus info] scan d1 cmd: 31d1070400
2019-01-17 19:23:22.367 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.367 [bus info] scan d2 cmd: 31d2070400
2019-01-17 19:23:22.410 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.410 [bus info] scan d3 cmd: 31d3070400
2019-01-17 19:23:22.452 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.453 [bus info] scan d4 cmd: 31d4070400
2019-01-17 19:23:22.497 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.497 [bus info] scan d5 cmd: 31d5070400
2019-01-17 19:23:22.540 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.540 [bus info] scan d6 cmd: 31d6070400
2019-01-17 19:23:22.583 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.583 [bus info] scan d7 cmd: 31d7070400
2019-01-17 19:23:22.625 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.625 [bus info] scan d8 cmd: 31d8070400
2019-01-17 19:23:22.668 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.668 [bus info] scan d9 cmd: 31d9070400
2019-01-17 19:23:22.711 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.711 [bus info] scan da cmd: 31da070400
2019-01-17 19:23:22.754 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.754 [bus info] scan db cmd: 31db070400
2019-01-17 19:23:22.797 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.797 [bus info] scan dc cmd: 31dc070400
2019-01-17 19:23:22.840 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.840 [bus info] scan dd cmd: 31dd070400
2019-01-17 19:23:22.882 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.882 [bus info] scan de cmd: 31de070400
2019-01-17 19:23:22.925 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.925 [bus info] scan df cmd: 31df070400
2019-01-17 19:23:22.969 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:22.969 [bus info] scan e0 cmd: 31e0070400
2019-01-17 19:23:23.012 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.012 [bus info] scan e1 cmd: 31e1070400
2019-01-17 19:23:23.055 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.055 [bus info] scan e2 cmd: 31e2070400
2019-01-17 19:23:23.098 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.098 [bus info] scan e3 cmd: 31e3070400
2019-01-17 19:23:23.141 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.141 [bus info] scan e4 cmd: 31e4070400
2019-01-17 19:23:23.184 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.184 [bus info] scan e5 cmd: 31e5070400
2019-01-17 19:23:23.227 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.227 [bus info] scan e6 cmd: 31e6070400
2019-01-17 19:23:23.269 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.270 [bus info] scan e7 cmd: 31e7070400
2019-01-17 19:23:23.312 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.313 [bus info] scan e8 cmd: 31e8070400
2019-01-17 19:23:23.357 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.357 [bus info] scan e9 cmd: 31e9070400
2019-01-17 19:23:23.398 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.398 [bus info] scan ea cmd: 31ea070400
2019-01-17 19:23:23.441 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.441 [bus info] scan eb cmd: 31eb070400
2019-01-17 19:23:23.486 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.487 [bus info] scan ec cmd: 31ec070400
2019-01-17 19:23:23.529 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.529 [bus info] scan ed cmd: 31ed070400
2019-01-17 19:23:23.572 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.572 [bus info] scan ee cmd: 31ee070400
2019-01-17 19:23:23.615 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.615 [bus info] scan ef cmd: 31ef070400
2019-01-17 19:23:23.659 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.660 [bus info] scan f2 cmd: 31f2070400
2019-01-17 19:23:23.702 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.702 [bus info] scan f4 cmd: 31f4070400
2019-01-17 19:23:23.746 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.746 [bus info] scan f5 cmd: 31f5070400
2019-01-17 19:23:23.789 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.789 [bus info] scan f6 cmd: 31f6070400
2019-01-17 19:23:23.832 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.832 [bus info] scan f8 cmd: 31f8070400
2019-01-17 19:23:23.876 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.876 [bus info] scan f9 cmd: 31f9070400
2019-01-17 19:23:23.887 [main debug] performing regular tasks
2019-01-17 19:23:23.887 [bus info] scan 08 cmd: 3108070400
2019-01-17 19:23:23.919 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.919 [bus info] scan fa cmd: 31fa070400
2019-01-17 19:23:23.962 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:23.962 [main error] scan config 08: ERR: read timeout
2019-01-17 19:23:24.005 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:24.005 [bus info] scan fb cmd: 31fb070400
2019-01-17 19:23:24.048 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:24.048 [bus info] scan fc cmd: 31fc070400
2019-01-17 19:23:24.092 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:24.092 [bus info] scan fd cmd: 31fd070400
2019-01-17 19:23:24.133 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:24.263 [update info] received MS cmd: 1008b510090000b4ffffff04ff00 / 0101
2019-01-17 19:23:24.263 [update notice] received unknown MS cmd: 1008b510090000b4ffffff04ff00 / 0101
2019-01-17 19:23:25.962 [main debug] performing regular tasks
2019-01-17 19:23:25.963 [bus info] scan 15 cmd: 3115070400
2019-01-17 19:23:26.004 [bus debug] notify request: ERR: read timeout
2019-01-17 19:23:26.004 [main error] scan config 15: ERR: read timeout
2019-01-17 19:23:28.005 [main debug] performing regular tasks
2019-01-17 19:23:30.268 [update info] received MS cmd: 1008b5110101 / 09837c0080636e0100ff
2019-01-17 19:23:30.268 [update notice] received unknown MS cmd: 1008b5110101 / 09837c0080636e0100ff
2019-01-17 19:23:32.248 [update info] received MS cmd: 1008b5110102 / 06033c96468270
2019-01-17 19:23:32.248 [update notice] received unknown MS cmd: 1008b5110102 / 06033c96468270


Hat jemand einen Tip? Wie bekomme ich die configs richtig geladen?

lewej

Hallo zusammen,

gibt es eigentlich für die Platine ein passendes Gehäuse als stl Datei?

Gruß

nols

Für welche Platine genau? Es gibt auf Thingiverse wenn du nach"ebus" suchst 3 Gehäuse ;)

nols

Zitat von: nase69 am 04 September 2017, 00:10:19
Hallo und guten Abend,
seid geraumer Zeit verfolge ich dieses Forum, denn wir haben eine neue Therme erhalten. Diese wollte ich nun in die vorhandene Haussteuerung einbinden.
Die Anlage ist eine VCW206/5-5 ( E-DE ) R6 eco TEC plus mit einem Bedienpanel calorMATIC 350
Der Nachbau der Platine, der Abgleich und die Installation verliefen soweit ohne Probleme.
Hier die Zeilen, welche nach "ebusctl info" ausgegeben werden:

root@raspberrypi3:~ # ebusctl info
version: ebusd 3.0.v3.0-2-g29cee10
update check: OK, different configuration files available
signal: acquired
symbol rate: 10
max symbol rate: 114
reconnects: 0
masters: 3
messages: 227
conditional: 4
poll: 0
update: 8
address 03: master #11
address 08: slave #11, scanned "MF=Vaillant;ID=BAI00;SW=0204;HW=9602", loaded "vaillant/bai.0010015600.inc" ([HW=9602]), "vaillant/08.bai.csv"
address 10: master #2
address 15: slave #2, scanned "MF=Vaillant;ID=35000;SW=0114;HW=7102", loaded "vaillant/15.350.csv"
address 26: slave, scanned "MF=Vaillant;ID=35000;SW=0114;HW=7102"
address 31: master #8, ebusd
address 36: slave #8, ebusd


Hier der Auszug aus dem Logfile:

2017-09-03 22:14:15.992 [update notice] update bai Mode QQ=10: standby
2017-09-03 22:14:20.019 [update notice] update bai Status01 QQ=10: 42.0;41.5;-;35.0;39.5;off
2017-09-03 22:14:21.988 [update notice] update broadcast vdatetime QQ=10: 22:15:26;03.09.2017
2017-09-03 22:14:22.225 [update notice] unknown MS cmd: 1008b512020000 / 00
2017-09-03 22:14:26.082 [update notice] update bai Mode QQ=10: standby
2017-09-03 22:14:28.358 [bus notice] scan 26: ;21;17;12;0020124472;0082;011722;N5
2017-09-03 22:14:28.364 [main error] unable to load scan config 26: no file from /etc/ebusd/vaillant with prefix 26. matches ID "35000", SW0114, HW7102
2017-09-03 22:14:28.364 [main error] scan config 26: ERR: element not found
2017-09-03 22:14:30.109 [update notice] update bai Status01 QQ=10: 42.0;41.5;-;35.0;39.5;off
2017-09-03 22:14:32.156 [update notice] update bai DateTime QQ=10: nosignal;-:-:-;-.-.-;-
2017-09-03 22:14:32.416 [update notice] update bai Status02 QQ=10: auto;60;75.0;70;65.0


So wie es für mich aussieht, ist die Adresse 15 und 26 die Adresse vom Bedienpanel.
Die Adresse 26 hat aber kein CSV File.
Die Zahlen nach "[bus notice] scan 26:" befinden sich als Strichcode auf der Platine des Bedienpanel.

Nun zu meinen Fragen:
-Gib es jemanden, der für die Adresse 26 ein CSV-File erstellt hat?
-Kann ich auch außer Daten wie Vorlauf, Rücklauf und Warmwasser auslesen?
-Kann das Bedienpanel seperat angesprochen werden? Für mich sieht es so aus, als ob das Panel nur "lauscht" und nichts selber sendet, zumindest finden sich keine Einträge im Log.
-Am Bedienpanel kann ich den Systemdruck ablesen, eine Übermittlung im Bus kann ich im Logfile nicht finden, es sei denn es ist die Zeile

[update notice] unknown MS cmd: 1008b512020000 / 00

Kann mir jemand weiter helfen? Vielen Dank im voraus.

Kannst du mir vielleicht deine configs für die Vaillant VCW206 und das Calormatic 350 schicken?
Ich bekomme meine nicht ans laufen mit dem ebusd..

john30

Zitat von: flmma am 16 Januar 2019, 08:46:02
Was wäre, wenn ich dem Ebusd (läuft auf einem eigenen Raspberry) die Adresse 45 zuordnen würde? Sprich ich simulieren den Fernwähler, somit gäbe es einen Empfänger für die Nachrichten.
das müsste prinzipiell funktionieren. broadcast geht natürlich nicht, weil dafür laut Protokoll fe als Zieladresse gesetzt sein muss.
author of ebusd

Girgl

Hallo,

benötige bitte Hilfe oder einen Denkanstoss. Habe die ebus-Platine (v1.6) nach wiki nachgebaut und versucht in Betrieb zu nehmen. Die Heizung besteht aus einer Wolf cgb 20, BedienModul 1 und Mischermodul. Ursprünglich hatte ich das ganze mit einem Raspberry zero in Angriff genommen. Hier kam ich zwar bis zur Meldung "Signal aquired", konnte also das Poti(Trimmer) einstellen, bekam aber keine aa Meldungen. Also Platine nachgemessen (Widerstände, Dioden), CMOS IC erneuert. Um es kurz zu machen, kein Erfolg ausser daß der ebus der Heizung auf Störung ging.
Dann habe ich das Ganze mit meinem Laptop probiert, mit verschiedenen ebusd-Versionen und ums wieder kurz zu machen, wenn ich die ebusd 2.3 benutze und der Laptop ohne Netzteil(also Akkubetrieb) läuft, bekomme ich aa Meldungen und die Therme geht nicht auf Störung.
Die Platine scheint ja zu funktionieren, also wo könnte der Fehler liegen? Könnte das auf einen defekten usb2serial(ftdi) hinweisen? Weiss jemand Rat?

Reinhart

Ist jetzt schwierig zu sagen, aber für mich sieht es so aus als hättest die einen Massefehler. Zum einem geht der eBus auf Störung, außer du versorgst über den Laptop.

Es ist schon denkbar, dass der Uart einen Fehler produziert, aber messe doch einfach mit dem Ohmmeter einmal nach, ob die Masse vom Uart eine Verbindung mit der Masse des 5V Regler hat. Das darf nicht sein, denn dann bekommst du ein falsches Potential auf dem eBus, was die Störung erklären würde. Das ist ja der Grund, warum hier Optokoppler eingesetzt sind um das Potential zu trennen.

Wenn jetzt nur der Uart defekt ist, dann dürfte der eBus nicht auf Störung gehen. Wenn der eBus auf Störung geht, bedeutet das für mich es wird das Bussignal gegen Ground gezogen. Könntest ja im angeschlossenen Fehlerzustand die Spannung an der Busklemme messen, ob die dann einbricht.

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