Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.07 KB

README.rst

File metadata and controls

40 lines (23 loc) · 1.07 KB

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.

  • Free software: MIT license

Install

To install:

$ 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.