| SrNo | Equipment | WATTAGE(Watt) | No. Of Equipments | Total Watt | Running Hours/Days | TOTAl KWh (Units)/Day | |
| {{$index+1}} | {{item.name}} | {{item.watt*item.equip}} | {{item.watt*item.equip*item.hours/1000}} |
| Total Demand Load (Kw) | {{totConnectedLoad()}} | |
|---|---|---|
| Total Kwh (Units)/Day Required | {{totKWH()}} | |
| Days of Atonomy | ||
| Average Battery Back Up as per Running Hours (Hours) | {{avgHours() | number}} | |
| System Voltage | ||
| SOLAR OFF GRID SYSTEM WITH BATTERY SOLUTION | |
|---|---|
| Your Solar Off Grid System Size in KWp | {{(totKWH()/peakHours) | number:1}} |
| Total Energy (Units) Generation/year by your Solar Off Grid System in Kwh | {{ ((totKWH()/peakHours)*peakHours*325) | number:0}} |
| {{(totKWH()/peakHours) | number:1}} KWp Solar Off Grid System with {{avgHours()}} Hours of Average Battery Back up will Cost you Approx. in INR. | Rs. {{ (((totKWH()/peakHours)*1000*85) + ((totKWH()*1000*atonomyDaysId)/(systemVoltageId*inverterEff*depriciation))*105) | number:0}}/- |
| Your Electricity Tarrif per Unit in (Rs.) | |
| Your Capital Recovery time in years | {{ ((((totKWH()/peakHours)*1000*85) + ((totKWH()*1000*atonomyDaysId)/(systemVoltageId*inverterEff*depriciation))*105) / ((totKWH()/peakHours)*peakHours*325*unitTarrif) - 6) | number:0}} |