Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syssi/esphome-lolan-bms

ESPHome component to monitor a Lolan Battery Management System via BLE
https://github.com/syssi/esphome-lolan-bms

bluetooth esphome esphome-component hacktoberfest

Last synced: 2 months ago
JSON representation

ESPHome component to monitor a Lolan Battery Management System via BLE

Awesome Lists containing this project

README

        

# esphome-lolan-bms

![GitHub actions](https://github.com/syssi/esphome-lolan-bms/actions/workflows/ci.yaml/badge.svg)
![GitHub stars](https://img.shields.io/github/stars/syssi/esphome-lolan-bms)
![GitHub forks](https://img.shields.io/github/forks/syssi/esphome-lolan-bms)
![GitHub watchers](https://img.shields.io/github/watchers/syssi/esphome-lolan-bms)
[!["Buy Me A Coffee"](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://www.buymeacoffee.com/syssi)

ESPHome component to monitor a Lolan Battery Management System via BLE

## Supported devices

* Lolan Smart BMS, 20240511003, 8S 45A advertised via BLE as `LOLAN8S45A`

## Requirements

* [ESPHome 2024.6.0 or higher](https://github.com/esphome/esphome/releases).
* Generic ESP32 board

## Installation

You can install this component with [ESPHome external components feature](https://esphome.io/components/external_components.html) like this:
```yaml
external_components:
- source: github://syssi/esphome-lolan-bms@main
```

or just use the `esp32-example.yaml` as proof of concept:

```bash
# Install esphome
pip3 install esphome

# Clone this external component
git clone https://github.com/syssi/esphome-lolan-bms.git
cd esphome-lolan-bms

# Create a secrets.yaml containing some setup specific secrets
cat > secrets.yaml <