pai icon indicating copy to clipboard operation
pai copied to clipboard

Missing Topics for GSM Troubles (MG5000)

Open uwedisch opened this issue 1 year ago • 4 comments

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 avatar Sep 10 '24 21:09 uwedisch

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 avatar Sep 11 '24 06:09 yozik04

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 avatar Sep 11 '24 11:09 uwedisch

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?

uwedisch avatar Sep 11 '24 11:09 uwedisch

Probably.

yozik04 avatar Sep 11 '24 19:09 yozik04