House's Monitoring Consumption With Arduino UNO

by masteruan in Circuits > Arduino

10908 Views, 25 Favorites, 0 Comments

House's Monitoring Consumption With Arduino UNO

Save the planet.png

I want a monitor of consumption for my house, and after catch it online, I decided to make one. I want use Arduino UNO with Ethernets shield, and Cayenne.

Arduino UNO is a famous microcontroller. Do you want one? Do you want know all about this? Follow the link (arduino.cc).

Cayenne is a great service that give a platform to everybody that want make an IoT project. Cayenne is a service for IoT and also MQTT protocol with a great community, and a lot of tools. You can use Arduino UNO, Arduino YUN, Raspberry Pi, and more, for create your personal project. Sign Up now for free, and begin to experiment the many possibility.

For the project you must have:

Arduino UNO

Arduino UNO WiFi shield

or if you want Arduino YUN

SCT013 current sensor

The SCT-013 Current Sensor

11-2.png
12.png
IMG_0921.jpg

The SCT-013 sensor is a non invasive sensor that measure the Amps of one circuits. You can use the sensor for measure the current of your house. You can put the sensor on wire that outs by the main switch of house.

See the circuits for preparing the sensor before connect to the Arduino UNO.

Sensor specs

Name: SCT-013-0302x

Mesure: 30A / 100A max

Components

10 kOhm Resistor

10 uF Electrolitics Capacitors

Library

You can download the EmonLib library by https://github.com/openenergymonitor/EmonLib

You can install the library by using Arduino IDE or you can install the library following http://arduino.cc/en/Guide/Libraries

Connect to Your Cayenne Dashboard

Schermata 2016-12-31 alle 14.49.10.png
Schermata 2016-12-31 alle 14.49.22.png
Step-2-BYOT-Choose-SDK.png
Schermata 2017-02-14 alle 10.15.58.png

You can open your account on Cayenne.

Follow the link: Sign Up, and after add a device to your Dashboard.

Click on Add new... Device/Widget

After you can click on Bring Your Own Device.

Sign your credentials and after put this values on your Arduino Sketch code.

The Arduino Code

Screenshot-2015-11-03-12.27.18.png

Now it's time to put the code on your Arduino UNO.

See the code on https://github.com/masteruan/Cayenne_Watt_monitor/... and download the Sketch. Put the code on your Arduino IDE or use create.arduino.cc, and upload the code.

You must change the MQTT credentials values, and the values of your WiFi connection.

Open the Serial monitor, and see the board connecting to internet and putting the data to Cayenne Dashboard.

Open your Cayenne Dashboard, and see the value. You can See this value by using your computer, your Smartphone, or your tablet. The Dashboard is in the cloud. Yes, you can see the data wherever in the world.

Test Your Project

P2130007.JPG
Schermata 2017-02-14 alle 09.53.51.png
Schermata 2017-02-14 alle 09.54.15.png
Schermata 2017-02-14 alle 09.54.28.png

Now you can test your project. The Arduino UNO board reads the value of Watt, and puts this online through the MQTT protocol. This data is stored on Cayenne server that show the value on Dashboard. You can see the dashboard, and read the value of Watts directly, everywhere, every time and it's completely free! You can read the value in your browser, like if you are in your house.

You can see my dashboard. If I switch on my oven, I can see changing the value of Watts on my dashboard. The value goes up until 2400 Watts. I can trigger this value. When this changes, and begin to goes up, Cayenne can send a mail to me, that inform me about the consumption.

This is an information for make me aware of the power consumption of my house. It's is good for the planet, and for my wallet!