Metadata-Version: 2.4
Name: bluetti-bt-lib
Version: 0.0.1
Summary: Bluetti BT
Home-page: https://github.com/Patrick762/bluetti-bt-lib
Author: Patrick762
Author-email: <pip-bluetti-bt-lib@hosting-rt.de>
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: async_timeout
Requires-Dist: asyncio
Requires-Dist: bleak
Requires-Dist: crcmod
Requires-Dist: cryptography
Requires-Dist: logging
Requires-Dist: pyasn1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary


# bluetti-bt-lib
Inofficial Library for basic communication to bluetti powerstations.

## Disclaimer
This library is provided without any warranty or support by Bluetti. I do not take responsibility for any problems it may cause in all cases. Use it at your own risk.

## Installation

```bash
git clone https://github.com/Patrick762/bluetti-bt-lib.git
pip install .
```

## Run

```bash
bluetti
```

## Supported Powerstations and data

|Device Name|total_battery_percent|dc_input_power|ac_input_power|dc_output_power|ac_output_power|
|-----------|---------------------|--------------|--------------|---------------|---------------|
|AC70       |✅                   |✅            |✅            |✅             |✅             |
|AC180      |✅                   |✅            |✅            |✅             |✅             |
|EB3A       |✅                   |✅            |✅            |✅             |✅             |
|Handsfree 1|✅                   |✅            |✅            |✅             |✅             |
