PVOutput is a free service for sharing, comparing and monitoring live solar photovoltaic (PV) and energy consumption data. It is a worldwide catalog of installed PV sites containing details of location, output, capacity, and efficiency. This code is a work-in-progress. Individually, you can maintain data about the production of. . Get your API key from the account page on PVOutput Here's a quick code example: from pvoutput import PVOutput import json apikey = 'aaaaaabbbbbbccccccddddddeeeeeeffffffgggg' systemid = 12345 pvo = PVOutput(apikey=apikey, systemid=systemid) print(json. It provides both manual and automatic data uploading facilities.
[pdf]