Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ToWipf committed Nov 24, 2024
1 parent 59953b4 commit 1db35a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The exporter is based on https://github.com/s10l/deye-logger-at-cmd

Dashboard example: [grafana.json](setup/grafana.json)

![image](setup/grafana.png)
![image](setup/dashboard.png)

## Build the Container

Expand All @@ -31,7 +31,7 @@ docker run -d --name solar_exporter \
solar_exporter
```

## Example output
## Example output at http://127.0.0.1:9942

```yml
# Solar Exporter
Expand All @@ -46,5 +46,3 @@ current{panel="2"} 8.1
temperature 32.7
executiontime 22
```

http://127.0.0.1:9942
File renamed without changes
2 changes: 1 addition & 1 deletion setup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

prometheus:
container_name: prometheus
image: prom/prometheus
image: prom/prometheus:v3.0.0
ports:
- "9090:9090"
volumes:
Expand Down
1 change: 1 addition & 0 deletions setup/liesmich.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ apt install docker-compose

```sh
git clone https://github.com/ToWipf/deye-solar-exporter.git
cd deye-solar-exporter
```

## Konfiguration der docker-compose.yml
Expand Down

0 comments on commit 1db35a6

Please sign in to comment.