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

writeProperty gives no error, but I did not get a write through #184

Open
1 of 3 tasks
jasperlg opened this issue Jun 7, 2023 · 0 comments
Open
1 of 3 tasks

writeProperty gives no error, but I did not get a write through #184

jasperlg opened this issue Jun 7, 2023 · 0 comments

Comments

@jasperlg
Copy link

jasperlg commented Jun 7, 2023

  • Bug Report
  • Feature Request
  • Question

Question

  • I'm using the client.writeProperty function to write to my BACNet device in Node-Red, but I'm not able to. What could be the cause?

Current Behaviour (Bug Report)

  • I execute client.writeProperty, and it doesn't return anything, so I would think the write has succeeded. However, the value has not changed on my device. What could be the possible cause of the tag not being written?
    According to the OEM, the tag I want to write to is writeable. If I try to write to a non-writeable tag, I do get the error "Error: BacnetError Class: PROPERTY (2) Code: WRITE_ACCESS_DENIED (40)".

So no errors, but nothing is written.

Expected Behaviour (Bug Report)

  • My BACNet property should change after a succesfull write.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant