I currently run (most of) my house in off-grid mode on a single Multiplus II 48/5000. No AC-In connected. Other components: a Cerbo, a battery, some MPPT chargers and an AC-out coupled PC system. Very stable for 18 months now.
The 4000W limit sometimes is an issue though and requires more thinking/planning to avoid overload situations than I can expect from other people (partner/guests).
After doubling battery capacity (now 32kWh), that is bound to happen more often. More available energy, free from the sun, means more freely using it, including things like topping up an EV from the home battery if it wasn’t home during the day to directly charge.
Options considered:
- upgrade to a 48/8000 or 48/10000 - not ideal because of:
- quite high hardware cost
- increase in standby load, on those rare days with energy shortage, ~0.5kWh a day are substantial
- leaving me with an unused 48/5000
- paralleling a second 48/5000 - not ideal because of:
- complicated installation (ensuring AC and DC for both are wired with exactly the same wire length)
- doubled standby load
- system stops delivering power if either one of the parallel MP II fails -literally doubling the risk of failure
- Adding a second Multiplus II 48/5000 (call it MPB) to the AC-In of the existing one (call it MPA), to be run as a generator. Only started up on demand and stopped when demand drops.
- almost zero additional standby load
- easy installation, wire lengths don’t matter
- backup Multiplus II right there, ready to be swapped in, for when the first Multiplus II fails. Maybe not for another 10 or 15 years, but eventually it will.
#3 is unconventional. From what I see rarely done, but seems the best option for my situation.
Similar has been done - Andy of Off Grid Garage fame has a Phoenix inverter connected to the AC-In of his Multiplus II. I would improve on what Andy has done though.
First of all I would use a second Multiplus II instead of a Phoenix. With charger disabled. It is cheaper to buy than a Phoenix. Plus the peace of mind of having a well maintained, occasionally run and tested, ‘hot standby backup unit’.
Then: Andy is using the in-built generator assistant. Not sure if he is using the one in the Multiplus or the one from the Cerbo. I ruled out both, I think my proposed solution is much neater, see below.
What I would copy from Andy is the main principle: the relay of the existing MPA is used to start the MPB.
The main logic would be contained in a series of assistants installed on MPA that update the “Ignore AC input” in sync with triggering the relay to start MPB. Not based on a single defined wattage (the main downside of the existing assitants), but based on actual load conditions:
- if load exceeds 4000W, wait 5 minutes before starting MPB
- if load exceeds 5000W, wait 30 seconds, then start MPB
- if load exceeds 6000W, instant rush to get MPB up and running
- if temperature pre-warning is active: rush to get MPB running
- if load drops below 3000W for 30 seconds, turn off MPB
- minimum 10 minutes ‘generator runtime’ to avoid frequent switching
All this can be implemented in MPA itself and does not rely on any network / CAN bus / other components. It would essentially be bulletproof.
If I want to go really fancy (and why not?) I could add some Node Red code to my Cerbo in addition. Dynamically adjust the input current limit of MPA to ensure any big load is shared evenly between MPA and MPB and that MPA never charges the battery using power supplied by MPB.
Reason for this post:
- share the idea, in case it is useful for others in the community
- get some other human brains to double check the logic behind it all
- full disclosure: I spent a couple hours with an AI working on the best way to set up the assistants and to see if it comes up with any flaws: it gave the tick of approval