Metadata-Version: 2.4
Name: pyenvertechevt800
Version: 0.2.4
Summary: Library to interface an Envertech EVT-800 device
Home-page: https://github.com/daniel-bergmann-00/pyenvertech-evt800
Download-URL: https://github.com/daniel-bergmann-00/pyenvertech-evt800/tarball/0.2.4
Author: Daniel Bergmann
Author-email: daniel.bergmann00+envertec_evt800@gmail.com
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# pyenvertech-evt800 library

[![Workflow Status](https://github.com/daniel-bergmann-00/pyenvertech-evt800/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/daniel-bergmann-00/pyenvertech-evt800/actions)

Envertech EVT800 library for Python 3. The library was created
to integrate Envertech EVT800 inverters with HomeAssistant

See <https://www.envertec.com/> for more information on the Envertech solar
inverters

## Example usage

See [example.py](./example.py) for a basic usage and tests

## Home Assistant (TODO)

The Home Assistant Envertech EVT800 documentation can be found
[here](https://www.home-assistant.io/components/TODO)

> ---
>
> **This library uses the TCP-Server of the EVT800 device.**
>
> **If you can access your EVT800 via your browser, this might work for you.**
>
> ---

### How to debug this addon

1. Ensure you can access your EVT800 from your browser

To enable detailed logging in Home Assistant, you can add the following to your configuration

```yaml
logger:
  default: info
  logs:
    homeassistant.components.pyenvertechevt800: debug
    pyenvertechevt800: debug
```

## Technical Info

see: [OpenEVT](https://github.com/brandon1024/OpenEVT)
