Skip to main content

Obtiene datos del contador inteligente en la red de iberdrola distribucion

Project description

python-oligo

Obtiene datos del contador inteligente en la red de iberdrola distribución

Instalación:

pip install oligo

Ejemplo, consultar consumo actual:

from oligo import Iber

connection = Iber()
connection.login("user", "password")

watt = connection.watthourmeter()
print(watt)

Ejemplo, consultar estado ICP interno:

from oligo import Iber
connection = Iber()
connection.login("user", "password")
watt = connection.icpstatus()
print(watt)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oligo-1.0.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

oligo-1.0.0-py2.py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page