This application makes it possible to read out GoodWe Solar inverters through WiFi (without using a cloud solution like the SEMS portal). The output can be send to PVOutput.
- Copy
inverters.php.dist
toinverters.php
and set the IP-address(es) and optionally the PVOutput information for you inverter(s) ininverters.php
. - Run
php read.php
- Output of the inverter(s) in shown in the console
- When setting pv-output ApiKey and SystemId in
inverters.php
, the output will be send to PVOutput
- Add option to send output to home automation solutions
- PHP, Version 7.3+ with php-curl module.
- A GoodWe solar inverter with minimal version x.y.14 (Inverter should be discoverable with the SolarGo app)
A lot of information comes from Tweakers forum and related links in that topic. More specific posts: this and this and this repo