Skip to content

Releases: koen-lee/GoodweUDPToPvOutput

The First Public Release

20 May 13:41
4a6ae46
Compare
Choose a tag to compare
Pre-release

About this version

This version works for 16 hours straight at my place.
Which means it might be useful for you too, though no warranties.
The release is a self-contained executable, avaliable for linux-arm (eg Raspberry Pi) and windows.

Installation

A working PVOutput account is assumed.
Extract the executable to a suitable place.
For a first run, you can run it without arguments:
> ./GoodweUdpPoller
It should discover your inverter.
Adapt the included pollgoodwe.sh to use your PVOutput settings.
Schedule the script to run on your configured interval (either 5 or 15 minutes):
> crontab -e
A sample cron line to push every five minutes:
*/5 * * * * /home/pi/goodweudppoller/pollgoodwe.sh