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.3.tar.gz
(1.4 kB
view details)
Built Distribution
File details
Details for the file eagle200_reader-0.1.3.tar.gz
.
File metadata
- Download URL: eagle200_reader-0.1.3.tar.gz
- Upload date:
- Size: 1.4 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 | 04cf2e6210a1e4de1118d0021ec364ee1e2fcda6d1524be1399b645f2adc3ede |
|
MD5 | 8fc51ff5efadb269b24208159bb349a6 |
|
BLAKE2b-256 | bfce75f2e084a955fc4fc2cd11f7693be42aa2eb9b5187f58ee107182c9cdb38 |
File details
Details for the file eagle200_reader-0.1.3-py2.py3-none-any.whl
.
File metadata
- Download URL: eagle200_reader-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 14.0 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 | 03d58123f788a049b0c4504f89fd112a603cedd7168a6a1dd341e4351d297a59 |
|
MD5 | 6d994d7cb5f79debf809d2fdd1ad7470 |
|
BLAKE2b-256 | f5db71ac70b740f700b9c8ae0d53ea24320ba2fcf06f83ae925459e1b2e66200 |