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.
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 ?
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.
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 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 )
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),
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:
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)
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.