Let There Be Light

This project uses a Raspberry Pi, Google Home, and IFTTT, as well as handmade hardware, to automate the opening and closing of curtains/blinds as a smart home application.

Table of Contents

Cloning the repository and running the software

  1. Ensure you have installed node.js on your device. It is available from https://nodejs.org/en/download/
  2. Fork or clone this repository onto your device.
  3. In the console, run npm install to install the required components.
  4. In app.js, change PASS = to your chosen password
  5. Run npm start or node app.js to launch the server

When you make a GET or POST request to the server, use the structure: http://ipaddress/api/<command>?password=<yourpassword>

where <command> = open or close

IFTTT Integration

This project can be operated by making GET requests in a web browser to the server, for example if a Google Home device is not available. However, the project works much better as a smart home application using a Google Home device and IFTTT.

To set up IFTTT triggers:

  1. Go to IFTTT.com and create an account if you don’t have one
  2. Go to IFTTT.com/create
  3. Click the +This in If +This Then That
  4. Search for and select Google Assistant. You will be required to connect your Google account if you haven’t before
  5. Select Say a simple phrase
  6. Fill in the fields as follows, adjusting as you see desire:
    • What do you want to say = Open the curtains
    • What do you want the Assistant to say in response? = Okay. Opening the curtains
  7. Click Create Trigger, then click the +That in If This Then +That
  8. Search for and select Webhooks, and then Make a web request
  9. Fill in the fields as follows, adjusting as you see desire:
    • URL = http://ipaddress/api/open?password=<yourpassword>
    • Method = GET or POST
    • Content Type = text/plain
  10. Click Create Action, then Finish
  11. Repeat the same process from step 2 with the following adjustments:
    • In step 6 change open to close and opening to closing
    • In step 9, set the URL = http://ipaddress/api/close?password=<yourpassword>

You should now be able to issue voice commands to a Google Home/Google Assistant device and web requests will be made automatically to your server.

Hardware Dependencies

This project uses:

Online Resources

Hardware Build

This project depends on handmade hardware to perform the physical action of opening curtains/blinds.

The hardware is shown below, with jumper wires from the Raspberry Pi’s GPIO pins to the L293D on the prototyping breadboard, and wires from the L293D to the motor.

Circuit Overview

Circuit Overview

RPi GPIO Connections

RPi GPIO Connections

Breadboard Circuit

Breadboard Circuit

Motor Connections

Motor Connections

Handmade Motor Wheel

Handmade Motor Wheel

Circuit Connections: