Thanks Caron! With NX-596 is not compatible, just configured the integration and get a âFailed to connectâ error. Tried to follow the steps to make a debug dump, but I get the following error:
hassio@hassio:~/ultrasync$ bin/ultrasync -c /home/hassio/ultrasync/config --debug-dump
Traceback (most recent call last):
File "bin/ultrasync", line 56, in <module>
from ultrasync.cli import main
File "/home/hassio/ultrasync/ultrasync/__init__.py", line 34, in <module>
from .main import UltraSync
File "/home/hassio/ultrasync/ultrasync/main.py", line 40, in <module>
from .config import UltraSyncConfig
File "/home/hassio/ultrasync/ultrasync/config.py", line 27, in <module>
from urllib.parse import urlparse
ImportError: No module named parse
I just got a Comnav unit (NX-595E) installed. Unfortunately, with the latest firmware, the web port is only accessible if the security system is in programming mode. I havenât seen any way to disable that yet.
Great piece of integration; really impressed and I also very much would like to use this in my home environment I tried to set it up today but noticed that the ATS Advanced 1500A-IP unit which I have uses a slightly different way to connect using âUltraSyncâ. it is not username/password based but with a 24-position encryption key (all numeric values) and the pin-code as also used on the controller device to (dis)arm. Connections run on port 32000 via the local IP.
Would it be possible to create an alternative login scenario to also support these kind of Ultrasync devices? Iâm happy to test any scripts if needed, can do some python but not a brilliant coder
Hey @l2g! Thanks again for putting this integration together, to this day its a key part to some of my favorite automations. Just a heads up that I am seeing the below warnings in logs recently.
Entity sensor.ultrasync_zone17state (<class âcustom_components.ultrasync.sensor.UltraSyncSensorâ>) implements device_state_attributes. Please report it to the custom component author.
Iâm so excited that I stumbled on this page. I worked for interlogix until their US shutdown in 2018. Iâd love to help this along as much as I can though it seems youâre doing very well so far without any internal help.
I have a plethora of old equipment if anyone needs something to test with etc
Just wanted to apologize to everyone as i have not been a very good maintainer of this code. Life has gotten very busy. So I welcome any Pull requests people have.
At this time i havenât updated my Home Assistant in a while; so Iâm not getting the warnings you guys are. It seems theyâve changed the underlining structure of Home Assistant and there are deprecation warnings coming to my plugin. I canâ promise that i have the time to fix this, but hopefully someone will tackle this.
There are 2 core pieces of this tool for those who want to contribute:
The core: The full integration from any PC to access your Security Panel. This works without Home Assistant and can be re-used for integrations into other systems if you wanted to.
This is where you go to add new features/functions to the integration
The Home Assistant integration: Leverages the core defined above). The only thing that resides here is the bare minimum to patch/stitch together HA with the Core:
This is where those deprecation warnings are coming from.
Hey everyone. Just a heads up I made a very simple change that was required for us to get the attributes back. As of the latest update on HACs my attributes are back to normal!
First thanks for this great integration, I have been able to connect my nx8 easily into HA.
I have been migrating from Openhab to HomeAssistant quite successfully. Still, one feature I had before is access to the journal/log of the nx8. I have been using it to know which user was arming or desarming the alarm and get notification when someone else than me is disarming the alarm. Pretty useful I have to say.
Do you think there is a way to get access to such information ?
Thank you for the integration! really nice job.
What i cannot understand though (new to this stuff) is how you create a toggle for each entity, so that you can use the bypass service.
The only you can do to with this integration is toggle the alarm on (both home and stay functions) or off.
You can also read the current state of a sensor (motion or no motion).
You canât bypass any sensors with this integration.
Hi, I just installed the ha-ultrasync and the layout card and it looks really nice. I only have one question (fow now at least):
The Stay function initiates the Delay of 15 seconds with the NX-595E Alarm System starting to beep before arming it. When I press the Stay function on the physical alarm panel itself it is immediately armed without beeping 15 seconds. Is it possible to adjust the code in such a way that my NX-595E does not use the Delay when pressing Stay button in Home Assistant?
Hi Stef, itâs really weird. There are three scenarios:
When I press stay on the physical panel is doesnât do a delay, just one long beep. When armed and I walk downstairs and the system detects me, the sirene doesnât go off immediately and the systems beeps very long to allow me to disarm.
When I use the UltraConnect App and select Stay, it gives me the same long beep, no delay and the system is armed immediately. When I walk downstairs the sirene immediately goes off (very annoying)
When I use the Home Assistant version to press stay it uses a delay before arming. When walking downstairs the sirene doesnât go off, but the system allows me to disarm while producing one long beep.
So is this configuration of the alarm system? My alarm guy didnât understand scenario #2, so I guess that scenario #3 is also new for him.
The only thing I can say is that the system is kinda outdated. Iâve noticed some of this issues like your describe aswell.
By exampe: when I arm the house on Away with the physical panel I donât get a notification. If I do it through the UltraSync App I get one. Through HA is also donât get a notification.
Only on Stay I get notifcations from the app, otherwise I donât. So my house is always on stay
I donât bother to explain to my alarm guy. They donât know anything about HA or Google Home.