envoy-utils
Python utilities for the Enphase Envoy
What it is and what it does
envoy-utils is a Python library for working with Enphase Envoy solar energy systems. It provides three main capabilities: calculating the installer password for a given Envoy serial number, discovering Envoy devices on a local network using Bonjour/Zeroconf, and streaming real-time production and consumption data from the system. The package depends only on zeroconf for network discovery and requires Python 3.8 or later.
The package was last released on 2021-09-06 and is no longer maintained. While it has modest download volume, the lack of updates means it may not work with recent Enphase hardware, firmware versions, or API changes. It is best suited for users working with older Envoy systems or as a reference implementation for understanding Enphase integration patterns.
Use it for:
- Calculate the installer password for an Enphase Envoy given its serial number for system access.
- Discover Enphase Envoy devices on a local network automatically using Bonjour/Zeroconf.
- Stream real-time solar production and consumption data from an Envoy system for monitoring or logging.
- Integrate legacy Enphase Envoy systems into custom home automation or energy monitoring solutions.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides utilities to interact with Enphase Envoy solar systems, including installer password calculation, device discovery via Bonjour/Zeroconf, and production/consumption data streaming.
No, not recommended for new projects. The package is abandoned (last release 2021-09-06) with no ongoing maintenance, and Enphase's APIs and hardware may have changed significantly since then. Install only if you are maintaining legacy code that already depends on it or working with very old Envoy hardware where compatibility is known.
Install
envoy-utils on PyPI
pip
pip install envoy-utilsuv
uv add envoy-utilspoetry
poetry add envoy-utilsInstalling envoy-utils
Before you install
Package is abandoned (last release 2021-09-06, no commits since). Low install friction with a single dependency on zeroconf, but maintenance is no longer active and no updates are forthcoming.
License in practice
Licensed under GPLv3+, a copyleft license. Any derivative work or distribution must also be open-source under compatible terms.
Quickstart
pip install envoy-utils
import envoy_utils
# Use passwordCalc, findEnphaseWithBonjour, or enphaseStreamMeter utilities
Requires Python 3.8 or later; depends on zeroconf for Bonjour discovery.
Verify before relying
- Whether the Enphase API or authentication methods have changed since 2021 that would break password calculation or streaming functionality.
- Current compatibility with modern Enphase Envoy hardware versions and firmware.
- Whether zeroconf discovery still works reliably on current network configurations.
Package facts
| License | not declared (copyleft) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — zeroconf |
| Maintenance | abandoned — 1,803 days since the last release |
| First released | |
| Downloads | 78,912/month — #14,393 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: envoy_utils-0.0.1-py3-none-any.whl
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pyenphaseProvides a Python library to communicate with…
permissive · top 15,000 on PyPI
forecast-solarAsynchronous Python client for fetching solar…
permissive · top 15,000 on PyPI
pysmaConnects to SMA solar inverters via their…
permissive · top 15,000 on PyPI
ovoenergyA Python client library for querying energy…
permissive · top 15,000 on PyPI
huawei-solarProvides a Python interface to read and write…
agpl · top 15,000 on PyPI
pvlibSimulates photovoltaic energy system…
permissive · top 5,000 on PyPI
sense-energyProvides Python access to the Sense Energy…
permissive · top 15,000 on PyPI
goodweConnects to GoodWe solar inverters over local…
permissive · top 15,000 on PyPI
victron-mqttAn asynchronous Python library for…
permissive · top 15,000 on PyPI