Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syssi/esphome-lolan-bms
- Owner: syssi
- License: apache-2.0
- Created: 2024-06-23T16:46:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T09:06:19.000Z (2 months ago)
- Last Synced: 2024-10-25T16:15:03.512Z (2 months ago)
- Topics: bluetooth, esphome, esphome-component, hacktoberfest
- Language: C++
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 <