From 62ac4170f29bc23c15be544fe2529b35189b52b8 Mon Sep 17 00:00:00 2001 From: Rob Lee Date: Thu, 9 Apr 2020 21:11:22 +0100 Subject: [PATCH] Added note on signal data availability --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52ce2e1..e918cad 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ A promethus exporter for the Huawei series of 4G LTE routers, exporting various ![Grafana Dashboard Screenshot](/examples/screenshot.png "Grafana Dashboard Screenshot") +## Data Availability + +Different operators appear to provide different signal information, so not all values will be available across all operators. A handy way to identify the available information is to login to your router and then view [device api](view-source:http://192.168.8.1/api/device/signal). + +A good way to observe the available information + ## Install Follow the usual docker build and run flow. @@ -59,11 +65,9 @@ rsrq{deviceName="B535-232",iccid="111",band="3"} 11 ### Grafana -Example dashboard [config](/examples/grafana.json) +Example dashboard for Three (UK) [config](/examples/grafana.json) Guage values taken from: https://wiki.teltonika-networks.com/view/Mobile_Signal_Strength_Recommendations -Note: Different operators appear to provide different signal information, so not all values will be available across all operators. The above dashboard works for Three, however not for Vodafonefor example. - ## Todo