eBusd-Konfigurationen - wie installieren auf HAOS-Raspi?

Ich habe das eBusd-Addon installiert (auf einem Raspi 5 mit HAOS) und es läuft auch ordentlich. Meine Vaillant-Geräte werden gefunden und haufenweise Sensorwerte geliefert. Allerdings fehlen ein paar, die für mich interessant wären, wie

  • Arbeitszahl der Wärmepumpe
  • SG ready- und EVU-Sperrstatus
  • Kompressorauslastung in %

Deswegen wollte ich die aktuellsten Konfigurationsdateien von john30 auf Github installieren, in der Hoffnung, dass da mehr Werte codiert sind.

Ich habe das Repository auf meinen PC gecloned, stehe jetzt aber vor dem Problem, dass ich nicht weiß, wie ich die an einen persistenten Ort auf dem Raspi kopieren kann, um sie dann in der eBusd-Konfiguration in HA anzugeben.

Kann mir einer von Euch mal eine Schritt-für-Schritt-Anleitung schreiben? :blush:

Wenn Deine Vaillant-Geräte gefunden werden, dann hast Du ja auch bereits irgendwelche CSV-Configs irgendwo…

Schau mal unter Supervisor - eBUSd - Konfiguration - Config Path …

Das sollte Dein Verzeichnis sein.

Der Pfad ist leer - es wird irgendein Defaultwert genommen. An den üblichen Stellen (addons, addons_config, homeassistant/configuration usw.) finde ich nichts.

Auf einem “normalen” Raspi mit ebusd als Dienst muss man die Abfrge bestimmter werte “triigern”. Die werden nicht automatisch gesendet.

Bei mir z.B über das MQTT Topic ein “true” senden:

<name der Anlage>/700/Z1ActualRoomTempDesired/get

Abfragen kann man die Werte auch Testweise über eine Shell :

ebusctl find -F circuit,name,comment
ebusctl read ModulationTempDesired

Klingt Kompliziert ?

Ja eBus ist Rotz. Aber das ist eine andere, lange Geschichte.

Kannst Du mir das MQTT Topic mal auseinanderklamüsern? Was ist <name der Anlage> - ebusd, hmu oder was sonst? Wie kommst du auf die 700?

Ich habe noch nie etwas manuell mit MQTT gemacht, deswegen fehlen mir wahrscheinlicjh einige Basics…

…aus der Doku
Custom CSV or MQTT cfg files:

To use custom config files you can use the configpath option. You can create a local copy of GitHub - john30/ebusd-configuration: ebusd configuration files in your “/config” folder and change configpath to e.g. “/config/ebusd-configuration/latest/en”. Custom CSV files must be in the /config folder.

Wird dort kein Pfad angelegt, zieht eBUSd die default-Configs online.
Zu dem dann von Dir hinterlegten Pfad kommst Du entweder mit dem File-Editor oder per Samba.

:light_bulb: Online- das erklärt es. Da macht es aber wahrscheinlich wenig Sinn, auf neue Definitionen in der Github-Kopie zu hoffen.

Update:

Ich habe die Github-Konfiguration auf den Raspi kopiert und den Konfigurationspfad darauf gesetzt. Ergebnis: läuft zwar im Prinzip, findet aber z.B. meine SensorComfort 720/3 (“ctlv3”) nicht.

Also wieder alles gelöscht, Konfigurationspfad entfernt und neu gestartet: alle Geräte wieder da, aber die gewünschten Daten kommen natürlich immer noch nicht.

Es gibt allerlei nicht dekodierte Meldungen (“received unknown MS cmd: 0376b5120613000f000006 / 0202ff"); da dürften sich die gesuchten Werte verstecken. Blöd…

Noch ein Update:

Ich habe mit ebusctlherausgefunden, dass es den Wert CurrentCompressorUtilgibt, der die aktuelle Auslastung enthält. Allerdings kann ich den Wert nur per ebusctl read -f -c hmu CurrentCompressorUtilexplizit auslesen, der ebusdkennt oder nutzt den nicht. Er taucht danach auch im MQTT-Explorer auf.

Kann man irgendwie ebusdzusätzliche Lesebefehle aufgeben? Für diese Abfragen einen cron-Job aufzusetzen kommt mir wie Kanonen auf Spatzen vor.

Weitere Werte mit dem gleichen Problem:

  • CopHc - Arbeitszahl Heizen
  • CopHwc - Arbeitszahl Warmwasser
  • die beiden mit “…Month” - Monatswerte

:crayon:by HarryP: Zusammenführung Doppelpost (bei Änderungen oder hinzufügen von Inhalten bitte die „Bearbeitungsfunktion“ anstatt „Antworten“ zu nutzen)

Selbstverständlich.

Du musst “nur” in der zu Deinem Gerät passenden CSV die richtigen Adressen hinterlegen. Und dann sind wir wieder hier.

Sind es die falschen Adressen bekommst Du Müll als Antwort.
Die richtigen Adressen zu finden kann ein Geduldsspiel sein.

Da gebe ich Dir vollkommen Recht.

Da muss ich nochmal nachhaken: die Wertdefinitionen stehen bereits in der Source von john30, nur deswegen kann ich sie mit ebusctl überhaupt auslesen - und bekomme ja auch die korrekten Werte geliefert. Der MQTT-Explorer zeigt die Topics dann auch an.

Was m.E. nach fehlt, ist a) das Polling danach und b) die Umwandlung in Sensoren in HA. a) könnte man zumindest durch einen cron-Job besorgen, für b) fehlt mir jede Idee.

Hat sich für mich so angehört, als ob Du noch mehr herauskitzeln wolltest.

ebusd

Ich wiederhole gern das Zitat v.o.

Vielleicht hilft es irgendwem auch weiter: in der ebusd-Konfiguration in HA gibt es ein Feld zum Hinzufügen von MQTT-Variablen. Dort habe ich

filter-name=status|temp|humidity|yield|count|energy|power|runtime|hours|starts|mode|curve|^load$|^party$|sensor|timer|pressure|coph

eingefügt. Dadurch werden die gesuchten Druck- und COP-Werte in HA übertragen.

Steht das sonst nicht in der mqtt-hassio.cfg?

Ja, die Zeile ohne die Ergänzungen wohl, nur wird die Datei scheinbar bei jedem Start von ebusd neu geladen und dabei verschwinden alle Änderungen wieder. Die Methode über die Konfiguration ist dagegen persistent.

Also bei mir verschwindet da nix.

Wenn Du das noch mal anders testen möchtest, dann kopiere Dir die mqtt-hassio.cfg in Dein config-Verzeichnis, wo Du auch Deine CSV’s liegen hast, bearbeite sie und passe den Pfad im Addon an.

Nach langem rumprobieren bekomme ich nun ziemlich viele Werte mit dieser Konfiguration des ebusd-Addons:

scanconfig: true
loglevel_all: notice
mqtttopic: ebusd
mqttint: /etc/ebusd/mqtt-hassio.cfg
mqttjson: true
network_device: 192.168.1.34
mode: ens
latency: 10
http: true
readonly: false
accesslevel: "*"
loglevel_network: notice
loglevel_bus: notice
loglevel_update: notice
loglevel_main: notice
loglevel_other: notice
mqttvar: >-
  –mqttvar=filter-direction=r|u|^w --latency=100000 --mqttvar=filter-name=
  --scanconfig=full
configpath: /config/ebusd/next/de

Die Dateien habe ich mir von ebus.github.io lokal im HA abgelegt. Dabei muß man noch die Datei /de/Vaillant/15.ctlv3.csv löschen und die 15.ctlv2.csv nach 15.ctlv3.csv kopieren.

Hallo Miteinander,

seit kurzem haben wir eine aroTHERM und ich möchte sie per ebus in HA einbinden. Die Konfiguration im C6 für MQTT habe ich gemacht, die Punkte eBUS Signal, MQTT connected und Homeassistant haben alle einen grünen Haken, und im Homeassistant wird mir als Gerät unter MQTT lediglich das C6 mit seinem Entitäten angezeigt. Sollten da nicht nach einer Zeit die ganzen Entitäten von der Vaillant mit angezeigt werden?

viele Grüße

Was gibt denn das eBusd-Log her? Wenn überhaupt etwas gelesen wird, sollte es da durchlaufen.

1 „Gefällt mir“

Hallo, hier mal die Log Datei aus dem C6.

Habe das ebusd AddOn in HA installiert, jetzt sind 5 neue Geräte und rund 500 Entitäten im MQTT, allerdings bei den meisten unbekannt, oder nicht verfügbar.

ebus c6.txt (11,2 KB)

Das meinte ich nicht. Unter Einstellungen→Apps→eBusd→Protokoll steht das, was ich suchte, so etwa:

2026-06-15 16:43:50.924 [update notice] received poll-read vr_71 SensorData2 QQ=10: -;-;-;-;0.00;8.00;80 57 05
2026-06-15 16:43:51.188 [update notice] received update-write hmu SetMode QQ=10: auto;0.0;-;-;1;1;1;0;0;0
2026-06-15 16:43:51.450 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
2026-06-15 16:43:51.742 [update notice] received write vr_71 SetActorState QQ=10: -;-;-;off;off;off;-;-;-;-;-;-;00 00
2026-06-15 16:43:51.990 [update notice] received write vr_71 Mc1Operation QQ=10: off;0.0;on;-100
2026-06-15 16:43:52.239 [update notice] received write vr_71 Mc2Operation QQ=10: off;0.0;on;-100
2026-06-15 16:43:52.489 [update notice] received write vr_71 Mc3Operation QQ=10: off;0.0;on;-100
2026-06-15 16:43:53.545 [update notice] received unknown MS cmd: 7108b5110107 / 0a000401c0002a00000000
2026-06-15 16:43:54.140 [bus error] poll ctlv3 Hc1HeatingFlowTempMax failed: ERR: SYN received
2026-06-15 16:43:57.003 [update notice] received unknown MS cmd: 7108b5110107 / 0a000401c0002a00000000
2026-06-15 16:43:59.767 [update notice] received read hmu Status01 QQ=10: 33.5;32.5;-;-;-;off
2026-06-15 16:44:00.031 [update notice] received unknown MS cmd: 1076b5110101 / 0946ff2112ff670000ff
2026-06-15 16:44:00.204 [update notice] sent poll-read ctlv3 Hc1HeatingFlowTempMin QQ=31: 15
2026-06-15 16:44:00.425 [update notice] received unknown MS cmd: 1076b512030f0201 / 073d030031020eff
2026-06-15 16:44:00.725 [update notice] received read vr_71 SensorData1 QQ=10: 34.56;33.88;-;-;-;-;-;50 3d
2026-06-15 16:44:01.021 [update notice] received poll-read vr_71 SensorData2 QQ=10: -;-;-;-;0.00;8.00;80 57 05
2026-06-15 16:44:01.114 [update notice] received unknown MS cmd: 7108b5110107 / 0a000401c0002a00000000
2026-06-15 16:44:01.334 [update notice] received update-write hmu SetMode QQ=10: auto;0.0;-;-;1;1;1;0;0;0
2026-06-15 16:44:01.596 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
2026-06-15 16:44:02.399 [update notice] received write vr_71 Mc1Operation QQ=10: off;0.0;on;-100
2026-06-15 16:44:02.648 [update notice] received write vr_71 Mc2Operation QQ=10: off;0.0;on;-100
2026-06-15 16:44:02.897 [update notice] received write vr_71 Mc3Operation QQ=10: off;0.0;on;-100
2026-06-15 16:44:03.911 [update notice] received unknown MS cmd: 7108b5110107 / 0a000401c0002a00000000

Hallo, sorry dass ich erst jetzt Antworten kann,
hier die LOG. Hatte inzwischen mal mit dem micro-ebusd rumprobiert und
mal den Testtoken geholt, aber das scheint auch noch nicht so gut zu laufen. Auf jeden Fall hab ich jetzt ein paar neu gefundene Geräte im MQTT, wie ebusd ctlv3, ebusd Broacast usw. mit rund 430 Entitäten. fast bei allem steht unbekannt dahinter. will ja damit auch nichts steuern, möchte in erster Linie die Sensoren für den Verbrauch für WW und Heizung von Hydraulic und WP haben, und dann als 2 Verbraucher ins Energiedashboard mit einfügen.

[21:24:20] INFO: eBUSd addon version 26.1.8
[21:24:20] INFO: Seeding default mqtt-hassio.cfg into addon config folder.
[21:24:20] INFO: No device configured — ebusd will attempt mDNS auto-discovery.
[21:24:20] INFO: ebusd --foreground --updatecheck=off --mqtthost=core-mosquitto --mqttport=1883 --mqttuser=<redacted> --mqttpass=<redacted> --mqttint=/config/mqtt-hassio.cfg --mqttjson --device=ens:192.168.178.111:9999 
2026-06-17 21:24:21.160 [device notice] transport opened
2026-06-17 21:24:21.167 [main notice] ebusd 26.1.26.1 started with broadcast scan on device: 192.168.178.111:9999, TCP, enhanced
2026-06-17 21:24:21.971 [bus notice] bus started with own address 31/36
2026-06-17 21:24:21.971 [device notice] reset, supports info
2026-06-17 21:24:21.971 [bus notice] signal acquired
2026-06-17 21:24:21.975 [device notice] extra info: firmware 1.1[6607].1[6607], jumpers 0x0b
2026-06-17 21:24:22.310 [mqtt notice] connection established
2026-06-17 21:24:24.733 [bus notice] new master 10, master count 2
2026-06-17 21:24:24.799 [bus notice] new master 03, master count 3
2026-06-17 21:24:24.799 [update notice] received unknown MS cmd: 1008b5110101 / 09524ae615ff6b0000ff
2026-06-17 21:24:25.077 [bus notice] new master 71, master count 4
2026-06-17 21:24:25.077 [update notice] received unknown MS cmd: 1076b5110101 / 094a4ae615ff6b0000ff
2026-06-17 21:24:25.349 [update notice] received unknown MS cmd: 1076b512030f0001 / 075c0300510215ff
2026-06-17 21:24:25.623 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
2026-06-17 21:24:25.890 [update notice] received unknown MS cmd: 1076b51009000000ffffff050000 / 0101
2026-06-17 21:24:31.972 [main notice] starting initial broadcast scan
2026-06-17 21:24:32.078 [update notice] sent write Broadcast Queryexistence QQ=31: 
2026-06-17 21:24:34.765 [update notice] received unknown MS cmd: 1008b5110101 / 09524ae615ff6b0000ff
2026-06-17 21:24:35.042 [update notice] received unknown MS cmd: 1076b5110101 / 094a4ae615ff6b0000ff
2026-06-17 21:24:35.317 [update notice] received unknown MS cmd: 1076b512030f0001 / 075c0300500215ff
2026-06-17 21:24:35.585 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
2026-06-17 21:24:35.855 [update notice] received unknown MS cmd: 1076b51009000000ffffff050000 / 0101
2026-06-17 21:24:35.954 [bus notice] new master f1, master count 5
2026-06-17 21:24:35.997 [update notice] received unknown MS cmd: f115b52406020003001b00 / 0601031b000000
2026-06-17 21:24:36.044 [bus notice] max. symbols per second: 109
2026-06-17 21:24:36.180 [update notice] received unknown MS cmd: f115b52406020001000f00 / 0601010f000000
2026-06-17 21:24:37.994 [update notice] received unknown MS cmd: f115b503020001 / 0affffffffffffffffffff
2026-06-17 21:24:38.178 [update notice] received unknown MS cmd: f115b503020002 / 0affffffffffffffffffff
2026-06-17 21:24:38.377 [update notice] received unknown MS cmd: f108b503020001 / 0affffffffffffffffffff
2026-06-17 21:24:38.575 [update notice] received unknown MS cmd: f108b503020002 / 0affffffffffffffffffff
2026-06-17 21:24:38.773 [update notice] received unknown MS cmd: f108b503020004 / 0affffffffffffffffffff
2026-06-17 21:24:38.970 [update notice] received unknown MS cmd: f108b503020005 / 0affffffffffffffffffff
2026-06-17 21:24:39.018 [bus notice] max. symbols per second: 125
2026-06-17 21:24:39.167 [update notice] received unknown MS cmd: f176b503020001 / 0affffffffffffffffffff
2026-06-17 21:24:42.285 [bus notice] scan 08: ;Vaillant;HMUX0;0406;0504
2026-06-17 21:24:42.285 [update notice] store 08 ident: done
2026-06-17 21:24:42.285 [update notice] sent scan-read scan.08  QQ=31: Vaillant;HMUX0;0406;0504
2026-06-17 21:24:42.285 [bus notice] scan 08: ;Vaillant;HMUX0;0406;0504
2026-06-17 21:24:42.566 [main error] unable to load scan config 08: no file from vaillant with prefix 08 matches ID "hmux0", SW0406, HW0504
2026-06-17 21:24:42.566 [main error] scan config 08: ERR: element not found
2026-06-17 21:24:44.711 [bus notice] scan 15: ;Vaillant;CTLV3;0808;8004
2026-06-17 21:24:44.711 [update notice] store 15 ident: done
2026-06-17 21:24:44.711 [update notice] sent scan-read scan.15  QQ=31: Vaillant;CTLV3;0808;8004
2026-06-17 21:24:44.711 [bus notice] scan 15: ;Vaillant;CTLV3;0808;8004
2026-06-17 21:24:44.812 [update notice] received unknown MS cmd: 1008b5110101 / 09524ae615ff6b0000ff
2026-06-17 21:24:45.088 [update notice] received unknown MS cmd: 1076b5110101 / 094a4ae615ff6b0000ff
2026-06-17 21:24:45.293 [main notice] read common config file vaillant/broadcast.csv
2026-06-17 21:24:45.362 [update notice] received unknown MS cmd: 1076b512030f0001 / 075c0300500215ff
2026-06-17 21:24:45.554 [main notice] read common config file vaillant/general.csv
2026-06-17 21:24:45.632 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
2026-06-17 21:24:45.791 [main notice] read common config file vaillant/scan.csv
2026-06-17 21:24:45.901 [update notice] received unknown MS cmd: 1076b51009000000ffffff050000 / 0101
2026-06-17 21:24:46.060 [bus notice] new master ff, master count 6
2026-06-17 21:24:46.060 [update notice] received unknown MS cmd: 0304b511010e / 0116
2026-06-17 21:24:46.152 [main notice] read scan config file vaillant/15.ctlv3.csv for ID "ctlv3", SW0808, HW8004
2026-06-17 21:24:46.152 [main notice] found messages: 463 (0 conditional on 0 conditions, 0 poll, 8 update)
2026-06-17 21:24:46.314 [update notice] sent unknown MS cmd: 3115b5090124 / 09003231323631303030
2026-06-17 21:24:46.472 [update notice] sent scan-read Scan.15 Id QQ=31: 
2026-06-17 21:24:46.619 [update notice] sent scan-read Scan.15 Id QQ=31: 
2026-06-17 21:24:46.763 [update notice] sent scan-read Scan.15 Id QQ=31: 21;26;10;0010045478;0953;017551;N9
2026-06-17 21:24:46.763 [bus notice] scan 15: ;21;26;10;0010045478;0953;017551;N9
2026-06-17 21:24:48.936 [bus notice] scan 76: ;Vaillant;VWZIO;0406;0504
2026-06-17 21:24:48.936 [update notice] store 76 ident: done
2026-06-17 21:24:48.936 [update notice] sent scan-read scan.76  QQ=31: Vaillant;VWZIO;0406;0504
2026-06-17 21:24:48.936 [bus notice] scan 76: ;Vaillant;VWZIO;0406;0504
2026-06-17 21:24:49.089 [update notice] sent unknown MS cmd: 3176b5090124 / 09003231323630343830
2026-06-17 21:24:49.244 [update notice] sent scan-read Scan.76 Id QQ=31: 
2026-06-17 21:24:49.398 [update notice] sent scan-read Scan.76 Id QQ=31: 
2026-06-17 21:24:49.550 [update notice] sent scan-read Scan.76 Id QQ=31: 21;26;04;8000024572;3110;006296;N0
2026-06-17 21:24:49.550 [bus notice] scan 76: ;21;26;04;8000024572;3110;006296;N0
2026-06-17 21:24:49.953 [main notice] read scan config file vaillant/76.vwzio.csv for ID "vwzio", SW0406, HW0504
2026-06-17 21:24:49.953 [main notice] found messages: 472 (0 conditional on 0 conditions, 0 poll, 8 update)
2026-06-17 21:24:51.976 [update notice] received unknown MS cmd: f115b52406020003001b00 / 0601031b000000
2026-06-17 21:24:52.085 [bus notice] scan f6: ;Vaillant;NETX3;0129;0404
2026-06-17 21:24:52.085 [update notice] store f6 ident: done
2026-06-17 21:24:52.085 [update notice] sent scan-read scan.f6  QQ=31: Vaillant;NETX3;0129;0404
2026-06-17 21:24:52.085 [bus notice] scan f6: ;Vaillant;NETX3;0129;0404
2026-06-17 21:24:52.235 [update notice] sent unknown MS cmd: 31f6b5090124 / 09003231323630383830
2026-06-17 21:24:52.333 [update notice] received unknown MS cmd: f115b52406020001000f00 / 0601010f000000
2026-06-17 21:24:52.438 [update notice] sent scan-read Scan.f6 Id QQ=31: 
2026-06-17 21:24:52.594 [update notice] sent scan-read Scan.f6 Id QQ=31: 
2026-06-17 21:24:52.747 [update notice] sent scan-read Scan.f6 Id QQ=31: 21;26;08;8000015501;0933;039386;N9
2026-06-17 21:24:52.747 [bus notice] scan f6: ;21;26;08;8000015501;0933;039386;N9
2026-06-17 21:24:52.905 [main error] unable to load scan config f6: no file from vaillant with prefix f6 found
2026-06-17 21:24:52.905 [main error] scan config f6: ERR: element not found
2026-06-17 21:24:53.017 [bus notice] max. symbols per second: 132
2026-06-17 21:24:53.731 [update notice] sent poll-read ctlv3 AdaptHeatCurve QQ=31: no
2026-06-17 21:24:54.798 [update notice] received unknown MS cmd: 1008b5110101 / 09524ae615ff6b0000ff
2026-06-17 21:24:55.074 [update notice] received unknown MS cmd: 1076b5110101 / 094a4ae615ff6b0000ff
2026-06-17 21:24:55.348 [update notice] received unknown MS cmd: 1076b512030f0001 / 075c0300500215ff
2026-06-17 21:24:55.616 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
2026-06-17 21:24:55.885 [update notice] received unknown MS cmd: 1076b51009000000ffffff050000 / 0101
2026-06-17 21:24:58.971 [update notice] received unknown MS cmd: f115b52406020000004800 / 06010048000000
2026-06-17 21:24:59.164 [update notice] sent poll-read ctlv3 CcTimer_Config QQ=31: 00 03 0a 00 00 00 ff ff 00
2026-06-17 21:24:59.263 [update notice] received poll-read ctlv3 Hc1PumpStatus QQ=f1: 0
2026-06-17 21:24:59.456 [update notice] received poll-read ctlv3 Hc1ActualFlowTempDesired QQ=f1: 0.0
2026-06-17 21:24:59.649 [update notice] received poll-read ctlv3 Z1DayTemp QQ=f1: 23
2026-06-17 21:24:59.842 [update notice] received poll-read ctlv3 Z1ActualRoomTempDesired QQ=f1: 0.0
2026-06-17 21:25:00.006 [bus notice] max. symbols per second: 147
2026-06-17 21:25:00.027 [update notice] received poll-read ctlv3 Z1OpMode QQ=f1: off
2026-06-17 21:25:00.215 [update notice] received unknown MS cmd: f108b5160114 / 09000000c04000000000
2026-06-17 21:25:00.404 [update notice] received unknown MS cmd: f176b5160114 / 09000000a04000000000
2026-06-17 21:25:04.764 [update notice] received unknown MS cmd: 1008b5110101 / 09524ae615ff6b0000ff
2026-06-17 21:25:05.040 [update notice] received unknown MS cmd: 1076b5110101 / 094a4ae615ff6b0000ff
2026-06-17 21:25:05.147 [bus notice] scan 04: ;Vaillant;NETX3;0129;0404
2026-06-17 21:25:05.148 [update notice] store 04 ident: done
2026-06-17 21:25:05.148 [update notice] sent scan-read scan.04  QQ=31: Vaillant;NETX3;0129;0404
2026-06-17 21:25:05.148 [bus notice] scan 04: ;Vaillant;NETX3;0129;0404
2026-06-17 21:25:05.309 [update notice] sent unknown MS cmd: 3104b5090124 / 09003231323630383830
2026-06-17 21:25:05.452 [update notice] received unknown MS cmd: 1076b512030f0001 / 075c0300500215ff
2026-06-17 21:25:05.560 [update notice] sent scan-read Scan.04 Id QQ=31: 
2026-06-17 21:25:05.713 [update notice] sent scan-read Scan.04 Id QQ=31: 
2026-06-17 21:25:05.796 [update notice] received unknown BC cmd: 10feb505025c00
2026-06-17 21:25:05.919 [update notice] sent scan-read Scan.04 Id QQ=31: 21;26;08;8000015501;0933;039386;N9
2026-06-17 21:25:05.920 [bus notice] scan 04: ;21;26;08;8000015501;0933;039386;N9
2026-06-17 21:25:06.005 [bus notice] max. symbols per second: 154
2026-06-17 21:25:06.054 [main error] unable to load scan config 04: no file from vaillant with prefix 04 found
2026-06-17 21:25:06.054 [main error] scan config 04: ERR: element not found
2026-06-17 21:25:06.079 [update notice] sent poll-read ctlv3 CcTimer_Friday0 QQ=31: 00:00;00:00
2026-06-17 21:25:06.221 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
2026-06-17 21:25:06.489 [update notice] received unknown MS cmd: 1076b51009000000ffffff050000 / 0101
2026-06-17 21:25:06.768 [update notice] received unknown MS cmd: 1008b5040100 / 0a0308252117060326d915
2026-06-17 21:25:07.013 [update notice] received unknown MS cmd: 1008b507020900 / 0274fe
2026-06-17 21:25:07.259 [update notice] received update-read Broadcast Vdatetime QQ=10: 21:25:06;17.06.2026
2026-06-17 21:25:07.527 [update notice] received unknown MS cmd: 1008b5110100 / 09900215000000000000
2026-06-17 21:25:07.745 [update notice] received update-read Broadcast Outsidetemp QQ=10: 21.797
2026-06-17 21:25:07.973 [update notice] received unknown MS cmd: f115b52406020003001b00 / 0601031b000000
2026-06-17 21:25:08.158 [update notice] received unknown MS cmd: f115b52406020001000f00 / 0601010f000000
2026-06-17 21:25:11.166 [update notice] sent poll-read ctlv3 CcTimer_Friday1 QQ=31: 00:00;00:00
2026-06-17 21:25:14.003 [update notice] received unknown MS cmd: f108b503020003 / 0a6400ffffffffffffffff
2026-06-17 21:25:14.763 [update notice] received unknown MS cmd: 1008b5110101 / 09524acc15ff6b0000ff
2026-06-17 21:25:15.005 [update notice] received unknown MS cmd: f108b509055402005b0d / 0802015b0d0000c040
2026-06-17 21:25:15.107 [update notice] received unknown MS cmd: 1076b5110101 / 094a4acc15ff6b0000ff
2026-06-17 21:25:15.253 [update notice] received unknown MS cmd: f108b5110101 / 09524acc15ff6b0000ff
2026-06-17 21:25:15.437 [update notice] received unknown MS cmd: 1076b512030f0001 / 075c0300500215ff
2026-06-17 21:25:15.703 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
2026-06-17 21:25:15.973 [update notice] received unknown MS cmd: 1076b51009000000ffffff050000 / 0101
2026-06-17 21:25:17.183 [update notice] sent poll-read ctlv3 CcTimer_Friday2 QQ=31: 00:00;00:00
2026-06-17 21:25:19.011 [update notice] received unknown MS cmd: 0304b511010e / 0116
2026-06-17 21:25:23.187 [update notice] sent poll-read ctlv3 CcTimer_Monday0 QQ=31: 00:00;00:00
2026-06-17 21:25:23.986 [update notice] received unknown MS cmd: f115b52406020003001b00 / 0601031b000000
2026-06-17 21:25:24.171 [update notice] received unknown MS cmd: f115b52406020001000f00 / 0601010f000000
2026-06-17 21:25:24.797 [update notice] received unknown MS cmd: 1008b5110101 / 09524acc15ff6b0000ff
2026-06-17 21:25:25.072 [update notice] received unknown MS cmd: 1076b5110101 / 094a4acc15ff6b0000ff
2026-06-17 21:25:25.352 [update notice] received unknown MS cmd: 1076b512030f0001 / 075c0300500215ff
2026-06-17 21:25:25.618 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
2026-06-17 21:25:25.887 [update notice] received unknown MS cmd: 1076b51009000000ffffff050000 / 0101
2026-06-17 21:25:29.158 [update notice] sent poll-read ctlv3 CcTimer_Monday1 QQ=31: 00:00;00:00
2026-06-17 21:25:34.795 [update notice] received unknown MS cmd: 1008b5110101 / 09514acc15ff6b0000ff
2026-06-17 21:25:35.071 [update notice] received unknown MS cmd: 1076b5110101 / 094a4acc15ff6b0000ff
2026-06-17 21:25:35.181 [update notice] sent poll-read ctlv3 CcTimer_Monday2 QQ=31: 00:00;00:00
2026-06-17 21:25:35.412 [update notice] received unknown MS cmd: 1076b512030f0001 / 075c0300500215ff
2026-06-17 21:25:35.681 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
2026-06-17 21:25:35.951 [update notice] received unknown MS cmd: 1076b51009000000ffffff050000 / 0101
2026-06-17 21:25:37.981 [update notice] received read ctlv3 Currenterror QQ=f1: -;-;-;-;-
2026-06-17 21:25:38.168 [update notice] received unknown MS cmd: f115b503020002 / 0affffffffffffffffffff
2026-06-17 21:25:38.364 [update notice] received unknown MS cmd: f108b503020001 / 0affffffffffffffffffff
2026-06-17 21:25:38.560 [update notice] received unknown MS cmd: f108b503020002 / 0affffffffffffffffffff
2026-06-17 21:25:38.757 [update notice] received unknown MS cmd: f108b503020004 / 0affffffffffffffffffff
2026-06-17 21:25:38.953 [update notice] received unknown MS cmd: f108b503020005 / 0affffffffffffffffffff
2026-06-17 21:25:39.150 [update notice] received unknown MS cmd: f176b503020001 / 0affffffffffffffffffff
2026-06-17 21:25:39.992 [update notice] received unknown MS cmd: f115b52406020003001b00 / 0601031b000000
2026-06-17 21:25:40.177 [update notice] received unknown MS cmd: f115b52406020001000f00 / 0601010f000000
2026-06-17 21:25:41.165 [update notice] sent poll-read ctlv3 CcTimer_Saturday0 QQ=31: 00:00;00:00