Support


Got an issue with your battery?

Please contact us and provide as much detail as possible and we'll try and resolve it for you. Useful information includes details about what charger you may be using, where the system is installed and whether you are using an inverter.

SlimLine (SL)

Please find the datasheets for the SlimLine product range below:

Product

Download

12V 110Ah SlimLine Battery


12V 110Ah SlimLine Battery with integrated 20A DC-DC Charger


12V 75Ah SlimLine Battery


12V 75Ah SlimLine Battery with integrated 20A DC-DC Charger



SlimLine X (SLX)

Please find the datasheets for the SlimLine X product range below:

Product

Download

12V 150Ah SlimLine X Battery (120A Output)


12V 150Ah SlimLine X Battery (240A Output)




SlimLine T (SLT)

Please find the datasheets for the SlimLine T product range below:

Product

Download

12V 150Ah SlimLine T Battery with integrated 40A DC-DC Charger




Control Module (CM)

Please find the datasheets for the Control Module product range below:

Product

Download

Control Module: 40A DC-DC Charger & 50A Solar Charger with Bluetooth Monitoring


Control Module: 40A DC-DC Charger & 100A Solar Charger with Bluetooth Monitoring




Slimline Battery
SL

  

Downloadable PDF


High Power Batteries
HP


Downloadable PDF (Medium)


Downloadable PDF (Large)


Freedom Power Pack
FPP

  

Downloadable PDF


Standard Power
SP

  

Downloadable PDF


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')