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
With the current integration its not possible to arm 2 partitions at once. You will have to use an output which is linked to a zone in Integra itself (the zone would be a set/disarm at which you can assign partitions) or create an automation / script that arms the partitions after each other.
You do not arm zones, you arm partitions. But you can disable zones when you arm a partition.
Thats what the macro will do for you. Its possible todo this with activating outputs that are connected to zones that disable zones (Sound confusing, but simple enough :D)
Not with the current integration. Its there in the protocol you just send 0x7D +1 byte the 1 byte being the zone number (1-256). You’ll get an answer with the zone number and temperature (`0x006E being 0 Celsius, 0x006F being 1… ect ect)
You could request for this to be added, or i suppose fork this integration and adjust it yourself. Might even look at that myself. Tho i might not be able to decipher the code The one i did for Gira Homeserver is pretty hacky… but it works
I remember (perhaps a false memory) that it wasn’t necessary to enter your code when arming or disarming the alarm. Now, it only works if I input the code, even though the code is also in the YAML file.
Is it true that this wasn’t necessary before and now it is? Or could this be related to a setting that I can adjust to make it work without entering the alarm code?
I’d find it much more convenient if entering the alarm code wasn’t required for arming or disarming.
You can use outputs for that. Create a pulse output (1 second) in the Integra for arming
and 1 for disarming.
Now create 2 zones that are type 8 (follow output) and set them to arm/disarm
and set them to the correct output.
Now if you trigger the outputs the system will arm/disarm depending on which you choose.
You will need to provide a code thats allowed to switch in the yaml, but sound like
you already have that in there. Just make sure the user is allowed to switch in Integra.