Watts Up .NET Web Interface
From Catholicpenguin
I got a Watt's UP .NET for Christmas. (Yes, I'm a nerd.) One of the conditions was that I help write software to use it, aside from what comes with it.
- Get the API documentation for the web interface.
[edit]
MySQL Table
- MySQL Ref Man provides info on creating databases and users to access them.
- I used the following commands: create database powermeter;
- grant all privileges on powermeter.* to 'powermeter'@'IP' identified by 'pass';
