Sentek1 is mqtt in node. I want to write localhost as server.
Sentek2 is mqtt out node. I want to write another IP like 192.168.1.22 as server
Unfortunately, when i adjust the mqtt out node and i write the IP in server box 192.168.1.22, my mqtt in node (Sentek1) automatically takes the IP of mqtt out node.
The configuration where you enter your MQTT server IP is shared between the nodes, so is the underlying connection.
If you want to talk to two separate MQTT servers, you need to create a new configuration on the second node.