Code to interface with the Watts up? .net. Works over the USB cable. Allows you to view samples in a terminal, save to a logfile, or POST them using the network connection.
python wattsup.py -p /dev/ttyUSBX -i
python wattsup.py --help
Install the http://www.ftdichip.com/Drivers/VCP.htm drivers. Restart.
python wattsup.py -p /dev/tty.usbserial-X -i
./wattsup.py -p /dev/ttyX -n myserver.com 80 /wattsup/data
A simple python script that receives the HTTP request from Watts Up .net and prints out the values in JSON format.