# Security System

The app is designed to allow you to activate and deactivate the Alarm System as quickly as possible. That's why the lock icon, indicating whether the system is active, is prominently displayed on the main screen.

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

<div align="left"><img src="/files/9PkGJ5S5kpodb8QVm3tR" alt="" width="300"></div>

When the alarm system is active, the lock appears closed and green, as shown in the image below.

<div align="left"><img src="/files/6ZKSnH7R8kMinUJNpZ89" alt="" width="300"></div>

If the system detects an intrusion or tampering, the lock will be replaced by a red bell icon.

<div align="left"><img src="/files/eazHHsjagZXdpl6Ixqi1" alt="" width="300"></div>

## Activation / Deactivation

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

<div align="left"><img src="/files/3rOg6PwQ4gkkrSpaIJ9b" alt="" width="300"></div>

After clicking the lock button, a window will appear allowing you to enter the password and perform one of the following operations:

* **Gray button** (open lock): **disarm** the alarm
* **Green button** (closed lock): **arm** the alarm
* **Red button** (shield): **bypass** the alarm
* **Blue button** (gear): access **advanced settings**

<div align="left"><img src="/files/76m0tlLhVuEujXpDePXB" alt="" width="300"></div>

Enter the password, then click the button corresponding to the desired operation.

{% hint style="warning" %}
The password is always required, even to access **Advanced Settings** (by clicking the gear icon).
{% endhint %}

## Face ID / Touch ID

To further speed up operations, you can enable biometric control (either facial recognition or fingerprint), so you don't have to enter the password every time.

{% hint style="warning" %}
To enable this feature, biometric control must already be activated on your device.
{% endhint %}

To enable biometric control, access the app settings.

<div align="left"><img src="/files/2J5lu7ovFcOVsC5mGbJC" alt="" width="300"></div>

Click the red icon and enter the alarm system password in the displayed window.

<div align="left"><img src="/files/epf0RRdyP7i0sk3g9mk7" alt="" width="300"></div>

Once this operation is complete, press **Save**, and the icon should turn green.

<div align="left"><img src="/files/seltf2H0x6QmuFnKPC3L" alt="" width="300"></div>

Now return to the main screen and click the lock. If you have a device with *Face ID*, recognition will start automatically. With *Touch ID*, you will be asked for fingerprint verification.

<div align="left"><img src="/files/WzHAn25ZZORauO0UWShq" alt="" width="300"></div>

## Advanced Settings

By accessing advanced settings, you can manage individual alarm sensors. If multiple alarm sectors have been configured, you can manage the zones separately.

<div align="left"><img src="/files/CO6Pl9rQG6RskzIJ5VH2" alt="" width="300"></div>

The **`+`** button at the bottom right allows you to quickly set all sectors to the same mode.

<div align="left"><img src="/files/EN4Z8FhXqM1vmHZlG9I3" alt="" width="300"></div>

Clicking on an alarm sector will bring up the list of associated sensors.

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

<div align="left"><img src="/files/btq8x6th1GqWuAt1dkaV" alt="" width="300"></div>

By selecting one of the three options (disable, enable, or bypass), you can set the operating mode for each sensor. Press **Save** at the top right to save your changes.

Similarly to sectors, the **`+`** button at the bottom right allows you to quickly set all sensors to the same mode.

## What Does Bypass Mean?

Bypassing an alarm sensor temporarily removes it from the alarm system as if it does not exist, preventing it from triggering alerts (e.g., tampering alarms due to a malfunction).

<div align="left"><img src="/files/csioo18QLFGfcnvgmeJm" alt="" width="300"></div>

{% hint style="info" %}
Bypassing all alarm sensors can be useful when there is a power outage, as the system may detect this as tampering.
{% endhint %}

## Tampering / Tamper Alert

Tampering events (or "tamper alerts") can be triggered in the following situations:

* Malfunctioning alarm sensor
* Communication failure between alarm sensors and the siren, due to network issues or if a card is damaged, disconnected, or tampered with
* Power outage
* Home automation system restart
* Actual tampering
* Configuration changes by a technician using the **OHMe Tech** app

{% hint style="warning" %}
It's important to understand that an alarm system operates with a **preventive logic**. This means tampering alerts may be triggered even in cases such as power outages caused by your provider or an overload, not by malicious intent.

Since there's no way to determine the cause of the service interruption, the system will still detect tampering and the siren will sound.

Many alarm systems are equipped with a **key to silence the siren**, which can be useful during expected power outages or system maintenance.
{% 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/ios/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.
