项目作者: alanhamlett

项目描述 :
Send yourself an email whenever the garage door is left open, using a Eufy Security door sensor.
高级语言: Python
项目地址: git://github.com/alanhamlett/eufy-garage-door-watcher.git
创建时间: 2020-10-23T08:53:54Z
项目社区:https://github.com/alanhamlett/eufy-garage-door-watcher

开源协议:MIT License

下载


Eufy Garage Door Watcher

Send yourself an email whenever the garage door is left open, using a Eufy Security door sensor.

email notification example

Installation

  1. git clone https://github.com/alanhamlett/eufy-garage-door-watcher.git && cd eufy-garage-door-watcher
  2. pip3 install -r requirements.txt
  3. cp secrets.py.example secrets.py
  4. echo "*/5 * * * * root $PWD/watch_garage_door.py" > /etc/cron.d/eufy-garage-door-watcher

Make sure to edit secrets.py with your Eufy Guest account and Gmail App Password.