Satel integra

Hi,

If I’m arming the alarm via the keypad, it always reports ‘Armed away’ in home assistant. Is it possible to somehow report ‘Arm Home’ if I’m not opening any doors (because this is how the Integra knows which sensors to switch)?

Thanks

I can’t get the Satel integration to work.

My setup:

  • Home Assistant 2022.9.7
  • Satel Integra 32 firmware 1.20 (dutch)
  • ETHM plus firmware 2.09 (dutch)

My configuration.yaml.
I copied and used the example configuration as a starting point:

satel_integra:
  host: XXX.XXX.XX.XXX
  port: 7094
  code: XXXX
  partitions:
    01:
      name: "Woning"
      arm_home_mode: 2
  zones:
    01:
      name: "Gang woonkamer"
      type: "motion"
  outputs:
    05:
      name: "Luna"
      type: "light"
  switchable_outputs:
    08:
      name: "Poort open"

Error:

Logger: satel_integra.satel_integra
Source: runner.py:119
First occurred: 11:10:23 (59 occurrences)
Last logged: 11:14:13

* Got exception: 16 bytes read on a total of undefined expected bytes. Most likely the other side has disconnected!
* Start monitoring - no data!
* Start monitoring failed, sleeping for 10s...
* Ignoring data because we're disconnected!

The Integration with Homey and the Satel iPhone app work fine.

Does anyone know how to fix this?

Please put your code in code tags. Right now we cant really see if you did something wrong.
Also i think you can have only 1 connection on the TCP port at a time.
So if homey is connected then HA wont be able to.

1 Like

That did the trick :slight_smile:
(I had multiple connections…)

Hi,

I have recently purchased a Satel Integra 32 with ETHM-1 Plus module and managed to integrate it with HA just fine.
Unfortunately I was unable to disarm the alarm without using the provided widget. I mean it seems that the only way to disarm is to provide the code (via widget) and click the disarm button. Is it like this by design or am I missing something?

My use case:
I would like to be able to disarm the alarm given that the door’s smart-lock was unlocked using say valid pin or finger-prints. That is just an example (real) but in general I would like to be able to disarm the alarm if something that authorized the entry happened. It can be finger-print scanner, it can be face detection or pretty much anything else.

Well, sure you can do it!
Just call appropriate service & you’re done.
Here’s “action” part of my automation:

action:
  - data:
      code: '1234'
    service: alarm_control_panel.alarm_arm_home
    target:
      entity_id: alarm_control_panel.name_of_your_alarm_entity

Thank you. Clearly I need to learn more about HA.

Can u add a way to arm / disarm multiple partitions? It has to be done in 1 command as the Satel wont accept other arm commands while its arming 1 partition.
I realize not many people will use this and you can workaround by using a virtual output/zone with a group set in the Satel itself.

Maybe something like:

satel_integra:
  host: 192.168.1.100
  port: 7094
  partitions:
    01:
      name: "House"
    02:
      name: "Garage"
    03:
      name: "Shed"
  partition_groups:
    01:
      name: "Outside"
      partitions:
        - 02
        - 03
action:
  - data:
      code: '0000'
    service: alarm_control_panel.alarm_arm_home_group
    target:
      entity_id: alarm_control_panel_group.myhome_alarm
1 Like

Hello Jeroen

I am new to HA and SATEL

I tried to connect :via ETHM-1 PLus “firmmware version 2.08”. / Encrypted uncheck / Integration Checked / Port 7094

Connexion with DLOAD X works fine…

This conf on .yaml HA :

Satel_integra:
host: 192.168.10.232
port: 7094
code: XXXX
partitions:
01:
name: “000_VILLA”
………

Reply from log HA:
Logger: satel_integra.satel_integra
Source: components/satel_integra/init.py:113
First occurred: 6:12:07 PM (1 occurrences)
Last logged: 6:12:07 PM
Exception during connecting: [Errno 111] Connect call failed (‘192.168.10.232’, 7094).

Any Idea where did i go wrong ?

Thank you very much
Alexandre.

Ok.

My error was to use the integration port : 7094 (on my Satel config)
Instead we need to connect via the port used to connect via DLOADX : 7096 (for me).
Hope it will help.
Alexandre

Hello,
Is it foreseen on this binding the possibility to retrieve the battery status of Abax devices? Thanks

2 Likes

Hello @c-soft,
any news on Unique ID’s?

PS. Thanks for this integration :slight_smile:

Hi @c-soft,
I’ve strange issue. Today I’ve integrated Satel Integra 64 to HA. As I trigger the alarm (open the main door and do not disarm the system), the HA does not report the status “Triggered” but “Armed home” - it doesn’t change the state.
Sensor tampering also doesn’t switch to “Trigger” (no matter if armed or not), only inputs that are declared as “24h sabotage” switches to “Trigger” after tampering.
I’m not sure how this integration should work. Do you have maybe any idea what’s the problem ?

Mainboard is updated to newest version 1.21
ETHM 1-plus also up-to-date 2.09

On screen you can se main door input configuration:
image

Can u post your config?
I’m a bit confused on what u are trying todo.
For example:

The partition will report its armed status or disarmed and you’ll usually use outputs to see if the alarm is triggered.

SO far as HA is concerned, the zones are just binary. Either open or closed
Ther 24H zone is special since its will trigger an alarm and has the special type: safety

Thank you for feedback. I came to the same solution with using outputs as information if alarm is triggerd or system is beeing tampered.
It was inconsistent to me that sometimes partition shows it’s triggered and sometimes it doesn’t.

Hi @c-soft i am using the integration and it works great.

What is the latest ETHM-1 Plus firmware version that is supported by the Home Assitant integration?

I’m running v2.07, and looking at updating to the v2.09 (13.03.2023).

Since the Android Integra app update i’ve been missing some notifications, and i’m thinking of updating both the mainboard and ETHM-1 plus firmware to the most current ones in hope that the missing notifications will start appearing.

Version 2.09 runs with HA.
Unless they change integration, HA will always keep working. intergration is used by alot of sytems including Crestron and others, its a very old and stable API that they have not touched since the serial version :wink:

1 Like

hello guys, anyone tried the ETHM-1 Plus with a Versa Plus? Just for asking, instead i’ll go with Satel32 :stuck_out_tongue:

That will not work, a Plus already has an ETHM module builtin. Besides that there is no integration with the Versa. That only works with Integra.

1 Like

Hi

I’ve just started integrating my Integra in HA
I have two partitions and I have defined in configuration.yaml

Is it possible to have one single alarm panel to activate both?

What about arming some zones in a partition or some zones in multiple partitions, like using Macros defined in GUARDX/App Mobile?

Thanks