Integration via Wiegand
The Wiegand feature enables the Akuvox device to act as a controller or a card reader.
To set it up, go to Device > Wiegand interface.

Wiegand Display Mode: Select the Wiegand card code format from the provided options.
Ignore Facility Code: This option is available when 6H3D5D(WG26) is selected. When enabled, the first three bits of the cards will be ignored for successful card reading.
Wiegand Card Reader Mode: The transmission format should be identical between the access control terminal and the third-party device. It is automatically configured when the Wiegand Transfer Mode is Input.
Wiegand Transfer Mode:
Input: A08 serves as a receiver.
Output: A08 serves as a sender.
Wiegand Input Clear Time: When the interval of entering passwords exceeds the time. All entered passwords will be cleared.
Wiegand Input Data Order: Set the Wiegand input data sequence between Normal and Reversed. If you select Reversed, then the input card number will be reversed.
Wiegand Output Basic Data Order: Set the sequence of the Wiegand output data.
Normal: The data is displayed as received.
Reversed: The order of the data bits is reversed.
Wiegand Output Data Order: Determine the sequence of the card number.
Normal: The card number is displayed as received.
Reversed: The order of the card number is reversed.
Wiegand Output CRC Enable: It is enabled by default for Wiegand data inspection. Disabling it may lead to integration failure with third-party devices.
Wiegand PIN Code Output: Available when Output is selected as Wiegand Transfer Mode. This option determines the output PIN format.
Disabled: Turn off the feature.
8 bits per digit: When users press "1" on the keypad, the binary data will be transmitted in 8 bits, "11100001".
4 bits per digit: When users press "1" on the keypad, the binary data will be transmitted in 4 bits, "0001".
All at once: After users enter the whole PIN code, the data will be transmitted according to the Wiegand card reader mode. For example, “123456” will be converted to “01e240” in Wiegand 26.
RF Card Verification: Available when Output is selected as Wiegand Transfer Mode. When enabled, the device will verify whether the card code is assigned to a user. If it is not, the device will announce "Opening Door Failed". When disabled, the device will not perform local verification.
PIN/QR Code Verification: Available when Output is selected as Wiegand Transfer Mode. When enabled, the device will verify whether the credential is assigned to a user. If it is not, the device will announce "Opening Door Failed". When disabled, the device will not perform local verification.
Wiegand Open Relay: Select the relay triggered by Wiegand.
Note
Click here to view more information on Wiegand settings including:
Akuvox devices work as Wiegand input/output;
Wiegand Card Reader Connection.
Facility Code Setting
A facility code is a unique number on access control cards. It identifies the device that issued the card.
When the Wiegand Transfer Mode is Output, you can set up the facility code on the Device > Wiegand interface.

Facility Code: The value ranges from 0 to 255. If filled in, the first two digits of the card number will be replaced by the code. If the code is less than 2 digits, a zero will be automatically added to the card number.
Tip
Since the Facility Code replaces the first two digits of the original card number, to keep the original card number intact, you can manually configure the Wiegand Card Reader Mode.
For example, if the card number is 3 bytes (Wiegand-26), you can select Wiegand-34 (4 bytes) to ensure the Facility Code replaces the first two digits with 0 instead of the original number.
Integration via HTTP API
HTTP API is designed to achieve a network-based integration between the third-party device and the Akuvox device.
To set it up, go to Setting > HTTP API interface.

Enabled: Enable or disable the HTTP API function for third-party integration. If the function is disabled, any request to initiate the integration will be denied and return HTTP 403 forbidden status.
Authorization Mode: Select among the following options: None, Normal, Allowlist, Basic, Digest, and Token for authorization type, which will be explained in detail in the following chart.
Username: Enter the user name when Basic or Digest authorization mode is selected. The default username is admin.
Password: Enter the password when Basic or Digest authorization mode is selected. The default password is admin.
1st IP-5th IP: Enter the IP address of the third-party devices when the Allowlist authorization is selected for the integration.
Please refer to the following description for the Authentication mode:
Authorization Mode | Description |
|---|---|
None | No authentication is required. This mode is intended for testing only and is not recommended in production environments. |
Normal | Reserved for Akuvox internal development and testing. |
Allowlist | Authenticates requests based on the source IP address. Add the IP address of the third-party device to the allowlist before sending requests. Recommended for trusted LAN environments. |
Basic | Authenticates requests using a username and password. The credentials must be Base64-encoded and included in the Authorization header. |
Digest | Authenticates requests using HTTP Digest authentication. Only the MD5 algorithm is supported. |
Token | Reserved for Akuvox internal development and testing. |
Power Output Control
The device can serve as a power supply for the external relays. Click here to view power output requirements.
To set it up, go to Access Control > Relay interface.

Power Output:
Always: The device can provide continuous power to the third-party device.
Triggered By Open Relay: The device can provide power to the third-party device via the 12 output and GND interface during the timeout when the status of relays is shifted from low to high.
Security Relay A: The device can work with the security relay.
Integration via RS485
You can connect the device to an external device such as SR01 or an OSDP-based card reader via RS485. To make the connection effective, you need to select the right RS485 mode.
Click here to view the detailed configuration of the OSDP feature.
To set it up, go to the Device > RS485 interface.

Disabled: The RS485 function is disabled.
OSDP: The device is connected to an OSDP-based external device, such as a card reader.
Encryption: Check this option when the protocol is encrypted.
Baud Rate: Set the baud rate for data transmission during communication. The default is 9600, supported by Akuvox devices.
Transfer Mode: Select the RS485 working mode, Output, or Input.
Local Relay Verification: When Output is selected, set whether to carry out the access credentials verification. When unchecked, door-opening failure prompts will not be given. Enabled by default.
SCBK Value: Secure Communication Key Value.
When it is filled, OSDP will use this value for encryption, employing a customized protocol for communication.
When it is left empty, OSDP will use the default encrypted protocol for communication.
OSDP Open Relay: Check the relay to be triggered via OSDP.
Security Relay: Select this option when the device works with the SR01. You can upgrade SR01 via the device’s web portal.
Integration with Third-party Access Control Server
The device can transmit QR code, PIN, and card data to a third-party server without doing any verification. The generation and verification of the data are conducted on the third-party server.
To set it up, go to Access Control > Relay > Third Party Integration interface.

General: Transmit the QR code-linked HTTP URL in Akuvox’s method.
HTTP URL: Enter the HTTP command format provided by the third-party service provider. After scanning the QR code, the HTTP command will carry the dynamic QR code information automatically before it is sent to the server for verification. See the example: http://{Server IP}:8090/api/visitor/scan?codeKey={QRCode}&deviceId={DeviceID}.
Device ID: The device ID is provided by the third-party server. It will be added to the HTTP command automatically when using a QR code for door access.
Success Parameter: Receiving this value indicates that opening the door succeeds.
Failed Parameter: Receiving this value indicates that opening the door fails.
Customize: Transmit access credential data in a customized method.
Authorization Mode: It is used when the device sends verification requests to the server.
Basic: The request is authenticated using HTTP Basic authentication. The Username and Password are combined, encoded, and sent with each request.
Digest: The request is authenticated using HTTP Digest authentication. Instead of sending the Username and Password directly, the device sends a hash value generated from the credentials and a server-provided challenge.
Remote Verification: Specify which access credentials will be verified by the third-party server. In all cases, the specified credential is forwarded to the server as-is, with no local verification performed on the device.
Available options depend on the configured Authentication Mode:
Authentication Mode
Available Options
Any Method
QR Code, Card, PIN
RF Card + PIN
QR Code, Multi-Factor
PIN + RF Card
QR Code, Multi-Factor
When a Two-Factor Authentication Mode is selected, the Remote Verification options behave as follows:
Option
Description
QR Code
The device scans the QR code and sends it directly to the third-party server.
Multi-Factor
The device first checks whether the authentication method matches the configured method.
If not matched → User is prompted to use the correct method.
If matched → The collected credentials are sent to the server for verification.
Multi-factor Authentication Request Mode: Specify how credentials collected are sent to the server under a Two-Factor Authentication Mode.
Separate Requests: The device verifies each credential separately as soon as it is provided. It does not wait for all required credentials to be entered before sending the verification request.
Single Combined Request: The device waits until all required credentials are provided, then sends them together in a single verification request.
HTTP URL: Enter the HTTP command format provided by the third-party service provider. After a QR code scan, card swipe, or PIN entry, the device automatically replaces variables in the URL and sends the request to the server.
Example format:
http://{Server IP}:8090/api/visitor/scan?codeKey={QRCode}/{Card}/{Pin}&deviceId={DeviceID}.
If a user swipes a card, the URL will be http://192.168.35.123:8090/api/visitor/scan?codeKey={QRCode}/123456/{Pin}&deviceId=1.
In Two-Factor Authentication mode, the available placeholders depend on the Multi-factor Authentication Request Mode selected.
Variable
Description
{Token}
Available when Multi-factor Authentication Request Mode is set to Separate Requests. Replaced with whichever credential (card number or PIN) was collected in the current authentication step — the device sends one request per credential as it is entered.
{Card}, {Pin}
Available when Multi-factor Authentication Request Mode is set to Single Combined Request. {Card} is replaced with the read card number and {Pin} is replaced with the entered PIN.
{Type}
Available only under a Two-Factor Authentication Mode (both Request Modes). Indicates the two-factor authentication type:
1 = RF Card + PIN
2 = PIN + RF Card
Device ID: The device ID is provided by the third-party server. It will be added to the HTTP command automatically.
Success Parameter: Receiving this value indicates that opening the door succeeds.
Failed Parameter: Receiving this value indicates that opening the door fails.
Data Transmission Type for Third-party Camera
You can select the data transmission type between the device and a third-party camera when it is connected to the SmartPlus Cloud.
To set it up, go to the Surveillance > Camera interface.

UDP: An unreliable but very efficient transport layer protocol.
TCP: A less efficient but reliable transport layer protocol. It is the default transport protocol.