Info To Add
From ESCTL
(Difference between revisions)
(→Software) |
(→Software) |
||
Line 35: | Line 35: | ||
==== Software ==== | ==== Software ==== | ||
* Write script to do schema extension on Debian | * Write script to do schema extension on Debian | ||
− | * Extend schema to add 'description' field to escToken | + | * [Done?] Extend schema to add 'description' field to escToken |
− | * Ability to send commands to door controller via API / remotely e.g. update ID, name, list of local emergency tokens | + | * [DONE] Ability to send commands to door controller via API / remotely e.g. update ID, name, list of local emergency tokens |
+ | * Allow use of escuid in reader configuration, as well as escgid. (Would check for match in escuid if present, then proceed to check escgid as current behaviour) | ||
* Implement second relay output (controllable via LDAP) | * Implement second relay output (controllable via LDAP) | ||
* Unlock automatically between X and Y times/days | * Unlock automatically between X and Y times/days |
Revision as of 16:45, 15 July 2016
Contents |
Future Suggestions
wiki
- Take screenshots of Apache Directory Studio / schema
- Add colour code / pinout for cat5 cable used between box, lock & reader
Firmware
- Wiegand output options
- Little-endian / Big-endian / Reversed order
- Convert to Decimal
- Auto read MAC address into Arduino memory
- Store IP address, netmask, router in Arduino memory; set Ethernet each time Arduino boards up
- Store board serial # in Arduino memory
- Implement second relay output
- Unlock (latch)
- Configurable fail open on loss of controller contact
Hardware
- Implement second relay output
- Two-door controller, that can control two readers and/or two doors (can have reader either side of door, and/or control two doors)
- Self-measurement and reporting of supply voltage
- Door Contact
Additional Arduino Pins to be used
- Second Relay
- Network card programming
- Door reed switch
- Second Wiegand reader [2 pins]
PCB
- Lock connector, with reverse protection diode
- Door contact connector
- Voltage divider for sensing
Software
- Write script to do schema extension on Debian
- [Done?] Extend schema to add 'description' field to escToken
- [DONE] Ability to send commands to door controller via API / remotely e.g. update ID, name, list of local emergency tokens
- Allow use of escuid in reader configuration, as well as escgid. (Would check for match in escuid if present, then proceed to check escgid as current behaviour)
- Implement second relay output (controllable via LDAP)
- Unlock automatically between X and Y times/days
- Web interface for user / token admin
- Remote unlocking with mobile phone 'key' (app? NFC?)
- Separation of duties (create users vs add access)
- Delegation of privileges (only certain users can grant access to certain doors, etc.)
Other Info
- Times in 'escTimeFrom' and 'escTimeTo' are always in local time zone
- Times in 'escDateFrom' and 'escDateTo' may be in GMT (e.g. if created in Active Directory Users and Computers)