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

Missing Topics for GSM Troubles (MG5000) #496

Open
uwedisch opened this issue Sep 10, 2024 · 4 comments
Open

Missing Topics for GSM Troubles (MG5000) #496

uwedisch opened this issue Sep 10, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@uwedisch
Copy link

uwedisch commented Sep 10, 2024

Alarm system

Magellan MG5000 with IP150S, PCS250G and two RPT1, access mode (IP150S)

Environment

Linux, Docker

Git branch

Docker latest

Describe the bug

From time to time I see different log entries like the next (data is different):

2024-09-10 16:55:30,771 - ERROR    - PAI.paradox.lib.handlers - No handler for message 5
Detail: Container: 
    fields = Container: 
        data = b'R\x00\x80\x00\x02\x02\x10\x00\x00\x14\x18\t\n\x106\xcf'... (truncated, total 36)
        value = Container: 
            po = Container: 
                command = 5
                status = Container: 
                    reserved = False
                    alarm_reporting_pending = False
                    Winload_connected = True
                    NeWare_connected = False
            validation = 128
            address = 0
            data = b'\x02\x02\x10\x00\x00\x14\x18\t\n\x106\xcf\x9c\x97N\x00'... (truncated, total 32)
        offset1 = 0
        offset2 = 36
        length = 36
    checksum = b'\xbb' (total 1)

To Reproduce

I have no exact idea what triggers these log entries. I assume that they come from missing implementation for GSM troubles. Indeed I'm missing the topics of these GSM troubles:

  • GSM RF Jamming Supervision
  • GSM Service Failure Options

Logs

n.a.

First of all it would be helpful to have the complete data within the logfile. Currently it's truncated.

@uwedisch uwedisch added bug Something isn't working to be confirmed Reported but not yet confirmed labels Sep 10, 2024
@uwedisch uwedisch changed the title Missing Topics for various Troubles (on MG5000) Missing Topics for GSM Troubles (MG5000) Sep 11, 2024
@yozik04
Copy link
Collaborator

yozik04 commented Sep 11, 2024

I personally do not have MG5000 so support is in "as is" state. If somebody want to take this development then I am happy to accept PRs.

@yozik04 yozik04 added enhancement New feature or request and removed bug Something isn't working to be confirmed Reported but not yet confirmed labels Sep 11, 2024
@uwedisch
Copy link
Author

I personally do not have MG5000 so support is in "as is" state. If somebody want to take this development then I am happy to accept PRs.

Therefore I was asking for support in interpreting the data. First of all:

  • How to enable full data in logging? Currently we see only 16 chars.
  • Is there some documentation of protocol that Paradox uses?

I can do the testing. But I need support in all the already existing stuff.

@uwedisch
Copy link
Author

I personally do not have MG5000 so support is in "as is" state. If somebody want to take this development then I am happy to accept PRs.

And, as I see we have no GSM troubles at all in the list of topics provided. So, I assume that this is also missing with other panels, right?

@yozik04
Copy link
Collaborator

yozik04 commented Sep 11, 2024

Probably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants