Replies: 6 comments
-
So using the serial port on the alarm panel main board doesn't work, but using serial port on NX-584 module works? Have you verified pinout on the adapter cable you're using to connect to the 10-pin IDC connector on the panel itself? (https://github.com/tjko/nxgipd/wiki/NX-8E-Serial-Connector-Pinout), also is the internal serial port enabled, I seem to recall that the on-board serial port is not enabled by default. Can you send log from nxgipd when it starts (generated with logging level set to 2 or 3), it might shed some light what is going on... So far "NX-8E" panels I've seen report Panel ID=4 (sold in North America), so maybe you have different version/variant... Photo of the alarm panel main board might help identify it... |
Beta Was this translation helpful? Give feedback.
-
I might need to do some clarification Unit1 This is a NX8 alarm panel sold in the EU (Panel ID=2) and this panel is equiped with an NX-584 do to the missing onboard serial port. I have swapped jumpers on the NX-584 to verify the cables i have in use. I also verified the working of the RaspberryPi and USB converter running nxgipd. This panel is working for two years using an serial connection to my HomeSeer system using other CADDX software tool Unit2 This is a NX8plus alarm panel sold in the EU and this panel has the onboard RS232, which is enabled by the installer and set to 9600Baud / ASCII ( 10-pin IDC cable is also supplied by the Installer) I cannot open this panel without alarm bells ringing so trouble shooting is a little bit of a hassle Unit3 I`m waiting for this unit to appear in my test lab :-) So i can test out the IDC cable |
Beta Was this translation helpful? Give feedback.
-
I just tried again with Unit2 and got this response root@raspberrypi:/home/nxgipd# ./nxgipd failed to get system status: -1 |
Beta Was this translation helpful? Give feedback.
-
Does this system have any NX-148 (LCD keypads)? Is querying zone names working (its able to pull zone names and doesnt just generate dummy "Zone xx" names for each zone? That "failed to get system status: -5" points to zone status request message (command) failing for some reason. Are you able to check system configuration whether that command is enabled? Alternatively, is this perhaps large alarm system that is rather active? I think the initial code to check system status is not very good handling busy system generating lot of status messages on its own... |
Beta Was this translation helpful? Give feedback.
-
I am having the same or similar problem. I have an NX-8E. There is an NX-184E keypad installed in the system. The zone status request feature is enabled. Below is my log output. 2017-09-06 21:03:08: Program started: nxgipd v1.1.0 (2017-09-04) |
Beta Was this translation helpful? Give feedback.
-
Is the LCD keypad your first keypad (ie. using address 192)? If not, check that panel programming location 212 is configured correctly... -- LOCATION 212 - PROGRAMMING THE LCD KEYPAD ADDRESS (1 segment of numerical data)
|
Beta Was this translation helpful? Give feedback.
-
I`m trying to connect to a NX8-E panel but without any succes so far. However when i connect to an NX-584 (Home Automation) the connection is fine but i get the following warning
Panel Model: Unknown (Panel ID=2). Please report your alarm panel model and id to nxgipd developers.
Which ID do i need to lookup? The panel is an NX-8 with an NX-584
Beta Was this translation helpful? Give feedback.
All reactions