Had a similar head-scratcher with my static caravan setup a while back. Running a Victron Multiplus-II alongside an MPPT 150/35 and a DIY LiFePO4 pack with a JK BMS, and I wanted to dial back the charge current — particularly during the winter months when I'm just trying to top-keep rather than do full cycles.
The issue I kept bumping into was that the Multiplus and MPPT weren't really "talking" to each other in any meaningful way about current limits specifically. You can set charge voltages easily enough in VEConfigure or via VRM, but getting granular control over current at specific SoC thresholds felt like it needed a proper automation layer.
What eventually worked for me was using Node-RED on Venus OS (running on a Raspberry Pi with Victron OS flashed). I set up a flow that reads SoC from the BMS via the GX device and then writes to com.victronenergy.settings to adjust the charge current dynamically. Bit fiddly to get right but once it's running it's solid.
For anyone with multiple MPPTs and several Multiplus units synchronised together, I imagine the complexity ramps up considerably — especially keeping charge voltage and current consistent across all devices without one overriding another.
Has anyone here used DVCC (Distributed Voltage and Current Control) to handle this more elegantly? I've read it should let the BMS take the wheel on current limits but my experience with JK BMS integration has been a bit hit and miss depending on firmware versions.
Curious what others have managed with more complex multi-unit setups.