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

Implement access log #1

Open tame-lx-tech opened 4 years ago

CuriousJames commented 4 years ago

Access log should be able to capture the following events (settable in settings) all with second accurate timestamps:

  1. Allowed access by token - token used
  2. Denied access by token - token used
  3. Exit via exit button
  4. Door opened (door sensor trigger)
  5. Doorbell press

These events must also be able to trigger immediate actions too: #4