RUT-200 - GSM Signal Strength with http get?

Hi,

Can I get the GSM Signal Strength with an HTTP-GET request ?

Thx
Gerhard

Hello,

Thank you for reaching out.

Yes, you can retrieve the current connection signal strength via an HTTP GET request using the API. The relevant endpoint to query is:

api get /modems/status

To specifically extract the signal strength of the currently connected bands, you can use the following full command with a jsonfilter:

api get /modems/status | jsonfilter -e '@.http_body.data[0].signal'

This will return the signal strength (RSSI) parameter.

More documentation on API (REST) can be found here:

I hope this clarifies and helps with your request.

Best regards,

This topic was automatically closed after 60 days. New replies are no longer allowed.