BAC0 icon indicating copy to clipboard operation
BAC0 copied to clipboard

BAC0 - Library depending on BACpypes (Python 3) to build automation script for BACnet applications

Results 26 BAC0 issues
Sort by recently updated
recently updated
newest added

Hello, I'm using BAC0 for logging data in SCADA-networks. High resolution of the measurement data is required for data analysis. Therefore, it should be possible to read data with one...

Hi. How can I adjust COV in local points? It's sending COV even though there is no changes in the object bacnet["object"].covIncrement = 0.1 don't seem to work? 2022-05-26 21:35:56,963...

I can't write a Bitstring Presentvalue right now, the error info is: TypeError('invalid constructor datatype')

Hello, I'm new to BACnet and BAC0 so maybe there's some information I'm missing. I'm on a BACnet/IP network, and I was wondering if there is a way to read...

Waiting user feedback

Version 21.12.03 There are 2 problems in __Schedule.py__ when the instance is incomplete: 1. If the instance has no current value (presentValue), an error is thrown (line 264): AttributeError: 'NoneType'...

Waiting user feedback

When I try to use bacnet.writeMultiple to write a not exist object of the device, the error message is 'WritePropertyMultipleError' object has no attribute 'errorCode'. But in the wireshark I...

Hi, I used bacnet = BAC0.connect(ip='192.168.155.200/0') then it shows 2022-07-19 16:27:24,825 - INFO | 192.168.155.2 network number is 0 2022-07-19 16:27:27,810 - INFO | Found those networks : {0} 2022-07-19...

Hi @ChristianTremblay Have you ever encounter error 99 (cannot reach network) when trying to create a bacnet network on a tun0 adapter (openvpn client IP) in ubuntu 20.04? I can...

BAC0 doesn't currently have many type annotations in place, I'd like to take a quick first pass at generating and adding them so that it's easier to work with the...

Hello Christian I have a problem with writing values to binary inputs In my code, I have this : ``` value = 'inactive' eqnetwork = '192..........' object_type = 'multiStateValue' object_instance...