Metadata-Version: 2.4
Name: bluetti-bt-lib
Version: 0.0.2
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
pip install bluetti-bt-lib
```

## Run

```bash
bluetti
```

## Supported Powerstations and data

Validated

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

Added and mostly validated by contributors (some are moved here from the HA Integration https://github.com/Patrick762/hassio-bluetti-bt):

|Device Name|Contributor     |total_battery_percent|dc_input_power|ac_input_power|dc_output_power|ac_output_power|
|-----------|----------------|---------------------|--------------|--------------|---------------|---------------|
|AC2A       |@ruanmed        |✅                   |✅            |✅            |✅             |✅             |
|AC60       |@mzpwr          |✅                   |✅            |✅            |✅             |✅             |
|AC60P      |@mzpwr          |✅                   |✅            |✅            |✅             |✅             |
|AC70P      |@matthewpucc    |✅                   |❌            |❌            |❌             |❌             |
|AC180P     |@Patrick762     |✅                   |✅            |✅            |✅             |✅             |

## Controls

Controls will be migrated to this library soon
