thingsboard-gateway icon indicating copy to clipboard operation
thingsboard-gateway copied to clipboard

BACnet add object/device identifier filter

Open granaderainer opened this issue 6 months ago • 1 comments

add objectIdFilter to device config. In case host key represents more then one ip (e.g. *, ...) it's now possible to filter the responding devices based on their device identifier.

objectIdFilter

In case host is set to one ip address and objectIdFilter is set and identifier and ip are not from same device, there is no config match.

Possible adaptions: maybe its better to allow just one identifier for filtering (move from array > str) or use regex for filtering?

@imbeacon @samson0v what are your thoughts about this?

granaderainer avatar May 22 '25 17:05 granaderainer

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 22 '25 17:05 CLAassistant

Hi @granaderainer,

Thank you for your contribution, we will add related functionality in the following PR - https://github.com/thingsboard/thingsboard-gateway/pull/1859

There will be included different abilities to configure devices filtration and discovering by identifiers.

imbeacon avatar Jul 03 '25 05:07 imbeacon