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 tried bacnet = BAC0.connect(ip='xxx.xxx.xxx.xxx') but it shows: BAC0.core.io.IOExceptions.InitializationError: IP Address provided (xxx.xxx.xxx.xxx) invalid. Check if another software is using port 47808 on this network interface. If so, you...

Hello everyone, I meet some trouble when reading analogValue by BAC0 and I was thinking anyone could help me. 1. We are using a Raspberry Pi to talk with a...

Hi @ChristianTremblay, I am trying to read an `analogValue` object but I am getting this error: ``` >>> bacnet.read('50007:40 analogValue 932 presentValue') Traceback (most recent call last): File "", line...

So I think I understand when using `connect` that `point.lastValue` returns the last value of the Pandas series df. - Does point.value perform a fresh read request and point.lastValue is...

Am I adding trends in correctly for the complete version? https://bac0.readthedocs.io/en/latest/connect.html#complete The dashboard is really nice looking....but no trends to plot: ![image](https://user-images.githubusercontent.com/29737117/191052024-02f2cc2d-e560-4d4a-919e-6606e873a062.png) No errors when I run this below....am only...

Hello, I am using BAC0 together with paho MQTT, but for my code, from where the BAC0 code is positioning, it seems that any code after the bac0 code is...

Waiting user feedback

I am not able to discover bacnet devices if runs BAC0 script in docker. It is working fine in local machine (windows). Tried: network_mode = host and creating a network...

no-issue-activity

Hello I have created a script, to create a BACnet device, to add values coming from different sources (loraWan, zigbee, etcc) on this bacnet device, on my Linux machine. I...

no-issue-activity

I have been struggling to find any real world way to resolve device properties. I have successfully discovered and read all device properties with BAC0.lite and readMultiple but the response...

_I am new to python and BAC0, am trying to use this module for my device. i made a simple python script to communicate with my device._ _import time import...

no-issue-activity