Akuvox door phones or access control terminals can be integrated with the License Plate Recognition(LPR) Camera for garage door opening.
To achieve the integration, you need to assign the license plate information to a user and set up the API in the camera. When the camera identifies the plate and matches it with the information enrolled on the door phone, the door can be opened.
This enhances the automation and security of garage entry and exit.
Note
The cameras that support POST method support the integration.
The tested camera brand:
Milesight
March Networks
Aibase Color
Set the Door Phone
Use the device IP to log in to its web interface. The default username and password are both admin.
Click Setting > HTTP API. Enable the feature and customize the username and password.
Enter the IP address of the camera.

Click Submit.
Assign License Plates to Users
You need to assign license plates to specific users for door opening.
For On-Premise Projects
Compatible models and versions(or higher):
Model
Version
Model
Version
X910
2910.30.11.28
X912
912.30.11.34
X915 V2
2915.30.10.420
X916
916.30.10.346
R29
29.30.10.404
R28 V2
228.30.10.231
R25
25.30.10.117
R20
320.30.11.30
E18
18.30.10.247
E16 V2
216.30.10.208
A08
108.30.11.8
A01/A02
101.30.10.206
A03
103.30.10.204
A094
92.30.10.205
A095
95.30.10.110
S539
539.30.10.403
Go to the Directory > User interface.
Click +Add to add a new user;
Click
to edit an existing user.

Find the License Plate part and enter the plate information.
Click Add to add more. One user can have 5 license plates at most.

Check the relay connected to the door lock and apply the schedule within which the user can open the door.

Click Submit to save the settings.
The door-opening log will be recorded on the Status > Access Log interface with License Plate as the access type.
For SmartPlus Cloud Projects
When the device is deployed on the SmartPlus Cloud, the license plate information can be issued from the cloud to the device.
Compatible models and versions(or higher):
Model
Version
Model
Version
R29
29.30.10.404
R28 V2
228.30.10.231
R25
25.30.10.117
R20
320.30.11.30
X916
916.30.10.346
X915 V2
2915.30.10.420
X912
912.30.11.107
X910
2910.30.11.28
E18
18.30.10.247
E16 V2
216.30.10.208
A08
108.30.11.8
A01/A02
101.30.10.206
A03
103.30.10.204
A094
92.30.10.205
A095
95.30.10.110
S539
539.30.10.403
For new commercial projects(created after Oct.15, 2024), installers, project managers, and administrators can add license plates.
For community projects, only property managers can add license plates.
Single-house project users can add them with their SmartPlus Apps.
Set the Camera
To set the camera, we need to use the following API.
{
"target": "user",
"action": "check_license_plate",
"data" : {
"LicensePlate" : "A12345"
}
}Milesight Camera
Use the camera IP to log into its web interface.
Go to Setting > Data Transmission interface.
Check the Enable box and set the HTTP Method to Post.
Enter the User Name and Password that are set on the door phone’s Setting > HTTP API interface.

Click Data Settings to set up the API as shown.

March Networks Camera
Log in to the camera’s web interface.
Go to the Reporting interface.

Show JSON Reporting.

Adding the Akuvox API to March Networks within VaxALPR.

Aibase Color
Log in to the LPR camera’s web UI with its IP address.
Navigate to the Remote Setting > Network > Platform Access > Event Push Platform interface.
Set it as follows.
a. Enable the switch.
b. Enable Precise.
c. Enter the channel name
d. Enter the Akuvox device username.
e. Enter the Akuvox device password.
f. Enter the Akuvox device IP address.
g. Enter port value: 80.
h. Enter api in the URL field.
i. Choose POST method.
j. Choose AKUVOX platform.
k. Set the Interval. You can choose one or more; it will affect how often the message is sent.

Enable the LPR function on the Event > Event Settings interface.
Check License Plate.
