pyenergi

Python client for the myenergi API


Keywords
home, automation, internet, of, things, iot, myenergi
License
Other
Install
pip install pyenergi==0.0.1a2

Documentation

pyenergi

Unofficial Python API client for the myenergi API.

PyPI version Release workflow status Documentation on Read The Docs


This project is not remotely ready for anyone to look at, let alone use. I will not provide support, nor am I accepting PRs at this time.


Coverage

  • Zappi

Developing

Clone the repository and run the following command:

uv pip install -e . -r pyproject.toml --extra=dev --extra=docs

This will install the project in editable mode with all development dependencies.

Running tests

pytest