# Security System

The app is designed to allow you to activate and deactivate the Alarm System as quickly as possible, which is why you'll find the padlock prominently displayed on the main screen, indicating whether it's active or not.

{% hint style="info" %}
The padlock icon is displayed both in the top bar and in the system status information section.
{% endhint %}

![](/files/IHaaTXKGqY4vYb7jcc1R)

When the alarm system is activated, the padlock appears locked and is green, as shown in the following photo.

![](/files/nkiULI0w8qcEIjNNGZAQ)

In the event that the system detects an unwanted presence or tampering, the padlock will be replaced by a red bell.

![](/files/xkOKQA9teMVWJ5e4CSfc)

## Activation / Deactivation

To activate or deactivate the Alarm System, simply click on one of the two padlocks on the main screen.

![](/files/lo69hFa4ClQniZc6JJLL)

Once the padlock button is clicked, a window will open that allows you to enter the password and perform one of the following operations:

* **Advanced Settings** button: for access to more comprehensive management
* **Activate** button (closed padlock): **activation** of the alarm
* **Deactivate** button (open padlock): **deactivation** of the alarm

![](/files/fnUH5ya7mnorYsl23MBm)

Enter the password, then click on the button to perform the desired operation.

{% hint style="warning" %}
The password must always be entered, even to access the **Advanced Settings**.
{% endhint %}

## Biometric Control

To further speed up operations on the alarm system, it is possible to enable biometric control (both facial and fingerprint), thus avoiding the need to enter a password.

{% hint style="warning" %}
To activate the following feature, it is necessary that biometric verification has been enabled on your device.
{% endhint %}

To use biometric control, you need to access the application settings.

![](/files/7dhNrlgkRPTOl1TLAFu6)

Click on the red icon and confirm the activation of the feature by following the on-screen instructions.

{% hint style="info" %}
On Android, each device has a different management of biometric control (the sensors used are very different from each other), so there is no standardized process among the various smartphone/tablet manufacturers.
{% endhint %}

![](/files/H64w9wdKomSeyQBUcsJ2)

Once this process is completed, the icon should appear green.

![](/files/4iq4lib8MyhliAEtxvkB)

Return to the main screen and click on the lock. You will now be prompted to perform biometric verification, and if successful, the password will be entered automatically.

![](/files/3JyxUrhD1G7KNhq9y4vQ)

## Advanced Settings

By accessing the advanced settings, you will have the ability to manage individual alarm sensors, and in the event that multiple alarm sectors have been configured, you will have the opportunity to manage the zones separately.

![](/files/JgqweIElxK5qGVfZiazw)

The buttons at the bottom allow you to quickly set all sectors to the same mode.

By clicking on the alarm sector, you can access the list of associated sensors.

{% hint style="info" %}
If only one alarm zone has been configured, you will see directly the list of alarm sensors.
{% endhint %}

![](/files/77Le0lN3yqFxalTzvDUT)

By pressing one of the three options (disabled, enabled, or excluded), you can set the operating mode for each individual sensor. To save, press the blue button at the bottom right.

## What Does *Exclusion* Mean?

Excluding a sensor from the alarm system temporarily removes it from the system's management as if it did not exist. This can help prevent it from signaling tampering or tamper alerts in the event of a malfunction.

![](/files/4Iff88bGWQYRFEfnmQRU)

{% hint style="info" %}
Excluding all alarm sensors can be useful in cases where there is a power outage, which is detected as tampering with the alarm system.
{% endhint %}

## Manumission / Tamper

The tampering event can be detected in the following cases:

* Faulty alarm sensor
* Lack of communication between alarm sensors and siren, due to issues with the data network or if a board is faulty, disconnected, or tampered with
* Power failure
* Restart of the Home Automation System
* Actual tampering
* Configuration changes by a technician using the **OHMe Tech** app

{% hint style="warning" %}
It is very important to emphasize that an Alarm System operates on th**e principle of prevention**, so it is possible that tamper alerts are triggered even if the power outage is caused by your service provider or due to overload, and not necessarily by malicious intent.&#x20;

Since there is no way to determine the cause of the service interruption, the system still detects the tampering and the siren goes off.&#x20;

Alarm Systems are often equipped with a key to deactivate the siren, thus preventing it from sounding during power outages or maintenance on the system.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ohmautomation.io/en/android/guide/security-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
