A standalone API allowing communication with Imeon Energy inverters.
- Imeon OS One v1.8.1.0+ (release end of 2024).
- uses HTTP POST/GET (auth + read-only)
- compatible with all models
- request rate limiter
- changing inverter settings from API calls
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
For documentation and some examples, please consult this project's wiki.