Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
TED 5000
-
Link to Ted 5000
http://www.theenergydetective.com/ted-5002-cJust 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!