BACnet plugin - handling device with multiple devices
Hello,
When adding a BACnet device/tags, it seems like the the structure is:
Southbound plugin device (by IP address) Then many tags that follow the pattern of property type/ID. https://docs.emqx.com/en/neuron/latest/configuration/south-devices/bacnet-ip/bacnet-ip.html This works fine if the BACnet device has one set of properties, but if the device explodes multiple virtual devices, is it possible to add these to the plugin?
For example BACnet IP Device at 192.168.0.100 Exposes BACnet device 40001 and 40002 Each of these has properties like AV3, AV4, AV5
How can we add these to read/distinguish 40001-AV3 vs 40002-AV3 ?
The current version does not yet support reading and writing BACnet/IP devices that contain multiple virtual devices. We will add this functionality in future versions.
Thanks for confirm that. Do you know how far out on the roadmap that is? (Like weeks vs months vs years :) )