wiki:02_hiq-hotel:01_grms:03_s-rms:02.access
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:02_hiq-hotel:01_grms:03_s-rms:02.access [2024/09/05 08:37] – created goran.kocjancic | wiki:02_hiq-hotel:01_grms:03_s-rms:02.access [2024/09/05 09:21] (current) – [Code for "Staff 1"] goran.kocjancic | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Access ====== | ====== Access ====== | ||
+ | Controllers [C] manage access and other automation functions in hotel rooms and other spaces. Typically, there is one controller per room/ | ||
+ | |||
+ | The Linker [L] (a dedicated mini Linux server) allows the management of access codes and ensures connection to the outside world through a standardized API. | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | Each access point has its own unique identification (AP_ID), assigned by the system integrator during system setup. | ||
+ | |||
+ | All access codes are entered into the controllers via the Linker. Guest codes are entered into room controllers, | ||
+ | |||
+ | ^ Code | 32-bit signed (-2147483648..2147483647) | ||
+ | ^ Label | text (can be empty) | ||
+ | ^ Type | 1 = Guest\\ 2 = Staff\\ 3 = Security | ||
+ | ^ Valid from | UTC time rounded to 10 min or unlimited | ||
+ | ^ Valid to | UTC time rounded to 10 min or unlimited | ||
+ | ^ Access rights | ||
+ | |||
+ | The controller reads a code on the connected code reader. Many kind of code readers are supported: | ||
+ | * QR code reader | ||
+ | * RFID code reader (EM 125kHz) | ||
+ | * Mifare code reader | ||
+ | * PIN keypad | ||
+ | * Some readers allows combination (QR + RFID) | ||
+ | |||
+ | If the scanned code is found in the local list, controller verifies whether the code has access rights (valid time and permission for the access point). If valid, the controller unlocks the door and decreases the remaining allowed accesses for codes with restricted entries. | ||
+ | |||
+ | If the code is not on the local list, the controller sends an access request over the local network. The controller holding the code checks the permission for entry, and if allowed, it sends a positive response. The requesting controller then unlocks the door and sends a request to decrement the remaining access count to the controller with the code in its list. | ||
+ | |||
+ | Codes that expire or have no remaining permissions are automatically deleted from the controller. | ||
+ | |||
+ | ===== Example ===== | ||
+ | |||
+ | Hotel with 3 rooms, main entrance and wellness. | ||
+ | |||
+ | |<450px 200px 50px >| | ||
+ | ^ Access point ^ AP_ID ^ access_code_controller_id | ||
+ | | Main entrance | ||
+ | | Room 1 | ||
+ | | Room 2 | ||
+ | | Room 3 | ||
+ | | Wellness | ||
+ | |||
+ | ==== Code for "Guest 1" ==== | ||
+ | |||
+ | * code = 1234 | ||
+ | * code type = 1 (guest) => check room controller | ||
+ | * from 03.08.2024 15:00 (SI time zone: +2) | ||
+ | * to 10.08.2024 10:00 (SI time zone: +2) | ||
+ | * for main door (unlimited passes) | ||
+ | * for Room 2 (unlimited passes) => to controller for Room 2 | ||
+ | * 10 accesses to wellness | ||
+ | |||
+ | |||
+ | Can be added with POST to **/ | ||
+ | |||
+ | < | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | ==== Code for "Staff 1" ==== | ||
+ | |||
+ | * code = 3141 | ||
+ | * code type = 2 (staff) => to controller for Main entrance | ||
+ | * from = unlimited | ||
+ | * to = unlimited | ||
+ | * for main door (unlimited passes) | ||
+ | * for all Rooms (unlimited passes) | ||
+ | * for wellness (unlimited passes) | ||
+ | |||
+ | Can be added with POST to **/ | ||
+ | |||
+ | < | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | </ |
wiki/02_hiq-hotel/01_grms/03_s-rms/02.access.1725525479.txt.gz · Last modified: 2024/09/05 08:37 by goran.kocjancic