Skip to content

Commit

Permalink
doku update
Browse files Browse the repository at this point in the history
  • Loading branch information
ToWipf committed Nov 24, 2024
1 parent b35289e commit 59953b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Prometheus Exporter for Deye Solar inverter. Works with firmware version `MW3_16

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](setup/readme.md) (Runs fine on a Raspberry Pi with Docker)
Example Docker Setup: [Readme](setup/readme.md) (Runs fine on a Raspberry Pi with Docker). Deutsche ausführliche Anleitung [Liesmich](setup/liesmich.md)

The exporter is based on https://github.com/s10l/deye-logger-at-cmd

Expand Down
6 changes: 3 additions & 3 deletions setup/grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -1139,8 +1139,8 @@
},
"timepicker": {},
"timezone": "",
"title": "Übersicht Solar 2",
"uid": "8wFrHwb4kx",
"title": "Übersicht Solar",
"uid": "solar",
"version": 1,
"weekStart": ""
}
}
9 changes: 5 additions & 4 deletions setup/liesmich.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ausführliche Anleitung zur Einrichtung von docker deye-solar-exporter mit Prometheus und Grafana
# Ausführliche Anleitung zur Einrichtung des Deye-solar-exporters mit Prometheus und Grafana

## Docker installieren

Expand All @@ -13,9 +13,8 @@ apt install docker-compose
git clone https://github.com/ToWipf/deye-solar-exporter.git
```

## Konfiguration
## Konfiguration der docker-compose.yml

docker-compose.yml
```yml
solar-exporter:
container_name: solar_exporter # Name des Containers
Expand All @@ -27,6 +26,8 @@ solar-exporter:
DEYE_IP: 192.168.2.15 # IP-Adresse des Deye Solar Wechselrichters
DEYE_USER: admin # Benutzername des Deye Solar Wechselrichters
DEYE_PASSWORD: admin # Passwort des Deye Solar Wechselrichters

... Prometheus teil -> --storage.tsdb.retention.time=790d # Einstellung wie lage die Daten gespeicher werden sollen
```

## Docker Volume Ordner vorbereiten
Expand Down Expand Up @@ -57,7 +58,7 @@ docker-compose logs -f # Logs anzeigen
Web Aufrufe:

- Solar-exporter: http://localhost:9942/metrics # Ausgabedauer bis zu einer Minute
- Prometheus: http://localhost:9090/targets?search= # Hier sollte nach zwei bis drei Minute alles "grün" sein
- Prometheus: http://localhost:9090/targets?search= # Hier sollte nach zwei bis drei Minuten alles "grün" sein
- Grafana: http://localhost:3000 # Anmeldung: per admin/admin

## Grafana Einstellungen
Expand Down

0 comments on commit 59953b4

Please sign in to comment.