Tool to read data from Rainforest Legacy Eagle.
Project description
uEagle
Rainforest EAGLE client
Basic, lightweight client for accessing the local REST API of Rainforest Automation's EAGLE device.
Based off a micropython module, this uses minimal local resources.
Example use:
from uEagle import Eagle
CLOUD_ID = '012abc'
INSTALL_CODE = '0123456789abcdef'
ADDRESS = '192.168.1.123' #optional if your platform can resove mDNS
eagle = Eagle(CLOUD_ID, INSTALL_CODE, address=ADDRESS)
demand_data = eagle.get_instantaneous_demand()
print('Current Usage: {:.3f} kW'.format(demand_data['Demand']))
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
uEagle-0.0.2.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file uEagle-0.0.2.tar.gz
.
File metadata
- Download URL: uEagle-0.0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db6af4395ca17ab7186f57e595372c93c42cf7fea1fa54e426411852980ba4e1 |
|
MD5 | d1ffd5a31bcc448b4fc1b7131375d59f |
|
BLAKE2b-256 | 61473231c2c52eb3dec82ae5f22b4591264fb30e1a25092ce7733f0f84efb590 |
File details
Details for the file uEagle-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: uEagle-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30f93554549a14710ae34b0f419312351ca4b503c390224e4eef74828befeb65 |
|
MD5 | 60e15c74a06594608310a0e8e403e43a |
|
BLAKE2b-256 | 9676feaa05b864b280da5fbd0026d84c2ba18ecd2f8e5c28c438bebfd35eea26 |