#Is anyone connecting HA to a GE/CADDX/Interlogix NX-8 Alarm Panel via NX584?

1 messages · Page 1 of 1 (latest)

rocky pollen
#

I've been trying to get the rayzorben/pynx584 Docker Container to run all day. It will start, but then go on and off until Docker leaves it stopped. I've tried different entrypoints and just can't get it to stay running. This container image from Docker Hub is 4 years old, so I'm not sure if anything has gone incompatible since it was posted.

Along the way, I've also found nx584mqtt. I don't have an MQTT server setup so would love to get pynx584 going.

Still, I just need it to work so if you have a NX584 integration with HA, how did you do it? Pynx584? In a Docker container? nx584MQTT? In a Docker container?

I'm running my HA instance in a HyperV VM and with all the integrations I need to run it's using 10GB of RAM already. Not sure running HA on a Pi4 will be an option so trying to get websockets to the serial port through the Pynx584 going.

Anyone with past experience or tips or a compose file you used, I'd love to see it! Thanks.

dusky nymph
rocky pollen
#

Yes, I'm using the Hyper-V VM image of HA for the main system and this is memory demand of the VM, not the assigned memory on the HyperV main console. The pynx584 container is on a Pi4. HyperV may be lying to me, but it would have to be off by a factor of 250% to fit on a 4GB pi. Hardware stats inside the HAOS are telling me drive space, but I don't see any RAM figures. In any case, the Hyper-V VM is doing fine and it's the Pi4 with Docker and Pynx584 (completely different system) that's giving me fits.

rocky pollen
#

The container is being run trying various docker commands including different methods and with some endpoints I found online with the container image:

docker-compose up -d
docker-compose pynx584 up (without detach)
docker run rayzorben/pynx584 --entrypoint /usr/local/bin/entrypoint.sh
docker run rayzorben/pynx584 –entrypoint /usr/local/bin/nx584_server

#

It starts in most of these scenarios but then just stops/starts in docker stats and eventually terminates with no logs entries other than No handlers could be found for logger "root"

dusky nymph