davidgatti / IoT-Home-Automation

๐Ÿ…ฟ๏ธ A simple project that uses a Particle to control a garage remote over the internet

Home Page:https://david.gatti.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt text

IoT-Garage-Opener

The problem: many people under on roof and just one remote for the garage. Solution? Connect the remote to the internets and write an iOS app to trigger the remote over the internet.

It started as a simple project ;) and now you can:

  • Store the whole history of open and closes thanks to Parse.com
  • Store the amount of uses
  • Store the state of the door
  • Detect if the physical remote was used, not yet saved on Parse.com

URLs

How to add seecrets to the project

Alt text

In this project we are usign Particle and Parse. Two products that have cloud based services. For authntication they use tokesn and IDs. For safte reasons I can't attach thoes secrets to the proejct. Thus the requirment of the Secrets.plist file.

The gif above shows you how to add key to the plist file.

For Particle you will need the following keys

  • ParticleToken
  • ParticleDeviceID

For Parse you will need the following keys

  • ParseAppID
  • ParseClientID

Save, compile and enjoy :)

The End

If you enjoyed this project, please consider giving it a ๐ŸŒŸ. And check out my GitHub account, where you'll find additional resources you might find useful or interesting.

Sponsor ๐ŸŽŠ

This project is brought to you by 0x4447 LLC, a software company specializing in building custom solutions on top of AWS. Follow this link to learn more: https://0x4447.com. Alternatively, send an email to hello@0x4447.email.

About

๐Ÿ…ฟ๏ธ A simple project that uses a Particle to control a garage remote over the internet

https://david.gatti.io

License:Apache License 2.0


Languages

Language:Objective-C 75.9%Language:Swift 23.7%Language:C 0.4%