-
Notifications
You must be signed in to change notification settings - Fork 859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HELP] Unable to detect multiple devices connected to the same panel address - BACnet #1476
Comments
Can somebody please help. This is critical for us. We just encountered this on a production env. How should I change the address in bacnet.json |
I have made some progress on this... Am now able to read the data from bacpypes. Had to find the addresses as mentioned below. wirtn * However, when I am use the address format as 70:0x000000000fab, nothing seems to happen in the gateway... No devices are created. Please find bacnet.json attached Checked wireshark. I get responses for WhoamI but no request for read parameter seems to be going. The same works from bacpypes as shown above. What am I doing wrong? Also, no devices are created on thingsboard cloud... |
I was able to fix this issue with the following fixes. Please see below. bacnet.json Also, for such devices, the values are not returned in addrTuple. The below log statement throws an exception and hence the callback is not registered for these devices resulting in no activity for these devices. Commenting it fixed it and also the regular devices worked. thingsboard_gateway\connectors\bacnet\bacnet_utilities\tb_gateway_bacnet_application.py def indication(self, apdu: APDU): @samson0v @imbeacon FYI. Please suggest on how to proceed further. From my perspective, this works for me. and nothing existing is broken. |
Hi @knityanand and everyone! |
This issue closed, because relates to outdated implementation of connector, please try the latest version (3.6.2), and feel free to open a new issue if you discover some misbehaviour. |
Describe the issue
Yabe shows two devices
Device 4011 - 0.0.0.0:4025 via 192.168.1.12:47808
Device 4012 - 0.0.0.0:4026 via 192.168.1.12:47808
How can this be configured in bacnet.json for thingsboard iot gateway. These devices are not getting detected.
Configuration (Attach your configuration file)
BACNet_2dev.json
Connector name (If you need help with some connector/converter):
BACNET Connector
Error traceback (If it was raised):
The text was updated successfully, but these errors were encountered: