-
Notifications
You must be signed in to change notification settings - Fork 105
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
InvalidTag: real application tag required #352
Comments
Is this controller leggit ? The datatype in the response is incorrect |
This issue had no activity for a long period of time. If this issue is still required, please update the status or else, it will be closed. Please note that an issue can be reopened if required. |
Hello @ChristianTremblay I'm experiencing a similar issue with a Tridium device that has issues with an analogValue.
By wiresharking we get:
Would it be possible to make BAC0 skip this error and continue discovering the other points and not fail hard? Commenting out the Raise statement in the
Thank you! |
Indeed, that would be better |
Wonderful, thank you Christian! Let me know if there is anything I can help with (coding, retesting, etc.). |
Hello @ChristianTremblay is there any way I can help with to prioritise this fix? Thank you! |
I'm not sure if I should just return "noUnit" or return Thanks |
Hi @ChristianTremblay,
I am trying to read an
analogValue
object but I am getting this error:I have gone through the read() function documentation and the source code, but couldn't find any argument accepting tags; and neither do I understand how to use
BACpypes
here to handle this error.Any help is appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: