Auto-ID w/ Openhab serial binding
-
Hi there,
I am building my sensor network with roughly 20+ nodes in an Openhab serial GW environment, with NRF24 communication.
For future compatibility and versatility I would like to use Auto-ID feature, though in my understanding the core implementation must be in OpenHAB.
My goal is to burn a unique identifier into the nodes, which could eventually be identical to the soft serial for security. The mapping between the node and the location/function should be based on this identifier in OpenHAB. Goal is to keep the node-ID "abstract".
Currently looking for good examples - does anyone have working implementation of auto-ID function in a similar environment?
Thanks!