grahamwetzler / smart-meter-texas

Package to connect to and retrieve data from the unoffical Smart Meter Texas API
MIT License
14 stars 14 forks source link

================= Smart Meter Texas

.. image:: https://img.shields.io/pypi/v/smart_meter_texas.svg :target: https://pypi.python.org/pypi/smart_meter_texas

.. image:: https://img.shields.io/travis/grahamwetzler/smart-meter-texas.svg :target: https://travis-ci.com/grahamwetzler/smart-meter-texas

Package to asynchronously connect to and retrieve data from the unofficial Smart Meter Texas API using aiohttp.

Currently only obtaining the dashboard and current meter reading are implemented. There are serval other API endpoints that are not implemented in this package.

Install

To install:

.. code-block:: bash

$ pip install smart-meter-texas

Example

Please see the examples for an idea of how to get started using the package.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

.. Cookiecutter: https://github.com/audreyr/cookiecutter .. audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage