PVOutput PHP uploader script for Zever Solar Inverters to send data every 5 minutes to PVOutput
Its work in progress and having a few missed uploads every so often but unsure if that is just due to poor wifi signal.
I run as a Cron task in 5 min intervals on my Pi as below.
crontab -e
*/5 * * * * /mnt/ext/opt/apache/bin/php /share/CACHEDEV1_DATA/Web/zeversolar/zever.php
Changes for use with QNAP server.