Python script (v2.7.6) and SQLite database for controlling envisalink 3 connected to DSC PC1616
Developing an instructable for the whole system.
ev3.py is a command line script.
- Once the envisalink3 board is installed and working, then
* Open a terminal window - Execute the following command:
* $ python ev3.py
The following files run on a Raspberry Pi:
- Put these in /usr/local/bin and make executable
- ev3pi.py adds support for SQLite
- The next two require a crontab entry
- ev3chk.sh - checks if ev3pi.py is running, and if not restarts
- ev3auto.py - allows security.php to send commands to automatically arm and disarm the security system according to a user defined schedule [time of day to arm or disarm, and day of week]
- ev3pi.py adds support for SQLite
- Put this file in /var/www
- security.php is part of a larger home automation system, this can be changed to index.php and edited to meet your needs.