CuriousJames / DIYAC

Raspberry Pi Python code & PCB design project to control door access (access control) via a wiegand card and/or keypad reader, handles a doorbell too
6 stars 2 forks source link

Create watchdog script to ensure door is never accidentally left in an open state #19

Closed CuriousJames closed 4 years ago

CuriousJames commented 4 years ago

Create a watchdog script to ensure even if the main program fails and leaves the door unlocked, this script will close the door if left open for longer than the settings allow, and attempt to re-run main program.