A program to read from an Rainforest Eagle-200 on the local network
Project description
Gather data locally from a Rainforest Eagle-200 device.
Eagle200 Rader provides the ability to retrieve data from a Rainforest Eagle-200 device from the local network, rather than from the cloud. Three arguments are needed to connect to the device; IP Address, Cloud ID (aka Username), and Install Code (aka Password).
Typical usage often looks like this:
#!/usr/bin/env python import eagle200_reader IP_ADDR = 1.1.1.1 CLOUD_ID = '0012ef' INSTALL_CODE = '4234343242343242' device = eagle200_reader.EagleReader(IP_ADDR, CLOUD_ID, INSTALL_CODE) print("Instantanous Demand: {} kW".format(device.instantanous_demand())) print("Total Energy Delivered: {} kWh".format(device.summation_delivered())) print("Total Energy Received: {} kWh".format(device.summation_received())) print("Total Net Energy: {} kWh".format(device.summation_total()))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eagle200_reader-0.2.1.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file eagle200_reader-0.2.1.tar.gz
.
File metadata
- Download URL: eagle200_reader-0.2.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d76aee9c04cc4ea27f551a470fa0744af4166c6f37a78b8462e7b88227737fbf |
|
MD5 | bc3a12ec1f92b30a2a5c50ac8bbf0564 |
|
BLAKE2b-256 | 000c20634dc5035a41b07db65490edd12f69392dce3f882f6725b143cf0d3553 |
File details
Details for the file eagle200_reader-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: eagle200_reader-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fa7f65fb1daee4668b0375ca1becf7b7484d662b54ff32dd4e7cd96a5511ff9 |
|
MD5 | 4d6f9afc819170576702504c8a6c553c |
|
BLAKE2b-256 | 49cdae47cf66faae2b4514aeeaa81cf3161009b68b21ef9a56e57f6aeaf123d7 |