-
This thread brought it up, where they have a device that gives its protocol version as a string instead of an integer, which throws and exception in BACnet4J v5 and thus is not discovered: https://for…
-
My network has one BACnet/IP device able to bridge to the rest of the MS/TP network.
In v3 I was able to see and communicate with every devices (IP and MS/TP) via BACnet/IP.
Since V4 the only de…
-
From a comment on this commit cfd52615fa3bfb93ce8150ecbaa8ec81323960c9
How about reusePort to (hopefully) allow multiple instances to use the same interface?
SO_REUSEPORT is what most people would …
-
The `PropertyTypeDefinition` for [weeklySchedule](https://github.com/infiniteautomation/BACnet4J/blob/master/src/main/java/com/serotonin/bacnet4j/obj/ObjectProperties.java#L2282) appears to return inc…
-
Hi,
I am trying to write to weekly schedule property in a schedule object. I have little knowledge of the spec regarding this, please let me know if i am doing any mistakes.
**This is the daily sc…
-
Whenever I get a BACnetTimeoutException, it _endlessly_ prints this message in the console:
```
[BACnet4J transport] ERROR com.serotonin.bacnet4j.transport.DefaultTransport - Error during expire mess…
-
Compared to pre-v4 switch, Bacure no longer discovers the vast majority of the network (possibly the non-IP devices).
Need to find out where the problem appeared : switch to V4 or when we dropped t…
-
The BACnet tests will include:
bacnet.version #132
bacnet.addr_unique #131
bacnet.pic #130
bacnet.compliance #129
-
On the legacy UI for BACnet you can select to use the Object Name or Description as the Mango Data Point name. This is not available in the new UI scan tool and looks like it is defaulting to use the…
-
I just found that we previously did not support the Multistate Value BACnet Object type. When I tried adding that from a discovered device the API response with a 400 Bad Request but nothing is displ…