-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,28 @@ | ||
watts-up | ||
======== | ||
Watts Up? Python Interface | ||
========================== | ||
|
||
Code to interface with the Watts up? .net | ||
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. | ||
|
||
|
||
Usage | ||
----- | ||
|
||
### Linux | ||
|
||
python wattsup.py -p /dev/ttyUSBX -i | ||
python wattsup.py --help | ||
|
||
### Mac OS X | ||
|
||
Install the http://www.ftdichip.com/Drivers/VCP.htm drivers. Restart. | ||
|
||
python wattsup.py -p /dev/tty.usbserial-X -i | ||
|
||
|
||
Server | ||
------ | ||
|
||
A simple python script that receives the HTTP request from Watts Up .net | ||
and prints out the values in JSON format. |