Skip to content

Commit c3602ef

Browse files
authored
Merge pull request #257 from mi-hol/patch-3
Update README.md
2 parents 2c13f4b + 66f97df commit c3602ef

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
## Introduction
44
Hoymiles Zero Export is a Python script for managing the power of the Hoymiles inverters to reduce the amount of the generated power to the grid. Based on the current power output, the script can automatically adjust the export limit of the inverter, allowing for optimal energy management.
55

6+
## Limits of solutions
7+
- no GUI planned, configuration via ini-file only
8+
- no integration into HomeAutomation (HA) or other similar tools
9+
- no recommendations for system hardware setup (look elsewhere for hardware and cabling setup recommendations)
10+
611
## Prerequisites
712
Before running this script make sure you have the following met:
813
1. a python installation not in status "end-of-life" according to [python.org](https://devguide.python.org/versions/) To check see section "Python prerequisite check"
914
2. a powermeter which outputs a negative power value in case of returning to the grid.
1015
For example: the Holley DTZ541 shows -150W if the solar inverter is overproducing.
1116
This script does not use MQTT, it's based on webapi communication.
17+
3. user needs basic understanding of running python scripts and modification of configuration
1218

1319
### Supported Smart-Meter Modules:
1420
- [Tasmota Smart Meter Interface](https://tasmota.github.io/docs/Smart-Meter-Interface/) (e.g. "[Hichi IR Lesekopf](https://www.ebay.de/sch/i.html?_ssn=hicbelm-8)" or equal)

0 commit comments

Comments
 (0)