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 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

eagle200_reader-0.2.2.tar.gz (3.4 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: eagle200_reader-0.2.2.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.1

File hashes

Hashes for eagle200_reader-0.2.2.tar.gz
Algorithm Hash digest
SHA256 b690d66f1d615c39ec73b7ca71f30e6509e06eb239a450321bd9bdcce1b0669a
MD5 47b2cf1189d20de2b0f38dfe9cf6f0b1
BLAKE2b-256 f58ea440ef2cc64bf7fb35a353474b1aa41c5cc3e04fb2cf1ca45e32bfa70eaa

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