Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 980 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 980 Bytes

Name

Third Eye

Goal

SmartThings based SmartApp for monitoring intruders and alerting by switching on lights. You can do multiple installtions of this app by selecting different devices. Solution needs motion sensors and lights in a location.

Tech Stack

  • NodeJs
  • Serverless framework
  • AWS Lambda
  • AWS Cloud formation
  • Config

How to build

  • Install node
  • Install serverless
  • Configure serverless cli with AWS credentials (region, access key, secret key)
  • Clone this project or Create from scratch (sls create -t aws-nodejs)
  • Implement the project
    • Main file: index.js
    • Dependency file package.json
    • Serverless configuration (yml file)
    • Write config/file.json file
  • Run below command for installing dependencies
    • node install
    • sls deploy

More details

  • For more details refer to SmartThings documentation page. Thank you.

Reach me

[email protected]