Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imeon-inverters-for-home-assistant/inverter-api
A standalone API to collect data from the Imeon Energy Inverters. Uses HTTP POST/GET.
https://github.com/imeon-inverters-for-home-assistant/inverter-api
api-client imeon-energy python3
Last synced: about 2 months ago
JSON representation
A standalone API to collect data from the Imeon Energy Inverters. Uses HTTP POST/GET.
- Host: GitHub
- URL: https://github.com/imeon-inverters-for-home-assistant/inverter-api
- Owner: Imeon-Inverters-for-Home-Assistant
- License: other
- Created: 2024-07-29T15:06:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T13:01:36.000Z (4 months ago)
- Last Synced: 2024-11-06T12:07:54.452Z (about 2 months ago)
- Topics: api-client, imeon-energy, python3
- Language: Python
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Imeon Inverter Standalone API
[![GitHub Repository](https://img.shields.io/badge/-GitHub%20Repository-181717?logo=github)](https://github.com/Imeon-Inverters-for-Home-Assistant/inverter-api)
[![PyPI Package](https://img.shields.io/badge/-PyPI%20Package-%20?style=flat&logo=pypi&logoColor=white&color=%233775A9)](https://pypi.org/project/imeon-inverter-api/)
[![Website](https://img.shields.io/badge/-Imeon%20Energy-%2520?style=flat&label=Website&labelColor=grey&color=black)](https://imeon-energy.com/)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-44cc11.svg)](https://www.apache.org/licenses/LICENSE-2.0)A standalone API allowing communication with Imeon Energy inverters.
#
### Requirements
- Imeon OS One v1.8.1.0+ (release end of 2024).
### Features
- uses HTTP POST/GET (auth + read-only)
- compatible with all models
- request rate limiter### Planned
- changing inverter settings from API calls## Installation
You can install the package using pip:
```bash
pip install imeon_inverter_api
```
You can then simply use the package like this:
```python
import imeon_inverter_api
```## Wiki
For documentation and some examples, please consult this project's **[wiki](https://github.com/Imeon-Inverters-for-Home-Assistant/inverter-api/wiki)**.