Code Monkey home page Code Monkey logo

Comments (33)

taligentx avatar taligentx commented on May 27, 2024 1

@jvitkauskas Excellent thanks for the detailed logs! It's very strange that the left and right arrow keys are producing the same data. It's possible that the arrow keys only act on the microcontroller within the keypad itself and the keybus message is just a notification that an arrow key was pressed. I'll be reviewing the rest of the logs as well.

As far as decoding progress: I did get DLS functional but the DLS access code had been changed on my 1864. I did a little more digging and discovered that the 6666 installer code that was accepted by the panel is some sort of dummy or factory code. Fortunately, the well known 6321 code worked so I have access to the panel. This was frustrating enough that I'll be adding functionality to the library to support an unlocker sketch to brute force the installer code on any panel, including handling keypad lockout (either by automatically waiting for the lockout to expire or trigger an external relay to cycle the panel power). Without keypad lockout it should be possible to unlock a panel in a few hours.

I'm wrapping up decoding partition 2 and after a bit more verification I will be pushing out a new branch for multiple partitions for testing. Partition 2 was relatively easy because the first PowerSeries panels only supported up to 2 partitions, so the original protocol is designed for only 2 partitions - the 0xA5 command only has 2 bits for the partition number, and the status command 0x05 has 4 bytes, 2 bytes per partition. The current generation PowerSeries uses 8 bytes for command 0x05 for 4 partitions, and introduces a new command, 0x1B for partitions 5-8.

Partitions 3-8 will require decoding the 0xE6 command - this is new to the current generation PowerSeries so the decoding will be from scratch. It's already very different from the rest of the commands in that the length is variable.

So, still work to be done but soon the library should be ready to work with partitions 1-2 and zones 1-32.

Edit: typo

from dsckeybusinterface.

MagnusPer avatar MagnusPer commented on May 27, 2024

Great Work!! Have just downloaded and tested the KeyBusReader sketch on my NodeMCU, my goal is to integrate to Homey. Have not yet decided if I will use Homeyduino or MQTT Broker App

Alarm system - PowerSerie 832 - PC5015 - Zone Expander 5108 - Panel LCD5500

0x2D command - [Zone B] - Section 9 -->16
00101101 0 10000000 00000011 10000001 11000111 00000001 11111001 [0x2D] Unrecognized command [CRC OK]

0x63 command - [Alarm Memory Group 2]
01100011 0 00000000 00000000 00000000 00000000 00000000 01100011 [0x63] Unrecognized command [CRC OK]

log_PowerSerie-832_PC5015.txt

Decoding of 0x2D and 0x63 according to - https://github.com/stagf15/DSC_Panel/blob/master/DSC.cpp

from dsckeybusinterface.

taligentx avatar taligentx commented on May 27, 2024

@MagnusPer - thanks for the logs, I've updated the library to support zones 9-32 but requires confirmation that this is functional. If you or another is willing, it would be good to see logs with all zones closed, system armed, a zone 9-32 opened, trip the alarm, disarm the alarm, then close the zone.

from dsckeybusinterface.

MagnusPer avatar MagnusPer commented on May 27, 2024

@taligentx - I will trip the alarm for zone 9 when my familiy not is in the house:-) I will try to take the log during the next comming days

from dsckeybusinterface.

MagnusPer avatar MagnusPer commented on May 27, 2024

@taligentx
Alarm system - PowerSerie 832 - PC5015 - Zone Expander 5108 - Panel LCD5500
Zone 9 tripped - Alarm

Log_PowerSerie832_PC5015-ALARM_zone9_KeybusReader.txt
Log_PowerSerie832_PC5015-ALARM_zone9_Status.txt

from dsckeybusinterface.

MagnusPer avatar MagnusPer commented on May 27, 2024

@taligentx
Alarm system - PowerSerie 832 - PC5015 - Zone Expander 5108 - Panel LCD5500
Zone 10 tripped - Fire Alarm

Log_PowerSerie832_PC5015-FIRE_ALARM_zone10_KeybusReader.txt
Log_PowerSerie832_PC5015-FIRE_ALARM_zone10_Status.txt

from dsckeybusinterface.

taligentx avatar taligentx commented on May 27, 2024

Updated for zone 9-16 alarm on a zone expander and added fire status.

@MagnusPer Can you open zone 9 and then trip fire zone 10 (so they are both open at the same time)? Also if you're up for it, it'd be very useful to see zone 16 configured on the zone expander, open/closed and in alarm/restored. I can see how zones 9-15 are indicated, but zone 16 is unclear. This should allow using the Arduino/esp8266 as a virtual zone expander for zones 9-16.

from dsckeybusinterface.

sj-louw avatar sj-louw commented on May 27, 2024

@taligentx

I have a DSC Power Series 1864 panel with multiple partitions, zone expanders, etc in use. Im willing to wire up my Arduino to the panel with the KeybusReader sketch, to capture some logs.

Is there any specific events that you still need to be captured, that I can attach, to try make the 18xx panel support as feature complete as possible?

Thanks

from dsckeybusinterface.

taligentx avatar taligentx commented on May 27, 2024

Hi @sj-louw,

Thanks for your offer! I've updated the list of needed data and removed the request for multiple partitions and zone expander data - looking at logs isn't going to be enough to decode these. If all goes well I'll have a PC1864 panel for testing by next week.

It'd be great if you could load the Status sketch and log the output for partition 1:

  • Arm partition 1 in stay mode, then disarm
  • Arm partition 1 in away mode, open a zone in partition 1 and let the alarm sound, then disarm

There isn't any writing involved so you don't need the virtual keypad wiring. If you're up for changing your zone expanders, zones 33-64 are still unknown - having data from the KeybusReader sketch for at least 1 zone in each zone group (33-40, 41-48, 49-56, 57-64) would be a good place to start decoding these.

Edit: Added note about wiring.

from dsckeybusinterface.

sj-louw avatar sj-louw commented on May 27, 2024

@taligentx

Great. I'll wire it up over the weekend and get the partition 1 tests. With regards to the changing of the zone expanders, I'll rather skip that :) I will definitely break my alarm if I attempt that!

Please let me know, if there's anything else you would like tested from my side.

from dsckeybusinterface.

sj-louw avatar sj-louw commented on May 27, 2024

@taligentx

Had some trouble getting the circuit right. I am reading from panel, but still busy with testing to verify my circuit... Panel went in alarm after seemingly working for some hours over the weekend. While in alarm it intermittently lost comms to main keypad, until I disconnected the Arduino circuit. Now I have, from what I understand a "General Supervisory" trouble code :) Nothing else works. Will try to get it sorted and then post the logs.

UPDATE 2018-05-28
Got the above issue sorted by rescanning the keybus: *8 [installer code], then 902, then ##

The full log of me attempting to arm partition 2 attached. (Note, it never armed due to some config issue on the panel, my side :( )

dsc.log

from dsckeybusinterface.

taligentx avatar taligentx commented on May 27, 2024

@sj-louw It does seem like there is some kind of wiring issue - there is quite a bit of invalid data in the log, for example:

  155.29: 00100111 0 00010000 [0x27] [CRC Error]
  155.40: 01100111 0 [0x67] Unrecognized command [No CRC or CRC Error]
  155.41: 01100011 1 [0x63] [CRC Error]
  155.47: 00110111 [0x37] Unrecognized command [No CRC or CRC Error]
  155.49: 00000001 1 [0x01] Unrecognized command [CRC OK]
  155.57: 00110000 0 00011000 11100000 00011000 [0x30] Unrecognized command [No CRC or CRC Error]
  155.64: 00000000 0 11100001 00000000 11000000 00110001 11000000 [0x00] Unrecognized command [No CRC or CRC Error]
  155.73: 11000111 1 [0xC7] Unrecognized command [No CRC or CRC Error]

Check the wiring and if you're still seeing logs with invalid data like the above please open a new issue with a description of the Arduino model, pins used, and the exact wiring to help debug it. Thanks!

In other news, I've picked up a PC1864 panel but it seems there's either a problem with the panel or the older PC series keypads are not fully compatible (the installer code is accepted to reach the *8 programming menu but the panel errors out entering any programming section). I'll keep an eye out for reasonably priced PC5500/RFK5500/RFK5564 keypads, though looking at the eBay sales history it may be some time.

For now, I'll be relying on contributed data logs to continue developing the panel decoding so all additional info is welcome!

from dsckeybusinterface.

sj-louw avatar sj-louw commented on May 27, 2024

OK, thanks. As per our conversation in the other threads, I will post more findings as we progress.

On a side note, can you not try making your own PC-LINK cable and program the panel via the DLS software? This way you might get away with not buying a keypad :) I have made my own PC-LINK cable a while back, and it works nicely.

from dsckeybusinterface.

taligentx avatar taligentx commented on May 27, 2024

@sj-louw I actually did give DLS 5 a try with an FTDI USB/serial board but wasn't able to get a connection, even after going into *6 + 5 to enable the DLS window. Can you provide details on your process to connect? Hopefully it doesn't require the installer *8 + 499 command to initiate the connection.

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

@taligentx at least on PC1832 it is required to initiate the connection. First, on your keypad press *6, user code, and select the option to enable DLS. Then open DLS on a PC, press Window -> Modem Manager Configuration to configure a COM port for your PCLINK cable. Then press "New account" button, enter any Account Name, select your panel from "Panel Type", select (none) for connection type, then press Create button and double click on the item you have created. Then press "Connect only" (lightning icon) in the toolbar and press OK. Then you press "Global upload" (globe icon in the toolbar) to get the data. Then quickly on your keypad press *8, installer code, 499, installer code, 499 to upload the data. If you are not quick enough, press "Global upload" on the PC followed by combination on the keypad again.

Interestingly enough, DLS produces a lot of data on keybus. You can find my log getting data from panel here: https://gist.github.com/jvitkauskas/9fa034a6ff85b1091d2e783e6f03037f

Here's my normal logs. My panel is PC1832 v4.14 UK (DLS 5 recognizes as "PC1832 v4.1", keypad is "PK5500 v1.2") and I have not configured my alarm in any way (I don't have it installed in location) except there are 5.6k resistors on 8 zone terminals.

Me holding fire button, disarming with code 1234:

 315.28: 01110111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Fire alarm
  315.30: 00011100 0 [0x1C] Verify keypad Fire/Auxiliary/Panic
  315.30: 01110111 1 [Keypad] Fire alarm
  315.33: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
  315.38: 10111011 0 00100000 00000000 11011011 [0xBB] Bell: on
  315.45: 10100101 0 00011000 00011000 00100000 00011000 01001110 11111111 01011010 [0xA5] 06/01/2018 00:06 | Keypad Fire alarm
  315.49: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized command: Add to 0x87 | PGM1 on | PGM2 on
  315.58: 11100110 0 00011010 01000000 00000001 00000000 10011001 00000000 00000000 00000000 11011010 [0xE6] Unknown command
  315.61: 01110101 0 10000000 11110101 [0x75] Partition 1 | Beep pattern: solid tone
  315.67: 11001110 0 00100000 00011000 01001110 00000000 00000000 01010100 [0xCE] Unrecognized command [CRC OK]
  315.76: 00000101 0 00000000 00010111 01010000 11000111 01010000 11000111 01010000 11000111 [0x05] Partition 1 | Lights: none | Unrecognized command: 0x17 | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
  315.90: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
  315.95: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized command: Add to 0x87 | PGM1 on | PGM2 on
  316.04: 11101011 0 00000000 00011000 00011000 00100000 00011000 00000000 01001110 11111111 10100000 [0xEB] Unrecognized command [CRC OK]
  316.19: 10100101 0 00011000 00011000 00100000 00011000 01010010 11111111 01011110 [0xA5] 06/01/2018 00:06 | Keypad Fire alarm restored
  316.26: 11001110 0 00100000 00011000 01010010 00000000 00000000 01011000 [0xCE] Unrecognized command [CRC OK]
  316.43: 11101011 0 00000000 00011000 00011000 00100000 00011000 00000000 01010010 11111111 10100100 [0xEB] Unrecognized command [CRC OK]
  316.84: 00000101 0 11010100 00010001 01010000 11000111 01010000 11000111 01010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Fire Backlight | Partition in alarm | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
  316.88: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized command: Add to 0x87 | PGM1 on | PGM2 on
  317.67: 11111111 1 00000101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 1
  317.88: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized command: Add to 0x87 | PGM1 on | PGM2 on
  318.04: 11111111 1 00001010 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 2
  318.44: 11111111 1 00001111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 3
  318.95: 11111111 1 00010001 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 4
  319.01: 01100100 0 00001100 01110000 [0x64] Partition 1 | Beep: 6 beeps
  319.05: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized command: Add to 0x87 | PGM1 on | PGM2 on
  319.23: 10000111 0 00000001 00000000 10001000 [0x87] Panel output:Unrecognized command: Add to 0x87 | PGM1 off | PGM2 off
  319.27: 10111011 0 00000000 00000000 10111011 [0xBB] Bell: off
  319.36: 11100110 0 00011010 01000000 00000000 00000000 00011001 00000000 00000000 00000000 01011001 [0xE6] Unknown command
  319.39: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
  319.47: 00000101 0 10010100 00000011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Zones open | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
  332.83: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Unknown command

Here's me holding aux alarm button (the one with triangle and exclamation mark):

 3883.46: 10111011 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Auxiliary alarm
 3883.48: 10111011 1 [Keypad] Auxiliary alarm
 3883.48: 00011100 0 [0x1C] Verify keypad Fire/Auxiliary/Panic
 3883.51: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
 3883.59: 10100101 0 00011000 00011000 01010010 00000100 01001111 11111111 01111001 [0xA5] 06/02/2018 18:01 | Keypad Aux alarm
 3883.62: 10000111 0 00010001 00000010 10011010 [0x87] Panel output:Unrecognized command: Add to 0x87 | PGM1 off | PGM2 on
 3883.80: 11101011 0 00000000 00011000 00011000 01010010 00000100 00000000 01001111 11111111 10111111 [0xEB] Unrecognized command [CRC OK]
 3883.96: 10100101 0 00011000 00011000 01010010 00000100 01010011 11111111 01111101 [0xA5] 06/02/2018 18:01 | Keypad Aux alarm restored
 3884.02: 11001110 0 00100000 00000100 01010011 00000000 00000000 01000101 [0xCE] Unrecognized command [CRC OK]
 3884.19: 11101011 0 00000000 00011000 00011000 01010010 00000100 00000000 01010011 11111111 11000011 [0xEB] Unrecognized command [CRC OK]

And here's me holding panic alarm button (with shield icon) and then disarming with code 1234:

 3965.75: 11011101 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Panic alarm
 3965.76: 00011100 0 [0x1C] Verify keypad Fire/Auxiliary/Panic
 3965.76: 11011101 1 [Keypad] Panic alarm
 3965.79: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
 3965.84: 10111011 0 00100000 00000000 11011011 [0xBB] Bell: on
 3965.91: 10100101 0 00011000 00011000 01010010 00001100 01010000 11111111 10000010 [0xA5] 06/02/2018 18:03 | Keypad Panic alarm
 3965.95: 10000111 0 00010011 11110011 10001101 [0x87] Panel output:Unrecognized command: Add to 0x87 | PGM1 on | PGM2 on
 3966.03: 11100110 0 00011010 01000000 00000001 00000000 00010001 00000000 00000000 00000000 01010010 [0xE6] Unknown command
 3966.07: 01110101 0 10000000 11110101 [0x75] Partition 1 | Beep pattern: solid tone
 3966.13: 11001110 0 00100000 00001100 01010000 00000000 00000000 01001010 [0xCE] Unrecognized command [CRC OK]
 3966.22: 00000101 0 10010100 00010001 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Partition in alarm | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 3966.30: 11101011 0 00000000 00011000 00011000 01010010 00001100 00000000 01010000 11111111 11001000 [0xEB] Unrecognized command [CRC OK]
 3966.46: 10100101 0 00011000 00011000 01010010 00001100 01010100 11111111 10000110 [0xA5] 06/02/2018 18:03 | Keypad Panic alarm restored
 3966.53: 11001110 0 00100000 00001100 01010100 00000000 00000000 01001110 [0xCE] Unrecognized command [CRC OK]
 3966.70: 11101011 0 00000000 00011000 00011000 01010010 00001100 00000000 01010100 11111111 11001100 [0xEB] Unrecognized command [CRC OK]
 3972.67: 11111111 1 00000101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 1
 3973.07: 11111111 1 00001010 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 2
 3973.47: 11111111 1 00001111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 3
 3973.75: 11111111 1 00010001 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 4
 3973.81: 01100100 0 00001100 01110000 [0x64] Partition 1 | Beep: 6 beeps
 3973.95: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 3973.99: 10000111 0 00010011 00000000 10011010 [0x87] Panel output:Unrecognized command: Add to 0x87 | PGM1 off | PGM2 off
 3974.03: 10111011 0 00000000 00000000 10111011 [0xBB] Bell: off
 3974.12: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] Unknown command
 3974.15: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
 3974.23: 00000101 0 10010100 00000011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Zones open | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

PC1832: pressed buttons left, right, right, left

  403.07: 11111111 1 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Left arrow
  404.02: 11111111 1 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Left arrow
  404.57: 11111111 1 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Left arrow
  405.13: 11111111 1 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Left arrow

Seems like there's no difference between left and right in logs?

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

PC1832: left it to idle for some minutes and got this in logs

  632.84: 11100110 0 00001111 00000000 11110101 [0xE6] Unknown command
  663.01: 10100101 0 00011000 00011000 00100000 00110000 00000000 00000000 00100101 [0xA5] 06/01/2018 00:12 | Timestamp
  692.87: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Unknown command
  752.82: 11100110 0 00101100 00100000 00000000 00000000 00000000 00000000 00110010 [0xE6] Unknown command
  812.87: 11100110 0 00101100 01000000 00000000 00000000 00000000 00000000 01010010 [0xE6] Unknown command
  842.93: 00100111 0 00000000 00010111 00010000 11000111 00000000 00010101 [0x27] Partition 1 | Lights: none | Unrecognized command: 0x17 | Partition 2: disabled | Zones 1-8 open: none
  872.78: 11100110 0 00001001 00000000 11101111 [0xE6] Unknown command
  903.01: 10100101 0 00011000 00011000 00100000 01000000 00000000 00000000 00110101 [0xA5] 06/01/2018 00:16 | Timestamp
  932.87: 11100110 0 00101100 10000000 00000000 00000000 00000000 00000000 10010010 [0xE6] Unknown command
  992.86: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Unknown command
 1052.86: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Unknown command
 1082.93: 00101101 0 00000000 00010111 00010000 11000111 00000000 00011011 [0x2D] Partition 1 | Lights: none | Unrecognized command: 0x17 | Partition 2: disabled | Zones 9-16 open: none
 1112.83: 11100110 0 00001011 00000000 11110001 [0xE6] Unknown command
 1143.00: 10100101 0 00011000 00011000 00100000 01010000 00000000 00000000 01000101 [0xA5] 06/01/2018 00:20 | Timestamp
 1172.84: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Unknown command
 1232.86: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Unknown command
 1292.81: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Unknown command
 1352.78: 11100110 0 00001101 00000000 11110011 [0xE6] Unknown command
 1382.99: 10100101 0 00011000 00011000 00100000 01100000 00000000 00000000 01010101 [0xA5] 06/01/2018 00:24 | Timestamp
 1412.81: 11100110 0 00101100 00100000 00000000 00000000 00000000 00000000 00110010 [0xE6] Unknown command

I have a yellow triangle (trouble) flashing on my keypad and I have the following troubles:

  • Service Req.
  • AC Loss
  • Phone Line
  • Loss of Clock

I didn't take notice of asterisks (they might have been present or not, see my next comment)

And here's a log of me viewing trouble codes (*2 code 1234, arrow buttons and #):

 1573.69: 01011101 0 00000000 00000000 00000000 00000000 00000000 01011101 [0x5D] Partition 1 | Status lights flashing: none | Zones 1-32 flashing: none
 1573.77: 11100110 0 00011000 00000001 00000000 00000000 00000000 00000000 00000000 11111111 [0xE6] Unknown command
 1573.85: 00001010 0 10000000 10011110 00000000 00000000 00000000 00000000 00000000 00101000 [0x0A] Status lights: Backlight Enter * function code | Zone lights: none
 1573.94: 11100110 0 00100000 10000000 10011110 00000000 00000000 00000000 00000000 10000000 10100100 [0xE6] Unknown command
 1574.02: 00000101 0 10000000 10011110 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Backlight | Enter * function code | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 1574.41: 11111111 1 00001010 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 2
 1574.49: 00000101 0 10000000 10011111 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Backlight | Enter access code | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 1577.03: 11111111 1 00000101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 1
 1577.51: 11111111 1 00001010 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 2
 1577.83: 11111111 1 00001111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 3
 1578.42: 11111111 1 00010001 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 4
 1578.49: 01100100 0 00001010 01101110 [0x64] Partition 1 | Beep: Unrecognized command: Add to 0x64
 1578.57: 11101011 0 00000001 00011000 00011000 00100000 01101100 00010111 00100010 00000000 11100001 [0xEB] Unrecognized command [CRC OK]
 1578.64: 01011101 0 00010000 00000000 00000000 00000000 00000000 01101101 [0x5D] Partition 1 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1578.73: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 1578.89: 00001010 0 10000000 10100001 10000111 00000000 00000000 00000000 00000000 10110010 [0x0A] Status lights: Backlight *2: Trouble menu | Zone lights: 1 2 3 8 
 1578.97: 11100110 0 00100000 10000000 10100001 00000000 00000000 00000000 00000000 10000000 10100111 [0xE6] Unknown command
 1579.05: 00000101 0 10000000 10100001 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Backlight | *2: Trouble menu | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 1582.94: 11111111 1 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Left arrow
 1592.80: 11100110 0 00001111 00000000 11110101 [0xE6] Unknown command
 1593.83: 11111111 1 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Left arrow
 1602.99: 11111111 1 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Left arrow
 1610.89: 11111111 1 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Left arrow
 1612.51: 11111111 1 00101101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] #
 1612.65: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 1612.73: 00000101 0 10010100 00000011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Zones open | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

PC1832: idle, after configuring the time.

 1862.96: 10100101 0 00011000 00011000 01010001 01110000 00000000 00000000 10010110 [0xA5] 06/02/2018 17:28 | Timestamp
 1872.83: 00000101 0 00000000 00010111 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: none | Unrecognized command: 0x17 | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 1879.06: 11111111 1 11111111 11111111 11111111 11111111 11111111 11110111 11111111 11111111 [Keypad] Unrecognized key: 0xFF
 1879.14: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 1879.15: 11111111 1 11111111 11111111 11111110 11111111 11111111 11111111 11111111 11111111 [Keypad] Unknown Keybus notification
 1879.21: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Unknown command
 1879.39: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] Unknown command
 1879.42: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
 1879.87: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 1892.83: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Unknown command
 1952.80: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Unknown command
 2012.85: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Unknown command
 2072.81: 11100110 0 00001011 00000000 11110001 [0xE6] Unknown command
 2102.96: 10100101 0 00011000 00011000 01010001 10000000 00000000 00000000 10100110 [0xA5] 06/02/2018 17:32 | Timestamp
 2132.79: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Unknown command
 2192.84: 11100110 0 00101100 00100000 00000000 00000000 00000000 00000000 00110010 [0xE6] Unknown command
 2252.84: 11100110 0 00101100 01000000 00000000 00000000 00000000 00000000 01010010 [0xE6] Unknown command
 2312.79: 11100110 0 00001101 00000000 11110011 [0xE6] Unknown command
 2342.98: 10100101 0 00011000 00011000 01010001 10010000 00000000 00000000 10110110 [0xA5] 06/02/2018 17:36 | Timestamp
 2372.79: 11100110 0 00101100 10000000 00000000 00000000 00000000 00000000 10010010 [0xE6] Unknown command
 2432.84: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Unknown command

I still have a yellow triangle (trouble) flashing on my keypad and I have the following troubles:

  • Service Req. *
  • AC Loss
  • Phone Line
  • Loss of Clock *

I am not quite sure what that asterisk means after the trouble description, asterisk is shown as a rightmost symbol in the line

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

PC1832: idle, after configuring the time & disabling phone line

 2882.92: 00010110 0 00001110 01000001 11110111 01011100 [0x16] Unknown panel | Zone wiring: DEOL | Interval 4m
 2883.00: 00000101 0 00000000 00010111 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: none | Unrecognized command: 0x17 | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 2895.41: 11111111 1 11111111 11111111 11111111 11111111 11111111 11110111 11111111 11111111 [Keypad] Unrecognized key: 0xFF
 2895.49: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 2895.50: 11111111 1 11111111 11111111 11111110 11111111 11111111 11111111 11111111 11111111 [Keypad] Unknown Keybus notification
 2895.56: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Unknown command
 2895.74: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] Unknown command
 2895.88: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 2895.91: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
 2912.82: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Unknown command
 2972.78: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Unknown command
 3002.86: 00101101 0 00000000 00010111 00010000 11000111 00000000 00011011 [0x2D] Partition 1 | Lights: none | Unrecognized command: 0x17 | Partition 2: disabled | Zones 9-16 open: none
 3032.75: 11100110 0 00001011 00000000 11110001 [0xE6] Unknown command
 3062.97: 10100101 0 00011000 00011000 01010001 11000000 00000000 00000000 11100110 [0xA5] 06/02/2018 17:48 | Timestamp
 3092.77: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Unknown command
 3152.80: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Unknown command
 3212.82: 11100110 0 00101100 00100000 00000000 00000000 00000000 00000000 00110010 [0xE6] Unknown command
 3272.77: 11100110 0 00001101 00000000 11110011 [0xE6] Unknown command
 3302.93: 10100101 0 00011000 00011000 01010001 11010000 00000000 00000000 11110110 [0xA5] 06/02/2018 17:52 | Timestamp
 3332.80: 11100110 0 00101100 01000000 00000000 00000000 00000000 00000000 01010010 [0xE6] Unknown command
 3392.77: 11100110 0 00101100 10000000 00000000 00000000 00000000 00000000 10010010 [0xE6] Unknown command
 3452.77: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Unknown command

I still have a yellow triangle (trouble) flashing on my keypad and I have the following troubles:

  • Service Req. *
  • AC Loss

And here's me checking troubles (*2, code 1234, right, right, #)

 3530.25: 11111111 1 00101000 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] *
 3530.31: 01011101 0 00000000 00000000 00000000 00000000 00000000 01011101 [0x5D] Partition 1 | Status lights flashing: none | Zones 1-32 flashing: none
 3530.39: 11100110 0 00011000 00000001 00000000 00000000 00000000 00000000 00000000 11111111 [0xE6] Unknown command
 3530.47: 00001010 0 10000000 10011110 00000000 00000000 00000000 00000000 00000000 00101000 [0x0A] Status lights: Backlight Enter * function code | Zone lights: none
 3530.56: 11100110 0 00100000 10000000 10011110 00000000 00000000 00000000 00000000 10000000 10100100 [0xE6] Unknown command
 3530.64: 00000101 0 10000000 10011110 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Backlight | Enter * function code | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 3530.65: 11111111 1 00001010 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 2
 3530.71: 00000101 0 10000000 10011111 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Backlight | Enter access code | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 3532.29: 11111111 1 00000101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 1
 3532.62: 11111111 1 00001010 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 2
 3532.94: 11111111 1 00001111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 3
 3533.38: 11111111 1 00010001 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 4
 3533.44: 01100100 0 00001010 01101110 [0x64] Partition 1 | Beep: Unrecognized command: Add to 0x64
 3533.53: 11101011 0 00000001 00011000 00011000 01010001 11011100 00010111 00100010 00000000 10000010 [0xEB] Unrecognized command [CRC OK]
 3533.59: 01011101 0 00010000 00000000 00000000 00000000 00000000 01101101 [0x5D] Partition 1 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 3533.67: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 3533.75: 00001010 0 10000000 10100001 00000011 00000000 00000000 00000000 00000000 00101110 [0x0A] Status lights: Backlight *2: Trouble menu | Zone lights: 1 2 
 3533.84: 11100110 0 00100000 10000000 10100001 00000000 00000000 00000000 00000000 10000000 10100111 [0xE6] Unknown command
 3533.91: 00000101 0 10000000 10100001 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Backlight | *2: Trouble menu | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 3536.20: 11111111 1 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Left arrow
 3537.39: 11111111 1 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Left arrow
 3539.87: 11111111 1 00101101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] #
 3540.02: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 3540.10: 00000101 0 10010100 00000011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Zones open | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 3542.93: 10100101 0 00011000 00011000 01010001 11100000 00000000 00000000 00000110 [0xA5] 06/02/2018 17:56 | Timestamp
 3542.99: 11001110 0 00000010 00000001 00000000 00000000 00000000 11010001 [0xCE] Unrecognized command [CRC OK]

Unfortunately, I don't have means to connect panel to AC power yet, so I cannot solve that last problem.

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

PC1832: some additional things (maybe they could explain some unrecognized commands?)

Holding chime button to turn OFF door chime:

 4327.55: 11111111 1 10111011 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Door chime configuration
 4327.63: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] Unknown command
 4327.66: 01111111 0 00000001 10000000 [0x7F] Beep: long beep
 4327.81: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 4327.89: 00000101 0 10010100 10100100 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Door chime disabled | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 4329.79: 00000101 0 10010100 00000011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Zones open | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled

Holding chime button to turn ON door chrime:

 4378.15: 11111111 1 10111011 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Door chime configuration
 4378.24: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000001 00000000 00000000 01010010 [0xE6] Unknown command
 4378.27: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
 4378.41: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 4378.49: 00000101 0 10010100 10100011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Door chime enabled | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 4380.78: 00000101 0 10010100 00000011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Zones open | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled

Holding reset button, getting "function not available" message:

 4446.47: 11111111 1 11011010 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Reset / Command output 2
 4446.55: 00000101 0 10010100 00001110 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Unrecognized command: 0xE | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 4446.58: 01111111 0 00000001 10000000 [0x7F] Beep: long beep
 4448.79: 00000101 0 10010100 00000011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Zones open | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled

Holding quick exit button, getting "function not available" message:

 4479.10: 11111111 1 11100001 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Quick exit
 4479.18: 00000101 0 10010100 10001110 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Invalid option | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 4479.21: 01111111 0 00000001 10000000 [0x7F] Beep: long beep
 4479.35: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 4481.81: 00000101 0 10010100 00000011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Zones open | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled

Holding stay arm button, getting "system has failed to arm" message after entering code 1234:

 4530.00: 11111111 1 10101111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Arm stay
 4530.17: 11100110 0 00100000 10000000 10011111 00000000 00000000 00000000 00000000 10000000 10100101 [0xE6] Unknown command
 4530.25: 00000101 0 10000000 10011111 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Backlight | Enter access code | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 4531.69: 11111111 1 00000101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 1
 4532.17: 11111111 1 00001010 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 2
 4532.57: 11111111 1 00001111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 3
 4532.80: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Unknown command
 4533.09: 11111111 1 00010001 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 4
 4533.20: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
 4533.23: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
 4533.26: 01111111 0 00000001 10000000 [0x7F] Beep: long beep
 4533.40: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 4533.48: 00000101 0 10010100 00000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Failed to arm | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 4535.78: 00000101 0 10010100 00000011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Zones open | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled

Holding arm away button, getting "system has failed to arm" message after entering code 1234:

 4602.86: 11111111 1 10110001 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Arm away
 4603.03: 11100110 0 00100000 10000000 10011111 00000000 00000000 00000000 00000000 10000000 10100101 [0xE6] Unknown command
 4603.10: 00000101 0 10000000 10011111 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Backlight | Enter access code | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 4604.00: 11111111 1 00000101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 1
 4604.40: 11111111 1 00001010 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 2
 4604.81: 11111111 1 00001111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 3
 4605.25: 11111111 1 00010001 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] 4
 4605.36: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
 4605.39: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
 4605.42: 01111111 0 00000001 10000000 [0x7F] Beep: long beep
 4605.56: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 4605.64: 00000101 0 10010100 00000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Failed to arm | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 4607.78: 00000101 0 10010100 00000011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Memory Trouble Backlight | Zones open | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled

System startup after losing all power:

 7432.25: 11111111 1 
 7432.48: 00010110 0 00001110 01000001 11110111 01011100 [0x16] Unknown panel | Zone wiring: DEOL | Interval 4m
 7432.54: 11111111 1 11111111 11111111 11111111 11111111 11111111 00000000 [Keypad] Unrecognized key: 0xFF
 7432.62: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 7432.65: 01100100 0 00001100 01110000 [0x64] Partition 1 | Beep: 6 beeps
 7432.75: 11100110 0 00011011 00000000 00000000 00000001 [0xE6] Unknown command
 7432.81: 00101101 0 10010000 00000011 00010000 11000111 00000000 10010111 [0x2D] Partition 1 | Lights: Trouble Backlight | Zones open | Partition 2: disabled | Zones 9-16 open: none
 7432.93: 01001100 0 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 [0x4C] Keybus query
 7433.04: 01011000 0 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 [0x58] Keybus query
 7433.08: 10000111 0 00000000 00000000 10000111 [0x87] Panel output: Bell off | PGM1 off | PGM2 off
 7433.15: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Unknown command
 7433.37: 00010110 0 00001110 01000001 11110011 01011000 [0x16] Unknown panel | Zone wiring: DEOL | Armed, Exit *8 +15s, Power-on +2m
 7433.44: 10100101 0 00011000 00011000 01000000 00000010 10001100 00000000 10100011 [0xA5] 06/02/2018 00:00 | Loss of system time
 7433.53: 11100110 0 00011010 01000000 00000000 00000000 00011001 00000000 00000000 00000000 01011001 [0xE6] Unknown command
 7433.61: 11111111 1 11111111 11111111 11111110 11111011 11111111 11110111 11111111 11111111 [Keypad] Unknown Keybus notification[Keypad] Zone status notification
 7433.62: 00000101 0 10010000 00000011 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: Trouble Backlight | Zones open | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 7433.73: 01001100 0 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 [0x4C] Keybus query
 7433.74: 11111111 1 11111111 11111111 11111111 11110011 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 
 7433.81: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11000011 [Keypad] Slot 8 zone open
 7433.82: 11010101 0 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 [0xD5] Keypad zone query
 7433.85: 10000111 0 00000000 00000000 10000111 [0x87] Panel output: Bell off | PGM1 off | PGM2 off
 7433.89: 11100110 0 00001011 00000000 11110001 [0xE6] Unknown command
 7433.97: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7433.98: 11111111 1 11111111 11111111 11111110 11111111 11111111 11111111 11111111 11111111 [Keypad] Unknown Keybus notification
 7434.04: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Unknown command
 7434.22: 11101011 0 00000000 00011000 00011000 01000000 00000000 00000010 10001100 00000000 11101001 [0xEB] Unrecognized command [CRC OK]
 7434.31: 11100110 0 00011010 01000000 00000000 00000000 00011001 00000000 00000000 00000000 01011001 [0xE6] Unknown command
 7434.34: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
 7434.42: 11111111 1 11111111 11111111 11111111 11111011 11111111 11111111 11111111 11111111 [Keypad] Zone status notification
 7434.51: 11010101 0 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 [0xD5] Keypad zone query
 7434.52: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11000011 [Keypad] Slot 8 zone open
 7434.58: 10100101 0 00011000 00011000 01000000 00000000 11101001 11111111 11111101 [0xA5] 06/02/2018 00:00 | Bell trouble
 7434.67: 11001110 0 00100000 00000000 11101001 00000000 00000000 11010111 [0xCE] Unrecognized command [CRC OK]
 7434.81: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Unknown command
 7434.95: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7435.13: 11101011 0 00000000 00011000 00011000 01000000 00000000 00000000 11101001 11111111 01000011 [0xEB] Unrecognized command [CRC OK]
 7435.21: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7435.37: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7435.53: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7435.69: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7435.72: 11100110 0 00001101 00000000 11110011 [0xE6] Unknown command
 7435.88: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7436.04: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7436.20: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7436.36: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7436.52: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7436.68: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7436.74: 00110100 0 10010000 00000011 00010000 11000111 00000000 10011110 [0x34] Partition 1 | Lights: Trouble Backlight | Zones open | Partition 2: disabled | Zones 17-24 open: none
 7436.90: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7437.06: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7437.21: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7437.37: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7437.53: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7437.73: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7437.77: 11100110 0 00001111 00000000 11110101 [0xE6] Unknown command
 7437.92: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7438.08: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7438.24: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7438.40: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7438.56: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7438.74: 00111110 0 10010000 00000011 00010000 11000111 00000000 10101000 [0x3E] Partition 1 | Lights: Trouble Backlight | Zones open | Partition 2: disabled | Zones 25-32 open: none
 7438.82: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7438.97: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7439.13: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7439.29: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7439.45: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7439.60: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7439.75: 11100110 0 00001001 00000000 11101111 [0xE6] Unknown command
 7439.82: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7439.98: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7440.14: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7440.30: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7440.46: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7440.61: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7440.76: 00100111 0 10010000 00000011 00010000 11000111 00000000 10010001 [0x27] Partition 1 | Lights: Trouble Backlight | Zones open | Partition 2: disabled | Zones 1-8 open: none
 7440.84: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7441.00: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7441.16: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7441.31: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7441.47: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7441.67: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Unrecognized command [No CRC or CRC Error]
 7441.70: 01100100 0 00000100 01101000 [0x64] Partition 1 | Beep: 2 beeps
 7441.75: 11100110 0 00001011 00000000 11110001 [0xE6] Unknown command
 7442.26: 11111111 1 11111111 11111111 11111111 11111011 11111111 11111111 11111111 11111111 [Keypad] Zone status notification
 7442.33: 11010101 0 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 [0xD5] Keypad zone query
 7442.34: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11000011 [Keypad] Slot 8 zone open
 7443.72: 11100110 0 00001101 00000000 11110011 [0xE6] Unknown command
 7445.74: 11100110 0 00001111 00000000 11110101 [0xE6] Unknown command
 7447.71: 11100110 0 00001001 00000000 11101111 [0xE6] Unknown command
 7449.72: 11100110 0 00001011 00000000 11110001 [0xE6] Unknown command
 7451.72: 01100100 0 00000100 01101000 [0x64] Partition 1 | Beep: 2 beeps
 7451.76: 11100110 0 00001101 00000000 11110011 [0xE6] Unknown command
 7453.72: 11100110 0 00001111 00000000 11110101 [0xE6] Unknown command
 7455.73: 11100110 0 00001001 00000000 11101111 [0xE6] Unknown command
 7457.73: 11100110 0 00001011 00000000 11110001 [0xE6] Unknown command
 7459.73: 11100110 0 00001101 00000000 11110011 [0xE6] Unknown command
 7461.72: 01100100 0 00000100 01101000 [0x64] Partition 1 | Beep: 2 beeps
 7461.76: 11100110 0 00001111 00000000 11110101 [0xE6] Unknown command
 7461.83: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Unknown command
 7462.00: 00000101 0 00000000 00010111 00010000 11000111 00010000 11000111 00010000 11000111 [0x05] Partition 1 | Lights: none | Unrecognized command: 0x17 | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
 7462.73: 00111110 0 00000000 00010111 00010000 11000111 00000000 00101100 [0x3E] Partition 1 | Lights: none | Unrecognized command: 0x17 | Partition 2: disabled | Zones 25-32 open: none
 7463.72: 11100110 0 00001001 00000000 11101111 [0xE6] Unknown command
 7464.74: 00100111 0 00000000 00010111 00010000 11000111 00000000 00010101 [0x27] Partition 1 | Lights: none | Unrecognized command: 0x17 | Partition 2: disabled | Zones 1-8 open: none
 7465.72: 11100110 0 00001011 00000000 11110001 [0xE6] Unknown command
 7466.73: 00101101 0 00000000 00010111 00010000 11000111 00000000 00011011 [0x2D] Partition 1 | Lights: none | Unrecognized command: 0x17 | Partition 2: disabled | Zones 9-16 open: none
 7467.72: 11100110 0 00001101 00000000 11110011 [0xE6] Unknown command
 7468.74: 00110100 0 00000000 00010111 00010000 11000111 00000000 00100010 [0x34] Partition 1 | Lights: none | Unrecognized command: 0x17 | Partition 2: disabled | Zones 17-24 open: none
 7469.72: 11100110 0 00001111 00000000 11110101 [0xE6] Unknown command
 7471.72: 01100100 0 00000100 01101000 [0x64] Partition 1 | Beep: 2 beeps
 7471.76: 11100110 0 00001001 00000000 11101111 [0xE6] Unknown command
 7473.71: 11100110 0 00001011 00000000 11110001 [0xE6] Unknown command
 7475.73: 11100110 0 00001101 00000000 11110011 [0xE6] Unknown command
 7477.73: 11100110 0 00001111 00000000 11110101 [0xE6] Unknown command
 7479.73: 11100110 0 00001001 00000000 11101111 [0xE6] Unknown command

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

I've also got Envisalink EVL4. Maybe we can use it as an oracle for unknown commands?

from dsckeybusinterface.

taligentx avatar taligentx commented on May 27, 2024

I've mostly decoded 0xE6 and 0xEB and have pushed a new develop branch for feedback and testing, supporting partitions 2-8, zones 33-64, and writing to partitions 1 and 2. Please note that the library methods have changed and sketches will need to be updated with the new methods - I was hoping to avoid changing the public interface but supporting multiple partitions requires it.

Next up will be decoding writing to partitions 3-8 if the PC series keypads I have available will support it - otherwise logs of keypads assigned to these partitions and writing keys would be great.

@jvitkauskas Thanks for the notes on DLS! If it's useful in the future, I came across a way to connect to the panel with DLS without going into the panel installer programming. With the cable unplugged from the panel, start the connection from DLS and then plug the cable into the panel while the connection is pending. The panel will automatically detect the connection attempt and connect to DLS.

Also, thanks for the offer for the Envisalink output! From their TPI document, it seems to cover the same topics as the IT-100 - a few of these are on the todo list (command 1-4 output, writing partitions 3-8, zone tamper/fault 33-64) and a few I can't test (thermostat, wireless, etc). If you come across any output from the Envisalink that does not match the output in KeybusReader please let me know, there are still quite a few command sequences that are unknown (though none that should affect the core functionality of tracking alarm status and controlling the panel).

from dsckeybusinterface.

taligentx avatar taligentx commented on May 27, 2024

Update on writing to partitions 3-8 - the PC series keypads I have do not support these partitions, logs would be useful if this is something that should be implemented.

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

Hi, unfortunately I cannot arm the system, because i don't have it installed and I don't have AC power source and siren connected.

However, I have configured my PC1832 for 4 partitions:

  • Partition 1: Zones 1, 5, 6, 7, 8
  • Partition 2: Zone 2
  • Partition 3: Zone 3
  • Partition 4: Zone 4

Here I am providng logs of me shorting zones and restoring them afterwards.

Zone 1 / Partition 1:

 1978.09: 11100110 0 00001101 00000000 11110011 [0xE6] Zones 49-56 open: none
 1980.09: 11100110 0 00001111 00000000 11110101 [0xE6] Zones 57-64 open: none
 1982.32: 00100111 0 00000000 00010111 10010000 00000011 00000001 11010010 [0x27] Partition 1: none - Unrecognized data17 | Partition 2: Trouble Backlight - Zones open | Zones 1-8 open: 1 
 1982.42: 11100110 0 00001001 00000000 11101111 [0xE6] Zones 33-40 open: none
 1982.63: 10100101 0 00011000 00011010 00010110 00011101 10001100 11111111 10010101 [0xA5] 2018.06.16 22:07 | Zone fault: 1
 1982.69: 11001110 0 00100000 00011101 10001100 00000000 00000000 10010111 [0xCE] Unrecognized data
 1982.87: 11101011 0 00000000 00011000 00011010 00010110 00011100 00000001 10001100 11111111 11011011 [0xEB] 2018.06.16 22:07 | Zone fault: 1
 1982.95: 11111111 1 11111111 11111111 11111111 11111011 11111111 11111111 11111111 11111111 [Keypad] Zone status notification
 1983.05: 11010101 0 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 [0xD5] Keypad zone query
 1983.05: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11000011 [Keypad] Slot 8 zone open
 1984.64: 00100111 0 00000000 00010111 10010000 00000011 00000000 11010001 [0x27] Partition 1: none - Unrecognized data17 | Partition 2: Trouble Backlight - Zones open | Zones 1-8 open: none
 1984.71: 10100101 0 00011000 00011010 00010110 00011101 01101100 11111111 01110101 [0xA5] 2018.06.16 22:07 | Zone fault restored: 1
 1984.78: 11001110 0 00100000 00011101 01101100 00000000 00000000 01110111 [0xCE] Unrecognized data
 1984.96: 11101011 0 00000000 00011000 00011010 00010110 00011100 00000001 01101100 11111111 10111011 [0xEB] 2018.06.16 22:07 | Zone fault restored: 1

Zone 2 / Partition 2:

 2018.14: 00100111 0 00000000 00010111 00000000 00010111 00000010 01010111 [0x27] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Zones 1-8 open: 2 
 2018.30: 10100101 0 00011000 00011010 00010110 00011101 10001101 11111111 10010110 [0xA5] 2018.06.16 22:07 | Zone fault: 2
 2018.36: 11001110 0 00100000 00011101 10001101 00000000 00000000 10011000 [0xCE] Unrecognized data
 2018.54: 11101011 0 00000000 00011000 00011010 00010110 00011100 00000001 10001101 11111111 11011100 [0xEB] 2018.06.16 22:07 | Zone fault: 2
 2020.28: 00100111 0 00000000 00010111 00000000 00010111 00000000 01010101 [0x27] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Zones 1-8 open: none
 2020.34: 10100101 0 00011000 00011010 00010110 00011101 01101101 11111111 01110110 [0xA5] 2018.06.16 22:07 | Zone fault restored: 2
 2020.41: 11001110 0 00100000 00011101 01101101 00000000 00000000 01111000 [0xCE] Unrecognized data
 2020.59: 11101011 0 00000000 00011000 00011010 00010110 00011100 00000001 01101101 11111111 10111100 [0xEB] 2018.06.16 22:07 | Zone fault restored: 2

Zone 3 / Partition 3:

 2050.04: 00100111 0 00000000 00010111 00000000 00010111 00000100 01011001 [0x27] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Zones 1-8 open: 3 
 2050.20: 10100101 0 00011000 00011010 00010110 00100001 10001110 11111111 10011011 [0xA5] 2018.06.16 22:08 | Zone fault: 3
 2050.26: 11001110 0 00100000 00100001 10001110 00000000 00000000 10011101 [0xCE] Unrecognized data
 2050.44: 11101011 0 00000000 00011000 00011010 00010110 00100000 00000001 10001110 11111111 11100001 [0xEB] 2018.06.16 22:08 | Zone fault: 3
 2053.96: 00100111 0 00000000 00010111 00000000 00010111 00000000 01010101 [0x27] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Zones 1-8 open: none
 2054.07: 10100101 0 00011000 00011010 00010110 00100001 01101110 11111111 01111011 [0xA5] 2018.06.16 22:08 | Zone fault restored: 3
 2054.21: 11001110 0 00100000 00100001 01101110 00000000 00000000 01111101 [0xCE] Unrecognized data
 2054.39: 11101011 0 00000000 00011000 00011010 00010110 00100000 00000001 01101110 11111111 11000001 [0xEB] 2018.06.16 22:08 | Zone fault restored: 3

Zone 4 / Partition 4:

 2110.75: 00100111 0 00000000 00010111 00000000 00010111 00001000 01011101 [0x27] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Zones 1-8 open: 4 
 2110.82: 10100101 0 00011000 00011010 00010110 00100101 10001111 11111111 10100000 [0xA5] 2018.06.16 22:09 | Zone fault: 4
 2110.88: 11001110 0 00100000 00100101 10001111 00000000 00000000 10100010 [0xCE] Unrecognized data
 2111.09: 11101011 0 00000000 00011000 00011010 00010110 00100100 00000001 10001111 11111111 11100110 [0xEB] 2018.06.16 22:09 | Zone fault: 4
 2113.71: 00100111 0 00000000 00010111 00000000 00010111 00000000 01010101 [0x27] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Zones 1-8 open: none
 2113.78: 10100101 0 00011000 00011010 00010110 00100101 01101111 11111111 10000000 [0xA5] 2018.06.16 22:09 | Zone fault restored: 4
 2113.85: 11001110 0 00100000 00100101 01101111 00000000 00000000 10000010 [0xCE] Unrecognized data
 2114.06: 11101011 0 00000000 00011000 00011010 00010110 00100100 00000001 01101111 11111111 11000110 [0xEB] 2018.06.16 22:09 | Zone fault restored: 4

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

And here is idle log:

 2899.75: 11111111 1 11111111 11111111 11111111 11111111 11111111 11110111 11111111 11111111 [Keypad] Unrecognized key: 0xFF
 2899.83: 11111111 1 11111111 11111111 11111110 11111111 11111111 11111111 11111111 11111111 [Keypad] Unknown Keybus notification
 2899.90: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Partition 1 | Enabled zones 33-64: none
 2900.08: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] 0x1A: Unrecognized data
 2900.22: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Partition 1 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 2900.25: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
 2912.11: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Partition 2 | Enabled zones 33-64: none
 2972.07: 11100110 0 00001011 00000000 11110001 [0xE6] Zones 41-48 open: none
 3002.23: 10100101 0 00011000 00011010 00010110 01100000 00000000 00000000 01001101 [0xA5] 2018.06.16 22:24 | Timestamp
 3032.10: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 3 | Enabled zones 33-64: none
 3032.17: 11100110 0 00101011 00000100 00000100 00000000 00000000 00000000 00011001 [0xE6] Partition 3 | Enabled zones  1-32: 3 
 3062.23: 00010110 0 00001110 01000001 10110111 00011100 [0x16] Unknown panel | Zone wiring: DEOL | Interval 4m
 3092.06: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Partition 4 | Enabled zones 33-64: none
 3092.13: 11100110 0 00101011 00001000 00001000 00000000 00000000 00000000 00100001 [0xE6] Partition 4 | Enabled zones  1-32: 4 
 3152.10: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Partition 5 | Enabled zones 33-64: none
 3212.02: 11100110 0 00001101 00000000 11110011 [0xE6] Zones 49-56 open: none
 3242.26: 10100101 0 00011000 00011010 00010110 01110000 00000000 00000000 01011101 [0xA5] 2018.06.16 22:28 | Timestamp
 3272.10: 11100110 0 00101100 00100000 00000000 00000000 00000000 00000000 00110010 [0xE6] Partition 6 | Enabled zones 33-64: none
 3332.10: 11100110 0 00101100 01000000 00000000 00000000 00000000 00000000 01010010 [0xE6] Partition 7 | Enabled zones 33-64: none
 3392.05: 11100110 0 00101100 10000000 00000000 00000000 00000000 00000000 10010010 [0xE6] Partition 8 | Enabled zones 33-64: none
 3452.02: 11100110 0 00001111 00000000 11110101 [0xE6] Zones 57-64 open: none
 3482.22: 10100101 0 00011000 00011010 00010110 10000000 00000000 00000000 01101101 [0xA5] 2018.06.16 22:32 | Timestamp
 3512.09: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Partition 1 | Enabled zones 33-64: none
 3572.05: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Partition 2 | Enabled zones 33-64: none
 3632.09: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 3 | Enabled zones 33-64: none
 3632.16: 11100110 0 00101011 00000100 00000100 00000000 00000000 00000000 00011001 [0xE6] Partition 3 | Enabled zones  1-32: 3 
 3662.18: 00100111 0 00000000 00010111 00000000 00010111 00000000 01010101 [0x27] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Zones 1-8 open: none
 3662.33: 11001110 0 00000010 00000001 00000000 00000000 00000000 11010001 [0xCE] Unrecognized data
 3662.41: 10100101 0 00011000 00011010 00010110 10001000 11101000 11111111 01011100 [0xA5] 2018.06.16 22:34 | Panel AC power failure
 3662.47: 11001110 0 00100000 10001000 11101000 00000000 00000000 01011110 [0xCE] Unrecognized data
 3662.64: 11101011 0 00000000 00011000 00011010 00010110 10001000 00000000 11101000 11111111 10100010 [0xEB] 2018.06.16 22:34 | Panel AC power failure
 3692.06: 11100110 0 00001001 00000000 11101111 [0xE6] Zones 33-40 open: none
 3722.22: 10100101 0 00011000 00011010 00010110 10010000 00000000 00000000 01111101 [0xA5] 2018.06.16 22:36 | Timestamp
 3752.09: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Partition 4 | Enabled zones 33-64: none
 3752.16: 11100110 0 00101011 00001000 00001000 00000000 00000000 00000000 00100001 [0xE6] Partition 4 | Enabled zones  1-32: 4 
 3812.09: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Partition 5 | Enabled zones 33-64: none
 3872.09: 11100110 0 00101100 00100000 00000000 00000000 00000000 00000000 00110010 [0xE6] Partition 6 | Enabled zones 33-64: none
 3932.06: 11100110 0 00001011 00000000 11110001 [0xE6] Zones 41-48 open: none
 3962.22: 10100101 0 00011000 00011010 00010110 10100000 00000000 00000000 10001101 [0xA5] 2018.06.16 22:40 | Timestamp
 3992.07: 11100110 0 00101100 01000000 00000000 00000000 00000000 00000000 01010010 [0xE6] Partition 7 | Enabled zones 33-64: none
 4052.09: 11100110 0 00101100 10000000 00000000 00000000 00000000 00000000 10010010 [0xE6] Partition 8 | Enabled zones 33-64: none
 4112.09: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Partition 1 | Enabled zones 33-64: none
 4172.01: 11100110 0 00001101 00000000 11110011 [0xE6] Zones 49-56 open: none
 4202.24: 10100101 0 00011000 00011010 00010110 10110000 00000000 00000000 10011101 [0xA5] 2018.06.16 22:44 | Timestamp
 4232.07: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Partition 2 | Enabled zones 33-64: none
 4292.06: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 3 | Enabled zones 33-64: none
 4292.13: 11100110 0 00101011 00000100 00000100 00000000 00000000 00000000 00011001 [0xE6] Partition 3 | Enabled zones  1-32: 3 
 4352.08: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Partition 4 | Enabled zones 33-64: none
 4352.15: 11100110 0 00101011 00001000 00001000 00000000 00000000 00000000 00100001 [0xE6] Partition 4 | Enabled zones  1-32: 4 
 4412.00: 11100110 0 00001111 00000000 11110101 [0xE6] Zones 57-64 open: none
 4442.21: 10100101 0 00011000 00011010 00010110 11000000 00000000 00000000 10101101 [0xA5] 2018.06.16 22:48 | Timestamp
 4472.03: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Partition 5 | Enabled zones 33-64: none
 4532.08: 11100110 0 00101100 00100000 00000000 00000000 00000000 00000000 00110010 [0xE6] Partition 6 | Enabled zones 33-64: none
 4592.06: 11100110 0 00101100 01000000 00000000 00000000 00000000 00000000 01010010 [0xE6] Partition 7 | Enabled zones 33-64: none
 4652.00: 11100110 0 00001001 00000000 11101111 [0xE6] Zones 33-40 open: none
 4682.19: 10100101 0 00011000 00011010 00010110 11010000 00000000 00000000 10111101 [0xA5] 2018.06.16 22:52 | Timestamp
 4712.08: 11100110 0 00101100 10000000 00000000 00000000 00000000 00000000 10010010 [0xE6] Partition 8 | Enabled zones 33-64: none
 4772.08: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Partition 1 | Enabled zones 33-64: none
 4832.08: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Partition 2 | Enabled zones 33-64: none
 4892.04: 11100110 0 00001011 00000000 11110001 [0xE6] Zones 41-48 open: none
 4922.20: 10100101 0 00011000 00011010 00010110 11100000 00000000 00000000 11001101 [0xA5] 2018.06.16 22:56 | Timestamp
 4952.07: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 3 | Enabled zones 33-64: none
 4952.14: 11100110 0 00101011 00000100 00000100 00000000 00000000 00000000 00011001 [0xE6] Partition 3 | Enabled zones  1-32: 3 
 5012.07: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Partition 4 | Enabled zones 33-64: none
 5012.14: 11100110 0 00101011 00001000 00001000 00000000 00000000 00000000 00100001 [0xE6] Partition 4 | Enabled zones  1-32: 4 
 5072.07: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Partition 5 | Enabled zones 33-64: none
 5131.99: 11100110 0 00001101 00000000 11110011 [0xE6] Zones 49-56 open: none
 5162.23: 10100101 0 00011000 00011010 00010111 00000000 00000000 00000000 11101110 [0xA5] 2018.06.16 23:00 | Timestamp
 5192.05: 11100110 0 00101100 00100000 00000000 00000000 00000000 00000000 00110010 [0xE6] Partition 6 | Enabled zones 33-64: none
 5252.07: 11100110 0 00101100 01000000 00000000 00000000 00000000 00000000 01010010 [0xE6] Partition 7 | Enabled zones 33-64: none
 5312.07: 11100110 0 00101100 10000000 00000000 00000000 00000000 00000000 10010010 [0xE6] Partition 8 | Enabled zones 33-64: none
 5371.98: 11100110 0 00001111 00000000 11110101 [0xE6] Zones 57-64 open: none
 5402.19: 10100101 0 00011000 00011010 00010111 00010000 00000000 00000000 11111110 [0xA5] 2018.06.16 23:04 | Timestamp
 5432.02: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Partition 1 | Enabled zones 33-64: none
 5462.22: 11001110 0 00000010 00000001 00000000 00000000 00000000 11010001 [0xCE] Unrecognized data
 5492.02: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Partition 2 | Enabled zones 33-64: none
 5552.06: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 3 | Enabled zones 33-64: none
 5552.13: 11100110 0 00101011 00000100 00000100 00000000 00000000 00000000 00011001 [0xE6] Partition 3 | Enabled zones  1-32: 3 
 5612.03: 11100110 0 00001001 00000000 11101111 [0xE6] Zones 33-40 open: none
 5642.19: 10100101 0 00011000 00011010 00010111 00100000 00000000 00000000 00001110 [0xA5] 2018.06.16 23:08 | Timestamp
 5672.06: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Partition 4 | Enabled zones 33-64: none
 5672.13: 11100110 0 00101011 00001000 00001000 00000000 00000000 00000000 00100001 [0xE6] Partition 4 | Enabled zones  1-32: 4 
 5732.01: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Partition 5 | Enabled zones 33-64: none
 5792.06: 11100110 0 00101100 00100000 00000000 00000000 00000000 00000000 00110010 [0xE6] Partition 6 | Enabled zones 33-64: none
 5852.02: 11100110 0 00001011 00000000 11110001 [0xE6] Zones 41-48 open: none
 5882.18: 10100101 0 00011000 00011010 00010111 00110000 00000000 00000000 00011110 [0xA5] 2018.06.16 23:12 | Timestamp
 5912.01: 11100110 0 00101100 01000000 00000000 00000000 00000000 00000000 01010010 [0xE6] Partition 7 | Enabled zones 33-64: none
 5972.01: 11100110 0 00101100 10000000 00000000 00000000 00000000 00000000 10010010 [0xE6] Partition 8 | Enabled zones 33-64: none
 6032.05: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Partition 1 | Enabled zones 33-64: none
 6092.02: 11100110 0 00001101 00000000 11110011 [0xE6] Zones 49-56 open: none
 6122.19: 10100101 0 00011000 00011010 00010111 01000000 00000000 00000000 00101110 [0xA5] 2018.06.16 23:16 | Timestamp
 6152.03: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Partition 2 | Enabled zones 33-64: none
 6212.00: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 3 | Enabled zones 33-64: none
 6212.07: 11100110 0 00101011 00000100 00000100 00000000 00000000 00000000 00011001 [0xE6] Partition 3 | Enabled zones  1-32: 3 
 6272.05: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Partition 4 | Enabled zones 33-64: none
 6272.12: 11100110 0 00101011 00001000 00001000 00000000 00000000 00000000 00100001 [0xE6] Partition 4 | Enabled zones  1-32: 4 
 6332.02: 11100110 0 00001111 00000000 11110101 [0xE6] Zones 57-64 open: none
 6362.16: 10100101 0 00011000 00011010 00010111 01010000 00000000 00000000 00111110 [0xA5] 2018.06.16 23:20 | Timestamp
 6392.00: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Partition 5 | Enabled zones 33-64: none
 6452.02: 11100110 0 00101100 00100000 00000000 00000000 00000000 00000000 00110010 [0xE6] Partition 6 | Enabled zones 33-64: none
 6512.00: 11100110 0 00101100 01000000 00000000 00000000 00000000 00000000 01010010 [0xE6] Partition 7 | Enabled zones 33-64: none
 6571.96: 11100110 0 00001001 00000000 11101111 [0xE6] Zones 33-40 open: none
 6602.17: 10100101 0 00011000 00011010 00010111 01100000 00000000 00000000 01001110 [0xA5] 2018.06.16 23:24 | Timestamp
 6632.04: 11100110 0 00101100 10000000 00000000 00000000 00000000 00000000 10010010 [0xE6] Partition 8 | Enabled zones 33-64: none
 6692.00: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Partition 1 | Enabled zones 33-64: none
 6751.99: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Partition 2 | Enabled zones 33-64: none
 6812.01: 11100110 0 00001011 00000000 11110001 [0xE6] Zones 41-48 open: none
 6842.20: 10100101 0 00011000 00011010 00010111 01110000 00000000 00000000 01011110 [0xA5] 2018.06.16 23:28 | Timestamp
 6871.99: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 3 | Enabled zones 33-64: none
 6872.06: 11100110 0 00101011 00000100 00000100 00000000 00000000 00000000 00011001 [0xE6] Partition 3 | Enabled zones  1-32: 3 
 6931.99: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Partition 4 | Enabled zones 33-64: none
 6932.06: 11100110 0 00101011 00001000 00001000 00000000 00000000 00000000 00100001 [0xE6] Partition 4 | Enabled zones  1-32: 4 
 6991.99: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Partition 5 | Enabled zones 33-64: none
 7051.96: 11100110 0 00001101 00000000 11110011 [0xE6] Zones 49-56 open: none
 7082.17: 10100101 0 00011000 00011010 00010111 10000000 00000000 00000000 01101110 [0xA5] 2018.06.16 23:32 | Timestamp
 7112.04: 11100110 0 00101100 00100000 00000000 00000000 00000000 00000000 00110010 [0xE6] Partition 6 | Enabled zones 33-64: none

from dsckeybusinterface.

taligentx avatar taligentx commented on May 27, 2024

@jvitkauskas Thanks for the logs! Looks like the decoding is sufficiently accurate for partitions 3-4 to get the basic status of the system. If you have a chance, could you assign your keypad to partition 3 and type in a few keys? Same with partition 4 - I'm interested in seeing how the keys are being sent to add these partitions to the virtual keypad.

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

Here is me configuring keypad for partition 3 slot 8:

    6.49: 11111111 1 00101000 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: *
    6.55: 01011101 0 00000000 00000000 00000000 00000000 00000000 01011101 [0x5D] Partition 1 | Status lights flashing: none | Zones 1-32 flashing: none
    6.64: 11100110 0 00011000 00000001 00000000 00000000 00000000 00000000 00000000 11111111 [0xE6] Partition 1 | Status lights flashing: none | Zones 33-64 flashing: none
    6.72: 00001010 0 10000000 10011110 00000000 00000000 00000000 00000000 00000000 00101000 [0x0A] Partition 1: Backlight - Enter * function code | Zone lights: none
    6.80: 11100110 0 00100000 10000000 10011110 00000000 00000000 00000000 00000000 10000000 10100100 [0xE6] Status lights: Backlight - Enter * function code | Zone lights: none
    6.89: 00000101 0 10000000 10011110 10010000 00000011 10010000 00000011 10010000 00000011 [0x05] Partition 1: Backlight - Enter * function code | Partition 2: Trouble Backlight - Zones open | Partition 3: Trouble Backlight - Zones open | Partition 4: Trouble Backlight - Zones open
    6.91: 11111111 1 00100010 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: 8
    6.97: 00000101 0 10000000 10110111 10010000 00000011 10010000 00000011 10010000 00000011 [0x05] Partition 1: Backlight - Enter installer code | Partition 2: Trouble Backlight - Zones open | Partition 3: Trouble Backlight - Zones open | Partition 4: Trouble Backlight - Zones open
    8.58: 11111111 1 00010110 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: 5
    8.90: 11111111 1 00010110 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: 5
    9.23: 11111111 1 00010110 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: 5
   10.13: 11111111 1 00010110 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: 5
   10.16: 01100100 0 00001100 01110000 [0x64] Partition 1 | Beep: 6 beeps
   10.47: 00010110 0 00001110 01000001 10100111 00001100 [0x16] Unknown panel | Zone wiring: DEOL | Unrecognized data
   10.53: 01011101 0 00100000 00000000 00000000 00000000 00000000 01111101 [0x5D] Partition 1 | Status lights flashing: Program | Zones 1-32 flashing: none
   10.64: 11100110 0 00011000 00000001 00100000 00000000 00000000 00000000 00000000 00011111 [0xE6] Partition 1 | Status lights flashing: Program | Zones 33-64 flashing: none
   10.72: 00001010 0 10000010 11100100 00000000 00000000 00000000 00000000 00000000 01110000 [0x0A] Partition 1: Armed Backlight - *8: Main menu | Zone lights: none
   10.80: 11100110 0 00100000 10000010 11100100 00000000 00000000 00000000 00000000 10000000 11101100 [0xE6] Status lights: Armed Backlight - *8: Main menu | Zone lights: none
   10.88: 00000101 0 10000010 11100100 10010000 11000111 10010000 11000111 10010000 11000111 [0x05] Partition 1: Armed Backlight - *8: Main menu | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
   10.95: 10100101 0 00011000 00011010 00101010 10010101 10101101 00000000 01000011 [0xA5] 2018.06.17 10:37 | Enter *8 programming
   11.30: 11101011 0 00000000 00011000 00011010 00101010 10010100 00000001 10101101 00000000 10001001 [0xEB] 2018.06.17 10:37 | Enter *8 programming
   15.87: 11111111 1 00000000 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: 0
   16.20: 11111111 1 00000000 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: 0
   16.63: 11111111 1 11111111 00000000 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 2 | Key: 0
   16.66: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
   16.81: 00001010 0 10000001 11111000 00000000 00000000 00000000 00000000 00000000 10000011 [0x0A] Partition 1: Ready Backlight - Keypad programming | Zone lights: none
   16.90: 11100110 0 00100000 10000001 11111000 00000000 00000000 00000000 00000000 10000000 11111111 [0xE6] Status lights: Ready Backlight - Keypad programming | Zone lights: none
   16.98: 00000101 0 10000001 11111000 10010000 11000111 10010000 11000111 10010000 11000111 [0x05] Partition 1: Ready Backlight - Keypad programming | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
   18.45: 11111111 1 00000000 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: 0
   18.48: 01100100 0 00001000 01101100 [0x64] Partition 1 | Beep: 4 beeps
   18.56: 00001010 0 10000001 11100101 00000000 00000000 00000000 00000000 00000000 01110000 [0x0A] Partition 1: Ready Backlight - Keypad slot assignment | Zone lights: none
   18.65: 11100110 0 00100000 10000001 11100101 00000000 00000000 00000000 00000000 10000000 11101100 [0xE6] Status lights: Ready Backlight - Keypad slot assignment | Zone lights: none
   18.73: 00000101 0 10000001 11100101 10010000 11000111 10010000 11000111 10010000 11000111 [0x05] Partition 1: Ready Backlight - Keypad slot assignment | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
   20.94: 11111111 1 11111111 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 2 | Key: Left/right arrow
   22.51: 11111111 1 11110111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: Left/right arrow
   22.62: 11111111 1 00101101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: #
   22.77: 11100110 0 00011000 00000001 00100000 00000000 00000000 00000000 00000000 00011111 [0xE6] Partition 1 | Status lights flashing: Program | Zones 33-64 flashing: none
   22.80: 01100100 0 00001000 01101100 [0x64] Partition 1 | Beep: 4 beeps
   22.88: 00001010 0 10000001 11111000 00000000 00000000 00000000 00000000 00000000 10000011 [0x0A] Partition 1: Ready Backlight - Keypad programming | Zone lights: none
   22.96: 11100110 0 00100000 10000001 11111000 00000000 00000000 00000000 00000000 10000000 11111111 [0xE6] Status lights: Ready Backlight - Keypad programming | Zone lights: none
   23.04: 00000101 0 10000001 11111000 10010000 11000111 10010000 11000111 10010000 11000111 [0x05] Partition 1: Ready Backlight - Keypad programming | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
   25.43: 11111111 1 00101101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: #
   25.57: 11100110 0 00011000 00000001 00100000 00000000 00000000 00000000 00000000 00011111 [0xE6] Partition 1 | Status lights flashing: Program | Zones 33-64 flashing: none
   25.69: 01100100 0 00001000 01101100 [0x64] Partition 1 | Beep: 4 beeps
   25.85: 11100110 0 00011000 00000001 00100000 00000000 00000000 00000000 00000000 00011111 [0xE6] Partition 1 | Status lights flashing: Program | Zones 33-64 flashing: none
   25.93: 00001010 0 10000010 11100100 00000000 00000000 00000000 00000000 00000000 01110000 [0x0A] Partition 1: Armed Backlight - *8: Main menu | Zone lights: none
   26.02: 11100110 0 00100000 10000010 11100100 00000000 00000000 00000000 00000000 10000000 11101100 [0xE6] Status lights: Armed Backlight - *8: Main menu | Zone lights: none
   26.24: 00000101 0 10000010 11100100 10010000 11000111 10010000 11000111 10010000 11000111 [0x05] Partition 1: Armed Backlight - *8: Main menu | Partition 2: disabled | Partition 3: disabled | Partition 4: disabled
   26.26: 11111111 1 00101101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: #
   26.32: 00011011 0 00010000 11000111 00010000 11000111 00010000 11000111 00010000 11000111 [0x1B] Partition 5: disabled | Partition 6: disabled | Partition 7: disabled | Partition 8: disabled
   26.40: 00000101 0 10010000 00000011 10010000 00000011 10010000 00000011 10010000 00000011 [0x05] Partition 1: Trouble Backlight - Zones open | Partition 2: Trouble Backlight - Zones open | Partition 3: Trouble Backlight - Zones open | Partition 4: Trouble Backlight - Zones open
   26.47: 10100101 0 00011000 00011010 00101010 10010101 10101100 00000000 01000010 [0xA5] 2018.06.17 10:37 | Exit *8 programming
   26.65: 11101011 0 00000000 00011000 00011010 00101010 10010100 00000001 10101100 00000000 10001000 [0xEB] 2018.06.17 10:37 | Exit *8 programming
   26.93: 11111111 1 00101101 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: #
   27.16: 00010110 0 00001110 01000001 10010011 11111000 [0x16] Unknown panel | Zone wiring: DEOL | Unrecognized data
   27.22: 01011101 0 00010000 00000000 00000000 00000000 00000000 01101101 [0x5D] Partition 1 | Status lights flashing: Trouble | Zones 1-32 flashing: none
   27.30: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Partition 1 | Status lights flashing: Trouble | Zones 33-64 flashing: none
   27.37: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Partition 1 | Enabled zones 33-64: none
   27.46: 10110001 0 11110001 11111111 00000000 00000000 00000010 00000000 00000000 00000000 10100011 [0xB1] Enabled zones 1-32 | Partition 1: 1 5 6 7 8 9 10 11 12 13 14 15 16 | Partition 2: 2 
   27.53: 11100110 0 00101100 00000010 00000000 00000000 00000000 00000000 00010100 [0xE6] Partition 2 | Enabled zones 33-64: none
   27.69: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 3 | Enabled zones 33-64: none
   27.76: 11100110 0 00101011 00000100 00000100 00000000 00000000 00000000 00011001 [0xE6] Partition 3 | Enabled zones  1-32: 3 
   27.83: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Partition 4 | Enabled zones 33-64: none
   27.90: 11100110 0 00101011 00001000 00001000 00000000 00000000 00000000 00100001 [0xE6] Partition 4 | Enabled zones  1-32: 4 
   27.97: 11001110 0 00000011 00000001 00000000 00000000 00000000 11010010 [0xCE] Unrecognized data
   28.03: 11001110 0 01000000 11111111 11111111 11111111 11111111 00001010 [0xCE] Partition 1,2 activity
   28.28: 00100111 0 10010000 00000011 10010000 00000011 00000000 01001101 [0x27] Partition 1: Trouble Backlight - Zones open | Partition 2: Trouble Backlight - Zones open | Zones 1-8 open: none
   28.29: 11111111 1 00101101 11111111 11111111 11111111 11111111 11111111 [Keypad] Partition 1 | Key: #
   28.40: 01001100 0 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 [0x4C] Keybus query
   28.41: 11111111 1 11111111 11111111 11111111 11110000 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 
   28.51: 01011000 0 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 [0x58] Keybus query
   28.55: 10000111 0 00000000 00000000 10000111 [0x87] Panel output: Bell off | PGM1 off | PGM2 off
   28.82: 11111111 1 11111111 11111111 11111111 11111011 11111111 11111111 11111111 11111111 [Keypad] Zone status notification
   28.90: 11010101 0 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 [0xD5] Keypad zone query
   28.91: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11000011 [Keypad] Slot 8 zone open
   41.66: 00010110 0 00001110 01000001 10110011 00011000 [0x16] Unknown panel | Zone wiring: DEOL | Armed
   42.05: 11111111 1 11111111 11111111 11111111 11111011 11111111 11111111 11111111 11111111 [Keypad] Zone status notification
   42.13: 11010101 0 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101010 [0xD5] Keypad zone query
   42.14: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11000011 [Keypad] Slot 8 zone open
   48.80: 00000101 0 00000000 00010111 10010000 00000011 10010000 00000011 10010000 00000011 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: Trouble Backlight - Zones open | Partition 3: Trouble Backlight - Zones open | Partition 4: Trouble Backlight - Zones open
   58.72: 11100110 0 00101100 00000001 00000000 00000000 00000000 00000000 00010011 [0xE6] Partition 1 | Enabled zones 33-64: none
   61.85: 11111111 1 11111111 11111111 11111111 11111111 11111111 11110111 11111111 11111111 [Keypad] Unrecognized key: 0xFF
   61.93: 11111111 1 11111111 11111111 11111011 11111111 11111111 11111111 11111111 11111111 
   62.00: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 3 | Enabled zones 33-64: none
   62.07: 11100110 0 00101011 00000100 00000100 00000000 00000000 00000000 00011001 [0xE6] Partition 3 | Enabled zones  1-32: 3 
   62.16: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] 0x1A: Unrecognized data
   62.21: 11100110 0 00011101 00000100 00000000 00000111 [0xE6] Partition 3 | Beep pattern: off
   62.69: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
   62.77: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
   68.77: 00000101 0 00000000 00010111 00000000 00010111 10010000 00000011 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Trouble Backlight - Zones open | Partition 4: none - Unrecognized data17
   88.84: 00101101 0 00000000 00010111 00000000 00010111 00000000 01011011 [0x2D] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Zones 9-16 open: none
   88.99: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: none - Unrecognized data17
  118.65: 11100110 0 00001011 00000000 11110001 [0xE6] Zones 41-48 open: none
  148.89: 10100101 0 00011000 00011010 00101010 10100000 00000000 00000000 10100001 [0xA5] 2018.06.17 10:40 | Timestamp
  178.68: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Partition 4 | Enabled zones 33-64: none
  178.75: 11100110 0 00101011 00001000 00001000 00000000 00000000 00000000 00100001 [0xE6] Partition 4 | Enabled zones  1-32: 4 
  208.81: 00010110 0 00001110 01000001 10110111 00011100 [0x16] Unknown panel | Zone wiring: DEOL | Interval 4m
  238.71: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Partition 5 | Enabled zones 33-64: none

Keypad in partition 3. Entering digits 1, 2, 3, 4 (trying to arm system unsuccessfully)

  332.05: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00000101 11111111 [Keypad] Unrecognized key: 0xFF
  332.13: 00000101 0 00000000 00010111 00000000 00010111 10010000 00000011 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Trouble Backlight - Zones open | Partition 4: none - Unrecognized data17
  332.76: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001010 11111111 [Keypad] Unrecognized key: 0xFF
  333.16: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001111 11111111 [Keypad] Unrecognized key: 0xFF
  334.15: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00010001 11111111 [Keypad] Unrecognized key: 0xFF
  334.20: 11100110 0 00011001 00000100 00001100 00001111 [0xE6] Partition 3 | Beep: 6 beeps
  334.25: 11100110 0 00011101 00000100 00000000 00000111 [0xE6] Partition 3 | Beep pattern: off
  334.29: 11100110 0 00011111 00000100 00000001 00001010 [0xE6] Unrecognized data
  334.37: 00000101 0 00000000 00010111 00000000 00010111 10010000 00000111 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Trouble Backlight - Failed to arm | Partition 4: none - Unrecognized data17
  336.74: 00000101 0 00000000 00010111 00000000 00010111 10010000 00000011 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Trouble Backlight - Zones open | Partition 4: none - Unrecognized data17

See next replies for more detailed logs/information

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

PC1832: Partition 3 (keypad configured to slot 8)

Everything in this reply was done with keypad configured to partition 3.

Key codes:

Key Bytes
Left 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11110111 11111111
Right 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11110111 11111111
1 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00000101 11111111
2 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001010 11111111
3 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001111 11111111
4 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00010001 11111111
5 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00010110 11111111
6 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00011011 11111111
7 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00011100 11111111
8 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00100010 11111111
9 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00100111 11111111
0 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00000000 11111111
* 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00101000 11111111
# 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00101101 11111111

Here's me activating fire alarm by pressing and holding "fire" button and then disarming with code 1234:

 1177.68: 01110111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Fire alarm
 1177.76: 00011100 0 [0x1C] Verify keypad Fire/Auxiliary/Panic
 1177.76: 01110111 1 [Keypad] Fire alarm
 1177.79: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
 1177.82: 01101001 0 00000110 01101111 [0x69] Partition 2 | Beep: 3 beeps
 1177.88: 11100110 0 00011001 00000100 00000110 00001001 [0xE6] Partition 3 | Beep: 3 beeps
 1177.92: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1178.00: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1178.07: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1178.11: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1178.19: 11100110 0 00010111 00001000 00010000 00000000 00000000 00000000 00000000 00010101 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1178.27: 11100110 0 00011000 00001000 00010000 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1178.41: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Partition 1 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1178.57: 11100110 0 00011000 00000010 00010000 00000000 00000000 00000000 00000000 00010000 [0xE6] Partition 2 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1178.62: 11100110 0 00011001 00001000 00000110 00001101 [0xE6] Partition 4 | Beep: 3 beeps
 1178.67: 10111011 0 00100000 00000000 11011011 [0xBB] Bell: on
 1178.74: 10100101 0 00011000 00011010 00101010 11100100 01001110 11111111 00110010 [0xA5] 2018.06.17 10:57 | Keypad Fire alarm
 1178.78: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1178.87: 11100110 0 00011010 01000000 00001111 00000000 10010001 00000000 00000000 00000000 11100000 [0xE6] 0x1A: Unrecognized data
 1178.90: 01110101 0 10000000 11110101 [0x75] Partition 1 | Beep pattern: solid tone
 1178.93: 01111010 0 10000000 11111010 [0x7A] Partition 2 | Beep pattern: solid tone
 1178.97: 11100110 0 00011101 00000100 10000000 10000111 [0xE6] Partition 3 | Beep pattern: solid tone
 1179.02: 11100110 0 00011101 00001000 10000000 10001011 [0xE6] Partition 4 | Beep pattern: solid tone
 1179.08: 11001110 0 00100000 11100100 01001110 00000000 00000000 00100000 [0xCE] Unrecognized data
 1179.17: 00000101 0 11010100 00010001 11010100 00010001 11010100 00010001 11010100 00010001 [0x05] Partition 1: Memory Trouble Fire Backlight - Partition in alarm | Partition 2: Memory Trouble Fire Backlight - Partition in alarm | Partition 3: Memory Trouble Fire Backlight - Partition in alarm | Partition 4: Memory Trouble Fire Backlight - Partition in alarm
 1179.26: 11101011 0 00000000 00011000 00011010 00101010 11100100 00000000 01001110 11111111 01111000 [0xEB] 2018.06.17 10:57 | Keypad Fire alarm
 1179.42: 10100101 0 00011000 00011010 00101010 11100100 01010010 11111111 00110110 [0xA5] 2018.06.17 10:57 | Keypad Fire alarm restored
 1179.48: 11001110 0 00100000 11100100 01010010 00000000 00000000 00100100 [0xCE] Unrecognized data
 1179.67: 11101011 0 00000000 00011000 00011010 00101010 11100100 00000000 01010010 11111111 01111100 [0xEB] 2018.06.17 10:57 | Keypad Fire alarm restored
 1179.71: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1180.69: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1181.69: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1182.69: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1183.69: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1184.76: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1185.69: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1186.69: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1187.69: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1188.76: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1189.69: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1189.78: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00000101 11111111 [Keypad] Unrecognized key: 0xFF
 1190.18: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001010 11111111 [Keypad] Unrecognized key: 0xFF
 1190.59: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001111 11111111 [Keypad] Unrecognized key: 0xFF
 1190.70: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1191.06: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00010001 11111111 [Keypad] Unrecognized key: 0xFF
 1191.19: 11100110 0 00011001 00000100 00001100 00001111 [0xE6] Partition 3 | Beep: 6 beeps
 1191.27: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1191.35: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1191.39: 10000111 0 00000001 00000000 10001000 [0x87] Panel output:Unrecognized data | PGM1 off | PGM2 off
 1191.43: 10111011 0 00000000 00000000 10111011 [0xBB] Bell: off
 1191.52: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] 0x1A: Unrecognized data
 1191.55: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
 1191.58: 01111010 0 00000000 01111010 [0x7A] Partition 2 | Beep pattern: off
 1191.64: 11100110 0 00011101 00000100 00000000 00000111 [0xE6] Partition 3 | Beep pattern: off
 1191.69: 11100110 0 00011101 00001000 00000000 00001011 [0xE6] Partition 4 | Beep pattern: off
 1191.76: 00000101 0 10010100 00000011 10010100 00000011 10010100 00000011 10010100 00000011 [0x05] Partition 1: Memory Trouble Backlight - Zones open | Partition 2: Memory Trouble Backlight - Zones open | Partition 3: Memory Trouble Backlight - Zones open | Partition 4: Memory Trouble Backlight - Zones open

Here's me activating aux alarm by pressing and holding "exclamation mark in a triangle" button:

 1254.19: 10111011 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Auxiliary alarm
 1254.20: 00011100 0 [0x1C] Verify keypad Fire/Auxiliary/Panic
 1254.20: 10111011 1 [Keypad] Auxiliary alarm
 1254.23: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
 1254.26: 01101001 0 00000110 01101111 [0x69] Partition 2 | Beep: 3 beeps
 1254.31: 11100110 0 00011001 00000100 00000110 00001001 [0xE6] Partition 3 | Beep: 3 beeps
 1254.35: 10000111 0 00010001 00000010 10011010 [0x87] Panel output:Unrecognized data | PGM1 off | PGM2 on
 1254.40: 11100110 0 00011001 00001000 00000110 00001101 [0xE6] Partition 4 | Beep: 3 beeps
 1254.47: 10100101 0 00011000 00011010 00101010 11101000 01001111 11111111 00110111 [0xA5] 2018.06.17 10:58 | Keypad Aux alarm
 1254.64: 11101011 0 00000000 00011000 00011010 00101010 11101000 00000000 01001111 11111111 01111101 [0xEB] 2018.06.17 10:58 | Keypad Aux alarm
 1254.80: 10100101 0 00011000 00011010 00101010 11101000 01010011 11111111 00111011 [0xA5] 2018.06.17 10:58 | Keypad Aux alarm restored
 1254.86: 11001110 0 00100000 11101000 01010011 00000000 00000000 00101001 [0xCE] Unrecognized data
 1255.04: 11101011 0 00000000 00011000 00011010 00101010 11101000 00000000 01010011 11111111 10000001 [0xEB] 2018.06.17 10:58 | Keypad Aux alarm restored
 1258.67: 11100110 0 00101100 00001000 00000000 00000000 00000000 00000000 00011010 [0xE6] Partition 4 | Enabled zones 33-64: none
 1258.74: 11100110 0 00101011 00001000 00001000 00000000 00000000 00000000 00100001 [0xE6] Partition 4 | Enabled zones  1-32: 4 

Here's me activating panic alarm by pressing and holding "shield" button and then disarming with code 1234:

 1303.59: 11011101 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Panic alarm
 1303.61: 00011100 0 [0x1C] Verify keypad Fire/Auxiliary/Panic
 1303.61: 11011101 1 [Keypad] Panic alarm
 1303.64: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
 1303.67: 01101001 0 00000110 01101111 [0x69] Partition 2 | Beep: 3 beeps
 1303.73: 11100110 0 00011001 00000100 00000110 00001001 [0xE6] Partition 3 | Beep: 3 beeps
 1303.77: 10000111 0 00010011 11110011 10001101 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 1303.82: 11100110 0 00011001 00001000 00000110 00001101 [0xE6] Partition 4 | Beep: 3 beeps
 1303.87: 10111011 0 00100000 00000000 11011011 [0xBB] Bell: on
 1303.94: 10100101 0 00011000 00011010 00101010 11101100 01010000 11111111 00111100 [0xA5] 2018.06.17 10:59 | Keypad Panic alarm
 1304.03: 11100110 0 00011010 01000000 00001111 00000000 00010001 00000000 00000000 00000000 01100000 [0xE6] 0x1A: Unrecognized data
 1304.06: 01110101 0 10000000 11110101 [0x75] Partition 1 | Beep pattern: solid tone
 1304.09: 01111010 0 10000000 11111010 [0x7A] Partition 2 | Beep pattern: solid tone
 1304.13: 11100110 0 00011101 00000100 10000000 10000111 [0xE6] Partition 3 | Beep pattern: solid tone
 1304.18: 11100110 0 00011101 00001000 10000000 10001011 [0xE6] Partition 4 | Beep pattern: solid tone
 1304.25: 11001110 0 00100000 11101100 01010000 00000000 00000000 00101010 [0xCE] Unrecognized data
 1304.33: 00000101 0 10010100 00010001 10010100 00010001 10010100 00010001 10010100 00010001 [0x05] Partition 1: Memory Trouble Backlight - Partition in alarm | Partition 2: Memory Trouble Backlight - Partition in alarm | Partition 3: Memory Trouble Backlight - Partition in alarm | Partition 4: Memory Trouble Backlight - Partition in alarm
 1304.42: 11101011 0 00000000 00011000 00011010 00101010 11101100 00000000 01010000 11111111 10000010 [0xEB] 2018.06.17 10:59 | Keypad Panic alarm
 1304.58: 10100101 0 00011000 00011010 00101010 11101100 01010100 11111111 01000000 [0xA5] 2018.06.17 10:59 | Keypad Panic alarm restored
 1304.72: 11001110 0 00100000 11101100 01010100 00000000 00000000 00101110 [0xCE] Unrecognized data
 1304.89: 11101011 0 00000000 00011000 00011010 00101010 11101100 00000000 01010100 11111111 10000110 [0xEB] 2018.06.17 10:59 | Keypad Panic alarm restored
 1307.98: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00000101 11111111 [Keypad] Unrecognized key: 0xFF
 1308.38: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001010 11111111 [Keypad] Unrecognized key: 0xFF
 1308.78: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001111 11111111 [Keypad] Unrecognized key: 0xFF
 1309.38: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00010001 11111111 [Keypad] Unrecognized key: 0xFF
 1309.51: 11100110 0 00011001 00000100 00001100 00001111 [0xE6] Partition 3 | Beep: 6 beeps
 1309.61: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1309.69: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1309.73: 10000111 0 00010011 00000000 10011010 [0x87] Panel output:Unrecognized data | PGM1 off | PGM2 off
 1309.77: 10111011 0 00000000 00000000 10111011 [0xBB] Bell: off
 1309.85: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] 0x1A: Unrecognized data
 1309.88: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
 1309.92: 01111010 0 00000000 01111010 [0x7A] Partition 2 | Beep pattern: off
 1309.96: 11100110 0 00011101 00000100 00000000 00000111 [0xE6] Partition 3 | Beep pattern: off
 1310.01: 11100110 0 00011101 00001000 00000000 00001011 [0xE6] Partition 4 | Beep pattern: off
 1310.09: 00000101 0 10010100 00000011 10010100 00000011 10010100 00000011 10010100 00000011 [0x05] Partition 1: Memory Trouble Backlight - Zones open | Partition 2: Memory Trouble Backlight - Zones open | Partition 3: Memory Trouble Backlight - Zones open | Partition 4: Memory Trouble Backlight - Zones open

Here's me unsuccessfully trying to "stay arm" the system by holding "a man inside home" button and entering code 1234:

 1399.45: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 10101111 11111111 [Keypad] Unrecognized key: 0xFF
 1399.54: 11100110 0 00000001 10000000 10011111 00000000 00000000 00000000 00000000 00000000 00000110 [0xE6] Unrecognized data
 1399.62: 11100110 0 00000001 10000000 10011111 00000000 00000000 00000000 00000000 10000000 10000110 [0xE6] Unrecognized data
 1399.70: 00000101 0 00000000 00010111 00000000 00010111 10000000 10011111 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Backlight - Enter access code | Partition 4: none - Unrecognized data17
 1402.39: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00000101 11111111 [Keypad] Unrecognized key: 0xFF
 1402.71: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001010 11111111 [Keypad] Unrecognized key: 0xFF
 1403.03: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001111 11111111 [Keypad] Unrecognized key: 0xFF
 1403.55: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00010001 11111111 [Keypad] Unrecognized key: 0xFF
 1403.68: 11100110 0 00011001 00000100 00000110 00001001 [0xE6] Partition 3 | Beep: 3 beeps
 1403.73: 11100110 0 00011101 00000100 00000000 00000111 [0xE6] Partition 3 | Beep pattern: off
 1403.77: 11100110 0 00011111 00000100 00000001 00001010 [0xE6] Unrecognized data
 1403.85: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1403.93: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1404.01: 00000101 0 00000000 00010111 00000000 00010111 10010100 00000111 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Failed to arm | Partition 4: none - Unrecognized data17
 1406.70: 00000101 0 00000000 00010111 00000000 00010111 10010100 00000011 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Zones open | Partition 4: none - Unrecognized data17

Here's me unsuccessfully trying to arm the system by holding "home" button and entering code 1234:

 1435.32: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 10110001 11111111 [Keypad] Unrecognized key: 0xFF
 1435.40: 11100110 0 00000001 10000000 10011111 00000000 00000000 00000000 00000000 00000000 00000110 [0xE6] Unrecognized data
 1435.49: 11100110 0 00000001 10000000 10011111 00000000 00000000 00000000 00000000 10000000 10000110 [0xE6] Unrecognized data
 1435.57: 00000101 0 00000000 00010111 00000000 00010111 10000000 10011111 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Backlight - Enter access code | Partition 4: none - Unrecognized data17
 1437.15: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00000101 11111111 [Keypad] Unrecognized key: 0xFF
 1437.47: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001010 11111111 [Keypad] Unrecognized key: 0xFF
 1437.82: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00001111 11111111 [Keypad] Unrecognized key: 0xFF
 1438.26: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 00010001 11111111 [Keypad] Unrecognized key: 0xFF
 1438.38: 11100110 0 00011001 00000100 00000110 00001001 [0xE6] Partition 3 | Beep: 3 beeps
 1438.43: 11100110 0 00011101 00000100 00000000 00000111 [0xE6] Partition 3 | Beep pattern: off
 1438.48: 11100110 0 00011111 00000100 00000001 00001010 [0xE6] Unrecognized data
 1438.57: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1438.65: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1438.72: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Partition 5 | Enabled zones 33-64: none
 1438.80: 00000101 0 00000000 00010111 00000000 00010111 10010100 00000111 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Failed to arm | Partition 4: none - Unrecognized data17
 1440.77: 00000101 0 00000000 00010111 00000000 00010111 10010100 00000011 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Zones open | Partition 4: none - Unrecognized data17

Here's me enabling door chime by holding "music note inside bell" button:

 1489.70: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 10111011 11111111 [Keypad] Unrecognized key: 0xFF
 1489.78: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000100 00000000 00000000 01010101 [0xE6] 0x1A: Unrecognized data
 1489.83: 11100110 0 00011001 00000100 00000110 00001001 [0xE6] Partition 3 | Beep: 3 beeps
 1489.91: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1489.99: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1490.07: 00000101 0 00000000 00010111 00000000 00010111 10010100 10100011 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Door chime enabled | Partition 4: none - Unrecognized data17
 1492.75: 00000101 0 00000000 00010111 00000000 00010111 10010100 00000011 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Zones open | Partition 4: none - Unrecognized data17

Here's me disabling door chime by holding "music note inside bell" button:

 1541.01: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 10111011 11111111 [Keypad] Unrecognized key: 0xFF
 1541.10: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] 0x1A: Unrecognized data
 1541.15: 11100110 0 00011111 00000100 00000001 00001010 [0xE6] Unrecognized data
 1541.23: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1541.31: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1541.39: 00000101 0 00000000 00010111 00000000 00010111 10010100 10100100 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Door chime disabled | Partition 4: none - Unrecognized data17
 1543.68: 00000101 0 00000000 00010111 00000000 00010111 10010100 00000011 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Zones open | Partition 4: none - Unrecognized data17

Here's me unsuccessfully trying to reset by holding "reset" button, getting "function not available on keypad"

 1576.91: 11111111 1 11111111 11111111 11111111 11111111 11111111 11110111 11111111 11111111 [Keypad] Unrecognized key: 0xFF
 1576.98: 11111111 1 11111111 11111111 11111011 11111111 11111111 11111111 11111111 11111111 
 1577.06: 11100110 0 00101100 00000100 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 3 | Enabled zones 33-64: none
 1577.13: 11100110 0 00101011 00000100 00000100 00000000 00000000 00000000 00011001 [0xE6] Partition 3 | Enabled zones  1-32: 3 
 1577.21: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] 0x1A: Unrecognized data
 1577.26: 11100110 0 00011101 00000100 00000000 00000111 [0xE6] Partition 3 | Beep pattern: off
 1577.66: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1577.73: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1583.84: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11011010 11111111 [Keypad] Unrecognized key: 0xFF
 1583.92: 00000101 0 00000000 00010111 00000000 00010111 10010100 00001110 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Unrecognized dataE | Partition 4: none - Unrecognized data17
 1583.96: 11100110 0 00011111 00000100 00000001 00001010 [0xE6] Unrecognized data
 1584.04: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1584.12: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1586.65: 00000101 0 00000000 00010111 00000000 00010111 10010100 00000011 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Zones open | Partition 4: none - Unrecognized data17
 1588.84: 10100101 0 00011000 00011010 00101011 00010000 00000000 00000000 00010010 [0xA5] 2018.06.17 11:04 | Timestamp

Here's me unsuccessfully trying to quick exit by holding "door" button, getting "function not available on keypad"

 1670.15: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11100001 11111111 [Keypad] Unrecognized key: 0xFF
 1670.22: 00000101 0 00000000 00010111 00000000 00010111 10010100 10001110 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Invalid option | Partition 4: none - Unrecognized data17
 1670.27: 11100110 0 00011111 00000100 00000001 00001010 [0xE6] Unrecognized data
 1670.35: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 1670.43: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 1672.72: 00000101 0 00000000 00010111 00000000 00010111 10010100 00000011 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: Memory Trouble Backlight - Zones open | Partition 4: none - Unrecognized data17

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

PC1832: Partition 4 (keypad configured to slot 8)

Everything in this reply was done with keypad configured to partition 4.
I had to reboot alarm panel to get correct codes. Seems like changing keypad partition applied only after reboot. "Module Supervisory Reset" does not help.

Key codes:

Key Bytes
Left 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11110111
Right 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11110111
1 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00000101
2 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001010
3 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001111
4 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00010001
5 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00010110
6 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00011011
7 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00011100
8 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00100010
9 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00100111
0 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00000000
* 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00101000
# 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00101101

Here's me activating fire alarm by pressing and holding "fire" button and then disarming with code 1234:

 3320.14: 01110111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Fire alarm
 3320.24: 00011100 0 [0x1C] Verify keypad Fire/Auxiliary/Panic
 3320.24: 01110111 1 [Keypad] Fire alarm
 3320.27: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
 3320.30: 01101001 0 00000110 01101111 [0x69] Partition 2 | Beep: 3 beeps
 3320.35: 11100110 0 00011001 00000100 00000110 00001001 [0xE6] Partition 3 | Beep: 3 beeps
 3320.39: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 3320.44: 11100110 0 00011001 00001000 00000110 00001101 [0xE6] Partition 4 | Beep: 3 beeps
 3320.49: 10111011 0 00100000 00000000 11011011 [0xBB] Bell: on
 3320.59: 10100101 0 00011000 00011010 00101011 10000000 01001110 11111111 11001111 [0xA5] 2018.06.17 11:32 | Keypad Fire alarm
 3320.74: 11100110 0 00011000 00000001 00010000 00000000 00000000 00000000 00000000 00001111 [0xE6] Partition 1 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3320.77: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 3320.92: 11100110 0 00011000 00000010 00010000 00000000 00000000 00000000 00000000 00010000 [0xE6] Partition 2 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3321.00: 11100110 0 00010111 00000100 00010000 00000000 00000000 00000000 00000000 00010001 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 3321.08: 11100110 0 00011000 00000100 00010000 00000000 00000000 00000000 00000000 00010010 [0xE6] Partition 3 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3321.16: 11100110 0 00010111 00001000 00010000 00000000 00000000 00000000 00000000 00010101 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 3321.24: 11100110 0 00011000 00001000 00010000 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3321.33: 11100110 0 00011010 01000000 00001111 00000000 10010001 00000000 00000000 00000000 11100000 [0xE6] 0x1A: Unrecognized data
 3321.36: 01110101 0 10000000 11110101 [0x75] Partition 1 | Beep pattern: solid tone
 3321.39: 01111010 0 10000000 11111010 [0x7A] Partition 2 | Beep pattern: solid tone
 3321.44: 11100110 0 00011101 00000100 10000000 10000111 [0xE6] Partition 3 | Beep pattern: solid tone
 3321.49: 11100110 0 00011101 00001000 10000000 10001011 [0xE6] Partition 4 | Beep pattern: solid tone
 3321.59: 11001110 0 00100000 10000000 01001110 00000000 00000000 10111100 [0xCE] Unrecognized data
 3321.70: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 3321.79: 00000101 0 11010100 00010001 11010100 00010001 11010100 00010001 11010100 00010001 [0x05] Partition 1: Memory Trouble Fire Backlight - Partition in alarm | Partition 2: Memory Trouble Fire Backlight - Partition in alarm | Partition 3: Memory Trouble Fire Backlight - Partition in alarm | Partition 4: Memory Trouble Fire Backlight - Partition in alarm
 3321.88: 11101011 0 00000000 00011000 00011010 00101011 10000000 00000000 01001110 11111111 00010101 [0xEB] 2018.06.17 11:32 | Keypad Fire alarm
 3322.04: 10100101 0 00011000 00011010 00101011 10000000 01010010 11111111 11010011 [0xA5] 2018.06.17 11:32 | Keypad Fire alarm restored
 3322.11: 11001110 0 00100000 10000000 01010010 00000000 00000000 11000000 [0xCE] Unrecognized data
 3322.29: 11101011 0 00000000 00011000 00011010 00101011 10000000 00000000 01010010 11111111 00011001 [0xEB] 2018.06.17 11:32 | Keypad Fire alarm restored
 3322.73: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 3323.72: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 3324.45: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00000101 [Keypad] Unrecognized key: 0xFF
 3324.73: 10000111 0 00000001 11110011 01111011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 3324.98: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001010 [Keypad] Unrecognized key: 0xFF
 3325.38: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001111 [Keypad] Unrecognized key: 0xFF
 3325.73: 10000111 0 00000001 00000011 10001011 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 3325.87: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00010001 [Keypad] Unrecognized key: 0xFF
 3326.03: 11100110 0 00011001 00001000 00001100 00010011 [0xE6] Partition 4 | Beep: 6 beeps
 3326.10: 11100110 0 00010111 00001000 00010000 00000000 00000000 00000000 00000000 00010101 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 3326.18: 11100110 0 00011000 00001000 00010000 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3326.22: 10000111 0 00000001 00000000 10001000 [0x87] Panel output:Unrecognized data | PGM1 off | PGM2 off
 3326.26: 10111011 0 00000000 00000000 10111011 [0xBB] Bell: off
 3326.35: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] 0x1A: Unrecognized data
 3326.38: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
 3326.41: 01111010 0 00000000 01111010 [0x7A] Partition 2 | Beep pattern: off
 3326.46: 11100110 0 00011101 00000100 00000000 00000111 [0xE6] Partition 3 | Beep pattern: off
 3326.50: 11100110 0 00011101 00001000 00000000 00001011 [0xE6] Partition 4 | Beep pattern: off
 3326.59: 00000101 0 10010100 00000011 10010100 00000011 10010100 00000011 10010100 00000011 [0x05] Partition 1: Memory Trouble Backlight - Zones open | Partition 2: Memory Trouble Backlight - Zones open | Partition 3: Memory Trouble Backlight - Zones open | Partition 4: Memory Trouble Backlight - Zones open

Here's me activating aux alarm by pressing and holding "exclamation mark in a triangle" button:

 3353.74: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 00000000 00010111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: none - Unrecognized data17
 3354.89: 10111011 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Auxiliary alarm
 3354.91: 10111011 1 [Keypad] Auxiliary alarm
 3354.91: 00011100 0 [0x1C] Verify keypad Fire/Auxiliary/Panic
 3354.94: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
 3354.97: 01101001 0 00000110 01101111 [0x69] Partition 2 | Beep: 3 beeps
 3355.02: 11100110 0 00011001 00000100 00000110 00001001 [0xE6] Partition 3 | Beep: 3 beeps
 3355.06: 10000111 0 00010001 00000010 10011010 [0x87] Panel output:Unrecognized data | PGM1 off | PGM2 on
 3355.11: 11100110 0 00011001 00001000 00000110 00001101 [0xE6] Partition 4 | Beep: 3 beeps
 3355.18: 10100101 0 00011000 00011010 00101011 10000000 01001111 11111111 11010000 [0xA5] 2018.06.17 11:32 | Keypad Aux alarm
 3355.35: 11101011 0 00000000 00011000 00011010 00101011 10000000 00000000 01001111 11111111 00010110 [0xEB] 2018.06.17 11:32 | Keypad Aux alarm
 3355.51: 10100101 0 00011000 00011010 00101011 10000000 01010011 11111111 11010100 [0xA5] 2018.06.17 11:32 | Keypad Aux alarm restored
 3355.64: 11001110 0 00100000 10000000 01010011 00000000 00000000 11000001 [0xCE] Unrecognized data
 3355.81: 11101011 0 00000000 00011000 00011010 00101011 10000000 00000000 01010011 11111111 00011010 [0xEB] 2018.06.17 11:32 | Keypad Aux alarm restored

Here's me activating panic alarm by pressing and holding "shield" button and then disarming with code 1234:

 3378.45: 11011101 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111 [Keypad] Panic alarm
 3378.46: 11011101 1 [Keypad] Panic alarm
 3378.46: 00011100 0 [0x1C] Verify keypad Fire/Auxiliary/Panic
 3378.49: 01100100 0 00000110 01101010 [0x64] Partition 1 | Beep: 3 beeps
 3378.52: 01101001 0 00000110 01101111 [0x69] Partition 2 | Beep: 3 beeps
 3378.61: 11100110 0 00011001 00000100 00000110 00001001 [0xE6] Partition 3 | Beep: 3 beeps
 3378.64: 10000111 0 00010011 11110011 10001101 [0x87] Panel output:Unrecognized data | PGM1 on | PGM2 on
 3378.69: 11100110 0 00011001 00001000 00000110 00001101 [0xE6] Partition 4 | Beep: 3 beeps
 3378.74: 10111011 0 00100000 00000000 11011011 [0xBB] Bell: on
 3378.82: 10100101 0 00011000 00011010 00101011 10000100 01010000 11111111 11010101 [0xA5] 2018.06.17 11:33 | Keypad Panic alarm
 3378.90: 11100110 0 00011010 01000000 00001111 00000000 00010001 00000000 00000000 00000000 01100000 [0xE6] 0x1A: Unrecognized data
 3378.93: 01110101 0 10000000 11110101 [0x75] Partition 1 | Beep pattern: solid tone
 3378.97: 01111010 0 10000000 11111010 [0x7A] Partition 2 | Beep pattern: solid tone
 3379.01: 11100110 0 00011101 00000100 10000000 10000111 [0xE6] Partition 3 | Beep pattern: solid tone
 3379.06: 11100110 0 00011101 00001000 10000000 10001011 [0xE6] Partition 4 | Beep pattern: solid tone
 3379.12: 11001110 0 00100000 10000100 01010000 00000000 00000000 11000010 [0xCE] Unrecognized data
 3379.22: 00000101 0 10010100 00010001 10010100 00010001 10010100 00010001 10010100 00010001 [0x05] Partition 1: Memory Trouble Backlight - Partition in alarm | Partition 2: Memory Trouble Backlight - Partition in alarm | Partition 3: Memory Trouble Backlight - Partition in alarm | Partition 4: Memory Trouble Backlight - Partition in alarm
 3379.30: 11101011 0 00000000 00011000 00011010 00101011 10000100 00000000 01010000 11111111 00011011 [0xEB] 2018.06.17 11:33 | Keypad Panic alarm
 3379.47: 10100101 0 00011000 00011010 00101011 10000100 01010100 11111111 11011001 [0xA5] 2018.06.17 11:33 | Keypad Panic alarm restored
 3379.53: 11001110 0 00100000 10000100 01010100 00000000 00000000 11000110 [0xCE] Unrecognized data
 3379.72: 11101011 0 00000000 00011000 00011010 00101011 10000100 00000000 01010100 11111111 00011111 [0xEB] 2018.06.17 11:33 | Keypad Panic alarm restored
 3381.23: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00000101 [Keypad] Unrecognized key: 0xFF
 3381.75: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001010 [Keypad] Unrecognized key: 0xFF
 3382.08: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001111 [Keypad] Unrecognized key: 0xFF
 3382.65: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00010001 [Keypad] Unrecognized key: 0xFF
 3382.81: 11100110 0 00011001 00001000 00001100 00010011 [0xE6] Partition 4 | Beep: 6 beeps
 3382.89: 11100110 0 00010111 00001000 00010000 00000000 00000000 00000000 00000000 00010101 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 3382.96: 11100110 0 00011000 00001000 00010000 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3383.00: 10000111 0 00010011 00000000 10011010 [0x87] Panel output:Unrecognized data | PGM1 off | PGM2 off
 3383.04: 10111011 0 00000000 00000000 10111011 [0xBB] Bell: off
 3383.13: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] 0x1A: Unrecognized data
 3383.16: 01110101 0 00000000 01110101 [0x75] Partition 1 | Beep pattern: off
 3383.19: 01111010 0 00000000 01111010 [0x7A] Partition 2 | Beep pattern: off
 3383.24: 11100110 0 00011101 00000100 00000000 00000111 [0xE6] Partition 3 | Beep pattern: off
 3383.29: 11100110 0 00011101 00001000 00000000 00001011 [0xE6] Partition 4 | Beep pattern: off
 3383.36: 00000101 0 10010100 00000011 10010100 00000011 10010100 00000011 10010100 00000011 [0x05] Partition 1: Memory Trouble Backlight - Zones open | Partition 2: Memory Trouble Backlight - Zones open | Partition 3: Memory Trouble Backlight - Zones open | Partition 4: Memory Trouble Backlight - Zones open

Here's me unsuccessfully trying to "stay arm" the system by holding "a man inside home" button and entering code 1234:

 3413.18: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 10101111 [Keypad] Unrecognized key: 0xFF
 3413.27: 11100110 0 00000010 10000000 10011111 00000000 00000000 00000000 00000000 00000000 00000111 [0xE6] Unrecognized data
 3413.36: 11100110 0 00000010 10000000 10011111 00000000 00000000 00000000 00000000 10000000 10000111 [0xE6] Unrecognized data
 3413.44: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10000000 10011111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Backlight - Enter access code
 3415.54: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00000101 [Keypad] Unrecognized key: 0xFF
 3415.88: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001010 [Keypad] Unrecognized key: 0xFF
 3416.28: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001111 [Keypad] Unrecognized key: 0xFF
 3416.82: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00010001 [Keypad] Unrecognized key: 0xFF
 3416.95: 11100110 0 00011001 00001000 00000110 00001101 [0xE6] Partition 4 | Beep: 3 beeps
 3417.00: 11100110 0 00011101 00001000 00000000 00001011 [0xE6] Partition 4 | Beep pattern: off
 3417.04: 11100110 0 00011111 00001000 00000001 00001110 [0xE6] Unrecognized data
 3417.12: 11100110 0 00010111 00001000 00010000 00000000 00000000 00000000 00000000 00010101 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 3417.20: 11100110 0 00011000 00001000 00010000 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3417.28: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010100 00000111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Memory Trouble Backlight - Failed to arm
 3419.70: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010100 00000011 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Memory Trouble Backlight - Zones open

Here's me unsuccessfully trying to arm the system by holding "home" button and entering code 1234:

 3439.94: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 10110001 [Keypad] Unrecognized key: 0xFF
 3440.03: 11100110 0 00000010 10000000 10011111 00000000 00000000 00000000 00000000 00000000 00000111 [0xE6] Unrecognized data
 3440.12: 11100110 0 00000010 10000000 10011111 00000000 00000000 00000000 00000000 10000000 10000111 [0xE6] Unrecognized data
 3440.20: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10000000 10011111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Backlight - Enter access code
 3441.91: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00000101 [Keypad] Unrecognized key: 0xFF
 3442.23: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001010 [Keypad] Unrecognized key: 0xFF
 3442.60: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001111 [Keypad] Unrecognized key: 0xFF
 3443.05: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00010001 [Keypad] Unrecognized key: 0xFF
 3443.17: 11100110 0 00011001 00001000 00000110 00001101 [0xE6] Partition 4 | Beep: 3 beeps
 3443.22: 11100110 0 00011101 00001000 00000000 00001011 [0xE6] Partition 4 | Beep pattern: off
 3443.27: 11100110 0 00011111 00001000 00000001 00001110 [0xE6] Unrecognized data
 3443.35: 11100110 0 00010111 00001000 00010000 00000000 00000000 00000000 00000000 00010101 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 3443.43: 11100110 0 00011000 00001000 00010000 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3443.50: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010100 00000111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Memory Trouble Backlight - Failed to arm

Here's me enabling door chime by holding "music note inside bell" button:

 3546.74: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 10111011 [Keypad] Unrecognized key: 0xFF
 3546.83: 11100110 0 00011010 01000000 00000000 00000000 00010001 00001000 00000000 00000000 01011001 [0xE6] 0x1A: Unrecognized data
 3546.88: 11100110 0 00011001 00001000 00000110 00001101 [0xE6] Partition 4 | Beep: 3 beeps
 3546.95: 11100110 0 00010111 00001000 00010000 00000000 00000000 00000000 00000000 00010101 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 3547.03: 11100110 0 00011000 00001000 00010000 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3547.11: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010100 10100011 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Memory Trouble Backlight - Door chime enabled
 3549.71: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010100 00000011 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Memory Trouble Backlight - Zones open

Here's me disabling door chime by holding "music note inside bell" button:

 3583.68: 11100110 0 00101100 00010000 00000000 00000000 00000000 00000000 00100010 [0xE6] Partition 5 | Enabled zones 33-64: none
 3583.84: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 10111011 [Keypad] Unrecognized key: 0xFF
 3583.93: 11100110 0 00011010 01000000 00000000 00000000 00010001 00000000 00000000 00000000 01010001 [0xE6] 0x1A: Unrecognized data
 3583.97: 11100110 0 00011111 00001000 00000001 00001110 [0xE6] Unrecognized data
 3584.05: 11100110 0 00010111 00001000 00010000 00000000 00000000 00000000 00000000 00010101 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 3584.13: 11100110 0 00011000 00001000 00010000 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3584.21: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010100 10100100 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Memory Trouble Backlight - Door chime disabled

Here's me unsuccessfully trying to reset by holding "reset" button, getting "function not available on keypad"

 3607.09: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11011010 [Keypad] Unrecognized key: 0xFF
 3607.16: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010100 00001110 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Memory Trouble Backlight - Unrecognized dataE
 3607.21: 11100110 0 00011111 00001000 00000001 00001110 [0xE6] Unrecognized data
 3607.29: 11100110 0 00010111 00001000 00010000 00000000 00000000 00000000 00000000 00010101 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 3607.37: 11100110 0 00011000 00001000 00010000 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3609.74: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010100 00000011 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Memory Trouble Backlight - Zones open

Here's me unsuccessfully trying to quick exit by holding "door" button, getting "function not available on keypad"

 3640.16: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11100001 [Keypad] Unrecognized key: 0xFF
 3640.24: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010100 10001110 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Memory Trouble Backlight - Invalid option
 3640.29: 11100110 0 00011111 00001000 00000001 00001110 [0xE6] Unrecognized data
 3640.37: 11100110 0 00010111 00001000 00010000 00000000 00000000 00000000 00000000 00010101 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 1-32 flashing: none
 3640.45: 11100110 0 00011000 00001000 00010000 00000000 00000000 00000000 00000000 00010110 [0xE6] Partition 4 | Status lights flashing: Trouble | Zones 33-64 flashing: none
 3642.66: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010100 00000011 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Memory Trouble Backlight - Zones open

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

I've also tried configuring keypad to partition 4 slot 1 and key codes do not seem to differ (compared to partition 4 slot 8).

However, I am still providing a log of me trying unsuccessfully arm the system by entering code 1234:

 4178.35: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00000101 [Keypad] Unrecognized key: 0xFF
 4178.91: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001010 [Keypad] Unrecognized key: 0xFF
 4179.25: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00001111 [Keypad] Unrecognized key: 0xFF
 4179.77: 11111111 1 11111111 11111111 11111111 11111111 11111111 11111111 11111111 00010001 [Keypad] Unrecognized key: 0xFF
 4179.82: 11100110 0 00011001 00001000 00001100 00010011 [0xE6] Partition 4 | Beep: 6 beeps
 4179.86: 11100110 0 00011101 00001000 00000000 00001011 [0xE6] Partition 4 | Beep pattern: off
 4179.91: 11100110 0 00011111 00001000 00000001 00001110 [0xE6] Unrecognized data
 4179.99: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010000 00000111 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Trouble Backlight - Failed to arm
 4182.31: 00000101 0 00000000 00010111 00000000 00010111 00000000 00010111 10010000 00000011 [0x05] Partition 1: none - Unrecognized data17 | Partition 2: none - Unrecognized data17 | Partition 3: none - Unrecognized data17 | Partition 4: Trouble Backlight - Zones open

from dsckeybusinterface.

jvitkauskas avatar jvitkauskas commented on May 27, 2024

@taligentx where are you located? I might be able to get you a keypad.

EDIT: anyway, unless you are located in Antarctica, send me your post details to [email protected] and I am going to get you one.

from dsckeybusinterface.

taligentx avatar taligentx commented on May 27, 2024

@jvitkauskas Thanks to your logs I've added partitions 3-8 to virtual keypad in the develop branch. On the decoding side, I've found that writing to partitions 5-8 uses the same bit positions as partitions 1-4 but sends the key during a different status command.

Also thanks for the very generous offer for the keypad! I'll be in touch.

from dsckeybusinterface.

taligentx avatar taligentx commented on May 27, 2024

Added zones 33-64 tamper and fault decoding after picking up a zone expander, this completes the basic decoding for partitions 1-8 and zones 1-64. Thanks all for the valuable feedback and logs!

from dsckeybusinterface.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.