Skip to content

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

@jasperlg

Description

@jasperlg
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions