Home energy monitoring with IoT Dashboard
Energy Analysis
A few months back I started working on the IoT Dashboard project, to visualize the data I have been gathering from my Energy meter installed at home. The energy meter is based on Atmega328 controller and sends data periodically to the server over GPRS network. It was build using the Open IoT Development Board.
…
Setting up IoT Dashboard
Let’s start with creating an account on IoT Dashboard.
We are presented with the following page on signup.
Lets add a new device now. Select the device type to be “Home”, Give a name to the device, and put the address. Once your device is created, it gets listed on the left side bar. Click on the device and it should show the API URL, and API key where your device can dump the data. An example of data point is also given.
…