Skip to content

sachin-karki/Home-Monitor-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Monitor System

This README will thoroughly describe HMS.

Introduction - What is "Home Monitor System" and How does it Work?

Home monitor is a DIY surveillance system that is powered by Raspberry Pi that uses an external image sensor or simply a camera that takes visual feed and sends an email as push notifications to alert the home owners. Everytime a motion via the Infrared Sensor is detected the PiCamera will record a 5-10 sec video and a still image. The motion alert will be notified to the user in their dedicated phone number. The message will be delivered from an email client. The short footage and still image will be locally stored in a folder which also acts as a network drive for the Google Drive. Every video and photo will be transfered to Cloud (google drive) via RClone. The whole system is powered by a python script that should be executed in order to get the HMS started. To enable support in a headless format and easy execution, cron job has been configured to run the python script during its boot. Everytime the Raspberry Pi boots or reboots, the python script will run on it s own without needing any manual execution from the user.

Things You Will Need

  1. Essential Raspberry Pi Kit (4 recommended) image alt
  2. PiCamera image alt
  3. Infrared Sensor image alt

What the Setup Will Look Like

image info

The complete guide and references that we used to get this project done is listed below.

References

  1. The Visual Guide We Used
  2. RClone setup for Google Drive
  3. Cron Job Configuration
  4. Sending Alerts Using Python

About

Home monitor is a DIY home surveillance system running on Raspberry Pi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages