SolarEdge 2 MQTT Service
SolarEdge2MQTT reads power data from a SolarEdge inverter over Modbus TCP and publishes it to an MQTT broker. It is built for home automation: real-time power flow, battery state, grid import and export, and meter readings, all as MQTT topics that Home Assistant can discover on its own.
Beyond the inverter itself, the service can log in to your SolarEdge monitoring account to read module-level production and control an EV charger, keep a local history in a SQLite file, and forecast tomorrow's production from that history and live weather data.
📖 Full documentation: deroetzi.github.io/solaredge2mqtt
🔧 Features
- 📡 Modbus communication with SolarEdge inverters over TCP
- 🧠 Leader/follower support for cascaded and physically separate multi-inverter setups
- ⚡ Power flow monitoring: inverter production, battery charge and discharge, grid import and export, consumption and generation from the Modbus meters
- 🔋 StorEdge battery control, including remote charge and discharge limits
- 🕸️ MQTT integration with optional TLS, for Home Assistant and anything else
- 🔄 Home Assistant auto discovery
- 💡 Local history in a SQLite database, no external service required
- 📈 PV production forecasting from a machine learning model, fed by the local history and OpenWeatherMap
- 💸 Price-based savings calculation for consumption and export
- 🔌 SolarEdge Wallbox monitoring over its REST API
- 🌐 Module-level monitoring through the SolarEdge monitoring site, no API key needed
- 🚗 EV charger monitoring and control through the same account
- 🐳 Docker and Docker Compose images for
linux/amd64andlinux/arm64
🚀 Quick Start
pip install -U solaredge2mqtt
# Writes example config files into ./config/ and exits
solaredge2mqtt
Fill in the inverter address and your MQTT broker in config/configuration.yml, put the broker
password in config/secrets.yml, and start it again.
Or with Docker:
mkdir -p config
docker run -d --name solaredge2mqtt \
-v $(pwd)/config:/app/config \
-e "TZ=Europe/Berlin" \
--restart unless-stopped \
ghcr.io/deroetzi/solaredge2mqtt:latest
Step by step, with every option explained: Installation guide
📚 Documentation
| Guide | What it covers |
|---|---|
| Getting Started | Installation, first configuration, running as a service |
| Configuration Reference | Every option, one page per service |
| Deployment | Docker, Docker Compose, the full stack with Grafana |
| Migration | Upgrading to 3.0.0, moving an InfluxDB history into the local storage |
| Troubleshooting | Known symptoms and what to do about them |
| Architecture Decisions | Why the project is built the way it is |
| Contributing | Development setup, tests, pull requests |
💬 Contact and Feedback
For questions and discussion, join us on Discord.
Ideas, suggestions and problems are welcome as an issue.
❤️ Support
If you like this project, I would appreciate a small contribution.
Release files for solaredge2mqtt 3.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| solaredge2mqtt-3.0.0.tar.gz | 781.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| solaredge2mqtt-3.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 914.3 kB
Release files / solaredge2mqtt-3.0.0.tar.gz
| Download URL | solaredge2mqtt-3.0.0.tar.gz |
|---|---|
| Size | 781.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5005aebd036ddf2c69edfd5acaa1731e40e832f42d1cc198901ddec7a7b292b8
|
|
BLAKE2b-256 checksum How to use checksums |
59bc82ffdbafd06bf8b2cd4060b5a57a312470f734154a07ec9af0321b89d8e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 3, 2026.
Transparency logRelease files / solaredge2mqtt-3.0.0-py3-none-any.whl
| Download URL | solaredge2mqtt-3.0.0-py3-none-any.whl |
|---|---|
| Size | 132.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7e3d196c9bb651832d092b5ad73f091a68a4d9bd292c1630e7bb1775cb640fe0
|
|
BLAKE2b-256 checksum How to use checksums |
80e33dd7ed15172ef97f6d082855a6be221ca0be13b4ec142a0ff82143b26117
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 3, 2026.
Transparency log