+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

Lifepo4 48V 200Ah Powerwall Solar Lithium Battery Powerwall

Cell type: LiFePo4 Prismatic cells
Voltage:48V
Capacity:100Ah
Cycle Life:≥6000
Charge Cut-Off Voltage:DC 58.4v
Charge Current:100A
Discharge Current:100A
Charge Temperature:0℃-55℃
Discharge Temperature:-20℃-55℃
Protection:Over Charge, Over Discharge, Over Current, Short Circuit

Availability:
Quantity:
  • 48V200ah

  • Terli


lifepo4 battery

  • 1.A Grade Lifepo4 cells,The service life can reach more than 5 years.

  • 2. Built-in BMS, charge protection, discharge protection, overcurrent protection, temperature protection, short circuit protection.

  • 3. Expandable voltage and capacity, support 4 battery packs in series (192v), 4 battery packs in parallel (48v 200Ah).

  • 4. Can completely replace lead-acid batteries, light weight, high energy density, support 0-60 ℃ environmental discharge

power wall







li-ion battarylithium lifepo4 battery48v lithium ion batterysolar battrieslithium batterypowerwallsolar batterysolar panel battery

Recommended Products

Customized requirements

Customer praise

photobank

Certifications

Exhibition

lifepo4 service

battery shipping



FAQ:

Q1: What products do you offer?

Our main products is Lithium Ion Batteries. Now we can offer Home Energy Storage, Telecom Battery, Battery Pack,Lithium Battery 24V 48V etc. 


Q2: How can I get a sample to check your quality? 

If you need sample to test, please pay for the freight and sample cost. And the sample cost will be returned back to you after you place an bulk order more than our MOQ. 


Q3: Can I have the products with my own logo? 

Yes. We can offer both OEM and ODM service with prototype design and small MOQ.


Q4: How long can I expect to get the sample? 

The samples will be ready for delivery in 3~5days after we receive the payment.

 

Q5:Can you give me a discount?

Yes, based on wholesale service, we have better discount for bigger quantities. We will quote you the best price based on your order quantity. 





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