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.1.4.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file eagle200_reader-0.1.4.tar.gz
.
File metadata
- Download URL: eagle200_reader-0.1.4.tar.gz
- Upload date:
- Size: 3.6 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 | b8406601b1ec3d225e1b2cb7fc7b23488291a748e661948917bd9000c8171e36 |
|
MD5 | f257495c3562f8942f8f07875a7b6596 |
|
BLAKE2b-256 | 0ee358cefe38f54511978ec9a5de1f57169f9ff73e22b23bf1c44ac904bdb17e |
File details
Details for the file eagle200_reader-0.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: eagle200_reader-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 16.7 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 | 7d539a12701cc0438f926cb1ad883ab8b7efcdf5b16f9ff13ff8e00f89421e6e |
|
MD5 | 1b9ea5e60386fec518c93c31cf6ce026 |
|
BLAKE2b-256 | 94962d99e6fa7387d671662061bbccd4f56c89e6a1a703ffe89de036fef0dd26 |