+86 17727759177
inbox@terli.net

loading

Share to:
facebook sharing button
twitter sharing button
line sharing button
wechat sharing button
linkedin sharing button
pinterest sharing button
sharethis sharing button

100ah 5kWh Wall-Mounted Custom Powerwall for Home

1.Design for Home Solar Systems
2.Higher Energy Density, Smaller Household Size
3.Wall-mounted Installation Design
4.Support Parallel Expansion(Up to 64)
5.With More Usable Capacity

Availability:
Quantity:
  • 100Ah

  • Terli

Our range covers from 12V / 24V / 48V / 72V / 96V to 388V.

With a capacity of 10 Ah / 20Ah / 30Ah / 50Ah / 100Ah / 200Ah / 600Ah.



Feature

1. Under normal conditions, using lithium iron phosphate battery technology, with excellent safety, thousands of cycles

2. Built-in automatic protection function to prevent overcharging, overdischarging, overcurrent and overheating.

3. Maintenance free.

4. Internal battery balance.

5. Light weight: about 40%~50% of the weight of lead-acid batteries.

6. Wide temperature range: -20 ° C ~ 60 ° C.

7. Support for series application extensions (up to 512V)

Model

Helios

Battery Type

LiFe PO4

Battery Module

Helios 3

Helios 5

Helios 7 Helios 10

Battery Capacity (Ah)

50

100

150 202

Nominal Battery Energy (kWh)

3

5.1

7.6 9.6

Max Output Power(kW)

2.4

4.8 7.2 10.3

Net Weight(Kg)

41

56

81 98

Dimension (L*W*H mm)

350*300*180

700*580*210

Working Voltage (V)

43.2~58.4

Operating Temp.Range (°C)

-20~50

Calendar Life (Cycles)

6000@25°C,80%DOD

Nominal Voltage(V)

51.2

Protection Level

IP54

Communication CAN/RS485

Certification & Safety Standard

TUV/CE/EN62619/IEC62040/UN38.3/CECAccredited

Monitoring & Protection

BMS

HMI LCD

详情_01






powerwall

详情_04详情_07详情_11详情_08

FAQ:

Q: Do you offer free samples?


A: We don't provide free sample, but the sample cost can return to you when you place bulk orders .




Q: What is your terms of payment?


A: We accepted most of payment terms, like T/T,L/C at sight, PayPal, Western Union, Cash etc.




Q: What is a minimum number (pieces) of order for this product?


A: Our MOQ is 1 piece, the more the quantity, the more preferential it is.




Q: How many time you need for production of one sample?


A: If customized according to customer requirements, production time needs 10-15 working days, if it’s our standardized products most of the time we can supply from stock .




Q: How do you ship the products?


A: For small orders or samples we can arrange door to door air freight delivery , for large quantity we normally arrange container or LCL ocean shipment .




Q: How much does shipping cost?


A:It depends on the quantity of goods, the shipping method, and the country . But we will always figure out the best choice for you .




Q: How can I get the best prices?


A: You get cheaper per-item price when you buy larger quantities. Use the website to check prices. Returning customers receive better discount levels.




Q: What if the product is broken?


A: If any product is faulty, you can send me the picture or video to us, and we will study it. And provide the spare parts for after sale service.


Previous: 
Next: 
Inquiry

Product Category

Inquiry
\n', component_bgcolor:'inherit', component_checkBgcolor:'', component_placeHoldercolor:'', component_fcolor:'', component_formStyle:'2', component_phoenix_form_upload_limit:"Attachment can't exceed 30M", component_phoenix_from_emptyerror:"This field is required", component_phoenix_form_length_error:"The length of this field is invalid", component_phoenix_from_mailerror:"invalid email address", component_phoenix_from_phoneerror:"Please enter the correct phone number", component_phoenix_view_details:"View Details", component_phoenix_from_max_upload:"Upload up to 10 files", }; if (phoenixSite.form && phoenixSite.form !== 'undefined' && typeof phoenixSite.form.init == "function") { phoenixSite.form.init(options); } $("#component_sofBOERbqtij").find("input.timePicker").each(function(){ var this_ = $(this); this_.attr("placeholder","Select time"); this_.addClass("inited"); this_.datepicker({ dateFormat: 'yyyy/mm/dd', autoClose: true }); }) $("#component_sofBOERbqtij .timePickers .timePicker").on("blur",function(){ if($(this).index() == 0){ var minDate = $(this).val(); if(minDate){ $(this).parent().find(".timePicker").eq(1).datepicker({ minDate:new Date(minDate), dateFormat: 'yyyy/mm/dd', autoClose: true }); }else{ $(this).parent().find(".timePicker").eq(1).datepicker({ dateFormat: 'yyyy/mm/dd', autoClose: true }); } } if($(this).index() == 1){ var maxDate = $(this).val(); if(maxDate){ $(this).parent().find(".timePicker").eq(0).datepicker({ maxDate:new Date(maxDate), dateFormat: 'yyyy/mm/dd', autoClose: true }); }else{ $(this).parent().find(".timePicker").eq(0).datepicker({ dateFormat: 'yyyy/mm/dd', autoClose: true }); } } }) $("#component_sofBOERbqtij .phoneInputprepend").each(function (indexMu,elMu) { var twoId = $(elMu).find('input:eq(1)').attr("id") var twoName = $(elMu).find('input:eq(1)').attr("name") $(elMu).find('input:eq(0)').attr("id",twoId) $(elMu).find('input:eq(0)').attr("name",twoName) }) $("#component_sofBOERbqtij select[multiple]").each(function (indexMu,elMu) { var thisId = $(elMu).attr("id") var multipleHtml = '' multipleHtml += '
'+"Please select"+'
' multipleHtml += '
    ' $(elMu).find("option").each(function (index,el) { multipleHtml += '
  • ' multipleHtml += '' multipleHtml += '
  • ' }) multipleHtml += '
' $(elMu).parent().append(multipleHtml) $("#component_sofBOERbqtij .multiple-select."+thisId+" ").on("click",function () { if ($("#component_sofBOERbqtij .multiple-parent."+thisId+"").css("display") == "none") { $("#component_sofBOERbqtij .multiple-parent."+thisId+"").css("display", "block") } else { $("#component_sofBOERbqtij .multiple-parent."+thisId+"").css("display", "none") } }) $("#component_sofBOERbqtij .multiple-parent."+thisId+"").on("click", "li", function (e) { e.stopPropagation() e.preventDefault() var $label = $(this).children("label") var input = this.getElementsByTagName("input")[0] if (input.checked) { input.checked = false } else { input.checked = true } //获取所有选项的值 var contents = []; $("#component_sofBOERbqtij .multiple-parent."+thisId+" li").each(function (index, elem) { if (!$(elem).hasClass("group")) { var ck = $(elem).find("input")[0].checked if (ck) { var html = $(elem).children("label").html(); contents.push(html); } } }) if (contents.length > 0) { $("#component_sofBOERbqtij .multiple-select."+thisId+"").empty(); for (var i = 0; i < contents.length; i++) { var span = " "+contents[i]+"×" $("#component_sofBOERbqtij .multiple-select."+thisId+"").append(span) } } else { $("#component_sofBOERbqtij .multiple-select."+thisId+"").empty(); var span = " "+"Please select"+"" $("#component_sofBOERbqtij .multiple-select."+thisId+"").append(span) } contents = contents.map(function(item) { return item.replace(/&/g, '&'); }); $(elMu).val(contents) }); $("#component_sofBOERbqtij .multiple-select."+thisId+"").on("click", ".select-delete", function (e) { e.stopPropagation() var value = $(this).parent().children(".select-value").html(); $("#component_sofBOERbqtij .multiple-parent."+thisId+" ul li").each(function (index, elem) { if ($(elem).children("label").html() == value) { elem.getElementsByTagName("input")[0].checked = false; } }) $(this).parent().remove(); var len = $("#component_sofBOERbqtij .multiple-select."+thisId+"").children().length; if (len == 0) { var span = " "+"Please select"+"" $("#component_sofBOERbqtij .multiple-select."+thisId+"").append(span) } var contents = []; $("#component_sofBOERbqtij .multiple-parent."+thisId+" li").each(function (index, elem) { if (!$(elem).hasClass("group")) { var ck = $(elem).find("input")[0].checked if (ck) { var html = $(elem).children("label").html(); contents.push(html); } } }) contents = contents.map(function(item) { return item.replace(/&/g, '&'); }); $(elMu).val(contents) }) }) }catch(e){try{console && console.log && console.log(e);}catch(e){}} })(window, $);

QUICK LINKS

Privacy Policy

ABOUT

PRODUCTS

+86-020-39201118

 +86 17727759177                 
  inbox@terli.net
 Whatsapp: +86 18666271339
 Facebook:Terli Solution / Terli Battery
LinkedIn:  Terli Battery
213 Shinan Road, Nansha District, Guangzhou, China.
© 2025 All right reserved Guangzhou TERLI New Energy Technology Co., Ltd.   Sitemap / Powered by leadong