Hello, I currently need to find a solution to make two sierra fx30 modules communicate with each other (TCP/IP or MQTT or Modbus) permanently in order to be able to report when one of the two stops responding (loss of connection, no longer on the network, etc).
The problem is that I have no idea how to do this as it is not in my area of expertise.
I have read a lot of documentation but all the solutions talk about serial port… My modules are in Ethernet and have no serial port!
How can I do it ? Thank you in advance for your help.
I can’t download other node. I have to use ONLY basic node…
Yes both modules run node-red, I already program on them and I already use Modbus for one of my flow.
I'll send you the documentation of the module in question.
If all you need to do is to check that they are connected and basically functioning you may be able to use Ping. Assuming they respond to ping that is.
Yes I know that but I have to program a flow who can do that automatically with basic node. So I search a solution with MQTT but I know nothing of this protocol.
Looks like MQTT will be the easiest then, provided you have the MQTT nodes that is, and that you have somewhere to install the broker (probably Mosquitto).
I ask myself if it's possible to do a system of communication with SMS between two modules (they have SIM and phone number).
But if it's impossible yes I'll do this with MQTT.
Thanks for your advice