mjbcomputers
Initiate
![[Avatar]](/forum/images/avatar/9a1158154dfa42caddbd0694a4e9bdc8.jpg)
Joined: 21/08/2007 21:07:41
Messages: 48
Location: Colorado
Offline
|
Link to Ted 5000
http://www.theenergydetective.com/ted-5002-c
Just a little post in case anyone is interested. The Ted 5000 monitors power coming in to your home via both phase wires. It comes with a web server which you can easily point Mango to and exact values from the device.
I created a data source of a HTTP Retriever, then set the URL to http://ted5000/api/LiveData.xml. You can set the update period to whatever you want.
You can then add your points. Here is an example:
To monitor the current power draw:
Data Type: Numeric
Value RegEx: <CostNow>(.*?)</CostNow>
That should do it!
|