Go to file
2024-03-26 10:16:57 +01:00
dashboard Dashboard configuration 2024-03-26 10:16:57 +01:00
.gitignore Implementation for direct modbus export, factor out Prometheus code 2024-03-25 22:43:45 +01:00
LICENSE License GPL3 2024-03-26 10:16:45 +01:00
prom.py Implementation for direct modbus export, factor out Prometheus code 2024-03-25 22:43:45 +01:00
README.md Improve docs and inline help 2024-03-26 10:12:21 +01:00
solaredge_api.py Add host/port to top config 2024-03-26 09:59:24 +01:00
solaredge_modbus.py Improve docs and inline help 2024-03-26 10:12:21 +01:00
solaredge_modbus.sh Implementation for direct modbus export, factor out Prometheus code 2024-03-25 22:43:45 +01:00
solaredge.py Implementation for direct modbus export, factor out Prometheus code 2024-03-25 22:43:45 +01:00
sunspec.py Protect against zero reads in counter 2024-03-26 09:57:06 +01:00

SolarEdge Inverter Exporter

Local Modbus/TCP Exporter

Usage:

solaredge_modbus.py [-d] [-l LISTEN] [-p PORT] HOST [PORT]

Prometheus exporter for SolarEdge inverters

positional arguments:
  HOST                  Inverter Network Address
  PORT                  Inverter Modbus/TCP port (default: 1502)

options:
  -h, --help            show this help message and exit
  -d, --debug           Enable debug info in HTTP answers (default: False)
  -l LISTEN, --listen LISTEN
                        Address to bind for the HTTP server (default: localhost)
  -p PORT, --listen-port PORT
                        Port of the HTTP server (default: 9150)

Cloud API Exporter

Edit the solaredge_api script and put your API key, site id and inverter serial number Edit the listening host and port if needed