TRB 145 Modbus TCP Slave value send SMS every 24hr

Hello,

You can use Modbus CLI commands (you can find examples in other forum posts as well) together with Crontabs to get Modbus data and send SMS messages every 24 hours. To send SMS messages, you can use the following command:

gsmctl -S -s "+370111111111 SMSTEXT"
gsmctl -h

Kind Regards,