Asynchronous Python library to query battery management systems (BMS) via Bluetooth Low Energy (BLE). Requires Python >=3.12. Version 0.23.0 is the latest stable release, with ongoing active development.
pip install aiobmsbleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to a BMS device by BLE address and read cell voltages.
Update Python to 3.12 or later.
Always use `await` when calling BMS methods.
Monitor the GitHub releases for breaking changes to `update()`.