Vaillant csv found but no data #1561
Replies: 4 comments 1 reply
-
Make sure you have the correct and up-to-date config files for your boiler and its modules. The official config repository is: https://github.com/john30/ebusd-configuration /etc/ebusd/ebusd-configuration/src/vaillant Clone fresh: git clone https://github.com/john30/ebusd-configuration.git /etc/ebusd/ebusd-configuration |
Beta Was this translation helpful? Give feedback.
-
.tsp are service tool parameter files used by Vaillant/Protherm service software. They are not directly usable by ebusd — you can’t just “convert” them to .csv automatically without special scripts, and in most cases you don’t need them at all for ebusd. ebusd works with .csv definition files that describe the telegrams and values. |
Beta Was this translation helpful? Give feedback.
-
I cloned the vaillant data and they are polled when starting the container (on a SYN), but I only receive following under IP:8889/data: I tried so many things with reconfigured/restart system etc. but no results. I use an ESERA 305. |
Beta Was this translation helpful? Give feedback.
-
I found my problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
ebusd is connecting but I can't map any value?
sudo ebusd -f -d 999 --device=192.168.68.64:3333 --latency=10 --pollinterval=20 --configpath=/etc/ebusd/ebusd-configuration/src/vaillant --scanconfig --accesslevel="*" --httpport=81
2025-06-26 21:35:16.473 [device notice] transport opened
2025-06-26 21:35:16.473 [main notice] ebusd 25.1.25.1 started with broadcast scan on device: 192.168.68.64:3333, TCP
2025-06-26 21:35:16.474 [bus notice] bus started with own address 31/36
2025-06-26 21:35:16.778 [bus notice] signal acquired
2025-06-26 21:35:18.172 [bus notice] new master 03, master count 2
2025-06-26 21:35:20.174 [bus notice] new master 71, master count 3
2025-06-26 21:35:20.229 [update notice] received unknown MS cmd: 7108b5110107 / 050029000001
2025-06-26 21:35:20.792 [bus notice] new master 10, master count 4
2025-06-26 21:35:22.895 [update notice] received unknown MS cmd: 03e8b512060b0000000000 / 0b0000000001ffffffffff00
2025-06-26 21:35:23.006 [update notice] received unknown MS cmd: 1076b5110101 / 09ffff7f01ff6600003b
2025-06-26 21:35:23.099 [update notice] received unknown MS cmd: 1076b512030f0201 / 07350300d9011101
2025-06-26 21:35:23.204 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
2025-06-26 21:35:23.342 [update notice] received unknown MS cmd: 1076b51009000000ffffff050000 / 0101
2025-06-26 21:35:26.476 [main notice] starting initial broadcast scan
2025-06-26 21:35:26.749 [update notice] sent unknown BC cmd: 31fe07fe00
2025-06-26 21:35:28.307 [update notice] received unknown MS cmd: 7108b5110107 / 050029000001
2025-06-26 21:35:30.733 [update notice] received unknown MS cmd: 1008b5110101 / 09312f0080ffff0000ff
2025-06-26 21:35:31.015 [update notice] received unknown MS cmd: 1076b5110101 / 09ffff7f01ff6600003b
2025-06-26 21:35:31.073 [update notice] received unknown MS cmd: 7108b507030bffff / 0100
2025-06-26 21:35:31.835 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
2025-06-26 21:35:31.940 [update notice] received unknown MS cmd: 1076b51009000000ffffff050000 / 0101
2025-06-26 21:35:32.660 [update notice] received unknown MS cmd: 03e8b512060b0000000000 / 0b0000000001ffffffffff00
2025-06-26 21:35:36.358 [update notice] received unknown MS cmd: 7108b5110107 / 050029000001
2025-06-26 21:35:37.062 [bus notice] scan 08: ;Vaillant;HMU01;0301;8802
2025-06-26 21:35:37.062 [update notice] store 08 ident: done
2025-06-26 21:35:37.062 [update notice] sent scan-read scan.08 QQ=31: Vaillant;HMU01;0301;8802
2025-06-26 21:35:37.062 [bus notice] scan 08: ;Vaillant;HMU01;0301;8802
2025-06-26 21:35:37.062 [main error] unable to load scan config 08: list files in vaillant ERR: element not found
2025-06-26 21:35:37.062 [main error] scan config 08: ERR: element not found
2025-06-26 21:35:39.514 [main error] scan config 15: ERR: arbitration lost
2025-06-26 21:35:40.791 [update notice] received unknown MS cmd: 1008b5110101 / 09312f0080ffff0000ff
ebusctl info
version: ebusd 25.1.25.1
update check: OK
device: 192.168.68.64:3333, TCP
access: *
signal: acquired
symbol rate: 41
max symbol rate: 169
min arbitration micros: 4
max arbitration micros: 9
min symbol latency: 12
max symbol latency: 59
scan: finished
reconnects: 0
masters: 4
messages: 4
conditional: 0
poll: 0
update: 0
address 03: master #11
address 08: slave #11, scanned "MF=Vaillant;ID=HMU01;SW=0301;HW=8802"
address 10: master #2
address 15: slave #2, scanned "MF=Vaillant;ID=70000;SW=0209;HW=4103"
address 31: master #8, ebusd
address 36: slave #8, ebusd
address 71: master #9
address 76: slave #9, scanned "MF=Vaillant;ID=VWZIO;SW=0111;HW=0103"
address e8: slave, scanning
Beta Was this translation helpful? Give feedback.
All reactions