User Tools

Site Tools


wiki:02_hiq-hotel:01_grms:03_s-rms:02.access

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:02_hiq-hotel:01_grms:03_s-rms:02.access [2024/09/05 08:41] – [Table] goran.kocjancicwiki: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 ====== ====== Access ======
  
Line 13: Line 11:
 All access codes are entered into the controllers via the Linker. Guest codes are entered into room controllers, while staff and general codes are entered into the common access controller. Each controller can hold up to 100 access codes. Every code has a validity period (date, time from - to) and access rights for all necessary access points in the system. All access codes are entered into the controllers via the Linker. Guest codes are entered into room controllers, while staff and general codes are entered into the common access controller. Each controller can hold up to 100 access codes. Every code has a validity period (date, time from - to) and access rights for all necessary access points in the system.
  
-^ Code           | 32-bit signed (-2147483648..2147483647)               +^ Code           | 32-bit signed (-2147483648..2147483647)                 
-^ Label          | text (can be empty)                                   +^ Label          | text (can be empty)                                     
-^ Type           | 1 = Guest\\ 2 = Staff\\ 3 = Security                  +^ Type           | 1 = Guest\\ 2 = Staff\\ 3 = Security                    
-^ Valid from     | UTC time rounded to 10 min or unlimited               +^ Valid from     | UTC time rounded to 10 min or unlimited                 
-^ Valid to       | UTC time rounded to 10 min or unlimited               +^ Valid to       | UTC time rounded to 10 min or unlimited                 
-^ Access rights  | up to 100 × (AP_ID, pass); pass 1..254 or unlimited)  |+^ Access rights  | up to 100 × (AP_ID, pass); pass 1..254 or unlimited)  |
  
-When the controller reads a code on the connected code reader, it first checks if the code exists in its internal list+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 code is found, it 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 scanned code is found in the local listcontroller 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. 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.
Line 42: Line 45:
 ==== Code for "Guest 1" ==== ==== Code for "Guest 1" ====
  
-  * to controller for Room 2 
   * code = 1234   * code = 1234
-  * code type = 1 (guest)+  * code type = 1 (guest) => check room controller
   * from 03.08.2024 15:00 (SI time zone: +2)     * from 03.08.2024 15:00 (SI time zone: +2)  
   * to 10.08.2024 10:00 (SI time zone: +2)     * to 10.08.2024 10:00 (SI time zone: +2)  
   * for main door (unlimited passes)   * for main door (unlimited passes)
-  * for Room 2 (unlimited passes)+  * for Room 2 (unlimited passes) => to controller for Room 2
   * 10 accesses to wellness    * 10 accesses to wellness 
  
Line 80: Line 82:
 ==== Code for "Staff 1" ==== ==== Code for "Staff 1" ====
  
-  * to controller for Main entrance 
   * code = 3141   * code = 3141
-  * code type = 2 (staff)+  * code type = 2 (staff) => to controller for Main entrance
   * from = unlimited   * from = unlimited
   * to = unlimited   * to = unlimited
Line 117: Line 118:
     {     {
       "access_point": 70,       "access_point": 70,
-      "remaining_passes": 10+      "remaining_passes": null
     }     }
   ]   ]
 } }
 </code> </code>
wiki/02_hiq-hotel/01_grms/03_s-rms/02.access.1725525700.txt.gz · Last modified: 2024/09/05 08:41 by goran.kocjancic