Been running a similar hybrid setup on my static caravan for the past couple of years, so this topic hits close to home.
My current arrangement uses a Cerbo GX with a MultiPlus-II 24/3000, and I've been experimenting with using the digital inputs for grid-sensing to trigger generator automation. The idea being that when shore power drops out or dips below a usable threshold, the Cerbo detects this via the auxiliary relay circuit and kicks the genny on without any manual intervention.
The bit I've found genuinely tricky is debounce timing. The Cerbo's digital inputs are sensitive, and any momentary fluctuation on the AC input — even brief brownouts — can cause false triggers. I've had the Honda EU22i fire up at 2am more than once because a voltage sag got misinterpreted as a full grid loss. Ended up adding a small delay via Node-RED running on the Cerbo's Venus OS, which helped considerably.
Worth also considering:
- AC input current limit integration — if your generator can't handle full inverter load, make sure the MultiPlus input current limit is configured correctly for generator mode separately from shore power mode
- Battery SOC thresholds — I cross-reference the digital input state with SOC logic so the generator only runs when the Fogstar 200Ah bank genuinely needs it, not just because grid is absent
Has anyone else used the relay assistant within VEConfigure rather than Node-RED for this kind of logic? I've read the relay assistant can handle some of this natively but I've never fully trusted it over a more visual Node-RED flow.
Curious what others have landed on for commercial-scale installs specifically — residential tweaks don't always translate.