It looks like I may have got the wrong end of the stick then. Since the rfxtrx is itself a communication device, I may end up with multiple nodes - at least one input and one output type - and it was making these share a common configuration and underlying object that concerned me. Of course, there could be multiple rfxtrx devices present and there would need to be a way of configuring the association, which is what I assumed the serial pool was all about. But apparently not. What makes a node appear in the configuration tab? (Like serial ports do)
Max
--
http://nodered.org
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
See the RFXCOM node here: https://github.com/freakent/freakent-nodes
Regards
Martin
Max
My thoughts for that use case were to add a 'topic mapping' to the node dialog. This would be a string matching and replacing that would look for (initial) strings in the topic like 'washing machine' and replace them with the full address 'AC/0x000bc5de/4', or optionally just a partial remap (e. g. excluding the 4). I think I can make a fairly simple UI for that
Max