Satel Integra
The Satel Integra integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] allows you to connect your Satel Integra alarm system
There is currently support for the following device types within Home Assistant:
- Binary sensor: Reports on zone or output statuses
- Switch: allows for setting states of selected outputs
- Alarm control panel: represents the zones (in Polish: “strefa”). Reports its status, and can be used to arm/disarm the partition
The module communicates via Satel’s open TCP protocol published on their website. It subscribes for new events coming from alarm system and reacts to them immediately.
Supported devices
The integration only supports the ETHM-1 Plus, with firmware version 2.00 or greater. Only the Integra line of alarm systems is supported.
Prerequisites
- Open the DLOADX
installer program. - Open your existing project file.
- Open the System and hardware structure tab.
- Navigate to the Hardware section, expand the tree and select the ETHM-1 Plus module.
- Select the Integration checkbox.
- Clear the Encrypted integration checkbox. Encrypted connection is currently not supported.
If you do not have access to the DLOADX program or your project file, ask your installer to adjust the settings for you.
Configuration
To add the Satel Integra device to your Home Assistant instance, use this My button:
Manual configuration steps
If the above My button doesn’t work, you can also perform the following steps manually:
-
Browse to your Home Assistant instance.
-
In the bottom right corner, select the
Add Integration button. -
From the list, select Satel Integra.
-
Follow the instructions on screen to complete the setup.
Configuring partitions, zones, and outputs
After setting up the connection details, you can configure partitions, zones, and outputs as Subentries on the Satel Integra integration page.
A list of all partition, zone, and output IDs can be acquired by running the DLOADX program and connecting to your alarm. To create the respective entities, select the Add partition, Add zone, Add output, or Add switchable output buttons. Follow the instructions in the UI to set up the individual entities. Result: Each partition will have its own alarm panel. Each zone and output will have a binary sensor, and a switch will be created for each switchable output.
Having configured the zones and the outputs, you can use them for automation, such as to react on the movement in your bedroom. For example:
alias: "Flick the input switch when movement in bedroom detected"
triggers:
- trigger: state
entity_id: "binary_sensor.bedroom"
to: "on"
actions:
- action: input_boolean.turn_on
target:
entity_id: input_boolean.movement_detected
Removing the integration
This integration follows standard integration removal. Once the integration is removed, consider disabling the communication ability to the ETHM-1 Plus module using DLOADX to reduce security risks.
To remove an integration instance from Home Assistant
- Go to Settings > Devices & services and select the integration card.
- From the list of devices, select the integration instance you want to remove.
- Next to the entry, select the three dots
menu. Then, select Delete.