Changes between Version 5 and Version 6 of AutonomousSolarSystem


Ignore:
Timestamp:
04/19/11 07:34:30 (13 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AutonomousSolarSystem

    v5 v6  
    55{{{ 24W * 24h =~  0.6kW and 2A * 24h =  48.0Ah }}}, so given ourself a {{{100 Ah}}} battery (AGM, deep-cycle), should last us to roughly 2 days of operation.
    66
    7 After first measurements my 20W Solar panel is preforming {{{50%}}}} less if I put it a bit into the shadow (balcony fences). Putting it into fully into the sun makes it generate roughly 1.2A/12V which is indeed [http://humietrading.nl/index.php?option=com_content&task=blogsection&id=5&Itemid=34 as advertised]. The input should run at {{{17.5V}}} to make it take the full {{{20W}}}.
     7After first measurements my 20W Solar panel is preforming {{{50%}}} less if I put it a bit into the shadow (balcony fences). Putting it into fully into the sun makes it generate roughly 1.2A/12V which is indeed [http://humietrading.nl/index.php?option=com_content&task=blogsection&id=5&Itemid=34 as advertised]. The input should run at {{{17.5V}}} to make it take the full {{{20W}}}.
    88
    9 The change controller [http://www.stecasolar.com/index.php?Steca_Solsum_F_en Steca Solsum 6.6F] seems to regulate the input to {{{12V}}}, leaving me wondering if the panel will be fully utilized. Cause {{{20W/14W * 100% = 70%}}} e.g. loosing {{{30%}}} efficiency seems a bit to much.
     9The change controller [http://www.stecasolar.com/index.php?Steca_Solsum_F_en Steca Solsum 6.6F] seems to regulate the input to {{{12V}}}, leaving me wondering if the panel will be fully utilized. Cause {{{20W/14W * 100% = 70%}}} e.g. loosing {{{30%}}} seems a bit to much.
     10
     11Taking this numbers into account we need at bare minimum at least {{{ 48Ah * (100% / 70%) =~ 69Ah }}}. Giving the fact that effectively we have 4 hours of sun in the Netherlands will this make {{{ 69Ah / 4 = 13Ah }}} which correspond to a 160W panel.
     12
     13Estimated cost for bare minimum will be:
     14{{{
     15Panel 150W             : 600 EUR
     16Accu 100Ah             : 200 EUR
     17Charge Controller 10A  :  50 EUR
     18Connectors and cables  :  50 EUR
     19Measurement Electronics: 100 EUR
     20--------------------------------
     21Total                   1000 EUR
     22}}}
     23
     24This setup is geared towards most optional numbers. Now take more realistic numbers into a account:
     25* The sun in the Netherlands will do roughly [http://www.zonnepanelen-info.nl/zonnepanelen/zon-nederland/ 1800 hour], but [http://www.vwkweb.nl/cms/index.php?id=1334&option=com_content&task=view 75(!) days] of the year I will not see any sun at all. If this period last for more than 2 days my battery will be depleted, so I properly need to add extra battery-pack to my system (+200 EUR).
     26* The panels are not always running at 100%, I expect average case to be 50% and worst case 25% (if sun is shying during the winter). Consequences will be that I need between 1 to 4 panels of 120W (which gives me +2400 EUR).
     27
     28
     29= Experiments =
     30* Using a dummy load (20W, I like to see if the panel is able to generate the full 20W).
     31* The Current Controller needs to be build/bought to be able to generate statistics on long running experiments.
    1032
    1133
     
    1335* Use [http://www.geo-dome.co.uk/article.asp?uname=solar_mirror mirrors] to increase efficiency.
    1436* Measure DC current with an [http://openenergymonitor.org/emon/node/31 LT1495 and Arduino].
    15 
    16 
     37* [http://www.batterystuff.com/solar-calculator.html Solar calculator] suggests; Power 25W/24h using 2 * 120W and 100Ah accu. (giving 5h of direct sunlight).
     38= Verbs =
     39{{{
     40Vpmx  : Voltage at rated power.
     41Voc   : Open Circuit Voltage.
     42Lpmax : Current at rated power.
     43Isc   : Short Circuit Current.
     44}}}