07.07.2025, 09:41
Hi we are using bacnet package not bacnet app for bacnet client function.
We need to change bacnet port from 47808 to 47810. There is a bacnet device in 47810 we found via another bacnetscan app. Can you check the script below for scan device. Also can you share bacnet read command for different port please ?
require('bacnet')
bacnet.port = '0xBAC2'
require('bacnet')
devices = bacnet.scandevices()
log(devices)
We need to change bacnet port from 47808 to 47810. There is a bacnet device in 47810 we found via another bacnetscan app. Can you check the script below for scan device. Also can you share bacnet read command for different port please ?
require('bacnet')
bacnet.port = '0xBAC2'
require('bacnet')
devices = bacnet.scandevices()
log(devices)