06.07.2022, 07:43
The scada package might not work correctly if the BACnet app is installed. Uninstall the app and try again. You can also run a basic scan of all BACnet devices from a script:
You should get a list of device IDs and respective IP addresses.
Code:
res = io.readproc('bacwi')
log(res)