RainEagle library plus script for polling data
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

706 B

Python class for Rainforest Eagle

Python Class for utilizing the Rainforest Automation Eagle ( RFA-Z109 ) socket API

import import RainEagle

raineagle = RainEagle.Eagle( debug=0 , addr="10.1.1.39")
ret_data = eg.list_devices()

print "device MacID = ", ret_data['DeviceInfo']['DeviceMacId']

API Calls

get_demand_values(self, macid=None, interval='hour', frequency=None)

Send the GET_DEMAND_VALUES command get a series of instantaneous demand values

Rainforest Automation Documentation