Inspired by an article from Volodymyr Shymanskyy about an application for your OpenWRT, I decided to make my own project for monitoring and controlling a router with OpenWRT
• The project Volodymyr Shymanskyy was taken as a basis
• added a detailed list of users
• added display of disk space
• added WakeOnLan button (using etherwake)
• removed some unnecessary (in my opinion) graphics
• reassigned all virtual pins
GitHub - ImOstrovskiy/blynk_routermon: Easy router monitoring & controll via blynk
Tips, wishes, suggestions?
2 Likes
Nice project. can you add an option to monitor LANTIQ DSL SNR values ?
thanks.
what command, or from which file can they be obtained?
1 Like
the command is: /etc/init.d/dsl_control status
and the output:
root@HUTAO-xDSL:~# /etc/init.d/dsl_control status
ATU-C Vendor ID: Broadcom 147.239
ATU-C System Vendor ID: 00,00,30,30,30,30,00,00
Chipset: Lantiq-VRX200
Firmware Version: 5.8.0.11.1.1
API Version: 4.17.18.6
XTSE Capabilities: 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0
Annex: A
Line Mode: G.992.5 (ADSL2+)
Profile:
Line State: UP [0x801: showtime_tc_sync]
Forward Error Correction Seconds (FECS): Near: 680553 / Far: 0
Errored seconds (ES): Near: 909 / Far: 5334
Severely Errored Seconds (SES): Near: 36 / Far: 1535
Loss of Signal Seconds (LOSS): Near: 2 / Far: 14
Unavailable Seconds (UAS): Near: 68 / Far: 68
Header Error Code Errors (HEC): Near: 50300 / Far: 306084
Non Pre-emtive CRC errors (CRC_P): Near: 0 / Far: 0
Pre-emtive CRC errors (CRCP_P): Near: 0 / Far: 0
Power Management Mode: L0 - Synchronized
Latency [Interleave Delay]: 13.25 ms [Interleave] 4.0 ms [Interl eave]
Data Rate: Down: 4.784 Mb/s / Up: 910 Kb/s
Line Attenuation (LATN): Down: 43.4 dB / Up: 23.4 dB
Signal Attenuation (SATN): Down: 40.8 dB / Up: 23.3 dB
Noise Margin (SNR): Down: 14.9 dB / Up: 12.3 dB
Aggregate Transmit Power (ACTATP): Down: 19.1 dB / Up: 12.3 dB
Max. Attainable Data Rate (ATTNDR): Down: 7.516 Mb/s / Up: 917 Kb/s
Line Uptime Seconds: 158256
Line Uptime: 1d 19h 57m 36s
Thanks, maybe added in future
1 Like