Skip to content

rimek/tauron-elicznik-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tauron-elicznik-scraper

Simple python3 script that outputs JSON with energy meter data from Tauron eLicznik service

  1. Add login info and energy meter ID into script
  2. Run with python3 elicznik.py
  3. Get JSON output with energy meter data from last day

Energy meter ID can be obtained from https://elicznik.tauron-dystrybucja.pl/ website under "Punkt poboru:" field.

Script is currently tested only with G11 tariff.

Optionally you can save JSON as file - just uncomment 2 last lines.

You can change dane[chartDay] to get data from another day (not only the last one).

If JSON should not contain energy produced from solar panels, please comment the "dane[checkOZE]": "on".

Enjoy :)

Example usage with Grafana

About

Simple script that outputs JSON with energy meter data from Tauron eLicznik service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%