In this tab, you can back up or restore module settings, export/import data, update software, change the language, reboot the device, etc.
Settings
In this section, you can save all web interface settings (except network settings) by clicking the Backup whole settings button. If necessary, you can choose the downloaded file and restore saved settings. You can also reset the device to the default settings by clicking the corresponding button.
Export/Import data
Delete data
In this section, you can delete data about one or more categories: Identifiers, Floors, and Logs. To clear data, select category/ies and click Delete. As a result, the data will be irrevocably deleted.
Firmware update server
By default, the BAS-IP server is used for updates. You also can use a custom server (is used in closed intercom networks) for firmware updates. The custom server must meet certain conditions for its correct work: the server must have the version.json file and the file with the necessary firmware.
The version.json file must contain information and structure as in the example:
Device name;
Device model;
Device type;
Firmware version;
Name (doubles device name);
Firmware build date;
Commit hash value;
Description of changes;
Link to the firmware file;
{ "device_name": "EVRC-IP", "device_model": "evrc-ip", "device_type": "lift-controller", "version": "2.0.0", "name": "EVRC IP", "date": "06.04.2022", "commit_hash": "d914ac0b4fa75189581101465d125dfc3c05f8df", "description": [ "<ul>", "<li>Updated design and functionality of web interface</li>", "<li>Added support and interaction with Link</li>", "<li>Added ability of manual and automatiс time setting</li>", "<li>Lift direction management (up, down, up-down) and access control modes are available</li>", "<li>Added ability to open/close concrete lift ports for a specified time using API or web interface</li>", "<li>Added ability to link one identifier with more than one floor and apartment</li>", "<li>Added identifier representation in Decimal and in HEX numeral systems</li>", "<li>Added Wiegand type configuration</li>", "<li>All types of identifiers are supported: card, access code, UKEY, QR code, Face ID</li>", "<li>Added logging with filter for controller and Link logs</li>", "<li>Added ability to save and restore lift settings from a file</li>", "<li>Added factory reset option</li>", "<li>Improved data export/import function</li>", "<li>Added ability to clear specific data</li>", "<li>Added software update from the server or from a file in the web interface</li>", "<li>Added ability to reboot device from the web interface or API</li>", "<li>The new version of API is available via <a href=\"https://developers.bas-ip.com/\">link</a></li>", "</ul>" ], "url_address": "192.168.1.11" }
How to configure custom server use for firmware updates
Log in to the device web interface. By default, the username is admin and the password is 123456.
Go to System tab > Firmware update server section.
Enable use of a custom server.
Enter the link to the server (with version.json and firmware files) in the Custom server field.
Submit settings.