Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ToWipf authored Dec 7, 2024
1 parent da2532e commit 23180c8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions setup/monthly_reset/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Monthly Reset

this is optional and not necessary
If the Deye inverter has no internet connection, the value of the daily power counter accumulates endlessly.

# https://github.com/jedie/inverter-connect
This container resets the daily power counter of the Deye inverter to 0 kWh every month.

This is optional and not necessary. It is only for statistics.

Build
```sh
#Config File inverter-connect.toml
ip = "192.168.2.15" # Change to your Deye IP

DOCKER_BUILDKIT=1 docker build -t solar_reset .
docker run solar_reset
```
```

Based on: https://github.com/jedie/inverter-connect

0 comments on commit 23180c8

Please sign in to comment.