HCPBridgeESP32/tools/opendooralert
2021-02-15 22:10:39 +01:00
..
pushnotifier simple script to send notification on your phone on open door and more 2021-02-14 13:23:55 +01:00
opendooralert.py patch to avoid connection breaks because slow tcp processing 2021-02-15 22:10:39 +01:00
readme.txt simple script to send notification on your phone on open door and more 2021-02-14 13:23:55 +01:00
runme.sh simple script to send notification on your phone on open door and more 2021-02-14 13:23:55 +01:00

#start cron editor
crontab -e

#and add the line:
@reboot /usr/bin/python3 /home/pi/OpenDoorAlert/opendooralert.py

Save and close, and then run
update-rc.d cron defaults