-
Notifications
You must be signed in to change notification settings - Fork 844
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
[HELP] bacnet relinquish command #535
Comments
Hi @vac-pav |
Hi @vac-pav and @WeiTangLau, we will add this functionality to the Gateway in the coming days. Thanks for your interest in ThingsBoard IoT Gateway. |
Hi @vac-pav and @WeiTangLau, after investigation, we discover that if you overwrite the priority value below, then it is not possible to increase it because it will not be written. This is a limitation of BACNet. Sorry for the inconvenience. |
Hi @samson0v , thanks for reply. Do you mean that it is not possible at priority 8 or at all? You are probably right, that at priority 8 this is not possible as this is manual control, this was probably my fault. But what about if we use priority 9. Then it should be possible to write there null value to remove command at priority 9. Or am I wrong? Is this supported by current version or can you implement it? |
I use bacnet connector which seems to work quite well. I can read and write properties at individual priorities using RPC. But I cannot find way how to relinquish already written value. E.g value written at priority 8 (manual control) and I need to relinquish this value.
Is there any way to do it with thingsboard or is this feature not implemented?
The text was updated successfully, but these errors were encountered: