Home Automation Using Raspberry Pi, Arduino, Domoticz, MySensors.

Photo of author
Written By Hassan Zaka

I'm an experienced expert in accounting and technical writing, skilled at simplifying complex topics with engaging visuals. Ideal for any organization in need of top-tier technical writing services.

The idea is to build a controller and wireless nodes to control and monitor.

After a lot of hit and trial with many different controllers like OpenHab, DomotiGa, Ago Control, finally, I decided to go with Domoticz as Controller and MySensor for Nodes.Home Automation Using Raspberry Pi, Arduino, Domoticz, MySensors.Dashboard Home Automation Using Raspberry Pi, Arduino, Domoticz, MySensors.

You must be wondering why I decided to build. I had a problem which I wanted to resolve. It all started with Water management. I live in a area where we get water supply for only 2hrs a day. This is when I have to fill up the overhead tank so that I can use the water for daily consumption. The problem is the overhead Tank is on terrace above 3rd Floor and without access to floor as its locked. Secondly The water supply is from 4AM-6AM which is a very inconvenient time. I cant know how much water is stored and when its overflowing or when its empty.

So I decided to build my own water level sensor and a relay to control the water pump.

Step 1: How Would It Look Like

 Step 1 Home Automation Using Raspberry Pi, Arduino, Domoticz, MySensors.

Step 2: Preparing Raspberry Pi

 Water Tank Level Home Automation Using Raspberry Pi, Arduino, Domoticz, MySensors.

Lets begin buy preparing Raspberry Pi as a controller. I have used Domoticz as a control software.

  • Install Domoticz on Raspberry Pi. Download the software from Domoticz Download
  • Burn the image to SD card using Win32 Disk Imager
  • Now plug in the SD card and boot.
  • Connect to Raspberry Pi using terminal
  • Run command sudo raspi-config
  • Apply Expand File System.
  • Reboot.

    Step 3: Adding Gateway to Raspberry Pi

Step 3 Home Automation Using Raspberry Pi, Arduino, Domoticz, MySensors.

Now we will create the gateway, so that the nodes can communicate.

For gateway we will use

  • NRF24L01+
  • Arduino Uno or Arduino Mini Pro
  • USB Cable to connect with Raspberry Pi
  • Some cables.
  • LED’s 2-Green, 1-Red, 3 – 1K resistor (Optional)

Follow instructions here to connect the NRF24L01 module to Arduino.

Now load the Gateway Sketch on Arduino. Skecth is available here

Once done, connect Arduino to Raspberry pi using USB cable.

Now we will configure the gateway on Domoticz. Goto Setup>> Hardware.

  • Type in any Name you want for Gateway
  • Select type as MySensor Gateway USB
  • In Serial Port if detected it would show USB01 or USB02. Select it.
  • Check Enabled.
  • Click Add.

The optional LED’s can be used to Show the TX,RX, Error status on getway.

Now your gateway is ready to accept new nodes.

Step 4: Building a Water Level Node With Relay

 Step 4 Home Automation Using Raspberry Pi, Arduino, Domoticz, MySensors.

The first step is build the Ultrasonic sensor module for installation on water Tank.

Material used:

  1. HC-SR04 ultrasonic Module
  2. Some Wires
  3. Casing to hold everything together
  4. 2pcs 2 Pin terminal Block(I did not have any other connectors handy)
  5. 1pc Red Led
  6. 1pc 1k resistor
  7. Some hot glue to keep everything in place.

The instruction on connecting the wires can be found here

Now will build the receiver for Ultrasonic sensor.

  1. Solder female header pins on prefboard for Arduino and NRF24L01+.
  2. Build the Relay driver using the circuit shown.
  3. I have added a 3.3V Regulator using AMS1117 for NRF24L01+
  4. Once everything is in place tested the cuircuit
  5. For power supply I am using an old Nokia Charger I had lying around.

I have attached the sketch to control relay and read Utrasonic sensor using one Node.

The water level shown is in percentage. I dont know how I can get it display in % in Domoticz, but as of now it shows in cm but actually its in %.

The calculation is (Tank Height-Actual Reading)/3. The tank is 300cm high.

Step 5: Automating the Motor(Water Pump)

 Step 5 Home Automation Using Raspberry Pi, Arduino, Domoticz, MySensors.

You must be wondering where is the automation here. In Domoticz it supports Blocky. You can create your own rules to control.

Now in Domoticz goto Settings >>More Options>> Events and create 2 new events.

  1. If Time =5:00AM then Turn Motor On
  2. If Water level >=95 then Turn Motor Off.
  3. If Time >=6:00AM then turn off motor.

This would turn the motor on at 5 and once the water level is reached to 95 or time is >=6:00 then it would turn off the motor.

I have the temperature sensor already working, but its still on
Breadboard. Will complete it during weekend and upload. Also I am working on PIR and MQ-2 Gas sensor, still trying to figure out which sensors can be combined in one node. Thanks for reading and will be back soon with more nodes. In case you have any questions please feel free to ask will try to answer if possible.

Source: Home Automation Using Raspberry Pi, Arduino, Domoticz, MySensors.

0/5 (0 Reviews)

Leave a Comment