What would be the best way to detect the absence of the component on the local network?
Is it possible to use the “PING” function and monitor its absence/presence? To send an alarm in the event of an absence (Like “MQTT” message or “Modbus - RUT” register)?
The standard MQTT monitoring support in RUT956 does not include a built-in “ping state” or “host reachable/unreachable” metric published automatically to MQTT. Monitoring via MQTT mechanism exposes only a limited set of system parameters (like uptime, network mode, signal, operator), and does not include ping results. This can be achieved with a custom script, however, custom script writing is out of technical support scope.