Powering Freedomâ„¢

We believe everyone should have the freedom to use energy when and where they want to.

  

We build batteries that are:

Tough and rugged:
  • Designed, engineered and built in Australia
  • Tough aluminium enclosures
  • Designed for high power & a long lifespan 
Easy to install & use:   
  • SlimLine batteries that fit into tight spaces 
  • Built-in chargers that save time, space, cables & labour 
  • Inbuilt DC-DC chargers designed to work with Smart Alternators
  • Automatic safety reset protection
  • Included brackets for secure installs
Certified to international standards: 


LBS batteries use 62619 certified cells in all batteries and some models are certified to:

  • UN 38.3
  • AS IEC 62619
  • AS 3001.2
  • CISPR 25
  • ISO 7637-2
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')