Läuft: Heizung mit eBus-Schnittstelle

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

Vorheriges Thema - Nächstes Thema

Jojo11

Zitat von: john30 am 20 März 2015, 20:55:56
Hallo Jo,
was hast Du denn genau für ein eBUS Interface? Hängt der via USB dran und wenn ja, mit welchem Chipsatz? Falls nein, hängt er an der RPi GPIO UART? Die macht gravierende Timing Probleme, weil der UART so eingestellt ist, dass bis zu 16 Bytes gecacht werden, was einen Sendebetrieb in der Form völlig unmöglich macht (wegen der Arbitration).

Fragen über Fragen :-)
LG John
Hallo John,

Ich habe den ebus-Koppler von eservice über USB am RPi. Der Koppler wurde gerade überprüft und ist in Ordnung. Timing-Probleme hatte der Hersteller auch im Verdacht in meinen Fall.

schöne Grüße
Jo

john30

Zitat von: heikoh81 am 14 März 2015, 21:55:24
Nein, weil laut Wiki:
In der Bsp. init.d-Datei im contrib-Verzeichnis ist der Standard-Pfad aber /usr/bin, also passt das nicht zusammen.
Für Anfänger oder Linux-nicht-Experten eventuell bei ersten Gehversuchen nicht so leicht zu durchschauen...
Okay, Danke für den Hinweis! Werde den default prefix bei Verwendung der autogen.sh auf /usr einstellen.
author of ebusd

john30

#602
Zitat von: Jojo11 am 15 März 2015, 19:54:24
ebusd.zip

Aus Deinem Log ist ersichtlich, dass Du überhaupt nicht auf den Bus senden kannst, weil alle Versuche, die eigene Adresse zu schicken (>ff) in einem Timeout enden sobald die AUTO-SYN Einheit wieder ein SYN Zeichen produziert (<aa).
Also irgendwas ist da definitiv nicht in Ordnung. Ich würde jetzt spontan mal auf Lietungspegel oder Leitungslänge tippen, aber das ist jetzt schwer zu sagen, ohne Deine physische Umgebung zu kennen.

Nachtrag:
Ein Gutes hat Dein Log allerdings für sich: Es zeigt, dass ebusd mit dieser Situation nicht klar kommt (also dass er überhaupt nichts senden kann). Das muss ich noch fixen, löst aber sicher nicht Dein Problem.
Nachtrag 2: doch nicht, es dauert nur ne Weile, aber dann kommt brav ein "ERR: arbitration lost", was ja auch stimmt.
author of ebusd

Jojo11

Super, danke erstmal für die Rückmeldung. Dann schaue ich mir das Kabel doch mal an. Der controller wurde wie geschrieben kontrolliert und sendet wohl auch zuverlässig.

schöne Grüße
Jo

joachimS

Danke Reinhart,
Habe den demon jetzt auf meinem Odroid C1 am laufen, habe den ebus mal drangehängt, empfange aber über den gesamten Bereich des Potis nur:
odroid@SmartHome:~$ tail /var/log/ebusd.log
2015-03-22 21:03:39.483 [bus notice] signal acquired
2015-03-22 21:03:41.019 [bus error] signal lost
2015-03-22 21:03:47.445 [bus notice] signal acquired
2015-03-22 21:03:49.031 [bus error] signal lost
Gruss
Joachim

(fhem auf Synology DS209, CUL, FS20, FHT, EM, HM, Keymatic, Hue, OpenDTU)

john30

Zitat von: joachimS am 22 März 2015, 11:40:33
Danke Reinhart,
Habe den demon jetzt auf meinem Odroid C1 am laufen, habe den ebus mal drangehängt, empfange aber über den gesamten Bereich des Potis nur:
odroid@SmartHome:~$ tail /var/log/ebusd.log
2015-03-22 21:03:39.483 [bus notice] signal acquired
2015-03-22 21:03:41.019 [bus error] signal lost
2015-03-22 21:03:47.445 [bus notice] signal acquired
2015-03-22 21:03:49.031 [bus error] signal lost

Da würd ich mal das raw logging aktivieren, dann solltest Du relativ schnell sehen, wohin das Poti muss :-)
Es sollte dann ungefähr alle 40ms ein "<aa" da stehen, was das SYN Symbol ist.
author of ebusd

john30

So, ich hab jetzt mal einen Schwung generierter config Files auf https://github.com/john30/ebusd-configuration/tree/master/ebusd-1.x.x/vaillant_de gepostet.
Die sind alle aus der sagenumwobenen vrnet***log MDB (Version 2.6.0.2 von 2010) generiert und somit lassen sich natürlich alle anderen enthaltenen Geräte theoretisch auch durch den Generator jagen. Ich habs jetzt aber erstmal auf Geräte beschränkt, die hier auch schon mal erwähnt wurden.

Jedes Gerät (sprich jede Slave-Adresse) hat jetzt seine eigene Datei, das ist übersichtlicher und hilft auch bei einer zukünftigen Auto-Selektion durch ebusd.
Die Nomenklatur der einzelnen Nachrichten, Datentypen und Felder ist nach wie vor work in progress und über konstruktive Vorschläge freue ich mich natürlich.

Ach ja, falls jemand eine neuere MDB zur Verfügung stellen kann (via PN), wäre das natürlich auch sehr hilfreich!
LG John
author of ebusd

Reinhart

@john30

Kurzes Feedback zu den Config Files.

Das erste CSV File für meine VRC430 (43000.csv) das sofort zu 98% funktioniert und sehr viele Datenpunkte enthält. Ich bin immer noch am testen was nun so alles abgefragt werden kann.

2 Datenpunkte habe ich ändern müssen weil sie bei mir einen Fehler produzieren:

pi@raspberry2 /etc/init.d $ ebusd --checkconfig
2015-03-22 18:34:04.902 [main notice] Performing configuration check...
Error reading "/etc/ebusd/vrc430.csv" line 10 field 14 value "Aktueller Wochentag": ERR: element not found
Erroneous item is here:
"r","","ActualWeekday","Wochentag","","","","5F00","","","bday","","","Aktueller Wochentag"
                                                                       ^
Error reading "/etc/ebusd/vrc430.csv" line 17 field 14 value "heating curve of the first heating circuit": ERR: element not found
Erroneous item is here:
"r","","Hc1HeatCurve","Heizkurve Heizkreis 1","","","","3100","","","curve","","","heating curve of the first heating circuit"


Wenn du das jetzt wirklich mit einem Generator aus der MDB erzeugen kannst, ist das eine enorme Arbeitserleichterung und vermeidet Fehler.
Bei allen anderen Files die ich bis jetzt verwendet habe musste ich viele Anpassungen durchführen, weil eben eine VRC470 andere Datenpunkte hat als eine VRC430.

Danke dir für die viele Mühe.

Schöne Grüße
Reinhart
FHEM auf Raspy4 mit Bullseye + SSD, Homematic, ESP8266, ESP32, Sonoff, eBus, NanoCUL, MapleCUL, , MQTT2, Alexa

john30

Zitat von: Reinhart am 22 März 2015, 19:48:45
2 Datenpunkte habe ich ändern müssen weil sie bei mir einen Fehler produzieren:

Ah, cool, Danke fürs Testen!
Hast Du den aktuellen Quellcode aus dem master Branch genommen, oder bist Du auf einer älteren Quelle?
Und sind die _templates.csv auch aus dem neuen vaillant_de oder anders?

LG John
author of ebusd

Reinhart

@John30

habs von deinem Masterbranch genommen, habe auch den Fehler schon gefunden, lag bei mir.
Da du die _templates erweitert hast, funktionieren die neuen CSV natürlich nur wenn die auch gleichzeitig getauscht wird.

Bei der bai00.csv allerdings gibt es negative Werte, die terminieren mit "out of valid range"

pi@raspberry2 /etc/init.d $ ebusd --checkconfig
2015-03-22 19:52:49.374 [main notice] Performing configuration check...
Error reading "/etc/ebusd/bai00.csv" line 118 field 12 value "-100": ERR: argument value out of valid range
Erroneous item is here:
"r","","HEATSwitchactionsDK","d.82 Schaltspiele Heizbetrieb","","","","2900","","","UIN","-100","","Schaltspiele Heizbetrieb"
                                                                                          ^
Error reading "/etc/ebusd/bai00.csv" line 119 field 12 value "-100": ERR: argument value out of valid range
Erroneous item is here:
"r","","HwcSwitchactionsDK","d.83 Schaltspiele BW Betrieb","","","","2300","","","UIN","-100","","Schaltspiele WW Betrieb"


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

Prof. Dr. Peter Henning

Was um Himmels Willen ist gemeint mit "Datenpunkt"?

LG

pah

Prof. Dr. Peter Henning

Was um Himmels Willen ist gemeint mit "Datenpunkt"?

LG

pah

john30

#612
Zitat von: Reinhart am 22 März 2015, 21:20:22
Bei der bai00.csv allerdings gibt es negative Werte, die terminieren mit "out of valid range"
pi@raspberry2 /etc/init.d $ ebusd --checkconfig
2015-03-22 19:52:49.374 [main notice] Performing configuration check...
Error reading "/etc/ebusd/bai00.csv" line 118 field 12 value "-100": ERR: argument value out of valid range
Erroneous item is here:
"r","","HEATSwitchactionsDK","d.82 Schaltspiele Heizbetrieb","","","","2900","","","UIN","-100","","Schaltspiele Heizbetrieb"

Nanu, das wurde bei meinem config check gar nicht bemängelt...
Die -100 ist natürlich wieder was spezielles, da muss ich in die DB schauen, was das soll.[/code]
author of ebusd

john30

Zitat von: Prof. Dr. Peter Henning am 22 März 2015, 22:18:40
Was um Himmels Willen ist gemeint mit "Datenpunkt"?
Vaillant Nomenklatur für alle "d.01" etc. Werte.
author of ebusd

Hasont

#614
Hallo, bin neu hier und daher erst ein paar Zeilen über mich.
Ich habe eine Vailant VSC 196/3-5 By 2012 und VRC 430 ohne Solarpanels.
Da ich im Internet gelesen hatte, dass man hier einiges über den EBus machen kann ich mir vor ein paar Wochen einen Ebus Adapter gebaut und mich in Linux Ubuntu 14 eingearbeitet.
Gar nicht so einfach mit den ganzen Berechtigungen. Nach tagelanger Recherche im Internet (Yuhu war down) bin ich dann auf die Seite von John30 gestoßen der das Thema ebus übernommen hatte.
Hierfür erst mal vielen Dank an John dafür.
Der EBus läuft auch mittlerweile aber trotz vielen Recherchen bleiben einige Fragen die ich hier mal einstellen möchte.
Denke das meiste sind einfache Fragen die ich als Anfänger nur noch nicht weiß.

1.) Ich starte ebusd -f, wie kann ich diesen stoppen ohne den Rechner runter zu fahren.
2.) Ich habe die Config Daten für Vailant 0.5 alle unter etc/ebusd (nicht Default) abgespeichert und mit 755 versehen. Denke da dürfen aber nur ausgewählte Files hin da ich viele Fehler bekomme.
3.) Es gibt die .csv und .ods files. Denke die sind entweder/oder
4.) Was muss/soll in den zu erstellenden "default Ordner" hatte hier erstmal die .csv Daten abgespeichert.
5.) Seit ein paar Tagen gibt es eine umfangreiche .csv Liste für die Version 1.0
     Hier warte ich erstmal eure Meinung ab welche ich davon benutzen darf.
Im Voraus schon mal lieben Dank für eure Hilfe. Bin mal gespannt was kommt.
Für all zu dämliche Fragen schon mal Entschuldigung;-)

Hier mal ein Auszug aus dem log sowie einen scan.

2015-03-23 18:04:10.742 [bus notice] scan: 08;Joh. Vaillant GmbH & Co.;BAI00;0518;7401
2015-03-23 18:04:10.844 [bus notice] scan: 15;Joh. Vaillant GmbH & Co.;43000;0215;2002
2015-03-23 18:04:10.968 [bus notice] scan: ;21110800
2015-03-23 18:04:11.115 [bus notice] scan: ;21104700
2015-03-23 18:04:11.232 [bus notice] scan: ;100093433
2015-03-23 18:04:11.378 [bus notice] scan: ;200285150
2015-03-23 18:04:11.497 [bus notice] scan: ;100005576
2015-03-23 18:04:11.644 [bus notice] scan: ;907010914
2015-03-23 18:04:11.762 [bus notice] scan: ;N8
2015-03-23 18:04:11.909 [bus notice] scan: ;N7

2015-03-23 18:03:01.241 [main notice] ebusd started
2015-03-23 18:03:01.256 [main notice] message DB: 628
2015-03-23 18:03:01.256 [main notice] updates DB: 35
2015-03-23 18:03:01.256 [main notice] polling DB: 25
2015-03-23 18:03:01.257 [bus notice] signal acquired
2015-03-23 18:03:01.518 [bus error] poll mc2 mcFlowTempSensor failed: ERR: read timeout
2015-03-23 18:03:03.823 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:03:07.102 [bus error] poll mc3 mcFlowTempSensor failed: ERR: read timeout
2015-03-23 18:03:07.876 [update notice] unknown MS cmd: 1008b511010189 / 09665af0096e6e0100ff0b
2015-03-23 18:03:09.922 [update notice] unknown MS cmd: 1008b50401003d / 0a02170318fffffffff009d9
2015-03-23 18:03:10.155 [update notice] unknown BC cmd: 10feb5050204000b
2015-03-23 18:03:13.073 [bus error] poll pmw00 Ntc1 failed: ERR: read timeout
2015-03-23 18:03:13.938 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:03:17.975 [update notice] unknown MS cmd: 1008b511010189 / 09665af0096e6e0100ff0b
2015-03-23 18:03:19.091 [bus error] poll pmw00 Ntc2 failed: ERR: read timeout
2015-03-23 18:03:24.012 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:03:25.075 [bus error] poll pmw00 Ntc3 failed: ERR: read timeout
2015-03-23 18:03:28.054 [update notice] unknown MS cmd: 1008b511010189 / 09665af0096e6e0100ff0b
2015-03-23 18:03:30.106 [update notice] update broadcast vdatetime QQ=10: 18:03:31;23.03.2015
2015-03-23 18:03:30.357 [update notice] unknown MS cmd: 1008b512020000ca / 0000
2015-03-23 18:03:31.115 [bus error] poll uih00 FlowTempSensor failed: ERR: invalid position
2015-03-23 18:03:32.129 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:03:37.088 [bus error] poll uih00 EnergyYieldDayTransfer failed: ERR: invalid position
2015-03-23 18:03:38.191 [update notice] unknown MS cmd: 1008b511010189 / 09665af0096e6e0100ff0b
2015-03-23 18:03:40.193 [update notice] unknown MS cmd: 1008b50401003d / 0a02480318fffffffff00994
2015-03-23 18:03:40.462 [update notice] unknown MS cmd: 1008b51101028a / 05033c80507201
2015-03-23 18:03:42.242 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:03:43.092 [bus notice] poll uih00 EnergyYieldSum: 1107297072
2015-03-23 18:03:48.289 [update notice] unknown MS cmd: 1008b511010189 / 09665cf0096e6e0100ff52
2015-03-23 18:03:49.082 [bus error] poll pms00 YieldDay failed: ERR: read timeout
2015-03-23 18:03:50.290 [update notice] update broadcast outsidetemp QQ=10: 9.938
2015-03-23 18:03:52.345 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:03:55.080 [bus error] poll pms00 YieldSum failed: ERR: read timeout
2015-03-23 18:03:58.420 [update notice] unknown MS cmd: 1008b511010189 / 09665cf0096e6e0100ff52
2015-03-23 18:03:59.406 [main notice] >>>
2015-03-23 18:03:59.407 [main notice] <<< usage:
2015-03-23 18:04:01.105 [bus error] poll pms00 SolarNtcFrom failed: ERR: read timeout
2015-03-23 18:04:02.461 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:04:06.486 [update notice] unknown MS cmd: 1008b511010189 / 09665cf0096e6e0100ff52
2015-03-23 18:04:07.100 [bus error] poll pms00 SolarNtcTo failed: ERR: read timeout
2015-03-23 18:04:08.503 [update notice] unknown MS cmd: 1008b50401003d / 0a02170418fffffffff00956
2015-03-23 18:04:08.728 [update notice] unknown BC cmd: 10feb5050204000b
2015-03-23 18:04:12.010 [bus notice] max. symbols per second: 143
2015-03-23 18:04:12.559 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:04:13.086 [bus error] poll pms00 BufferNtcFrom failed: ERR: read timeout
2015-03-23 18:04:16.571 [update notice] unknown MS cmd: 1008b511010189 / 09685cf0096e6e0100ff03
2015-03-23 18:04:19.081 [bus error] poll pms00 BufferNtcTo failed: ERR: read timeout
2015-03-23 18:04:22.651 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:04:25.131 [bus error] poll ehp00 BrineTempOutput failed: ERR: invalid position
2015-03-23 18:04:26.684 [update notice] unknown MS cmd: 1008b511010189 / 09685cf0096e6e0100ff03
2015-03-23 18:04:28.691 [update notice] update broadcast vdatetime QQ=10: 18:04:30;23.03.2015
2015-03-23 18:04:28.945 [update notice] unknown MS cmd: 1008b512020000ca / 0000
2015-03-23 18:04:31.128 [bus notice] poll ehp00 CompressorTempInput: 122.88;ok
2015-03-23 18:04:32.765 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:04:36.795 [update notice] unknown MS cmd: 1008b511010189 / 09685cf0096e6e0100ff03
2015-03-23 18:04:37.115 [bus error] poll ehp00 CompressorTempOutput failed: ERR: element not found
2015-03-23 18:04:41.136 [update notice] unknown MS cmd: 1008b50401003d / 0a02510418fffffffff009fd
2015-03-23 18:04:41.409 [update notice] unknown MS cmd: 1008b51101028a / 05033c80507201
2015-03-23 18:04:41.665 [update notice] unknown MS cmd: 1008b512020000ca / 0000
2015-03-23 18:04:43.230 [bus error] poll ehp00 EvaporatorTemp failed: ERR: invalid position
2015-03-23 18:04:49.364 [bus error] poll ehp00 ExpansionValveInputTemp failed: ERR: invalid position
2015-03-23 18:04:51.172 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:04:55.104 [bus error] poll ehp00 FlowTempIntern failed: ERR: invalid position
2015-03-23 18:04:56.970 [update notice] unknown MS cmd: 1008b511010189 / 09685cf0096e6e0100ff03
2015-03-23 18:04:58.907 [update notice] update broadcast outsidetemp QQ=10: 9.938
2015-03-23 18:05:00.995 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:05:01.136 [bus error] poll ehp00 HeatSystemPress failed: ERR: invalid position
2015-03-23 18:05:06.980 [update notice] unknown MS cmd: 1008b511010189 / 09685cf0096e6e0100ff03
2015-03-23 18:05:07.127 [bus notice] poll ehp00 BrinePress: 0.892;ok
2015-03-23 18:05:08.983 [update notice] unknown MS cmd: 1008b51101028a / 05033c80507201
2015-03-23 18:05:10.989 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:05:13.131 [bus error] poll ehp00 ReturnTempIntern failed: ERR: element not found
2015-03-23 18:05:15.004 [update notice] unknown MS cmd: 1008b511010189 / 09685ef0096e6e0100ff34
2015-03-23 18:05:17.012 [update notice] unknown MS cmd: 1008b50401003d / 0a0319051823030115f009ed
2015-03-23 18:05:17.232 [update notice] unknown BC cmd: 10feb5050204000b
2015-03-23 18:05:19.099 [bus error] poll ehp00 VaporPressHigh failed: ERR: element not found
2015-03-23 18:05:21.020 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:05:25.013 [update notice] unknown MS cmd: 1008b511010189 / 09685ef0096e6e0100ff34
2015-03-23 18:05:25.111 [bus error] poll ehp00 VaporPressLow failed: ERR: element not found
2015-03-23 18:05:31.050 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:05:31.124 [bus error] poll mc2 mcFlowTempSensor failed: ERR: read timeout
2015-03-23 18:05:35.063 [update notice] unknown MS cmd: 1008b511010189 / 09685ef0096e6e0100ff34
2015-03-23 18:05:37.033 [update notice] update broadcast vdatetime QQ=10: 18:05:38;23.03.2015
2015-03-23 18:05:37.106 [bus error] poll mc3 mcFlowTempSensor failed: ERR: read timeout
2015-03-23 18:05:37.801 [update notice] unknown MS cmd: 1008b512020000ca / 0000
2015-03-23 18:05:41.060 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:05:43.081 [bus error] poll pmw00 Ntc1 failed: ERR: read timeout
2015-03-23 18:05:45.079 [update notice] unknown MS cmd: 1008b511010189 / 09685ef0096e6e0100ff34
2015-03-23 18:05:47.087 [update notice] unknown MS cmd: 1008b50401003d / 0a0348051823030115f009f1
2015-03-23 18:05:47.355 [update notice] unknown MS cmd: 1008b51101028a / 05033c80507201
2015-03-23 18:05:49.111 [bus error] poll pmw00 Ntc2 failed: ERR: read timeout
2015-03-23 18:05:51.065 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:05:55.061 [update notice] unknown MS cmd: 1008b511010189 / 09685ef0096e6e0100ff34
2015-03-23 18:05:55.136 [bus error] poll pmw00 Ntc3 failed: ERR: read timeout
2015-03-23 18:05:57.029 [update notice] update broadcast outsidetemp QQ=10: 9.938
2015-03-23 18:06:01.013 [bus error] ERR: arbitration lost, retry
2015-03-23 18:06:01.109 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:06:01.371 [bus error] poll uih00 FlowTempSensor failed: ERR: invalid position
2015-03-23 18:06:05.094 [update notice] unknown MS cmd: 1008b511010189 / 096a5ef0096e6e0100ff95
2015-03-23 18:06:07.086 [update notice] unknown MS cmd: 1008b51101028a / 05033c80507201
2015-03-23 18:06:07.167 [bus error] poll uih00 EnergyYieldDayTransfer failed: ERR: invalid position
2015-03-23 18:06:09.084 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:06:13.119 [bus notice] poll uih00 EnergyYieldSum: 4110418768
2015-03-23 18:06:15.123 [update notice] unknown MS cmd: 1008b511010189 / 096a5ef0096e6e0100ff95
2015-03-23 18:06:17.137 [update notice] unknown MS cmd: 1008b50401003d / 0a0319061823030115f0090c
2015-03-23 18:06:17.360 [update notice] unknown BC cmd: 10feb5050204000b
2015-03-23 18:06:19.038 [bus error] ERR: arbitration lost, retry
2015-03-23 18:06:19.183 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:06:19.392 [bus error] poll pms00 YieldDay failed: ERR: read timeout
2015-03-23 18:06:25.016 [bus error] ERR: arbitration lost, retry
2015-03-23 18:06:25.114 [update notice] unknown MS cmd: 1008b511010189 / 096a5ef0096e6e0100ff95
2015-03-23 18:06:25.367 [bus error] poll pms00 YieldSum failed: ERR: read timeout
2015-03-23 18:06:29.133 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:06:31.108 [bus error] poll pms00 SolarNtcFrom failed: ERR: read timeout
2015-03-23 18:06:35.137 [update notice] unknown MS cmd: 1008b511010189 / 096a5ef0096e6e0100ff95
2015-03-23 18:06:37.110 [bus error] poll pms00 SolarNtcTo failed: ERR: read timeout
2015-03-23 18:06:37.665 [update notice] update broadcast vdatetime QQ=10: 18:06:38;23.03.2015
2015-03-23 18:06:37.932 [update notice] unknown MS cmd: 1008b512020000ca / 0000
2015-03-23 18:06:39.159 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:06:43.073 [bus error] poll pms00 BufferNtcFrom failed: ERR: read timeout
2015-03-23 18:06:45.157 [update notice] unknown MS cmd: 1008b511010189 / 096a5ef0096e6e0100ff95
2015-03-23 18:06:47.168 [update notice] unknown MS cmd: 1008b50401003d / 0a0349061823030115f0098d
2015-03-23 18:06:47.444 [update notice] unknown MS cmd: 1008b51101028a / 05033c80507201
2015-03-23 18:06:49.099 [bus error] poll pms00 BufferNtcTo failed: ERR: read timeout
2015-03-23 18:06:49.694 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:06:53.208 [update notice] unknown MS cmd: 1008b511010189 / 096a5ef0096e6e0100ff95
2015-03-23 18:06:55.105 [bus error] poll ehp00 BrineTempOutput failed: ERR: invalid position
2015-03-23 18:06:55.153 [update notice] update broadcast outsidetemp QQ=10: 9.938
2015-03-23 18:06:59.203 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:07:01.117 [bus notice] poll ehp00 CompressorTempInput: 122.31;ok
2015-03-23 18:07:03.215 [update notice] unknown MS cmd: 1008b511010189 / 096a5ef0096e6e0100ff95
2015-03-23 18:07:05.203 [update notice] unknown MS cmd: 1008b51101028a / 05033c80507201
2015-03-23 18:07:07.125 [bus error] poll ehp00 CompressorTempOutput failed: ERR: element not found
2015-03-23 18:07:09.213 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:07:13.106 [bus error] poll ehp00 EvaporatorTemp failed: ERR: invalid position
2015-03-23 18:07:13.212 [update notice] unknown MS cmd: 1008b511010189 / 096a5ef0096e6e0100ff95
2015-03-23 18:07:15.208 [update notice] unknown MS cmd: 1008b50401003d / 0a0317071823030115f0098b
2015-03-23 18:07:15.430 [update notice] unknown BC cmd: 10feb5050204000b
2015-03-23 18:07:19.133 [bus error] poll ehp00 ExpansionValveInputTemp failed: ERR: invalid position
2015-03-23 18:07:19.242 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:07:23.237 [update notice] unknown MS cmd: 1008b511010189 / 096a60f0096e6e0100ff75
2015-03-23 18:07:25.097 [bus error] poll ehp00 FlowTempIntern failed: ERR: invalid position
2015-03-23 18:07:29.242 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:07:31.109 [bus error] poll ehp00 HeatSystemPress failed: ERR: invalid position
2015-03-23 18:07:33.255 [update notice] unknown MS cmd: 1008b511010189 / 096a60b0096e6e0000ff9b
2015-03-23 18:07:35.268 [update notice] update broadcast vdatetime QQ=10: 18:07:36;23.03.2015
2015-03-23 18:07:35.527 [update notice] unknown MS cmd: 1008b512020000ca / 0000
2015-03-23 18:07:37.093 [bus error] poll mc2 mcFlowTempSensor failed: ERR: read timeout
2015-03-23 18:07:39.313 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a
2015-03-23 18:07:43.091 [bus error] poll mc3 mcFlowTempSensor failed: ERR: read timeout
2015-03-23 18:07:43.686 [update notice] unknown MS cmd: 1008b511010189 / 096260b0096e6e0000ffb2
2015-03-23 18:07:45.386 [update notice] unknown MS cmd: 1008b50401003d / 0a0347071823030115b009c2
2015-03-23 18:07:45.653 [update notice] unknown MS cmd: 1008b51101028a / 05033c80507201
2015-03-23 18:07:47.392 [update notice] unknown MS cmd: 1008b510090000616effff00ff0041 / 01019a