Skip to content
/ metis Public

In brightest day in blackest night no evil shall escape your sight!

License

Notifications You must be signed in to change notification settings

lotrien/metis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metis

pypi-version license

Metis is an application to make your home a safer place to live by watching and recording any movements. It also (optionally) supports notifications via Telegram.

Requirements

Quickstart

  1. Install Metis:

    $ pip install metispi
  2. Run Metis:

    $ [sudo] python -m metis --conf=path/to/config.yaml

    Note

    Based on Linux you use, you may or may not need root privileges to run Metis.

Configuration

It's mandatory to pass a config file because some of the options are required. Here's an example:

pins:
  motion_sensor:   4  # pin number HC-SR501 attached to
  led_motion_on:  17  # pin number LED "motion detected" attached to
  led_motion_off: 20  # pin number LED "no motions" attached to
telegram:
  token: XXXXXXXXX:YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
  recipient: 000000001

One more thing, a whole telegram node is optional and may be omitted if you are not interested in notifications via Telegram. If you do, you need to create a Telegram bot and pass its token as telegram.token option.

About

In brightest day in blackest night no evil shall escape your sight!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages