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

Develop #303

Merged
merged 77 commits into from Dec 3, 2021
Merged

Develop #303

merged 77 commits into from Dec 3, 2021

Conversation

ChristianTremblay
Copy link
Owner

Waited enough.... time to sync master

kushan-26 and others added 30 commits March 5, 2021 14:04
Update the script to accommodate binary values that read "0: inactive", "1: active" to "[0, 1]".
remove instance override for analog points
Check permision on write to file even if .BAC0 directory exists
Check that the returned value is not None
ChristianTremblay and others added 28 commits September 9, 2021 08:52
This solves the reconnecting issue after a device is being disconnected. The issue occurs where DeviceProperties does not save "default_history_size" when connecting from the database.
The issue can be replicated for the original file after the device is being connected by executing the following command:
Device.properties (the array has the attribute "default_history_size")
Device.disconnect()
Device.properties (the array does NOT have the attribute "default_history_size")
Device.connect(network=bacnet) - fails because not attribute call default_history_size. Also missing other important properties.
…display...and build tag list with all exposed points on device
…ing to binary, analog and multistate for now
Bumping version
@ChristianTremblay ChristianTremblay merged commit 11a4cb4 into master Dec 3, 2021
@coveralls
Copy link

coveralls commented Dec 3, 2021

Coverage Status

Coverage increased (+0.6%) to 47.296% when pulling ff3a980 on develop into d5aed21 on master.

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

Successfully merging this pull request may close these issues.

None yet

6 participants