Skip to content

Scrapers for consumer electric consumption measurements in Python

Notifications You must be signed in to change notification settings

akaihola/pyelcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyelcon - scrape your electric consumption

Note

This scraper stopped working on April 19th, 2017 when Fortum changed the authentication mechanism for the Valpas service. Any help for fixing the scraper would be appreciated. See this Twitter thread for Fortum's response to a request for an API and the plea for help with fixing this library.

Valpas

Example:

from valpas import Valpas
valpas = Valpas(username='your_email@domain.com',
                password='your_password',
                metering_point='1234567')
valpas.log_in()
series = valpas.get_hourly_consumption(begin='2016-10-18',
                                       end='2016-10-25')
series.plot()

About

Scrapers for consumer electric consumption measurements in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published