-
Notifications
You must be signed in to change notification settings - Fork 305
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
Comments
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. |
one of your HP will be HMU00 and the other is probably connected via VR32 bus coupler, which is tricky to read. |
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?
For reference these are related enquiries from a while back |
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). |
Assuming I'm doing correctly, no.
|
@smcarley - what do you get with |
The reason why reading v32 was not working was because I was using the JonesPD config and when I copied 08.hmu to create 18v32 there was a config file clash (ERR: duplicate entry). I only spotted when I scrutinised the ebusd log. I fixed this by updating the field definitions to ensure the addresses didn't clash. So I now see data from the second heat pump hiding behind the V32 coupler! Next challenge is to work out the daily COP of each heat pump which I think I will have to use TotalEnergyUsage and YieldHc and their respective values at start of day. |
|
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.
The text was updated successfully, but these errors were encountered: