Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days ago
JSON representation
python client library for inverterd
- Host: GitHub
- URL: https://github.com/gch1p/inverterd-client
- Owner: gch1p
- License: mit
- Created: 2021-05-06T21:35:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T13:51:06.000Z (over 3 years ago)
- Last Synced: 2024-11-22T15:27:34.057Z (about 1 month ago)
- Topics: infinisolar, inverter, voltronic, voltronic-axpert-inverters
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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, Formatc = 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