Been mulling this over for my narrowboat setup and it feels like a genuinely underexplored approach for larger off-grid systems.
The core idea: run a single Victron Multi-RS Solar as your base unit, handling typical domestic loads, then bring a second unit online dynamically when demand spikes — washing machine, induction hob, that sort of thing. Standby losses on these units aren't trivial at scale, so if your second inverter is sitting idle 20 hours a day, you're haemorrhaging energy for nothing.
The question is how you'd trigger the second unit reliably. A few options I've been considering:
- Current transformer on the AC output feeding into a Cerbo GX, triggering a relay via Venus OS scripting
- Node-RED automation watching the MQTT feed and energising a contactor when load exceeds, say, 2kW for more than 10 seconds
- Simply using the ESS assistant load-sharing logic, though I'm not convinced it handles dynamic unit switching cleanly without both units being permanently live
The synchronisation handshake between RS units when paralleling is what concerns me most. There's a non-trivial startup delay, and if someone fires up an angle grinder unexpectedly, the second unit won't be online fast enough to prevent a voltage sag or shutdown.
Has anyone actually implemented something like this rather than just theorising? Particularly interested in whether the VE.Can parallel configuration tolerates one unit being powered down whilst the other remains in active operation — the documentation is characteristically vague on this specific scenario.
Would be relevant for clubs, community off-grid setups, or anyone running a larger liveaboard system where standby efficiency actually matters.