bacnet icon indicating copy to clipboard operation
bacnet copied to clipboard

OpenMUC BACnet/IP communication driver based on bacnet4J

Results 9 bacnet issues
Sort by recently updated
recently updated
newest added

Hi, I can not find anything about BBMD in the Wiki, but I do find that the current version of BACnet4j should support it >3.2. Is it enough to set...

Hi, When scanning a device, I discovered 50 BACnet objects on one device. When "selecting all" and adding, it seems like its too much to handle for the openmuc (its...

I start the device server, using the test classs 'bacnet/src/test/java/bacnet4j/Server.java'. but can not find the device. please check the issue.

Hi Folks, I am trying to read Objects and Properties from BACnet interface. We are using example code of BACnet4J where our client code is expected to communicate with BACnet...

Currently, there are two Connection classes for connections to local and remote devices with different functionality. By consolidating the two classes, common usage of connections (independent from the used connection)...

enhancement

BACnet objects provide various properties. Currently, the `Present Value` property of the object will be selected when reding/writing a remote BACnet object. The `BACnetServerConnection` class allows access to other properties...

enhancement

When doing a device-discovery for the driver in the "Channel Configurator", the driver fills the settings string for the devices which will be added after selection. This settings-string is malformed...

bug

Broadcasting a `WhoIsRequest` to find remote devices (device scan) seems not to be very reliable. During tests, devices have only been found randomly. Another way to find a specific device...

enhancement

If the `channels.xml` contains more `devices` using the same `remoteDevicePort`, on startup for every device a scan for remote devices is started. It would be better to do just one...

enhancement