首页 > 解决方案 > volttron bacnet 扫描未拾取设备

问题描述

如果我使用它在 VOLTTRON 中获取 bacnet 配置:

(volttron) volttron@volttron:/var/lib/volttron/scripts/bacnet$ python grab_bacnet_config.py 26 --registry-out-file registry_configs/26.csv --driver-out-file ./devices/26

但这永远不会完成,我必须control-C在 Linux 终端中使用 a 取消脚本。追溯:

CERROR:__main__:an error has occurred: 'NoneType' object has no attribute 'pduSource'
Traceback (most recent call last):
  File "grab_bacnet_config.py", line 460, in <module>
    main()
  File "grab_bacnet_config.py", line 390, in main
    target_address = result.pduSource
AttributeError: 'NoneType' object has no attribute 'pduSource'

这是什么意思?设备有问题吗?

BACnet 控制器似乎可以很好地向 BAS 报告,有什么想法可以尝试吗?

在此处输入图像描述

标签: python

解决方案


推荐阅读