BACNET to NODE-RED

Hey!
Please I need assistance with my journey to Node-red and BACNET data acquisition
Why I cannot read BACNET?

  1. My BACNET settings

  2. I Want to get value of this point:
    image

  3. My simple flow:

[
    {
        "id": "cd08e4769d0c968a",
        "type": "BACnet-Read",
        "z": "71142cc35bf2efa2",
        "name": "Simple Read",
        "objectType": "2",
        "instance": "52ca0028ad95f473",
        "propertyId": "85",
        "device": "c9b201c9b543f9da",
        "server": "e0bf099a.ee8468",
        "multipleRead": false,
        "x": 610,
        "y": 360,
        "wires": [
            [
                "48fb8d8b1fb61112"
            ]
        ]
    },
    {
        "id": "52ca0028ad95f473",
        "type": "BACnet-Instance",
        "name": "TEMP_EWT",
        "instanceAddress": "62"
    },
    {
        "id": "c9b201c9b543f9da",
        "type": "BACnet-Device",
        "name": "YMKO",
        "deviceAddress": "192.168.4.251"
    },
    {
        "id": "e0bf099a.ee8468",
        "type": "BACnet-Client",
        "name": "PIC6",
        "adpuTimeout": "3000",
        "port": "47808",
        "interface": "192.168.4.1",
        "broadcastAddress": ""
    }
]

  1. I cannot read this value:
    image

Where is my mistake?

Thanks a lot in advance!

Yuri

It seems that someone else has reported this to the node's author:

You could add yourself to the issue.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.