No edit summary |
(added hardware for next itteration) |
||
Line 30: | Line 30: | ||
{{:Doordaemon}} | {{:Doordaemon}} | ||
== Next generation == | |||
* https://nl.aliexpress.com/item/1005001452961886.html?spm=a2g0o.detail.1000060.3.14364932O6SSQu&gps-id=pcDetailBottomMoreThisSeller&scm=1007.13339.274681.0&scm_id=1007.13339.274681.0&scm-url=1007.13339.274681.0&pvid=40be7cd6-ac06-400e-bd14-22a5dda33303&_t=gps-id%3ApcDetailBottomMoreThisSeller%2Cscm-url%3A1007.13339.274681.0%2Cpvid%3A40be7cd6-ac06-400e-bd14-22a5dda33303%2Ctpp_buckets%3A668%232846%238109%231935&pdp_ext_f=%7B%22sku_id%22%3A%2212000016167995675%22%2C%22sceneId%22%3A%223339%22%7D&pdp_npi=2%40dis%21EUR%21%2112.03%21%21%21%21%21%40211b5e2216531792027092879e23f1%2112000016167995675%21rec&gatewayAdapt=glo2nld as a reader? |
Revision as of 01:30, 22 May 2022
Door lock | |
---|---|
Participants | |
Skills | Electronics |
Status | Active |
Niche | Electronics |
Purpose | Infra |
Tool | No |
Location | Front Door |
Cost | |
Tool category | Electronics |
Door lock Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}
Introduction
This page describes the hardware used to create the new door lock of the space. Basically there is a RFID-reader that can read blue keychain tokens and some types of RFID-cards (like OV-chipkaart and WUR-cards). The code of the token/card needs to be read once to match it to a user and then grants access to the front door. Zarya can do this for you when needed.
Hardware used
Pics
Doordaemon script
- doordaemon
- responds to offering a RFID tag (mifare and others) at the doorsensor
Now running in a docker container on docker.vm.nurd.space
Seeing the logs: docker logs -f doordeamon
Restarting: docker restart doordeamon
** runs on the nurdbot VM
- reads an imap box
- sends metrics to mqtt
- Installed under /home/nurdbot/doordaemon
- configured via /home/nurdbot/doordaemon/config.json
- Management via /etc/init.d/doordaemon
- Logging in /var/log/doordaemon.log
Restarting:
/etc/init.d/doordaemon restart