Skip to content
/ ev3_cmd Public
forked from dumbo25/ev3_cmd

Command line python script for controlling envisalink 3 connected to DSC PC1616

Notifications You must be signed in to change notification settings

mcntrn/ev3_cmd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ev3_cmd

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]
  • 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.

About

Command line python script for controlling envisalink 3 connected to DSC PC1616

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.5%
  • PHP 12.8%
  • Shell 0.7%