Third Eye
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.
- NodeJs
- Serverless framework
- AWS Lambda
- AWS Cloud formation
- Config
- 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
- For more details refer to SmartThings documentation page. Thank you.