-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |