This script pulls data directly from the GoodWe inverter and sends it directly to PVOutput without using the Sems portal.
Modified version from a fork in order to work using Docker & send consumption data to pvo.
Take a look at the forked repo
Runs every 5 minutes
docker build -t goodwe2pvoutput .
docker run --restart always --name="goodwe2pvoutput" -d goodwe2pvoutput
Take a look at the forked repo