Satel Integra
The satel_integra
integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] will allow Home Assistant users who own a Satel Integra alarm panel to leverage their alarm system and its sensors to provide Home Assistant with information about their homes. Connectivity between Home Assistant and the alarm is accomplished through a ETHM extension module that must be installed in the alarm. Compatible with ETHM-1 Plus module with firmware version > 2.00 (version 2.04 confirmed).
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.
Setup
Please note that ETHM-1 module is currently not supported: it does not provide functionality used by this extension. At the moment only ETHM-1 Plus module is supported. That might change in the future, but no promises are given.
The library currently doesn’t support encrypted connection to your alarm, so you need to turn off encryption for integration protocol. In Polish: “koduj integracje” must be unchecked. You will find this setting in your DloadX program.
A list of all partition, zone and output IDs can be acquired by running DloadX program and connecting to your alarm.
For the binary sensor, check the type/class list for a possible visualization of your zones. Note: If no zones or outputs are specified, Home Assistant will not load any binary_sensor integrations.”
Configuration
To add the Satel Integra integration 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.
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.