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
Install Metis:
$ pip install metispiRun Metis:
$ [sudo] python -m metis --conf=path/to/config.yaml
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
metispi-0.2.0.tar.gz
(4.6 kB
view details)
File details
Details for the file metispi-0.2.0.tar.gz.
File metadata
- Download URL: metispi-0.2.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f4ac94422267390857318f91971a3002bbc1bc70e1c521f87b395fb9764dfaf
|
|
| MD5 |
6680a0ca52c6311738d70c949f171850
|
|
| BLAKE2b-256 |
216aa1c5150c4a3eab7ec1a19e79f739671a53853074c2fd1957d7a50d33e031
|