Keine Daten von recoVAIR 260/4 #1430
Replies: 3 comments 1 reply
-
Hi Andreas, you basically need to rename the recovair file to address.v32.csv' to 'fool' ebusd. (As it cannot know what device sits behind the VR32 bus adapter; it could be another boiler, a heat pump or as in your case, an heat recovery unit.) You also need to change the latency parameter on startup. There are some posts on this in other discussions such as : In your case, the vr32 presents on address 18 so you would take this file: https://github.com/eBUS/ebus.github.io/blob/main/de/vaillant/08.recov.csv and rename it instead to 18.v32.csv You have no choice with this approach other than to run the configuration files locally if you are not already doing so. Good luck, Gareth |
Beta Was this translation helpful? Give feedback.
-
Hallo Gareth, Danke für deine Antwort. Folgende Informationen habe ich mal eingesammelt: Wenn in der Datei /etc/default/ebusd Datei der --configpath=https://cfg.ebusd.eu/ eingetragen ist, wird angezeigt welche .csv Dateien geladen wurden. $ ebusctl info $ ebusctl find -F circuit,name,comment Hier der Auszug aus /etc/default/ebusd Datei mit der Einstellung, das die Dateien lokal geladen werden: meldet $ ebusctl info version: ebusd 23.3.23.3 Die Datei 08.recov.csv habe ich nach 18.v32.csv kopiert. $ ebusctl find zeigt dann keine gefunden Werte: scan.06 = Vaillant;VMS01;0116;0303 Im Logfile /home/pi/ebusd.log stehen noch folgende Zeilen: Irgendwie stehe ich da auf dem Schlauch. Kannst du mir weiterhelfen ? |
Beta Was this translation helpful? Give feedback.
-
Hallo Gareth, ein . (Punkt) kann die ganze Situation verändern. falsch: /var/ebusd/config/ebusd-2.1x/de/ Und schon sieht $ ebusctl info Die Konfigurationsdateien werden geladen :-) $ ebusctl find -F circuit,name,comment findet u.a. folgende Werte Vielen Dank für deine Unterstützung. |
Beta Was this translation helpful? Give feedback.
-
Hallo,
ich beschäftige mich mit der Anbindung unserer Gasheizung
Vaillant auroCOMPACT VSC S146/4 mit multiMATIC VRC 700/6
und unserer Lüftungsanlage
Vaillant recoVAIR 260/4 mit VR32/3
Die beiden Geräte scheinen über den eBus zu kommunizieren,
da ich z.B. über das Menü der multiMATIC VRC 700/6 Anpassungen
an der recoVAIR vornehmen kann.
Ich verwende den eBUS Adapter 5.
Folgende Infos gibt mir "ebusctl info" aus:
version: ebusd 23.3.23.3
update check: version 24.1 available
device: 192.168.93.252:9999, TCP, enhanced, firmware 1.1[4c15].1[4c15]
signal: acquired
symbol rate: 51
max symbol rate: 330
min arbitration micros: 2
max arbitration micros: 66
min symbol latency: 0
max symbol latency: 124
scan: finished
reconnects: 0
masters: 5
messages: 721
conditional: 2
poll: 0
update: 11
address 01: master #6
address 03: master #11
address 06: slave #6, scanned "MF=Vaillant;ID=VMS01;SW=0116;HW=0303", loaded "vaillant/06.vms.csv"
address 08: slave #11, scanned "MF=Vaillant;ID=BAI00;SW=0205;HW=9602", loaded "vaillant/bai.0010015600.inc" ([PROD='0010015610']), "vaillant/08.bai.csv"
address 10: master #2
address 13: master #12
address 15: slave #2, scanned "MF=Vaillant;ID=70000;SW=0614;HW=6903", loaded "vaillant/15.700.csv"
address 18: slave #12, scanned "MF=Vaillant;ID=V32;SW=0117;HW=9802", loaded "vaillant/18.v32.csv"
address 31: master #8, ebusd
address 36: slave #8, ebusd
address ed: slave, scanned "MF=Vaillant;ID=VMS01;SW=0116;HW=0303"
Nun habe ich das Problem, das ich keine Daten von der Lüftungsanlage recoVair erhalte.
Um die auroCOMPACT VSC S146/4 mit multiMATIC VRC 700/6 und die Lüftungsanlage
Vaillant recoVAIR 260/4 zu koppeln, soll das Modul VR32/3 in der Lüftungsanlage verbaut sein.
Aus den Infos von "ebusctl info" geht hervor, das eine Datei "vaillant/18.v32.csv" genutzt werden soll,
diese finde ich jedoch nicht auf dem System oder unter https://upd.ebusd.eu/.
ebusctl find gibt mir folgende Informationen zum Modul V32 aus:
scan.18 = Vaillant;V32;0117;9802
scan.18 id = 21;21;10;0010016040;0001;005352;N0
v32 State = no data stored
Wie muss ich vorgehen, um von beiden Geräten Daten abzurufen?
Freundliche Grüße
Andreas
Beta Was this translation helpful? Give feedback.
All reactions