diy solar

diy solar

DC distribution to multiple MPP's

layertone

New Member
Joined
Nov 5, 2021
Messages
18
What is the best, clean, efficient way to distribute 48V DC power to multiple MPP inverters? Starting off with a 6x EG4-LL in the rack & possible more expansion in the future, thanks for any feedback!
-Tony
 
What is the best, clean, efficient way to distribute 48V DC power to multiple MPP inverters? Starting off with a 6x EG4-LL in the rack & possible more expansion in the future, thanks for any feedback!
-Tony
busbars
I can elaborate upon request.
 
Appreciate if you can, thanks!
Each battery has its own breaker.
The rack has busbars on each side to aggregate the batteries.
The batteries + rack makes the battery subsystem.
The all_in_one devices are similarly aggregated on their own busbars.
Making the all_in_one subsystem.
Then you connect the battery subsystem to the mpp_subsystem with feeder wires.
I can help you size the wires and over current protection if you tell me the details of the batteries and the all_in_ones.

Code:
battery_subassembly {
    pos {
        |<->battery.1.pos
        |<->battery.2.pos
        |<->battery.3.pos
        |<->battery.4.pos
        |<->battery.5.pos
        |<->battery.6.pos
        |<->1A_fuse<->shunt.pos
        |<->class_t_fuse<->inverter_subassembly.pos
    }
    neg {
        |<->battery.1.neg
        |<->battery.2.neg
        |<->battery.3.neg
        |<->battery.4.neg
        |<->battery.5.neg
        |<->battery.6.neg
        |<->shunt<->inverter_subassembly.neg
    }
}
inverter_subassembly {
    pos {
        |
        |<->fuse<->mpp.1.pos
        |<->fuse<->mpp.2.pos
        |<->fuse<->mpp.3.pos
    }
    neg {
        |
        |<->mpp.1.neg
        |<->mpp.2.neg
        |<->mpp.3.neg
    }
}
 
What is the best, clean, efficient way to distribute 48V DC power to multiple MPP inverters? Starting off with a 6x EG4-LL in the rack & possible more expansion in the future, thanks for any feedback!
-Tony
the EG4 rack with busbars included?
 
@smoothJoey yes plan is to have all of the inverters to batteries.
@SignatureSolarUS Yes, I ordered the EG4 rack at Signature Solar. Not sure if it's necessary to use the busbars with these new EG4-LL units as they can be paralleled right on the unit itself
 

Attachments

  • 24vspf3000tllvm24voffgridinverter_38_1024x1024@2x.png
    24vspf3000tllvm24voffgridinverter_38_1024x1024@2x.png
    479.7 KB · Views: 4
@smoothJoey yes plan is to have all of the inverters to batteries.
@SignatureSolarUS Yes, I ordered the EG4 rack at Signature Solar. Not sure if it's necessary to use the busbars with these new EG4-LL units as they can be paralleled right on the unit itself
That is not for paralleling, that is if you bought 1 battery and wanted to connect 2 units, the daisy-chaining of battery cables will create very uneven resistance
 
6000 ac watts / .85 conversion factor / 48 volts low cutoff = 147.058823529 service amps
147.058823529 service amps / .8 fuse headroom = 183.823529412 fault amps.

The 150 amp continuous max draw of those units makes a 1 to 1 mapping to a battery that can only deliver 100 amps continuous not well matched.

I assume the units will be stacked on the ac side as well.
Knowing how they are to be stacked in the ac domain would fill in the picture a bit but the numbers above should be clear.
 
Did you understand my math earlier in the thread?
It's a bit alien, I'm just starting out. Appreciate your attention to details!
My plan is to start out with 6x EG4-LL in the rack with 2x MPP LVX6048WP & expand to more in the future.

 
It's a bit alien, I'm just starting out. Appreciate your attention to details!
My plan is to start out with 6x EG4-LL in the rack with 2x MPP LVX6048WP & expand to more in the future.

How many MPP units shall we plan for to future proof?
6x of those batteries could service up to 4x of the MPP units.
 

diy solar

diy solar
Back
Top