Skip to content

rdubigny/home-alarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

Copy and edit config.py.dist: cp config.py.dist config.py

Then launch the app with sudo python3 main.py &

Installation

Get an rasbian image from here.

Connect to the pi then sudo apt-get update && sudo apt-get upgrade && sudo reboot.

Enlarge partition, set up time zone and enable the camera with sudo raspi-config.

To be continued.

To start the alarm at boot edit the DIR variable in scripts/alarm.sh then:

chmod +rx /home/pi/AlarmEngine/main.py
sudo su -
ln -s /path/to/scripts/alarm.sh /etc/init.d/alarm
chmod +rx /etc/init.d/alarm
echo "sudo service alarm start" >> /etc/rc.local

Documentation

06/09/15

07/09/15

08/09/15

09/09/15

12/09/15

24/09/15

28/09/15

29/09/15

03/10/15

04/10/15

05/10/15

Next Step

22/03/16

31/03/16

03/10/16

15/10/16

Documentation from door tag

20/03/2016

28/03/2016

31/03/16

Common documentation

20/01/2017

21/01/2017