Prometheus Exporter for Deye Solar inverter. Works with firmware version MW3_16U_5406_1.56
.
Depending on the WiFi stability, the data is queried faster or slower. To give the exporter enough time, the Prometheus timeout should be set to at least one minute.
Example Docker Setup: Readme (Runs fine on a Raspberry Pi with Docker). Deutsche ausführliche Anleitung Liesmich
The exporter is based on https://github.com/s10l/deye-logger-at-cmd
Dashboard example: grafana.json
DOCKER_BUILDKIT=1 docker build --progress=plain -t solar_exporter .
docker run -d --name solar_exporter \
-p 9942:9942 \
-e DEYE_IP=192.168.2.15 \
-e DEYE_USER=admin \
-e DEYE_PASSWORD=admin \
solar_exporter
Example output at http://127.0.0.1:9942
# Solar Exporter
watt 555
today_e 11.1
total_e 22.2
online 1
voltage{panel="1"} 31.1
current{panel="1"} 9.4
voltage{panel="2"} 32.0
current{panel="2"} 8.1
temperature 32.7
executiontime 22