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

a lot of point gone on new version #32

Open
sm4l opened this issue Aug 23, 2024 · 1 comment
Open

a lot of point gone on new version #32

sm4l opened this issue Aug 23, 2024 · 1 comment

Comments

@sm4l
Copy link

sm4l commented Aug 23, 2024

I'm having trouble getting item description points in this new version, can someone please help me?

version: 1.4.5

{
    "meta": {
        "objectId": {
            "type": 13,
            "instance": 15301
        },
        "device": {
            "address": {
                "address": "172.16.21.50",
                "net": 1095,
                "adr": [
                    172,
                    16,
                    21,
                    50,
                    186,
                    193
                ]
            },
            "isMstp": true,
            "deviceId": 15000,
            "vendorId": 17,
            "deviceName": "Panel_N-001 15000"
        }
    },
    "objectName": "MSI_N-1_Lp-1_M002",
    "displayName": "MSI_N-1_Lp-1_M002",
    "presentValue": 2,
    "timestamp": 1724426279929,
    "status": "online"
}

version 1.4.4


{
            "meta": {
                "objectId": {
                    "type": 13,
                    "instance": 15301
                },
                "device": {
                    "address": {
                        "address": "172.16.21.27",
                        "net": 1095,
                        "adr": [
                            172,
                            16,
                            21,
                            27,
                            186,
                            193
                        ]
                    },
                    "isMstp": true,
                    "deviceId": 15000,
                    "vendorId": 17,
                    "deviceName": "Panel_N-001 15000"
                }
            },
            "objectName": "MSI_N-1_Lp-1_M002",
            "displayName": "MSI_N-1_Lp-1_M002",
            "presentValue": "Quiet",
            "timestamp": 1723740947926,
            "status": "online",
            "objectType": 13,
            "description": "ACM                  02",
            "stateTextArray": [
                {
                    "value": "Quiet",
                    "type": 7,
                    "encoding": 0
                },
                {
                    "value": "Active",
                    "type": 7,
                    "encoding": 0
                },
                {
                    "value": "Fault",
                    "type": 7,
                    "encoding": 0
                },
                {
                    "value": "Disabled",
                    "type": 7,
                    "encoding": 0
                }
            ],
            "hasPriorityArray": true
        },

on yabe the points is readen easily

image

@bitpool-dev
Copy link
Contributor

Hi @sm4l - can you please confirm that you are injecting the Full Object property type via the bacnet inject node? Or that the Full Object type is selected in the read node Properties tab ?

It seems like the Simple with Status option is selected based on the above output

image

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

No branches or pull requests

2 participants