lgresu icon indicating copy to clipboard operation
lgresu copied to clipboard

LG Resu 10 LV Monitor

= LG Resu 10 LV Monitor image:https://travis-ci.org/jens18/lgresu.svg["Build Status", link="https://travis-ci.org/jens18/lgresu"] image:https://coveralls.io/repos/github/jens18/lgresu/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/github/jens18/lgresu?branch=master"] image:https://godoc.org/github.com/jens18/lgresu/lgresustatus?status.svg["GoDoc", link="https://godoc.org/github.com/jens18/lgresu/lgresustatus"] image:https://goreportcard.com/badge/github.com/jens18/lgresu["Go Report Card", link="https://goreportcard.com/report/github.com/jens18/lgresu"]

== Introduction

The http://www.lgchem.com/global/ess/ess/product-detail-PDEC0001[LG Resu 10 LV] Energy Storage System is a very compact, residential Lithium Ion battery made by LG Chem. The lgresu monitoring system can be adapted to work with other CANBus based Lithium Ion Battery Management Systems (BMS)(for example http://discoveraes.com/[Discover AES] batteries).

== Monitoring

The lgresu project provides a server and web based monitoring system to visualize the main LG Resu 10 LV BMS metrics such as:

  • State Of Charge (SOC)
  • State Of Health (SOH)
  • Voltage
  • Current
  • Temperature.

image::doc/lg_resu_dashboard_phone.png[Screenshot,375,660]

== Operation

The lgresu server also supplies the LG Resu 10 LV battery with a 'keep-alive' CANBus message which enables the use of a 48VDC inverter without a CANBus connection to the LG Resu 10 LV.

== Hardware

lgresu software requires a Raspberry PI equipped with a CANBus module connected to a LG Resu 10 battery:

image::doc/lg_resu_mon_hardware_1200x800.jpg[]

More details about the hardware can be found in link:https://github.com/jens18/lgresu/blob/master/doc/LGResuMon.adoc[LGResuMon.adoc].

This solution can coexist with other products for integration of the LG Resu 10 battery with an inverter (Schneider Conext Bridge, Victron ESS, SMA Sunny Island, ...).

It is also possible to connect this hardware to a car CANBus with an ODB2 to RJ45 adapter cable.

== Documentation

lg_resu_mon server: https://github.com/jens18/lgresu/blob/master/doc/LGResuMon.adoc + lg_resu_dashboard web application: https://github.com/jens18/lgresu/blob/master/doc/LGResuMon.adoc + lgresustatus API: https://godoc.org/github.com/jens18/lgresu/lgresustatus + datarecorder API: https://godoc.org/github.com/jens18/lgresu/datarecorder + Raspberry PI configuration: https://github.com/jens18/lgresu/blob/master/doc/RPISetup.adoc + Solar/Grid Hybrid System notes: https://jenska.gitlab.io/jknotes/posts/hybrid_grid/ + Discover AES CANBus specification: http://discoveraes.com/wp-content/uploads/2017/12/AEBus-Communication-Protocol-Specification.pdf