An asynchronous Python library for interacting with the Easee EV charger API. Current version 0.8.16, moderately active, no fixed release cadence.
pip install pyeaseeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: connect and list chargers.
Use `from pyeasee import Easee` instead.
Replace any calls to `.get_chargers()` with `charger.chargers`.
Store credentials securely (e.g., environment variables). Do not hardcode.
Upgrade to 0.8.x and use `from pyeasee import Easee`.
Make sure you call `await charger.connect()` before accessing `charger.chargers`.