LBS Caravan System

The simple, all-in-one lithium solution for your caravan

Smart Monitoring

Install the included screen anywhere inside your van and monitor your system's power usage.

Bluetooth App.  

 Monitor your charging and power usage on your phone, computer or tablet via the app.

  • Bluetooth Monitoring

  • Up to 100A MPPT Solar Controller

  • 40A DC-DC Charger

  • Anderson Connectors

  • Busbar Connections

  • IEC 62619 for AS 3001.2

  • Modular Design

No more messy wiring  

  1. Save time having to mount and cable multiple components.

  2. The LBS Control Module combines everything into a compact, pre-wired unit.

  3. DC-DC Charger, Solar Charger, Circuit Breakers, Shunt, Voltmeters, External Connections and Battery power
  4. are all professionally pre-wired into a simple to install, single unit called the Charge Module CM.


S

 

Caravan Systems to comply with the new Australian Safety Standards 3001.2

  • Stackable and Scalable Battery Capacity in 220Ah increments: 220, 440, 660, 880, 1100Ah etc.
  • Simple Cross Bar links.
  • Up to 100A MPPT Solar Controllers and 40A DC-DC chargers. All built-in.
  • Battery Modules have an electronic switch so you can let them sleep and makes installation safer and easier.
  • All cabling, cross connects, switches, shunts and connections are included in a simple easy to install unit.
Your Dynamic Snippet will be displayed here... This message is displayed because you did not provided both a filter and a template to use.
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')