Skip to content
forked from smeyn/ZeverSolar

Python reader from a Zever Solar web server

Notifications You must be signed in to change notification settings

soluga/ZeverSolar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeverSolar

The ZeverSolar inverters have a (small) web server. Opening that page displays the current readings for that website. The Python application directly accesses the webserver, extracts the current readings and stores them in a SqlLite Db.

The plot application (plotZever.py) creates a simple plot of the generation data.

Prerequisite: docopt.py

Initial setup (initialise the database)

python zever.py -initDB

Run the data collector

python zever.py <url of inverter web server>

Plot today's data

python plotZever.py --today

About

Python reader from a Zever Solar web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%