Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 429 Bytes

File metadata and controls

12 lines (7 loc) · 429 Bytes

Zeversolar.php

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.