diy solar

diy solar

Help with connecting the system

Jancho

New Member
Joined
Feb 21, 2022
Messages
9
Hello everyone!
How would you connect the following (click name for the item specification):

1) Panels x4
2) Inverter/Charger (1) or let me know if this weaker one would do as well: Inverter/Charger (2)
3) Battery x4 (1) or let me know if better: Battery x4 (2) or even Battery x4 (3)
4) Generator - somethign around this lines

Let me know which items would you prefer (regarding inverter/charger and battery options) and how would you make a schem of the connections. Do I need saparate charge controler when I want to have generator connected or I can simply connect it to the inverter/charger as the solar array. If I do need, which charge controler would you suggest? If I will connect everythign myself, which part would you warn me about? Where should I add (and what type) of circle breakers? And last, how would you connect (series/paralel) the array/batteries and how thick wire do you suggest to use?

Thank you in advance!
 
Code:
legend {
    {} { functional block }
    nn|UUU| { un-fused busbar position where nn is wire guage in mm2 }
    nn|NNN| { fused busbar position where nn is wire guage in mm2 and NNN is fuse ampacity in amps }
    <-> { bi-directional current flow }
    -> { uni-directional current flow }
    <- { uni-directional current flow }
    dpst { double pole single throw breaker }
    mrbf { marine rated battery fuse }
}
dc_domain { * lynx_power_in
    lynx_power_in {
        backplane {
            left {}
            right {}
        }
        branches.positive {
            50|UUU|<->250A_mrbf_fuse<->battery.1.positive
            50|UUU|<->250A_mrbf_fuse<->battery.2.positive
            50|UUU|<->250A_mrbf_fuse<->battery.3.positive
            50|250|<->all_in_one<-dpst_breaker<-panels_in_series.positive
        }
        branches.negative {
            50|UUU|<->battery.1.negative
            50|UUU|<->battery.2.negative
            50|UUU|<->battery.3.negative
            50|UUU|<->shunt<->all_in_one->dpst_breaker->panels_in_series.negative
            50|UUU|<->premises_bond
        }
    }
}
ac_domain {
    |<-master_breaker<-all_in_one<-generator
    |->branch_breaker->branch_circuits
    |->...
}
I would modify a lynx power in using this guide
to have 1 fused position and then I would make the diagram above
 
Last edited:
I believe I posted a link for exact panel type:
AS-6M30-HC 320W~340W MONOCRYSTALLINE MODULE
I believe that is a range of panels not a specific panel.
We need to know the VOC and VIMP of the panel in order to know how to configure them and which all_in_one to choose.
Ideally we want 4 in series as that should give the highest performance as long as you don't have shading issues.
 
The All-In-One (AIO) inverter/charger/controller: The cheaper one will do... depending for what, obviously.
Except, it has a maximum solar input voltage (open circuit) of 100V. The better one takes 500. If you want to wire your panels in series, 100 won't do. But you could do parallel, or series/parallel.

The batteries. Those AIOs are 24V. So you would need two 12V batteries in series, and then paralleled to the other 2 in series.
The only suitable ones are the AGMs (1). If you could afford better ones like LiFePO4, you could be happy and not worry about them much. If you can't, use the AGMs and worry about them. ;·)

The generator. Those AIOs will very likely have a problem with a non-inverter-type one. They usually can't synchronise the phases.
Get an inverter-type one if you can.

The panels look just fine.
-
 
I believe that is a range of panels not a specific panel.
We need to know the VOC and VIMP of the panel in order to know how to configure them and which all_in_one to choose.
Ideally we want 4 in series as that should give the highest performance as long as you don't have shading issues.
Im sorry, I didnt notice. It's the 335w one. at STC its: Voc = 41V, Isc = 10,24A, Vmp = 34,4V, Imp= 9,74A, Maximum System Voltage= 1000V DC / 1500V DC, Maximum series Rating = 20A
 
Im sorry, I didnt notice. It's the 335w one. at STC its: Voc = 41V, Isc = 10,24A, Vmp = 34,4V, Imp= 9,74A, Maximum System Voltage= 1000V DC / 1500V DC, Maximum series Rating = 20A
The lower capacity all_in_one can't accept 4 of those in series.
I guess you will want to go with the higher capacity unit or you could do 2s2p.
2s2p means 2 in series to make strings and 2 strings in parallel.
 
The All-In-One (AIO) inverter/charger/controller: The cheaper one will do... depending for what, obviously.
Except, it has a maximum solar input voltage (open circuit) of 100V. The better one takes 500. If you want to wire your panels in series, 100 won't do. But you could do parallel, or series/parallel.

The batteries. Those AIOs are 24V. So you would need two 12V batteries in series, and then paralleled to the other 2 in series.
The only suitable ones are the AGMs (1). If you could afford better ones like LiFePO4, you could be happy and not worry about them much. If you can't, use the AGMs and worry about them. ;·)

The generator. Those AIOs will very likely have a problem with a non-inverter-type one. They usually can't synchronise the phases.
Get an inverter-type one if you can.

The panels look just fine.
-
Thanks for the insights. The battery number 1 is however C100 type, isnt like C20 ones more suitable for solar systems? :unsure:
 
Since those are agm batteries I believe the low voltage disconnect should be 12.6 volts.
I'm sure one of the members who knows lead acid can confirm or deny.
 
I only know about three words of Croatian, but those (other) batteries look like car starter ones - nowhere near deep cycle.
Consider the fact that with LFP (LiFePO4) you can use 90% of the capacity, with lead-acid, half of that.
-
 
Honestly, I tried to find LiFePo4 ones, but guess what, I couldnt find any. Either they are too much for my budget or they seems like they ship from china (I get nervous getting expencive batteries from China). Do you have any leads where I can find them at good price? I guess 5 kw lithium ones are better then 11kw AGMs, right?
 
If you want 4 batteries you can do this setup
Code:
legend {
    {} { functional block }
    nn|UUU| { un-fused busbar position where nn is wire guage in mm2 }
    nn|NNN| { fused busbar position where nn is wire guage in mm2 and NNN is fuse ampacity in amps }
    <-> { bi-directional current flow }
    -> { uni-directional current flow }
    <- { uni-directional current flow }
    dpst { double pole single throw breaker }
    mrbf { marine rated battery fuse }
}
dc_domain { * lynx_power_in
    lynx_power_in {
        backplane {
            left {
                positive<->250A_anl_fuse<->all_in_one<-dpst_breaker<-panels_in_series.positive
                negative<->shunt<->all_in_one->dpst_breaker->panels_in_series.negative
            }
            right {}
        }
        branches.positive {
            50|UUU|<->250A_mrbf_fuse<->battery.1.positive
            50|UUU|<->250A_mrbf_fuse<->battery.2.positive
            50|UUU|<->250A_mrbf_fuse<->battery.3.positive
            50|UUU|<->250A_mrbf_fuse<->battery.4.positive
        }
        branches.negative {
            50|UUU|<->battery.1.negative
            50|UUU|<->battery.2.negative
            50|UUU|<->battery.3.negative
            50|UUU|<->battery.4.negative
            50|UUU|<->premisis_bond
        }
    }
}
ac_domain {
    |<-master_breaker<-all_in_one<-generator
    |->branch_breaker->branch_circuits
    |->...
}
 
Last edited:
There are some Chinese vendors who have gained quite a reputation here, but they seem to sell only individual cells, with which you have to build a battery yourself. Not really a task for beginners.
I got my LFP batteries (Pylontech 24V) at a store, not far away. Put them in the boot of the car. Expensive? Yes. Worth it? Yes.

They're probably easy enough to find in northern Italy, around Venice... or maybe contact Shenzen Luyuan, they can probably send you a pre-built one (just guessing). They have a good reputation. They're still expensive, but if you can afford to think "in the long run" and account for a "no worries" factor...
-
 
Since those are agm batteries I believe the low voltage disconnect should be 12.6 volts.
I'm sure one of the members who knows lead acid can confirm or deny.
That is way too high. In practice, I lean toward starting charging under 12.4 hot and 12.2 cold.

Did you know that the cranking Amps rating involves determining how many Amps can be drawn for 15 seconds that drops the Voltage to 9.6V? CCA is rated at 32F.

I have an inverter that will run my AGM down to 10V for one minute. It shuts itself off before the AGM is done! Usually it is the device that cannot handle the current.
 
cranking Amps rating involves determining how many Amps can be drawn for 15 seconds that drops the Voltage to 9.6V?
This is irrelevant to batteries suitable for solar; the plates even in suitable cheap marine batteries have far less surface area and the battery is designed for moderate discharge over long periods and frequent discharge/charged cycling.
CCA is a rating for starting batteries with thin plates and large surface area designed to deliver 400- or even 600A for a short period. Cycling them kills them in a much shorter time.
have an inverter that will run my AGM down to 10V for one minute. It shuts itself off before the AGM is done! Usually it is the device that cannot handle the current.
That’s not loving your battery much
 
This is irrelevant to batteries suitable for solar; the plates even in suitable cheap marine batteries have far less surface area and the battery is designed for moderate discharge over long periods and frequent discharge/charged cycling.
CCA is a rating for starting batteries with thin plates and large surface area designed to deliver 400- or even 600A for a short period. Cycling them kills them in a much shorter time.

That’s not loving your battery much
Batteries don't have feelings!
 
Back
Top