Hello,
I am working with a Teltonika RUT241 and I would like to remotely control the device’s I/O output (turn it ON/OFF) using CLI commands. My use case is the following:
- The RUT241 will be configured as an OpenVPN client.
- When needed, I want to remotely trigger the output of the available I/O ports.
- I need a way to:
- change/control the output state (ON/OFF),
- retrieve the current state as feedback.
I am looking for guidance or examples on how to achieve this using:
- CLI commands, and/or
- HTTPS / REST API / RPC calls
to control and monitor the I/O state.
Specifically, I’d appreciate help with:
- Correct CLI commands or scripts to control I/O output.
- Whether the built-in API can toggle and read I/O states.
Any recommended secure approach to combine this with OpenVPN for remote access.
If anyone has experience or documentation pointers regarding this setup, that would be very helpful.
Thank you!