Skip to content

MartijnBraam/pvoutput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Api wrapper for pvoutput.org

This is a simple python module for uploading your solarpanel data to pvoutput.

Usage

from pvoutput import PvOutputApi

api = PvOutputApi(api_key="something", system_id="something")

# Call every 5, 10 or 15 minutes with new data
api.update_status(power_generation=200, temperature=39.2, voltage=800)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages