Hey!
Please I need assistance with my journey to Node-red and BACNET data acquisition
Why I cannot read BACNET?
-
My BACNET settings
-
I Want to get value of this point:
-
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": ""
}
]
- I cannot read this value:
Where is my mistake?
Thanks a lot in advance!
Yuri