diff --git a/setup/monthly_reset/readme.md b/setup/monthly_reset/readme.md index 700e2ad..97d3bce 100644 --- a/setup/monthly_reset/readme.md +++ b/setup/monthly_reset/readme.md @@ -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 -``` \ No newline at end of file +``` + +Based on: https://github.com/jedie/inverter-connect