Skip to content

rordaz/GarageRemoteSimple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GarageRemoteSimple

Build a garage Remote using Particle Photon with an HR SR04 to detect door status, notify via IFTTT, Initiate commands from iOs Device

What it is?

A ParticleIO's Photon microprocessor that connect to HR SR04 (Ultrasonic sensor) to determine if the garage door is opened or closed, it also connect to a 5VDC relay to trigger the garage door's open and close commands.

Additionally I can request this commands via IFTTT, Siri via Shortcuts App, and alert using the Pushover's API (Push Notification)

Equipment and Tools

  • ParticleIO's Photon Microprocessor
  • HR SR04
  • HR SR04 3D printed Support
  • 5 Vdc Relay
  • Generic Garage Door Motor
  • 5 Vdc Power Supply and Cable

Diagram

Simple Diagram

Wiring Diagram

Wiring Diagram

Steps

  1. Build Circuit
  2. Compile code
  3. Integrate to IFTTT
  4. Usage

Integrate to IFTTT

Trigger from IFTTT iOS Widget Screen

Create an Applet using the Button Widget to call the Particle device is useful when executing an action on the Particle's Photon from the iOS Widget Screen.

I have published this applet on IFTTT for public use:

Open Garage with Particle Photon

Step 0

Trigger from Siri

Let's use a IFTTT's webhook to acomplish this, so Login into your IFTTT account

Step 1: Create an Applet

Step 0

Step 1

Step 2: Choose a Service, enter web and select Webhooks

Step 2

Step 3: Select Receive a Web request

Step 3

Step 4: Enter Event Name, you will use this in the Apple's Shortcut App.

Step 4

Step 5: Next "Then That" Add

Step 5

Step 6: Search Particle, and select it. You will be asked to sign into your Particle account

Step 6

Step 7: Choose an action, Call a function

Step 7

Step 8: Select your Particle account, Function name, OpenGarage is name of the function created for the Device call "Garage". To finish click Create action

Step 8

About

Garage Remote using Particle Photon with an HR SR04 to detect door status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors