Skip to main content

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.0.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

eagle200_reader-0.2.0-py2.py3-none-any.whl (16.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file eagle200_reader-0.2.0.tar.gz.

File metadata

  • Download URL: eagle200_reader-0.2.0.tar.gz
  • Upload date:
  • Size: 3.7 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

Hashes for eagle200_reader-0.2.0.tar.gz
Algorithm Hash digest
SHA256 58afc12f54384f5314d3680e9d7d149d10199b54f36e5e67777feb6578103478
MD5 eaced5a646e9d05d8143c1c3202f712e
BLAKE2b-256 a73d4e049191c12097a18f591f9e398d3041bf40238bab249537c9b19b24d6cd

See more details on using hashes here.

File details

Details for the file eagle200_reader-0.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: eagle200_reader-0.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 16.8 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

Hashes for eagle200_reader-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 407a23f3a72b969a1b4361c8b0d5c2168137ae06273675badc4e8f55d3f3466a
MD5 5240570c32d655eb21d80011c49731eb
BLAKE2b-256 1e2876f526bdf2e8ae495e2c29a0d938943f2bd688b568aa458a7cd9d74e5d41

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page