Skip to content
/ pySuez Public
forked from ooii/pySuez

Get your water consumption data from your Suez account (www.toutsurmoneau.fr)

License

Notifications You must be signed in to change notification settings

tomyvi/pySuez

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pySuez

Get your consumption data from your Suez account (www.toutsurmoneau.fr)

This work is inspired by the Sirus's domoticz sensor. It is also inspired by pyLinky code from Pirionfr.

Installation

The easiest way to install the library is using pip:

pip install pySuez

You can also download the source code and install it manually::

cd /path/to/pySuez/
python setup.py install

Usage

Print your current and history data

pySuez -u <USERNAME> -p <PASSWORD> -c <COUNTER_ID>

You need to get your COUNTER_ID either from your bill or from your history consumption on your Suez's website. You can find it in the source code of this webpage, right after .../mon-compte-en-ligne/statMData/xxxxxxx?....

Dev env

create virtual env and install requirements

virtualenv -p /usr/bin/python3.4 env
pip install -r requirements.txt

About

Get your water consumption data from your Suez account (www.toutsurmoneau.fr)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%