kk7ds / pynx584

Python library and server for talking to NX584/NX8E interfaces
GNU General Public License v3.0
29 stars 26 forks source link

Unable to arm the system #43

Closed rayzorben closed 4 years ago

rayzorben commented 4 years ago

I have it setup, HA displays the panel, and the sensor status. The sensor status is working fine.

But I am unable to arm the system. I tried just hitting 'Arm Home' as well as typing in my pin and then hitting 'Arm Home'. Here is the debug output I get, but the system does not arm.

2020-05-20 18:28:48,660 _internal INFO 192.168.0.84 - - [20/May/2020 18:28:48] "GET /command?cmd=arm&type=stay HTTP/1.1" 200 -
2020-05-20 18:28:48,669 _internal INFO 192.168.0.84 - - [20/May/2020 18:28:48] "GET /partitions HTTP/1.1" 200 -
2020-05-20 18:28:48,679 _internal INFO 192.168.0.84 - - [20/May/2020 18:28:48] "GET /zones HTTP/1.1" 200 -
2020-05-20 18:28:49,218 controller DEBUG Sending queued [62, 0, 1]
2020-05-20 18:28:49,323 controller DEBUG Parsing raw ASCII line b'011D1E1F'
2020-05-20 18:28:49,323 controller DEBUG Received: 29 Positive Acknowledge (data [])
2020-05-20 18:28:49,599 controller DEBUG Parsing raw ASCII line b'09860020000040030482798A'
2020-05-20 18:28:49,600 controller DEBUG Received: 6 Partition Status (data [0, 32, 0, 0, 64, 3, 4, 130])
2020-05-20 18:28:49,601 controller DEBUG Partition 1 ['reserved', 'Sensor low battery', 'Ready to arm', 'Open period', 'Delay trip in progress (common zone)']
2020-05-20 18:28:49,603 _internal INFO 192.168.0.84 - - [20/May/2020 18:28:49] "GET /events?index=1694&timeout=60 HTTP/1.1" 200 -
2020-05-20 18:28:49,898 controller DEBUG Parsing raw ASCII line b'09860020000040030482798A'
2020-05-20 18:28:49,899 controller DEBUG Received: 6 Partition Status (data [0, 32, 0, 0, 64, 3, 4, 130])
2020-05-20 18:28:49,900 controller DEBUG Partition 1 ['reserved', 'Sensor low battery', 'Ready to arm', 'Open period', 'Delay trip in progress (common zone)']
2020-05-20 18:28:49,902 _internal INFO 192.168.0.84 - - [20/May/2020 18:28:49] "GET /events?index=1695&timeout=60 HTTP/1.1" 200 -
2020-05-20 18:28:50,200 controller DEBUG Parsing raw ASCII line b'09870302020202020202A16E'
2020-05-20 18:28:50,201 controller DEBUG Received: 7 Partitions Snapshot (data [3, 2, 2, 2, 2, 2, 2, 2])
rayzorben commented 4 years ago

For reference for others, this was resolved by enabling 'Quick Arm' which for my NX-8E is Feature 23, Segment 1, Option 1

zipperten commented 4 years ago

do the disarm work?