User Tools

Site Tools


electrical:solar:shading

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
electrical:solar:shading [2024/11/08 19:51]
frater_secessus [reminder: how panels work]
electrical:solar:shading [2025/05/31 19:56] (current)
frater_secessus [augment with unshaded solar]
Line 25: Line 25:
 This occurs because the MPPT has a broader range of voltages to sweep and can find [[https://www.sciencedirect.com/science/article/abs/pii/S0960148113006952|other power peaks]] (panel voltages) that are **low enough to bring the shaded cells back online** but still **high enough to charge the battery bank**.  It' not reality, but we can think of it as MPPT evenly "shading" the entire panel voltage-wise in order to get max juice from it in partial shade conditions.((https://diysolarforum.com/threads/mppt-sizing.17947/post-208104)) This occurs because the MPPT has a broader range of voltages to sweep and can find [[https://www.sciencedirect.com/science/article/abs/pii/S0960148113006952|other power peaks]] (panel voltages) that are **low enough to bring the shaded cells back online** but still **high enough to charge the battery bank**.  It' not reality, but we can think of it as MPPT evenly "shading" the entire panel voltage-wise in order to get max juice from it in partial shade conditions.((https://diysolarforum.com/threads/mppt-sizing.17947/post-208104))
  
-===== examples =====+===== why it works this way ===== 
 + 
 +[draft section] 
 + 
 +This section will assume an array of 2x generic 100w 18Vmp panels 
 + 
 +  * the panel is made up of 36 0.5Vmp cells in series for 18v; 36 x 0.5v = 18v. 
 +  * since rated wattage is 100w, the cells //must// be 5.55Isc (amps at max power);  100w / 18v = 5.55A. 
 + 
 +For reasons discussed below the string of 36 cells will be subdivided into substrings of cells in series. 2 strings of 18 cells is common((for cost reasons)).  So we can think of this panel 
 + 
 +    ######### 
 +    ######### 
 +    ######### 
 +    ######### 
 +     
 +straightened out but electrically identical 
 + 
 +    ################## ################## 
 +     
 + 
 +==== how the work normally ==== 
 + 
 +Under lab conditions the cells will each make 5.55A at 0.5v, delivering the rated 100w at 18v.  In the real world the Vmp will likely be lower due to [[electrical:solar:output|cell temperature derating]] and current will likely be much lower due to imperfect sun.  But to keep things simple and numbers even we will assume lab conditions.  
 + 
 +==== partial shade is bad for panels ==== 
 + 
 +  * power moves in the direction of higher voltage to lower voltage.   
 +  * when shaded sufficiently any given cell's voltage will drop off sharply(("collapse")) 
 +  * so power from neighboring cells moves //into// the cell instead of out of it 
 +  * the cell converts this power into heat which can damage or destroy the cell, or catch the panel on fire 
 + 
 +When the entire panel is lit or shaded evenly the harvest is reduced but **no individual cell is running at a lower voltage than its neighbor**.  So overcast days or dense tree canopies are not a problem.  And when people talk about "shade" problems it usually means "partial shade"
 + 
 + 
 + 
 +==== so panel designers try to limit damage ==== 
 + 
 +We can't stop the cell voltage from collapsing in shade so we need a way to remove it, electrically, from the circuit.  This is typically done with **diodes**. They are, in effect, electrical valves that allow power to flow in only the intended direction.    
 + 
 +Right now we are concerned with the interatctions of panel internals so we are talking about //bypass diodes// They can //bypass// a voltage-collapsed cell or substring and avoids the overheating problem.  
 + 
 +Simplest example:  we have a string of three cells in series.  In full sun all three contribute 0.5v and the total string voltage is 1.5v.  In partial shade one of them drops top 0.2v.  It gets bypassed so this string is now 1.0v.  Without the diode the string would be 1.2v (0.5v + 0.5v + 0.2v) //until the shaded cell failed from overheating//.  
 + 
 +But diodes for each cell would be more expensive in components, assembly, and design.  The compromise most manufacturers make is to have a bypass diode at the substring level.  Our panel is now like this: 
 +                                
 +    ################## ################## 
 + 
 +...where the equal sign ("=") is a bypass path when needed to prevent damage.  
 + 
 + 
 +Real-world example: we have two substrings, each with 18 cells ins series.  In full sun they will make 18v (2s substrings x 18 cells x 0.5v).   
 + 
 + 
 + 
 + 
 + 
 +In partial shade one of the cells in the 2nd substring are affected.   
 +   
 +                                
 +    ################## ####0###00######## 
 +   
 +If their were no diodes we would have 9v from the 1st string and 7.5v from the 2nd string for a total of 16.5v. But the shaded cells in the 2nd string would overheat. So it is bypassed and now the panel makes **9v**.   
 +   
 +**Oops**:  9v is not high enough to charge a 12v house bank.  We get nothing.   
 + 
 +**Thought experiment:**  what if we had 3 substrings of 12 cells but the same cells were shaded?  We'd lose one substring and still have 2 6v substrings for 12.0v.  That might be enough to charge a 12v bank that was really low.  If we had 4 substrings of 9 cells and lost one substring we'd have 3 4.5v substrings for 13.5v.  That might be high enough to be actually useful. 
 +   
 + 
 + 
 + 
 + 
 + 
 +==== so users try different panel configurations ==== 
 + 
 +=== parallel === 
 + 
 + 
 +Let's start using both our panels in parallel 
 + 
 +     ######### 
 +     ######### 
 +     ######### 
 +     ######### 
 +      
 +     ######### 
 +     ######### 
 +     ######### 
 +     ######### 
 +      
 +which, unwound and with bypass diodes, would be 
 + 
 +      
 +                                
 +    ################## ##################  
 +     
 +                                
 +    ################## ##################      
 +      
 + 
 +if we have the same partial shading as before 
 + 
 + 
 +      
 +                                
 +    ################## ################## 
 +     
 +                                
 +    ################## ####0###00######## 
 +      
 +      
 +      
 + 
 + 
 +To prevent voltage backing up into a panel from a neighboring panel (or battery bank at night) each //panel// typically has a //blocking diode//. So the complete picture is: 
 + 
 +                                
 +    ################## ################## =  
 +     
 +                                
 +    ################## ####0###00######## =      
 + 
 +Note:  in most panels the blocking and bypass diodes are identical parts, just installed in different places, in different orientations, and for different purposes. 
 + 
 + 
 + 
 +      
 +=== series ===    
 +     
 +                                                                =  
 +    ################## ################## = ################## ####0###00########
 + 
 + 
 + 
 + 
 +===== but I have to park in the shade ===== 
 + 
 +Then solar probably isn't the best choice as sole (or even main) [[electrical:12v:power_mix|source of charging]].  But if that's situation we are in there are some approaches that might help you limp through.   
 + 
 +The strategies below will work better with [[electrical:12v:drop-in_lifepo4|LiFePO4]] than lead since LFP does not suffer from [[electrical:12v:psoc|partial states of charge]].  
 + 
 + 
 +==== careful site selection ==== 
 + 
 +If you are hiding in shade because of heat you may find a spot where you get full sun until it warms up then shade in the afternoon.  You might collect enough power during that time to make it to the next morning. [[electrical:solar:rationing|Reduce demand]] as needed.   
 + 
 +See [[opinion:frater_secessus:successful_boondocking#sun|this related subarticle]]. 
 + 
 + 
 +==== augment with unshaded solar ==== 
 + 
 +Running portable panels that you can set up in forest openings (long extensions).  These would go on a separate controller.  Their controller allowing, the portables would benefit from  series wiring to [[electrical:12v:voltage_sag|reduce current on the long extensions]]. 
 + 
 +==== augment with other forms of charging ==== 
 + 
 +It might be easier, cheaper (or just necessary) to add in [[electrical:12v:power_mix|another form of charging]]. 
 + 
 +  * [[electrical:12v:alternator|Alternator charging]] might fill the gap for campers who drive to town fairly frequently.  This is a scenario where [[electrical:12v:b2b|DC-DC charging]] might be preferable. 
 +  * one might run [[electrical:generator|a fuel-powered genny]] as needed to charge the bank.  
 +  * with [[electrical:autonomy|enough bank capacity]] one might rent a campsite with [[electrical:shore_power|power pedestal]] for periodic recharging and use the hobbled solar to "slow the bleeding" in between.   
 + 
 + 
 + 
 +     
 +     
 +     
 +     
 +===== further reading =====
  
   * [[https://www.youtube.com/watch?v=QzzB1i1w_kM|altE video on partial shading]]   * [[https://www.youtube.com/watch?v=QzzB1i1w_kM|altE video on partial shading]]
   * [[https://www.youtube.com/watch?v=ofo1HQyGG8s|wiring shaded panels]]   * [[https://www.youtube.com/watch?v=ofo1HQyGG8s|wiring shaded panels]]
   * [[https://www.rv.net/forum/index.cfm/fuseaction/thread/tid/28152689.cfm|Solar Panel Shadows and Bypass Diodes]]   * [[https://www.rv.net/forum/index.cfm/fuseaction/thread/tid/28152689.cfm|Solar Panel Shadows and Bypass Diodes]]
electrical/solar/shading.1731095497.txt.gz · Last modified: 2024/11/08 19:51 by frater_secessus