Satel integra

A few comments from my side:

Indeed it also observed that Satel can handle only one connection at a time. So if something else is connected, the integration won’t connect.

The integration does not read object names from Satel. You can give any name in HA, just make sure the output/zone/partion numbers match.

did I understand correctly that most likely the problem is not that I have IP blocking configured somewhere, but that after disabling one smart home system, the satel thinks that it still exists and does not let another system with another local IP?

If so, how to reset or reboot the satel, I have it powered by a battery and you just can’t turn it off, but I haven’t found anything like a reboot anywhere.

What I mean is that if two systems are trying to connect to Satel system only the first lucky one will get a working connection. So make sure the old system or something else other then HA is not trying to connect.
One way to do it is to change the port in Satel to something other than default 7094 and update it in HA as well. That way no other system knows how to reach Satel.

You can have either Home Assistant or Iridium working with Satel but both.

Does this integration work with Plus version of the Integra alarm panel e.g. INTEGRA 64 Plus ?

Yes, it does. I have Integra 128 Plus and it works fine.

1 Like

Can you tell me which type

  1. Leak sensor
  2. Heat detector (it is analogous to the fire detector, which is put in wet rooms)

Is there any enumeration and description of all types? As an example from the documentation I found only: motion, smoke, opening, light, safety And no description at all.

How on Satel in Home assistant you can test fire on fire sensors without lighting anything ?

Open any entity in HA, click the gear icon to customize it including a default icon, type of a sensor (“Show as”), etc:

I hope that helps.

1 Like

Is it possible to integrate several Satel Integra devices with one Home Assistant server?

Could you please show yaml example how to integrate Alarm Control Panel for Satel, I have added all my satel sensors but can’t understand how to arm and disarm Satel. I have Satel INT-TSG-WSW and INTEGRA 64.

Hi everyone,

I just wanted to give a little update on the status of the Satel Integra integration.
You’ve probably noticed the integration getting some updates in recent Home Assistant releases.

Thanks to @c-soft :pray: for granting me access to the library that Home Assistant uses to talk to Satel panels.
I’ve been doing some refactoring to make development and testing easier. A couple of things that came up quite often are already done in the library:

  • Encryption support
  • Message queuing (and potentially grouping), this will make sure the library properly waits with sending new messages until the previous one is processed, so no more needing to add delays to switch and arm multiple entities.

I want to test drive these features a bit more in my own system before putting out a new version, but I hope to get those in Home assistant soon!

The 2025.12 release of Home Assistant will also allow multiple panels to be configured! (Any testers when beta starts would be very much appreciated :grin:)

There’s some others things that I have planned down the line:

  • Temperature reading
  • Sytem status sensors (battery trouble, tamper etc)
  • Zone EOL configuration (tamper, line break etc)
  • Device creation, to group entities and see you device details (name, firmware etc)

There’s still quite some work to bring the integration to at least Bronze quality scale level, but I’m slowly working towards it. I have also marked myself as new code owner of the integration.

Let me know if you have any other requests to add to the library or if you’d like to help out testing where possible (my own system is quite limited for now),

3 Likes

Very thanks for your work. It is good.
I have a question. I have on output in my satel siren outdoor. I can add it to intergration and use examle when from other sensor in HA CO2 is bigger and play sound by this siren ? How i can add siren to integration ?

You should be able to add a switchable output in Home Assistant, those will show up as switches which you can then use in automations.
1 tricky part there is you need to make sure to have configured a code in the integration. Go to the integration:
Open your Home Assistant instance and show an integration.

From there, click the gear icon on the config entry, there you can configure the code (That should be the access code set in dloadx)

But what is this code? To integration ?
ANd where in DLOADX i setup it ?

To use an output in the Integra you will need to use a code that is allowed to switch outputs.
So setup a user in the Integra that has permission to switch outputs.

So Tom means you have to put the pin code in the integration so its able to use that for switching purposes.
As far as making the output switchable, you will need to change the siren output function to an OR output, and link the original function to that (via a not used output number) and another output that has either function 24: Pulse or 25: Make/Brake.


In this case output 10 will trigger like normal if the siren needs to go off.
And output 11 will be the one you can switch from HA.

Since its an OR link both of them can trigger the siren.

1 Like