FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14118 questions

16776 answers

27556 comments

53937 members

+1 vote
1,446 views 6 comments
by
Hi,

one would hope that such industrial device has a input voltage monitoring. Is the a way (rutOS, ssh) to see the input voltage?

1 Answer

+1 vote
by

Hello. You can read the analog input by using the following command:

cat /sys/class/hwmon/hwmon0/device/in0_input

Regards
by
This is better than nothing.

By any chance is there a json output via browser for such cases?

Feature request maybe :)
by

Hello.

You can check a guide we have here on how to monitor the device via JSON-RPC

https://wiki.teltonika.lt/view/Monitoring_via_JSON-RPC

regards

by
Sorry, but there is no JSON-RPC enable option as described in the link. Is it enabled by default?

and /sys/class/hwmon/ is empty
by
Can you say what model of router you have and what Firmware version you have?

This feature is available in RUT2XX and RUT9XX. We recommend to update the Firmware of your device.
by
Yes, it's RUTX11, as I mentioned in the main question.
by

Hello. I owe you an apologize. I made a mistake. I omitted the device's name "RUTX11" when I did answer. Thinking all the time we were talking about RUT955.sad

Currently our other routers does not have a functionality to measure their power supply voltage because there is no internal circuitry to measure how much the voltage input is.

The only device that can, in some way, measure analog voltage is the RUT955 because it does have an analog input. the workaround is to connect the analog input to the power supply and measure the analog input using the command cat /sys/class/hwmon/hwmon0/device/in0_input

In the case of the JSON-RPC feature. It will be implemented in the following updates.

Please keep tuned via https://teltonika-iot-group.com/subscribe/ for new implementations.