Skip to content
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

ERR TIMEOUT on any BACnet - Write #39

Open
AKylesDivcon opened this issue May 17, 2024 · 2 comments
Open

ERR TIMEOUT on any BACnet - Write #39

AKylesDivcon opened this issue May 17, 2024 · 2 comments
Labels

Comments

@AKylesDivcon
Copy link

Which node-red-contrib-bacnet version are you using?

0.3.0

What happened?

Sending a simple request to a bacnet-write node
{"deviceIPAddress":"10.1.18.34","objectId":{"type":1,"instance":2},"values":[{"type":4,"value":98}]}
Results in the value updating in the device, however no response comes from the node, only "Error: ERR_TIMEOUT".

How can this be reproduced?

Using a bacnet-write node, send a write request to it.

What did you expect to happen?

Get some kind of response to ensure value update succeeded

Other Information

I have also tried to do a multiple write with the same result, however it does not seem to even update the value

{"deviceIPAddress":"10.1.18.34","values":[{"objectId":{"type":56,"instance":6},"values":[{"property":{"id":400},"value":[{"type":6,"value":[10,1,18,111]}],"priority":8},{"property":{"id":401},"value":[{"type":6,"value":[10,1,18,1]}],"priority":8},{"property":{"id":411},"value":[{"type":6,"value":[255,255,255,0]}],"priority":8}]},{"objectId":{"type":8,"instance":100100},"values":[{"property":{"id":77},"value":[{"type":7,"value":"Fl0W-Red5 Room","encoding":0}],"priority":8}]}]}

in this example I am only trying to change the value of property 77 (name) on type 8 (dev), however I get a timeout and the update seems to not work as no value is updated on the device.

@sumitshinde-84
Copy link

Hi @biancode, any update on this ? 🙂

@AKylesDivcon
Copy link
Author

This is still bugged. I can send individual writes via function nodes into BACnet write and it will update the value but will always output a timeout error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants