OpenAuto Pro Raspberry Pi Start Up And Shut Down Script

Discord Youtube Twitter URL

YouTube Video Use For Reference

startup script

Load the start_script.ino to your esp01

shutdown script

download listen_for_shutdown.py to your /home/pi/ folder

type in terminal

sudo crontab -e

add this to the end of crontab

@reboot /usr/bin/python3 /home/pi/listen_for_shutdown.py >/dev/null 2>&1