FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
+1 vote
1,609 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 anonymous

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 anonymous

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 anonymous
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 anonymous
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 anonymous

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.