bitpool / edge-bacnet

A bitpool-edge bacnet gateway for Node-RED
MIT License
11 stars 7 forks source link

Couldn't read 'Object List' count on YABE #21

Closed UnCanard14 closed 3 months ago

UnCanard14 commented 4 months ago

Hello, thank you very much for your tools. I have a problem when I make the flow by default: image-1 image

I get this error when I try to access the objects on YABE: Capture d'écran 2024-05-15 103612

I modified the line : https://github.com/bitpool/edge-bacnet/blob/d01ffdb897768fb27a83cbd55d8e1e026f6cacef/bacnet_server.js#L158 by : that.bacnetClient.client.readPropertyResponse(data.address, data.invokeId, data.request.objectId, data.request.property, responseObj);

And on YABE I have no more problems... How can we fix this?

dblanchie commented 4 months ago

Hi There,

We are doing a major release tommorow that fixs many issues with this node along many perfromance improvments. This issue is resolved in tommrows release

UnCanard14 commented 4 months ago

Oh great thank you so much !!!!

UnCanard14 commented 4 months ago

Hello, I've updated your node but I'm getting a new error when I try to collect my items 😅 image

bitpool-dev commented 4 months ago

Hi @UnCanard14 - that is a bit odd. I can discover the bacnet node and see the points in Yabe on my end. Are you able to provide me with some additional information?

OS: [e.g. iOS] Node-RED version: NodeJS version: Are you running Node-RED in a docker container or directly on the operating system or virtual machine?

Also finally a Wireshark Capture for this error would be very helpful if possible.

UnCanard14 commented 4 months ago

Yes sure : Os : Ubuntu 22.04.4 LTS Node-red : 3.1.9 Node-js : v18.20.2 Node red is directly on the operating system with this setup : https://nodered.org/docs/getting-started/raspberrypi

I sent you the Wireshark capture ;)

debraysimon commented 4 months ago

Hi @UnCanard14 I have the same problem as you, have you found a solution?

UnCanard14 commented 4 months ago

Hello @debraysimon sorry not yet but I contacted @dblanchie and he told me that there would be an update soon. 😉

bitpool-dev commented 3 months ago

hey @UnCanard14 @debraysimon - Can you update to version 1.3.1 and please try again ?

Turns out I was using an older version of YABE that was compatible. Ive since updated the code and is working with latest version of YABE on my end.

debraysimon commented 3 months ago

Great, it works for me ! Thank you !

UnCanard14 commented 3 months ago

Hello, it works for me too, thanks a lot !!