8000 GitHub - nivstein/pyrympro: A Python package to community with Read Your Meter Pro
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ pyrympro Public
forked from OnFreund/pyrympro

A Python package to community with Read Your Meter Pro

License

Notifications You must be signed in to change notification settings

nivstein/pyrympro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()
...

About

A Python package to community with Read Your Meter Pro

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0