Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qqaatw/libtaipower
A library for retrieving Taipower data
https://github.com/qqaatw/libtaipower
Last synced: 22 days ago
JSON representation
A library for retrieving Taipower data
- Host: GitHub
- URL: https://github.com/qqaatw/libtaipower
- Owner: qqaatw
- License: apache-2.0
- Created: 2022-04-14T15:26:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T17:33:25.000Z (over 2 years ago)
- Last Synced: 2024-03-15T14:22:18.077Z (8 months ago)
- Language: Python
- Size: 74.2 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taipower Library
[![CI](https://github.com/qqaatw/libtaipower/workflows/CI/badge.svg)](https://github.com/qqaatw/libtaipower/actions)
[![codecov](https://codecov.io/gh/qqaatw/libtaipower/branch/main/graph/badge.svg?token=W147MOH1T0)](https://codecov.io/gh/qqaatw/libtaipower)
[![docs](https://readthedocs.org/projects/libtaipower/badge/?version=latest)](https://libtaipower.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/libtaipower.svg?color=%23007ec6)](https://pypi.python.org/pypi/libtaipower/)
[![Python Versions](https://img.shields.io/pypi/pyversions/libtaipower.svg)](https://pypi.python.org/pypi/libtaipower/)
[![Downloads](https://pepy.tech/badge/libtaipower)](https://pepy.tech/project/libtaipower)## Feature
A Python library for retrieving Taipower data.
## Supported devices
- Taipower AMI electric meter 臺電 AMI 電錶
- AMI info (quarter/hourly/daily/monthly) AMI 資訊 (十五分/每小時/每日/每月)
- AMI bill AMI 帳單
- AMI unbilled AMI 未出帳帳單
- Bill records 帳單紀錄
- ~~Taipower electric meter 臺電一般電錶~~
- ~~Bill records 帳單紀錄~~## Installation
### Python Library
pip install libtaipower
### Home Assistant Integration
See [taipower-ha](https://github.com/qqaatw/taipower-ha).
## Documentation
See [docs](https://libtaipower.readthedocs.io/en/latest/).
## License
Apache License 2.0