-
-
Notifications
You must be signed in to change notification settings - Fork 855
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
Cannot Browse Bacnet Items on Distech Controls ECY-303 #750
Comments
Hi, Thanks for the report. |
Hi. Thanks for the response. I tried to see if I could connect from other IOT platforms and I kinda solved my problem by programming node-red as a Bacnet to OPC UA gateway. Then I can just connect from FUXA OPC Connector and build HMI and Alarms from there. I'm using this flow to read Energy Meters every 24h at a specific time (can't read them too often since they cost about 2 000 € each and they don't have external power; Every query sends a trigger signal that turns them on and they use a little bit of energy from internal battery that can't be changed or charged...so If the battery dies, you get to pay 2000 € + the cost of certification by a regulation entity...) : https://nextcloud.ods-pro.fr/s/ExNaoox4my3Y696
The difference in settings that I can see between FUXA and Node-Red is that you configure a "Device" and a "Client". If you want, we can organize a debug session but I'm not that good in spoken English. Greetings. |
Hi, sorry for the delay, |
I’m going to close this as resolved. let me know if you have any issues. |
Hello there.
I'm trying to evaluate FUXA to see if it could be used as a secondary solution for data visualization (or maybe if it proves to be reliable enough as a primary solution) instead of existing Desigo CC (Siemens) and PSO (Schneider Electrics) Scadas that we are currently using and that are quite annoying to use and really expensive to maintain (I'm not even talking about the cost for each View update ou Device change...).
I successfully validated Modbus TCP on a AnyBus Gateway so I was pretty happy about the speed of the link and the data polling but we do have (for now not so much since the project is still being worked on) about 30-40 ECY-303 from Distech Controls that are only being Bacnet enabled (no Modbus TCP available).
When I'm configuring the connection, I'm able to establish a successful one as shown on this screen copy :
But when I'm trying to browse tags in server, I get a list with names that don't correspond to real ones :
Also, when I'm trying to open a device in list, let's say "Device 502", it keeps showing loader and the server side trips and error :
And some time after that, you get an overload warning :
Also, when you try to open other "Devices" you get this overload error again and again.
It's really similar to other tickets that I've seen on issues history (#652 , #114 , etc.) but the error message seems different this time.
I tried switching to different versions of node (from 12 up to 18) but it did not change anything.
I tried every version of FUXA from (1.0.x to the current version 1.1.12) and it does not seem to solve the problem.
I checked that my Bacnet network was working and devices could be read with INNEA BACNET EXPLORER :
I also tried to mess with timeout settings in runtime/devices/bacnet/index.js file and some other files where I could find values of timeouts or intervals for polling without success so I'm guessing that it isn't really a "timeout" or "overload" issue but something more complicated than that.
So right now, I'm kinda stuck on my testing because I can't pull data from some devices.
Do you have an idea of what's wrong ?
If you need, I could provide you with more tests / information.
Just tell me what I need to do and I'll try it on this test server.
Greetings.
The text was updated successfully, but these errors were encountered: