Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PanelStatus16 and few new messages, 0x6E/0x70 support for 3 digit decimal data #187

Merged
merged 11 commits into from
Jan 4, 2021

Commits on Dec 26, 2020

  1. Merge pull request #1 from taligentx/develop

    Develop
    kricon committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    3963d2f View commit details
    Browse the repository at this point in the history
  2. Added few new messages, 0x70/0x6E support for 3 digits decimal data

    Added printPanelStatus16 and Unknown data messages for unknown Panel Status.
    RF Delinquency and Trouble acknowledged messages added from event buffer.
    0xB3 message on PC1565-2P after activating PGM output, together with 0xB2 which was send few lines before on same cmd milisecond ago.
    Downlook remote trigger, section [906] on PC5020, I was able to trigger it without having Downlook module.
    kricon committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    79ac078 View commit details
    Browse the repository at this point in the history
  3. Added printPanelStatus16 and bool decimalInput for 0x6E/0x70 cmd

    When panel requires 3 digit input, LCD data which was being send or received on 0x6E and 0x70 cmds is decimal, not hexadecimal like the other ones.
    kricon committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    786ccf7 View commit details
    Browse the repository at this point in the history
  4. Fixed few typos

    kricon committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    cca600d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    0140438 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b8aac8 View commit details
    Browse the repository at this point in the history
  3. Added Downloading in progress and Wireless notification msgs

    Downloading in progress message is displayed on all LCD keypads while panel is connected on DLS.
    When 0xB1 byte5 bit1 is zero seems to be related to Wireless notifications, it can be for status/troubles of wireless zones?
    kricon committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    e0fec08 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Merge pull request #2 from taligentx/develop

    Sync with current taligentx:develop
    kricon committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    2da0a6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9206cab View commit details
    Browse the repository at this point in the history
  3. Added Door chime broadcast and zone label broadcast for PK5500

    Renamed Keypad going idle notification as it seems to be used for more keypad notifications.
    Labels on PK5500 have bigger string and doesn't get broadcasted onto LCD5500, also probably vice-versa.
    
    11111111 1 11111111 11110111 11111111 11111111 11111111 11110111 11111111 11111111 [Module/0x05] Partition 2 Key: Menu navigation | Keypad notification 
    11111111 1 11111111 11111111 11111111 11111111 00011111 11111111 11111111 11111111 [Module/0x1B] Zone label broadcast announced
    11111111 1 11111111 11111111 11111111 11111111 01111111 11111111 11111111 11111111 [Module/0x1B] Door chime broadcast announced
    kricon committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    4e3c763 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    fe4859e View commit details
    Browse the repository at this point in the history