john30 / ebusd-configuration

ebusd configuration files
GNU General Public License v3.0
185 stars 294 forks source link

how configure CSV for device behind VR32 #381

Closed git-vr closed 8 months ago

git-vr commented 10 months ago

Hi, I have Arotherm heatpump + Ecotec gas heater If I connect ebusd behind VR32 (= Ecotec gas heater only), I get

2024-01-04 22:41:39.744 [bus notice] scan 08: ;Vaillant;BAI00;0807;7603 2024-01-04 22:41:39.764 [main notice] read scan config file vaillant/08.bai.csv for ID "bai00", SW0807, HW7603

If I connect ebusd before VR32, i.e. the main ebus, I get for same address 2024-01-04 22:48:44.480 [bus notice] scan 08: ;Vaillant;HMU00;0902;5103 2024-01-04 22:48:44.501 [main notice] read scan config file vaillant/08.hmu.csv for ID "hmu00", SW0902, HW5103

I also see the VR32 as 2024-01-04 22:57:35.132 [bus notice] scan 18: ;Vaillant;V32;0106;6004 2024-01-04 22:57:35.427 [main error] unable to load scan config 18: no file from vaillant with prefix 18 found

Any idea how to get the BAI data on the main ebus ? (as it's different info than HMU) I tried to rename the 08.bai.csv to 18.v32.csv but that didn't work. I hope I don't need to put 2 ebus sniffers to keep the setup simple

git-vr commented 10 months ago

looks like --latency==100000 helps, otherwise I got read timeout errors for the VR32.

JonesGW-MGD commented 9 months ago

Did that solve your problem and you were able to read the boiler details?

git-vr commented 8 months ago

yes, it works fine now, with the 2 mods (csv file rename + latency increase as explained), I can read the data now