Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gch1p/inverterd-client

python client library for inverterd
https://github.com/gch1p/inverterd-client

infinisolar inverter voltronic voltronic-axpert-inverters

Last synced: about 22 hours ago
JSON representation

python client library for inverterd

Awesome Lists containing this project

README

        

# inverterd-client

This is a Python [inverterd](https://github.com/gch1p/inverter-tools) client library.

## Installation

It's available on Pypi:

```
pip install inverterd
```

## Usage example
```python
from inverterd import Client, Format

c = Client(8305, '127.0.0.1')
c.connect()

c.format(Format.JSON)
print(c.exec('get-status'))
print(c.exec('get-year-generated', (2021,)))
```

## License

MIT