-
Notifications
You must be signed in to change notification settings - Fork 104
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
bacnet read property method returns string instead of list while reading PropertyList of an object(device) #501
Comments
2024-11-25 15:53:40,131 [BAC0_Root.BAC0.scripts.Lite.Lite] DEBUG: 2024-11-25 15:26:41,999 [BAC0_Root.BAC0.scripts.Lite.Lite] DEBUG: ################################### |
Looks like a bad or weird implementation of the BACnet device... AutoIdealTemperature is not something I know |
Hello Team, @ChristianTremblay
BAC0 - 22.9.21
Python - 3.8.10
I am trying get properties list of a device like bacnet_client.read(f"{str(mac)} {str(bac_object)} {str(instance)} propertyList"), response of this should be a list instead it returns a string.
expected response is ['eventState', 'outOfService', 'presentValue', 'reliability', 'statusFlags']
actual response is 'AutoIdealTemperature', I am not able to reproduce this case, its very random.
Could you pls let me know whats happening here.
Thank you.
The text was updated successfully, but these errors were encountered: