-
-
Notifications
You must be signed in to change notification settings - Fork 887
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
Bacnet Device connection error #949
Comments
Hi i looked in console and i’m guessing something is wrong with timeout becouse no matter wich value of pull or timeout i set in webUI, An timeout error on console is displayed every 5sec. So i’m guessing a node-bacnet is starting making connection but it cannot get whole data. Environment FUXA version: 1.1.15-1324 Thanks for your help. |
Yes I have configured the IP as seen in the screenshots or is it somewhere else where I should configure it? |
I tested with v14.21.3 |
Has anyone found a solution to the problem? |
I'm also experiencing the same problem. I have exactly the same settings as you do; interface is the FUXA server IP, port 47808, adpu 60000. I had a machine running OrcaView go down and am trying to get a quick system in place until it's replaced. Edit: |
I have tried to test this on a new machine without Docker with directly npm, but the result is the same, and it doesn't connect via BACnet. |
Hi, is there a freeware simulator for pc so that the problem can be reproduced? |
Try to use BACnet Simulator from CBMS (https://www.cbmsstudio.com/downloads.html). In my case, the issue arises in the Linux system where FUXA is running. However, if I use the Windows system with FUXA installed, BACNet devices are properly detected. |
I tested both on Linux and on Windows with docker and I have the same problem. |
Hi, fuxa uses the node-bacnet library, do you know of a working project that uses the same library? |
Hi, One of the solutions to the problem in the Linux system may be ignoring the address '0.0.0.0'. The changes should be made in the file /runtime/devices/bacnet/index.js:325. After such an operation, BACnet starts correctly, and it is possible to connect to devices. I don't know how to solve this in proper way. |
I have updated the bacnet branch, which now becomes the reference branch for try to fix the problems |
Describe the bug
Hi,
I was testing a bacnet device but I couldn't read anything, neither devices nor variables.
From the YABE program I can now read this device correctly.
Can you tell me what I should be doing wrong?
Environment
Thanks!
The text was updated successfully, but these errors were encountered: