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.2.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file eagle200_reader-0.1.2.tar.gz
.
File metadata
- Download URL: eagle200_reader-0.1.2.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 | 34202cb5b4ff26fd587c3f8c4487ae57ac5dc27bae5ee11684110de37e8d8250 |
|
MD5 | f5e70ae62ac2e355ad1b3690d124d51a |
|
BLAKE2b-256 | 94cd7e8563524ca7610367ba98d013eb65b89467969c2b6a519f27cbf586e943 |
File details
Details for the file eagle200_reader-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: eagle200_reader-0.1.2-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 | 59d2720096bba69f58fcb032333bca15f21c01ef3f73d57ce7d3ea54bbc3f2f7 |
|
MD5 | 30c96f8b662ab1b24555b3b5707d5bb6 |
|
BLAKE2b-256 | 7d68174e97638f4f1b9b8e78322a0482b6b58c383a8fa34e4d56dc9e2530924a |