Python library and CLI for communicating with the myenergi API. Current version 0.2.3, released irregularly (last update Dec 2021). Targets Python >=3.6.
pip install pymyenergiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialise connection and list devices.
Pin version and test after myenergi server updates.
Implement delays between requests (e.g., at least 10 seconds).
Check GitHub issues for new device support.
Use: from pymyenergi.client import MyenergiClient
Ensure credentials are correct. Password is sent in cleartext; check myenergi server status.
Use: from pymyenergi import Myenergi
No dependency data recorded yet.