Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.26 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.26 KB

Imeon Inverter Standalone API

GitHub Repository PyPI Package Website License: Apache-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:

pip install imeon_inverter_api

You can then simply use the package like this:

import imeon_inverter_api

Wiki

For documentation and some examples, please consult this project's wiki.