12V 110Ah SlimLine Battery + built-in 20A DC-DC Charger

https://www.lithiumbatterysystems.com.au/web/image/product.template/12023/image_1920?unique=aecc486

120A continuous discharge current

1,799.00 1799.0 AUD 1,799.00 Including GST

1,635.45 Including GST

Not Available For Sale

    This combination does not exist.

    NB: Unit price decreases at higher quantities: 5,10,20 etc (unless on sale).

    Body Construction

    Powder-coated aluminium enclosure

    Compact shape and size

    Designed and built in Australia

    Integrated DC-DC Charger: 20A

    Certification

    UN 38.3

    IEC 62619

    CISPR 25

    ISO 7637-2

    Connections

    Parallel-capable (Unlimited)

    Series-capable (Max. 2)  

    1x Grey Anderson (Max. 120A)

    1x Blue Anderson (DC-DC Input)

    1x DC-DC Ignition Trigger Socket

    Mounting Options

    Freedom to mount anywhere - Integrated mounting holes and the included mounting brackets allow the freedom to install in various orientations. 


    class Website(http.Controller): @http.route(['/'], type='http', auth='public', website=True) def index(self, **kw): if http.request.env.user.partner_id.property_product_pricelist: # Set the pricelist to the user's allocated pricelist http.request.website.sale_get_order(force_pricelist=http.request.env.user.partner_id.property_product_pricelist.id) return http.request.render('website.homepage')