/smart-meter-texas

Package to connect to and retrieve data from the unoffical Smart Meter Texas API

Primary LanguagePythonMIT LicenseMIT

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.