Yeah. Got that.
So what I was wanting to do was - probably making things too complicated but I'm asking to learn.
The 127 one is - yes - local. I don't want it's stuff going outside. Not needed.
So I run the broker for that IP.
Could I run another broker on the bigger network address only because I am wanting to send this machine messages directly when on the network to get around if the main broker is down.
So I'm guessing I will need to start another MQTT broker with the 192.x.x.x range and then I would have an MQTT - in node from the 192.x.x.x to a MQTT - out in/on the 127.x.x.x range.
Or is that just messy? (sloppy?)
And would/could that be done all from within NR, or do I have to create another MQTT broker for the 192.x.x.x. range on the RasPi?
127.x.x.x is already done/working.
Something like this:
[{"id":"ce510e66.69af4","type":"mqtt out","z":"a1911aa3.c45be8","name":"","topic":"","qos":"","retain":"","respTopic":"","contentType":"","userProps":"","correl":"","expiry":"","broker":"1ecd3a9e.dc5bfd","x":730,"y":4110,"wires":[]},{"id":"1e48b587.7ad26a","type":"mqtt in","z":"a1911aa3.c45be8","name":"","topic":"POWER","qos":"2","datatype":"auto","broker":"2c461445.1708c4","nl":false,"rap":true,"rh":0,"x":580,"y":4110,"wires":[["ce510e66.69af4"]]},{"id":"1ecd3a9e.dc5bfd","type":"mqtt-broker","name":"TelePI MQTT","broker":"127.0.0.1","port":"1883","clientid":"","usetls":false,"compatmode":false,"protocolVersion":4,"keepalive":"60","cleansession":true,"birthTopic":"SOM","birthQos":"0","birthPayload":"TelePi comms UP","closeTopic":"EOM","closePayload":"TelePi shutting DOWN","willTopic":"EOM","willQos":"0","willPayload":"TelePi Comms FAILURE"},{"id":"2c461445.1708c4","type":"mqtt-broker","name":"192.168.0.93","broker":"192.168.0.93","port":"1883","clientid":"","usetls":false,"protocolVersion":"4","keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","birthMsg":{},"closeTopic":"","closeQos":"0","closePayload":"","closeMsg":{},"willTopic":"","willQos":"0","willPayload":"","willMsg":{},"sessionExpiry":""}]