Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does ebusd support more than one heat pump on the same ebus? #470

Open
smcarley opened this issue Jan 14, 2025 · 5 comments
Open

Does ebusd support more than one heat pump on the same ebus? #470

smcarley opened this issue Jan 14, 2025 · 5 comments

Comments

@smcarley
Copy link

I have two Vaillant aroTHERM plus 12 kW working together in my installation. I can only get data from one of them (via HMU). Does ebusd support multiple heat pumps?

These are the devices on the bus and the csv files loaded.

root@ebusd-deployment-b949559db-hvrds:/# ebusctl info
version: ebusd `24.1.24.1
update check: OK, device firmware v5-c6 1[4c15] available, broadcast.csv: different version available, memory.csv: different version ```
available, vaillant/08.hmu.csv: different version available, vaillant/broadcast.csv: different version available, vaillant/errors.inc: different version available, vaillant/general.csv: different version available, vaillant/hcmode.inc: different version available
device: 192.168.107.79, TCP, enhanced, firmware 1.1[4819].1[4819]
signal: acquired
symbol rate: 142
max symbol rate: 188
min arbitration micros: 3
max arbitration micros: 115
min symbol latency: 4
max symbol latency: 34
scan: finished
reconnects: 0
masters: 6
messages: 239
conditional: 0
poll: 73
update: 23
address 03: master #11
address 08: slave #11, scanned "MF=Vaillant;ID=HMU00;SW=0902;HW=5103", loaded "vaillant/08.hmu.csv"
address 10: master #2
address 13: master #12
address 15: slave #2, scanned "MF=Vaillant;ID=BASV3;SW=0760;HW=7304"
address 18: slave #12, scanned "MF=Vaillant;ID=V32;SW=0121;HW=9802"
address 26: slave, scanned "MF=Vaillant;ID=VR_71;SW=0201;HW=0503", loaded "vaillant/26.vr_71.csv"
address 31: master #8, ebusd
address 36: slave #8, ebusd
address 71: master #9
address 76: slave #9, scanned "MF=Vaillant;ID=VWZIO;SW=0202;HW=0103"
address f1: master #10
address f6: slave #10, scanned "MF=Vaillant;ID=NETX3;SW=0124;HW=0404"
@Koky05
Copy link

Koky05 commented Jan 15, 2025

If you can see it in recognized devices on different addresses you can reach data from them. I think you need to located files 76.vwzio.csv and f6.next3.csv to obtain data from your heatpumps. If file it that prefix doesn't exist but they exist with different refix you can rename them or create simlinks.

@kgeree
Copy link

kgeree commented Jan 15, 2025

one of your HP will be HMU00 and the other is probably connected via VR32 bus coupler, which is tricky to read.
To read devices behind v32, for me only working when I set "--latency=100000" for the ebusd. Then you can copy 08.hmu file to 18.v32 and see if you can query the other HP under the v32 device.
(f6.next3 is the VR 921 sensonet module or similar)

@smcarley
Copy link
Author

You're bang on. The second heat pump appears to be behind the v32 coupler. Setting latency to 100000 and copying 08.hmu to 18.v32 appears to find something but I get no updates other than the below. Is anything else required to receive messages from the heat pump behind the v32 coupler?

2025-01-15 09:43:45.281 [update notice] received read v32 currenterror QQ=f1: -;-;-;-;-

For reference these are related enquiries from a while back
john30/ebusd#109
john30/ebusd#198

@kgeree
Copy link

kgeree commented Jan 15, 2025

If you try to poll values manually using ebusd, does it work? I can imaginge updates are not working the same way via vr32 (or at least less frequent and slower).

@smcarley
Copy link
Author

Assuming I'm doing correctly, no.

ebusctl read -f -c v32 State
ERR: element not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants