Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Import of incorrect format data will cause the panel malfunctioning.

...

...


Clear data 

In this section, you can delete data about one or more categories: Apartments, Identifiers, Access restrictions Time profiles, Forward queues, and Logs. To clear data, select category/(ies) and click Delete. As a result, the data will be is irrevocably deleted.

...

Device language

6 9 device languages are available for setting:

  • English;

  • Russian;

  • Ukrainian;

  • Spanish;

  • Polish;

  • Dutch;

  • Turkish.

  • French

  • Danish

...

Firmware upgrade 

By default, the BAS-IP server is used for updates. You have several ways to update panel firmware:

...

  • automatically: check for software updates and if it is released, click Update Firmware. The update process will take some time and in the end, the panel will reboot. If there are no updates, information about the current firmware version will be provided;.

...

  • manually: download the necessary firmware from the webpage, click Choose file, and upload the downloaded file. Click Update Firmware and wait for the process to complete (in the end the panel will reboot);.

...

You can also can use a custom server (is used in closed intercom networks) for firmware updates.

Panel
panelIconIdatlassian-light_bulb_on
panelIcon:light_bulb_on:
panelIconText:light_bulb_on:
bgColor#E6FCFF

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:

  • firmware version;

  • name (doubles the firmware version);

  • firmware build date;

  • device type (panel version): panel_v4 is a standard value for all panels;

  • description of changes;

  • link to the firmware file.

Code Block
{
"version": "3.13.0",
"name": "3.13.0",
"date": "2021.12.02",
"device_type": "panel_v4",
"description": "<ul>
<li>Added screen brightness setting</li>
<li>Added custom concierge name feature on the conversation screen</li>
<li>Fixed problem with updating firmware via web interface</li>
<li>Fixed problem with displaying messages in the web interface of AA-14FB</li>
<li>Fixed problem with sorting in the contact book</li>
<li>The maximum number of digits in the access code has been increased from eight to ten</li>
<li>Fixed search for apartments in the identifier menu</li>
<li>Fixed problem with internal calls when SIP settings are enabled, but there is no access to the SIP server</li>
<li>Added port option to SIP proxy settings and forward numbers</li>
<li>Added horizontal scrolling in the contact book</li>
<li>Added support for AA-07FBV2M and AA-07FBC2M models</li>
<li>Added support for external temperature sensor</li>
<li>Minor fixes</li>
<li>The new version of the API is available via <a href=https://developers.bas-ip.com//%3Ethe link</a></li>
</ul>",
"url_address": "https://192.168.1.11/url-to-firmware-image.img"
}

...

  1. Log in to the device web interface. By default, the username is admin and the password is 123456.

  2. Go to the System tab>Software upgrade section. 

  3. Enable use the Use of a custom server.

  4. Enter the link to the server (with version.json and firmware files) in the Custom server field.

  5. Submit settings.

...