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 Reader provides the ability to retrieve data from a [Rainforest Eagle-200](https://rainforestautomation.com/rfa-z114-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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eagle200_reader-0.2.4.tar.gz.
File metadata
- Download URL: eagle200_reader-0.2.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a1a37c3d9e58156635bdba8ed6e58effbb80b9260272f46a0c530a787efdb68
|
|
| MD5 |
e65744325727ea856646a3cf4de1116c
|
|
| BLAKE2b-256 |
747bf1f5eafd83c242232c5eb86391c7193e53a5b898c1f377938f18ad241abe
|
File details
Details for the file eagle200_reader-0.2.4-py3-none-any.whl.
File metadata
- Download URL: eagle200_reader-0.2.4-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea9582c818a236e15003c223f8a892938bc58cb09e9a72a8b8b8090f61be1efb
|
|
| MD5 |
d8087110a7814ea5fac91bdbc49716b2
|
|
| BLAKE2b-256 |
030b78613f78314d74663860e37aa6eefe79162843f6d1ec2b5548944421e6eb
|