A python library to communitcate with Read Your Meter Pro (https://rym-pro.com/).
Project description
pyrympro
A python library to communitcate with Read Your Meter Pro.
Installation
You can install pyvolumio from PyPI:
pip3 install pyrympro
Python 3.7 and above are supported.
How to use
from pyrympro import RymPro
rym = RymPro()
# you can also pass in your own session
rym = RymPro(session)
# device_id can be anything you choose
await rym.login("<email>", "<password>", "<device_id>")
info = await rym.account_info()
meter_reads = await rym.last_read()
...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyrympro-0.0.9.tar.gz
(5.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyrympro-0.0.9.tar.gz.
File metadata
- Download URL: pyrympro-0.0.9.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
260aca48398b540465108bf288ada098a61d26f2df64b3fed61c358b78940d4d
|
|
| MD5 |
e9ad6d4dec98920eb145c18744467802
|
|
| BLAKE2b-256 |
8fc2ac511683f86c9b805c85f0a6298facb792e02398082ccad96b6eec951d42
|
File details
Details for the file pyrympro-0.0.9-py3-none-any.whl.
File metadata
- Download URL: pyrympro-0.0.9-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94cb04c5282b1d2a214e50455d75e61a9ba0510de5279e7e09ca6c074d5b3a5a
|
|
| MD5 |
4311f72c8b6fa48489b27c066254b9b5
|
|
| BLAKE2b-256 |
57391f82654e8bfbe480d12cff2d3c968d6629641b60bbba705f7b5049ea1d52
|